| 1 | [ Jul 19 18:45:10 Enabled. ] | ||
| 2 | [ Jul 19 18:45:10 Rereading configuration. ] | ||
| 3 | [ Jul 19 18:45:11 Rereading configuration. ] | ||
| 4 | [ Jul 19 18:45: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 | [ Jul 19 18:45:14 Method "start" exited with status 0. ] | ||
| 28 | Processing configuration file 'config.xml'. | ||
| 29 | There is no file 'config.xml', will use embedded config. | ||
| 30 | Logging trace to /var/tmp/clickhouse-server.log | ||
| 31 | Logging errors to /var/tmp/clickhouse-server.errlog | ||
| 32 | 2024.07.19 18:45:14.895352 [ 1 ] {} <Information> Application: Will watch for the process with pid 28637 | ||
| 33 | 2024.07.19 18:45:14.895769 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
| 34 | 2024.07.19 18:45:15.232336 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 28637 | ||
| 35 | 2024.07.19 18:45:15.233325 [ 1 ] {} <Information> Application: starting up | ||
| 36 | 2024.07.19 18:45:15.234266 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
| 37 | 2024.07.19 18:45:15.371325 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
| 38 | 2024.07.19 18:45:15.481023 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
| 39 | 2024.07.19 18:45:15.481100 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
| 40 | 2024.07.19 18:45:15.481125 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
| 41 | 2024.07.19 18:45:15.481227 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
| 42 | 2024.07.19 18:45:15.481720 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
| 43 | 2024.07.19 18:45:15.483891 [ 1 ] {} <Debug> ConfigReloader: Loading config 'config.xml' | ||
| 44 | Processing configuration file 'config.xml'. | ||
| 45 | There is no file 'config.xml', will use embedded config. | ||
| 46 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
| 47 | 2024.07.19 18:45:15.484673 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
| 48 | 2024.07.19 18:45:15.485705 [ 1 ] {} <Information> Application: Setting max_server_memory_usage was set to 86.29 GiB (95.88 GiB available * 0.90 max_server_memory_usage_to_ram_ratio) | ||
| 49 | 2024.07.19 18:45:15.485742 [ 1 ] {} <Information> Application: Setting merges_mutations_memory_usage_soft_limit was set to 47.94 GiB (95.88 GiB available * 0.50 merges_mutations_memory_usage_to_ram_ratio) | ||
| 50 | 2024.07.19 18:45:15.485772 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
| 51 | 2024.07.19 18:45:15.486042 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 52 | 2024.07.19 18:45:15.487355 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
| 53 | 2024.07.19 18:45:15.494753 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 54 | 2024.07.19 18:45:15.495782 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 55 | 2024.07.19 18:45:15.497606 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 56 | 2024.07.19 18:45:15.497689 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
| 57 | 2024.07.19 18:45:15.500447 [ 1 ] {} <Debug> ConfigReloader: Loading config 'config.xml' | ||
| 58 | Processing configuration file 'config.xml'. | ||
| 59 | There is no file 'config.xml', will use embedded config. | ||
| 60 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
| 61 | 2024.07.19 18:45:15.500825 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
| 62 | 2024.07.19 18:45:15.506437 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
| 63 | 2024.07.19 18:45:15.507023 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: config.xml | ||
| 64 | 2024.07.19 18:45:15.509153 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
| 65 | 2024.07.19 18:45:15.509665 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
| 66 | 2024.07.19 18:45:15.510119 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
| 67 | 2024.07.19 18:45:15.510548 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
| 68 | 2024.07.19 18:45:15.512239 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
| 69 | 2024.07.19 18:45:15.512273 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
| 70 | 2024.07.19 18:45:15.512393 [ 130 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 71 | 2024.07.19 18:45:15.512587 [ 130 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 72 | 2024.07.19 18:45:15.557730 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
| 73 | 2024.07.19 18:45:15.557787 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000241074 sec | ||
| 74 | 2024.07.19 18:45:15.557836 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 75 | 2024.07.19 18:45:15.557854 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 76 | 2024.07.19 18:45:15.559484 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
| 77 | 2024.07.19 18:45:15.560996 [ 1 ] {} <Debug> SystemLog: Not creating system.query_log since corresponding section 'query_log' is missing from config | ||
| 78 | 2024.07.19 18:45:15.561031 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
| 79 | 2024.07.19 18:45:15.561081 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
| 80 | 2024.07.19 18:45:15.561107 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
| 81 | 2024.07.19 18:45:15.561126 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
| 82 | 2024.07.19 18:45:15.561176 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
| 83 | 2024.07.19 18:45:15.561195 [ 1 ] {} <Debug> SystemLog: Not creating system.metric_log since corresponding section 'metric_log' is missing from config | ||
| 84 | 2024.07.19 18:45:15.561217 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
| 85 | 2024.07.19 18:45:15.561274 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
| 86 | 2024.07.19 18:45:15.561295 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_metric_log since corresponding section 'asynchronous_metric_log' is missing from config | ||
| 87 | 2024.07.19 18:45:15.561317 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
| 88 | 2024.07.19 18:45:15.561338 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
| 89 | 2024.07.19 18:45:15.561388 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
| 90 | 2024.07.19 18:45:15.561410 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
| 91 | 2024.07.19 18:45:15.561433 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
| 92 | 2024.07.19 18:45:15.561477 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
| 93 | 2024.07.19 18:45:15.561502 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
| 94 | 2024.07.19 18:45:15.616172 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
| 95 | 2024.07.19 18:45:15.628518 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
| 96 | 2024.07.19 18:45:15.628575 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000110772 sec | ||
| 97 | 2024.07.19 18:45:15.628595 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 98 | 2024.07.19 18:45:15.628617 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 99 | 2024.07.19 18:45:15.628659 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
| 100 | 2024.07.19 18:45:15.628972 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
| 101 | 2024.07.19 18:45:15.629061 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
| 102 | 2024.07.19 18:45:15.629084 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
| 103 | 2024.07.19 18:45:15.629123 [ 1 ] {} <Information> Application: Query Profiler and TraceCollector are disabled because they require PHDR cache to be created (otherwise the function 'dl_iterate_phdr' is not lock free and not async-signal safe). | ||
| 104 | 2024.07.19 18:45:15.629141 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
| 105 | 2024.07.19 18:45:15.655032 [ 1 ] {} <Trace> MySQLHandlerFactory: Failed to create SSL context. SSL will be disabled. Error: Poco::Exception. Code: 1000, e.code() = 0, SSL Exception: Configuration error: no certificate file has been specified (version 23.8.7.1) | ||
| 106 | 2024.07.19 18:45:15.988499 [ 1 ] {} <Trace> MySQLHandlerFactory: Failed to read RSA key pair from server certificate. Error: Code: 139. DB::Exception: Certificate file is not set. (NO_ELEMENTS_IN_CONFIG) (version 23.8.7.1) | ||
| 107 | 2024.07.19 18:45:15.988757 [ 1 ] {} <Trace> MySQLHandlerFactory: Generating new RSA key pair. | ||
| 108 | 2024.07.19 18:45:16.119783 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 109 | 2024.07.19 18:45:16.120141 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 9.87 MiB, peak 16.07 MiB, free memory in arenas 0.00 B, will set to 157.07 MiB (RSS), difference: 147.20 MiB | ||
| 110 | 2024.07.19 18:45:16.121357 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 3.4751e-05 sec. | ||
| 111 | 2024.07.19 18:45:16.121828 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
| 112 | 2024.07.19 18:45:16.121961 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
| 113 | 2024.07.19 18:45:16.122058 [ 1 ] {} <Information> Application: Listening for MySQL compatibility protocol: [fd00:1122:3344:101::e]:9004 | ||
| 114 | 2024.07.19 18:45:16.122120 [ 1 ] {} <Information> Application: Ready for connections. | ||
| 115 | 2024.07.19 18:45:17.366033 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45317, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 116 | 2024.07.19 18:45:17.366281 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 117 | 2024.07.19 18:45:17.366342 [ 3 ] {} <Debug> HTTP-Session: 98aeafdf-0e74-439b-bc53-9a5d56f6e2b9 Authenticating user 'default' from [fd00:1122:3344:101::d]:45317 | ||
| 118 | 2024.07.19 18:45:17.366373 [ 3 ] {} <Debug> HTTP-Session: 98aeafdf-0e74-439b-bc53-9a5d56f6e2b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 119 | 2024.07.19 18:45:17.366416 [ 3 ] {} <Debug> HTTP-Session: 98aeafdf-0e74-439b-bc53-9a5d56f6e2b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 120 | 2024.07.19 18:45:17.366525 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 121 | 2024.07.19 18:45:17.366559 [ 3 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 122 | 2024.07.19 18:45:17.366628 [ 3 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 123 | 2024.07.19 18:45:17.366718 [ 3 ] {} <Trace> HTTP-Session: 98aeafdf-0e74-439b-bc53-9a5d56f6e2b9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 124 | 2024.07.19 18:45:17.367875 [ 3 ] {1a188273-73cc-45a4-8070-d4b20b7c6545} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45317) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
| 125 | 2024.07.19 18:45:17.407555 [ 3 ] {1a188273-73cc-45a4-8070-d4b20b7c6545} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:45317) (in query: SELECT MAX(value) FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 126 | |||
| 127 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 128 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 129 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 130 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 131 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 132 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 133 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 134 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 135 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 136 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 137 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 138 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 139 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 140 | 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr<DB::Context>, std::function<void (DB::QueryResultDetails const&)>, std::optional<DB::FormatSettings> const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse | ||
| 141 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
| 142 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
| 143 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
| 144 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 145 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 146 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 147 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 148 | 21. _thrp_setup @ 0x0000000000114307 in /system/lib/amd64/libc.so.1 | ||
| 149 | |||
| 150 | 2024.07.19 18:45:17.408422 [ 3 ] {1a188273-73cc-45a4-8070-d4b20b7c6545} <Error> DynamicQueryHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 151 | |||
| 152 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 153 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 154 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 155 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 156 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 157 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 158 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 159 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 160 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 161 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 162 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 163 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 164 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 165 | 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr<DB::Context>, std::function<void (DB::QueryResultDetails const&)>, std::optional<DB::FormatSettings> const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse | ||
| 166 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
| 167 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
| 168 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
| 169 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 170 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 171 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 172 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 173 | 21. _thrp_setup @ 0x0000000000114307 in /system/lib/amd64/libc.so.1 | ||
| 174 | (version 23.8.7.1) | ||
| 175 | 2024.07.19 18:45:17.409966 [ 3 ] {} <Debug> HTTP-Session: 98aeafdf-0e74-439b-bc53-9a5d56f6e2b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 176 | 2024.07.19 18:45:17.410403 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45317, User-Agent: (none), Length: 33, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 177 | 2024.07.19 18:45:17.410469 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 178 | 2024.07.19 18:45:17.410518 [ 3 ] {} <Debug> HTTP-Session: b8dbbfbd-d4ee-493d-a9aa-3bb122d201c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:45317 | ||
| 179 | 2024.07.19 18:45:17.410568 [ 3 ] {} <Debug> HTTP-Session: b8dbbfbd-d4ee-493d-a9aa-3bb122d201c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 180 | 2024.07.19 18:45:17.410582 [ 3 ] {} <Debug> HTTP-Session: b8dbbfbd-d4ee-493d-a9aa-3bb122d201c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 181 | 2024.07.19 18:45:17.410651 [ 3 ] {} <Trace> HTTP-Session: b8dbbfbd-d4ee-493d-a9aa-3bb122d201c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 182 | 2024.07.19 18:45:17.411850 [ 3 ] {687ec375-be64-47d1-a484-28d290f41325} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45317) SHOW CLUSTERS FORMAT JSONEachRow; (stage: Complete) | ||
| 183 | 2024.07.19 18:45:17.411998 [ 3 ] {687ec375-be64-47d1-a484-28d290f41325} <Debug> executeQuery: (internal) SELECT DISTINCT cluster FROM system.clusters ORDER BY cluster (stage: Complete) | ||
| 184 | 2024.07.19 18:45:17.414175 [ 3 ] {687ec375-be64-47d1-a484-28d290f41325} <Trace> ContextAccess (default): Access granted: SELECT(cluster) ON system.clusters | ||
| 185 | 2024.07.19 18:45:17.417191 [ 3 ] {687ec375-be64-47d1-a484-28d290f41325} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 186 | 2024.07.19 18:45:17.423377 [ 3 ] {687ec375-be64-47d1-a484-28d290f41325} <Debug> DynamicQueryHandler: Done processing query | ||
| 187 | 2024.07.19 18:45:17.423435 [ 3 ] {687ec375-be64-47d1-a484-28d290f41325} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 188 | 2024.07.19 18:45:17.423484 [ 3 ] {} <Debug> HTTP-Session: b8dbbfbd-d4ee-493d-a9aa-3bb122d201c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 189 | 2024.07.19 18:45:17.428480 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45317, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 190 | 2024.07.19 18:45:17.428592 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 191 | 2024.07.19 18:45:17.428663 [ 3 ] {} <Debug> HTTP-Session: 7f5bcf9f-46ee-4e29-8ba6-7092cae4c198 Authenticating user 'default' from [fd00:1122:3344:101::d]:45317 | ||
| 192 | 2024.07.19 18:45:17.428687 [ 3 ] {} <Debug> HTTP-Session: 7f5bcf9f-46ee-4e29-8ba6-7092cae4c198 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 193 | 2024.07.19 18:45:17.428742 [ 3 ] {} <Debug> HTTP-Session: 7f5bcf9f-46ee-4e29-8ba6-7092cae4c198 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 194 | 2024.07.19 18:45:17.428830 [ 3 ] {} <Trace> HTTP-Session: 7f5bcf9f-46ee-4e29-8ba6-7092cae4c198 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 195 | 2024.07.19 18:45:17.429000 [ 3 ] {cb8a10fa-1f00-40b8-a5aa-ef5526355eef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45317) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
| 196 | 2024.07.19 18:45:17.429316 [ 3 ] {cb8a10fa-1f00-40b8-a5aa-ef5526355eef} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:45317) (in query: SELECT MAX(value) FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 197 | |||
| 198 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 199 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 200 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 201 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 202 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 203 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 204 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 205 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 206 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 207 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 208 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 209 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 210 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 211 | 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr<DB::Context>, std::function<void (DB::QueryResultDetails const&)>, std::optional<DB::FormatSettings> const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse | ||
| 212 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
| 213 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
| 214 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
| 215 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 216 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 217 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 218 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 219 | 21. _thrp_setup @ 0x0000000000114307 in /system/lib/amd64/libc.so.1 | ||
| 220 | |||
| 221 | 2024.07.19 18:45:17.429549 [ 3 ] {cb8a10fa-1f00-40b8-a5aa-ef5526355eef} <Error> DynamicQueryHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 222 | |||
| 223 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 224 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 225 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 226 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 227 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 228 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 229 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 230 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 231 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 232 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 233 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 234 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 235 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 236 | 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr<DB::Context>, std::function<void (DB::QueryResultDetails const&)>, std::optional<DB::FormatSettings> const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse | ||
| 237 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
| 238 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
| 239 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
| 240 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 241 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 242 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 243 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 244 | 21. _thrp_setup @ 0x0000000000114307 in /system/lib/amd64/libc.so.1 | ||
| 245 | (version 23.8.7.1) | ||
| 246 | 2024.07.19 18:45:17.429810 [ 3 ] {} <Debug> HTTP-Session: 7f5bcf9f-46ee-4e29-8ba6-7092cae4c198 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 247 | 2024.07.19 18:45:17.433794 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45317, User-Agent: (none), Length: 32, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 248 | 2024.07.19 18:45:17.433898 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 249 | 2024.07.19 18:45:17.433925 [ 3 ] {} <Debug> HTTP-Session: d12a4051-df7b-41e6-935f-df82c8cefc58 Authenticating user 'default' from [fd00:1122:3344:101::d]:45317 | ||
| 250 | 2024.07.19 18:45:17.433982 [ 3 ] {} <Debug> HTTP-Session: d12a4051-df7b-41e6-935f-df82c8cefc58 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 251 | 2024.07.19 18:45:17.434038 [ 3 ] {} <Debug> HTTP-Session: d12a4051-df7b-41e6-935f-df82c8cefc58 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 252 | 2024.07.19 18:45:17.434082 [ 3 ] {} <Trace> HTTP-Session: d12a4051-df7b-41e6-935f-df82c8cefc58 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 253 | 2024.07.19 18:45:17.434354 [ 3 ] {982dcdbf-071b-4b0b-a9cd-407130c34cf3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45317) DROP DATABASE IF EXISTS oximeter (stage: Complete) | ||
| 254 | 2024.07.19 18:45:17.434627 [ 3 ] {982dcdbf-071b-4b0b-a9cd-407130c34cf3} <Debug> DynamicQueryHandler: Done processing query | ||
| 255 | 2024.07.19 18:45:17.434661 [ 3 ] {} <Debug> HTTP-Session: d12a4051-df7b-41e6-935f-df82c8cefc58 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 256 | 2024.07.19 18:45:17.436645 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45317, User-Agent: (none), Length: 38, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 257 | 2024.07.19 18:45:17.436720 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 258 | 2024.07.19 18:45:17.436766 [ 3 ] {} <Debug> HTTP-Session: bdccb6b3-b2b8-4c34-a2ff-cab80313e52a Authenticating user 'default' from [fd00:1122:3344:101::d]:45317 | ||
| 259 | 2024.07.19 18:45:17.436783 [ 3 ] {} <Debug> HTTP-Session: bdccb6b3-b2b8-4c34-a2ff-cab80313e52a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 260 | 2024.07.19 18:45:17.436824 [ 3 ] {} <Debug> HTTP-Session: bdccb6b3-b2b8-4c34-a2ff-cab80313e52a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 261 | 2024.07.19 18:45:17.436880 [ 3 ] {} <Trace> HTTP-Session: bdccb6b3-b2b8-4c34-a2ff-cab80313e52a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 262 | 2024.07.19 18:45:17.436993 [ 3 ] {57cd0a9f-8a09-4117-bcc7-66ae667d1f99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45317) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
| 263 | 2024.07.19 18:45:17.437052 [ 3 ] {57cd0a9f-8a09-4117-bcc7-66ae667d1f99} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
| 264 | 2024.07.19 18:45:17.443092 [ 3 ] {57cd0a9f-8a09-4117-bcc7-66ae667d1f99} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
| 265 | 2024.07.19 18:45:17.443156 [ 3 ] {57cd0a9f-8a09-4117-bcc7-66ae667d1f99} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 9.1141e-05 sec | ||
| 266 | 2024.07.19 18:45:17.443173 [ 3 ] {57cd0a9f-8a09-4117-bcc7-66ae667d1f99} <Trace> ReferentialDeps: No tables | ||
| 267 | 2024.07.19 18:45:17.443217 [ 3 ] {57cd0a9f-8a09-4117-bcc7-66ae667d1f99} <Trace> LoadingDeps: No tables | ||
| 268 | 2024.07.19 18:45:17.443245 [ 3 ] {57cd0a9f-8a09-4117-bcc7-66ae667d1f99} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
| 269 | 2024.07.19 18:45:17.443422 [ 3 ] {57cd0a9f-8a09-4117-bcc7-66ae667d1f99} <Debug> DynamicQueryHandler: Done processing query | ||
| 270 | 2024.07.19 18:45:17.443450 [ 3 ] {} <Debug> HTTP-Session: bdccb6b3-b2b8-4c34-a2ff-cab80313e52a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 271 | 2024.07.19 18:45:17.443609 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45317, User-Agent: (none), Length: 223, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 272 | 2024.07.19 18:45:17.443696 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 273 | 2024.07.19 18:45:17.443718 [ 3 ] {} <Debug> HTTP-Session: b81cf971-54f3-4562-a054-d4738fbe461c Authenticating user 'default' from [fd00:1122:3344:101::d]:45317 | ||
| 274 | 2024.07.19 18:45:17.443769 [ 3 ] {} <Debug> HTTP-Session: b81cf971-54f3-4562-a054-d4738fbe461c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 275 | 2024.07.19 18:45:17.443821 [ 3 ] {} <Debug> HTTP-Session: b81cf971-54f3-4562-a054-d4738fbe461c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 276 | 2024.07.19 18:45:17.443857 [ 3 ] {} <Trace> HTTP-Session: b81cf971-54f3-4562-a054-d4738fbe461c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 277 | 2024.07.19 18:45:17.444047 [ 3 ] {ac2ea5aa-8693-4c6d-9f83-83fe6615f5d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45317) /* The version table contains metadata about the `oximeter` database */ | ||
| 278 | CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) | ||
| 279 | 2024.07.19 18:45:17.444123 [ 3 ] {ac2ea5aa-8693-4c6d-9f83-83fe6615f5d2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
| 280 | 2024.07.19 18:45:17.448775 [ 3 ] {ac2ea5aa-8693-4c6d-9f83-83fe6615f5d2} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
| 281 | 2024.07.19 18:45:17.450353 [ 3 ] {ac2ea5aa-8693-4c6d-9f83-83fe6615f5d2} <Debug> oximeter.version (9a701a01-8fe9-4be9-aa02-145d444878c6): Loading data parts | ||
| 282 | 2024.07.19 18:45:17.450747 [ 3 ] {ac2ea5aa-8693-4c6d-9f83-83fe6615f5d2} <Debug> oximeter.version (9a701a01-8fe9-4be9-aa02-145d444878c6): There are no data parts | ||
| 283 | 2024.07.19 18:45:17.462429 [ 3 ] {ac2ea5aa-8693-4c6d-9f83-83fe6615f5d2} <Debug> DynamicQueryHandler: Done processing query | ||
| 284 | 2024.07.19 18:45:17.462453 [ 3 ] {} <Debug> HTTP-Session: b81cf971-54f3-4562-a054-d4738fbe461c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 285 | 2024.07.19 18:45:17.462618 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45317, User-Agent: (none), Length: 818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 286 | 2024.07.19 18:45:17.462691 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 287 | 2024.07.19 18:45:17.462740 [ 3 ] {} <Debug> HTTP-Session: a1f099c2-0510-4b56-92a4-fb32b7aea7bb Authenticating user 'default' from [fd00:1122:3344:101::d]:45317 | ||
| 288 | 2024.07.19 18:45:17.462755 [ 3 ] {} <Debug> HTTP-Session: a1f099c2-0510-4b56-92a4-fb32b7aea7bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 289 | 2024.07.19 18:45:17.462795 [ 3 ] {} <Debug> HTTP-Session: a1f099c2-0510-4b56-92a4-fb32b7aea7bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 290 | 2024.07.19 18:45:17.462853 [ 3 ] {} <Trace> HTTP-Session: a1f099c2-0510-4b56-92a4-fb32b7aea7bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 291 | 2024.07.19 18:45:17.463046 [ 3 ] {f43804be-4fcb-464e-a02b-16790d8b57a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45317) /* The measurement tables contain all individual samples from each timeseries. | ||
| 292 | * | ||
| 293 | * Each table stores a single datum type, and otherwise contains nearly the same | ||
| 294 | * structure. The primary sorting key is on the timeseries name, key, and then | ||
| 295 | * timestamp, so that all timeseries from the same schema are grouped, followed | ||
| 296 | * by all samples from the same timeseries. | ||
| 297 | * | ||
| 298 | * This reflects that one usually looks up the _key_ in one or more field table, | ||
| 299 | * and then uses that to index quickly into the measurements tables. | ||
| 300 | */ | ||
| 301 | CREATE TABLE IF NOT EXISTS oximeter.measurements_bool ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 302 | 2024.07.19 18:45:17.463150 [ 3 ] {f43804be-4fcb-464e-a02b-16790d8b57a0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
| 303 | 2024.07.19 18:45:17.470802 [ 3 ] {f43804be-4fcb-464e-a02b-16790d8b57a0} <Debug> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d): Loading data parts | ||
| 304 | 2024.07.19 18:45:17.471014 [ 3 ] {f43804be-4fcb-464e-a02b-16790d8b57a0} <Debug> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d): There are no data parts | ||
| 305 | 2024.07.19 18:45:17.476732 [ 3 ] {f43804be-4fcb-464e-a02b-16790d8b57a0} <Debug> DynamicQueryHandler: Done processing query | ||
| 306 | 2024.07.19 18:45:17.476771 [ 3 ] {} <Debug> HTTP-Session: a1f099c2-0510-4b56-92a4-fb32b7aea7bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 307 | 2024.07.19 18:45:17.476982 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45317, User-Agent: (none), Length: 292, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 308 | 2024.07.19 18:45:17.477088 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 309 | 2024.07.19 18:45:17.477196 [ 3 ] {} <Debug> HTTP-Session: 81f4aed4-924f-45d3-885b-97f5d4608b2a Authenticating user 'default' from [fd00:1122:3344:101::d]:45317 | ||
| 310 | 2024.07.19 18:45:17.477214 [ 3 ] {} <Debug> HTTP-Session: 81f4aed4-924f-45d3-885b-97f5d4608b2a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 311 | 2024.07.19 18:45:17.477256 [ 3 ] {} <Debug> HTTP-Session: 81f4aed4-924f-45d3-885b-97f5d4608b2a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 312 | 2024.07.19 18:45:17.477311 [ 3 ] {} <Trace> HTTP-Session: 81f4aed4-924f-45d3-885b-97f5d4608b2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 313 | 2024.07.19 18:45:17.477514 [ 3 ] {eaf28064-6b43-4401-8a2f-671ef14bc376} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45317) CREATE TABLE IF NOT EXISTS oximeter.measurements_i8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 314 | 2024.07.19 18:45:17.477589 [ 3 ] {eaf28064-6b43-4401-8a2f-671ef14bc376} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
| 315 | 2024.07.19 18:45:17.479744 [ 3 ] {eaf28064-6b43-4401-8a2f-671ef14bc376} <Debug> oximeter.measurements_i8 (3735d9b8-b897-4014-8be5-d772b25b0fc7): Loading data parts | ||
| 316 | 2024.07.19 18:45:17.479901 [ 3 ] {eaf28064-6b43-4401-8a2f-671ef14bc376} <Debug> oximeter.measurements_i8 (3735d9b8-b897-4014-8be5-d772b25b0fc7): There are no data parts | ||
| 317 | 2024.07.19 18:45:17.483902 [ 3 ] {eaf28064-6b43-4401-8a2f-671ef14bc376} <Debug> DynamicQueryHandler: Done processing query | ||
| 318 | 2024.07.19 18:45:17.483971 [ 3 ] {} <Debug> HTTP-Session: 81f4aed4-924f-45d3-885b-97f5d4608b2a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 319 | 2024.07.19 18:45:17.484127 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45317, User-Agent: (none), Length: 293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 320 | 2024.07.19 18:45:17.484203 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 321 | 2024.07.19 18:45:17.484253 [ 3 ] {} <Debug> HTTP-Session: 6a3bf1aa-9fd5-4c71-b9bf-c1e2eda100db Authenticating user 'default' from [fd00:1122:3344:101::d]:45317 | ||
| 322 | 2024.07.19 18:45:17.484270 [ 3 ] {} <Debug> HTTP-Session: 6a3bf1aa-9fd5-4c71-b9bf-c1e2eda100db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 323 | 2024.07.19 18:45:17.484309 [ 3 ] {} <Debug> HTTP-Session: 6a3bf1aa-9fd5-4c71-b9bf-c1e2eda100db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 324 | 2024.07.19 18:45:17.484369 [ 3 ] {} <Trace> HTTP-Session: 6a3bf1aa-9fd5-4c71-b9bf-c1e2eda100db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 325 | 2024.07.19 18:45:17.484541 [ 3 ] {85dad323-e4e0-414f-8817-87d85b41e70c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45317) CREATE TABLE IF NOT EXISTS oximeter.measurements_u8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 326 | 2024.07.19 18:45:17.484643 [ 3 ] {85dad323-e4e0-414f-8817-87d85b41e70c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
| 327 | 2024.07.19 18:45:17.486638 [ 3 ] {85dad323-e4e0-414f-8817-87d85b41e70c} <Debug> oximeter.measurements_u8 (f50f5ea7-e76d-489b-b7e7-b6ed569eeb64): Loading data parts | ||
| 328 | 2024.07.19 18:45:17.486817 [ 3 ] {85dad323-e4e0-414f-8817-87d85b41e70c} <Debug> oximeter.measurements_u8 (f50f5ea7-e76d-489b-b7e7-b6ed569eeb64): There are no data parts | ||
| 329 | 2024.07.19 18:45:17.489029 [ 3 ] {85dad323-e4e0-414f-8817-87d85b41e70c} <Debug> DynamicQueryHandler: Done processing query | ||
| 330 | 2024.07.19 18:45:17.489067 [ 3 ] {} <Debug> HTTP-Session: 6a3bf1aa-9fd5-4c71-b9bf-c1e2eda100db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 331 | 2024.07.19 18:45:17.489264 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45317, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 332 | 2024.07.19 18:45:17.489380 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 333 | 2024.07.19 18:45:17.489443 [ 3 ] {} <Debug> HTTP-Session: d5ed2258-aeff-44fa-a67e-68921c291c24 Authenticating user 'default' from [fd00:1122:3344:101::d]:45317 | ||
| 334 | 2024.07.19 18:45:17.489469 [ 3 ] {} <Debug> HTTP-Session: d5ed2258-aeff-44fa-a67e-68921c291c24 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 335 | 2024.07.19 18:45:17.489523 [ 3 ] {} <Debug> HTTP-Session: d5ed2258-aeff-44fa-a67e-68921c291c24 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 336 | 2024.07.19 18:45:17.489598 [ 3 ] {} <Trace> HTTP-Session: d5ed2258-aeff-44fa-a67e-68921c291c24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 337 | 2024.07.19 18:45:17.489889 [ 3 ] {f703b525-1573-4239-bcbf-cd9d82351f6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45317) CREATE TABLE IF NOT EXISTS oximeter.measurements_i16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 338 | 2024.07.19 18:45:17.489994 [ 3 ] {f703b525-1573-4239-bcbf-cd9d82351f6b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
| 339 | 2024.07.19 18:45:17.491781 [ 3 ] {f703b525-1573-4239-bcbf-cd9d82351f6b} <Debug> oximeter.measurements_i16 (691296c4-36e2-4fe7-b5b4-b542c1a307ff): Loading data parts | ||
| 340 | 2024.07.19 18:45:17.491940 [ 3 ] {f703b525-1573-4239-bcbf-cd9d82351f6b} <Debug> oximeter.measurements_i16 (691296c4-36e2-4fe7-b5b4-b542c1a307ff): There are no data parts | ||
| 341 | 2024.07.19 18:45:17.496050 [ 3 ] {f703b525-1573-4239-bcbf-cd9d82351f6b} <Debug> DynamicQueryHandler: Done processing query | ||
| 342 | 2024.07.19 18:45:17.496124 [ 3 ] {} <Debug> HTTP-Session: d5ed2258-aeff-44fa-a67e-68921c291c24 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 343 | 2024.07.19 18:45:17.496267 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45317, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 344 | 2024.07.19 18:45:17.496358 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 345 | 2024.07.19 18:45:17.496421 [ 3 ] {} <Debug> HTTP-Session: fa07a55a-af99-406e-a87e-bd6a128624bb Authenticating user 'default' from [fd00:1122:3344:101::d]:45317 | ||
| 346 | 2024.07.19 18:45:17.496438 [ 3 ] {} <Debug> HTTP-Session: fa07a55a-af99-406e-a87e-bd6a128624bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 347 | 2024.07.19 18:45:17.496486 [ 3 ] {} <Debug> HTTP-Session: fa07a55a-af99-406e-a87e-bd6a128624bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 348 | 2024.07.19 18:45:17.496622 [ 3 ] {} <Trace> HTTP-Session: fa07a55a-af99-406e-a87e-bd6a128624bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 349 | 2024.07.19 18:45:17.496860 [ 3 ] {924a2a83-bc3a-456c-b9f8-2f11dfa1ca84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45317) CREATE TABLE IF NOT EXISTS oximeter.measurements_u16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 350 | 2024.07.19 18:45:17.496998 [ 3 ] {924a2a83-bc3a-456c-b9f8-2f11dfa1ca84} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
| 351 | 2024.07.19 18:45:17.499169 [ 3 ] {924a2a83-bc3a-456c-b9f8-2f11dfa1ca84} <Debug> oximeter.measurements_u16 (6e989a11-1a5e-4a80-9f49-473ea8177168): Loading data parts | ||
| 352 | 2024.07.19 18:45:17.499383 [ 3 ] {924a2a83-bc3a-456c-b9f8-2f11dfa1ca84} <Debug> oximeter.measurements_u16 (6e989a11-1a5e-4a80-9f49-473ea8177168): There are no data parts | ||
| 353 | 2024.07.19 18:45:17.501617 [ 3 ] {924a2a83-bc3a-456c-b9f8-2f11dfa1ca84} <Debug> DynamicQueryHandler: Done processing query | ||
| 354 | 2024.07.19 18:45:17.501678 [ 3 ] {} <Debug> HTTP-Session: fa07a55a-af99-406e-a87e-bd6a128624bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 355 | 2024.07.19 18:45:17.501806 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45317, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 356 | 2024.07.19 18:45:17.501919 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 357 | 2024.07.19 18:45:17.502007 [ 3 ] {} <Debug> HTTP-Session: 2a8d559c-d335-4bd9-9686-ad6ccb7144c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:45317 | ||
| 358 | 2024.07.19 18:45:17.502061 [ 3 ] {} <Debug> HTTP-Session: 2a8d559c-d335-4bd9-9686-ad6ccb7144c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 359 | 2024.07.19 18:45:17.502076 [ 3 ] {} <Debug> HTTP-Session: 2a8d559c-d335-4bd9-9686-ad6ccb7144c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 360 | 2024.07.19 18:45:17.502133 [ 3 ] {} <Trace> HTTP-Session: 2a8d559c-d335-4bd9-9686-ad6ccb7144c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 361 | 2024.07.19 18:45:17.502373 [ 3 ] {b63e8020-db2c-4615-ad04-68fd198f322f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45317) CREATE TABLE IF NOT EXISTS oximeter.measurements_i32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 362 | 2024.07.19 18:45:17.502455 [ 3 ] {b63e8020-db2c-4615-ad04-68fd198f322f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
| 363 | 2024.07.19 18:45:17.504226 [ 3 ] {b63e8020-db2c-4615-ad04-68fd198f322f} <Debug> oximeter.measurements_i32 (2a5e8686-9cda-47bd-af45-af5c84a362f3): Loading data parts | ||
| 364 | 2024.07.19 18:45:17.504415 [ 3 ] {b63e8020-db2c-4615-ad04-68fd198f322f} <Debug> oximeter.measurements_i32 (2a5e8686-9cda-47bd-af45-af5c84a362f3): There are no data parts | ||
| 365 | 2024.07.19 18:45:17.508486 [ 3 ] {b63e8020-db2c-4615-ad04-68fd198f322f} <Debug> DynamicQueryHandler: Done processing query | ||
| 366 | 2024.07.19 18:45:17.508566 [ 3 ] {} <Debug> HTTP-Session: 2a8d559c-d335-4bd9-9686-ad6ccb7144c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 367 | 2024.07.19 18:45:17.508731 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45317, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 368 | 2024.07.19 18:45:17.508843 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 369 | 2024.07.19 18:45:17.508919 [ 3 ] {} <Debug> HTTP-Session: 6ff780a5-b38d-4ca0-9210-20488faf9ac9 Authenticating user 'default' from [fd00:1122:3344:101::d]:45317 | ||
| 370 | 2024.07.19 18:45:17.508942 [ 3 ] {} <Debug> HTTP-Session: 6ff780a5-b38d-4ca0-9210-20488faf9ac9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 371 | 2024.07.19 18:45:17.508997 [ 3 ] {} <Debug> HTTP-Session: 6ff780a5-b38d-4ca0-9210-20488faf9ac9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 372 | 2024.07.19 18:45:17.509082 [ 3 ] {} <Trace> HTTP-Session: 6ff780a5-b38d-4ca0-9210-20488faf9ac9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 373 | 2024.07.19 18:45:17.509287 [ 3 ] {c5cf3c2d-a3cb-4bdf-97b6-8d5410abe6f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45317) CREATE TABLE IF NOT EXISTS oximeter.measurements_u32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 374 | 2024.07.19 18:45:17.509364 [ 3 ] {c5cf3c2d-a3cb-4bdf-97b6-8d5410abe6f4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
| 375 | 2024.07.19 18:45:17.511299 [ 3 ] {c5cf3c2d-a3cb-4bdf-97b6-8d5410abe6f4} <Debug> oximeter.measurements_u32 (2abe6e1b-2155-4300-a256-4a422acbdbb8): Loading data parts | ||
| 376 | 2024.07.19 18:45:17.511469 [ 3 ] {c5cf3c2d-a3cb-4bdf-97b6-8d5410abe6f4} <Debug> oximeter.measurements_u32 (2abe6e1b-2155-4300-a256-4a422acbdbb8): There are no data parts | ||
| 377 | 2024.07.19 18:45:17.513628 [ 3 ] {c5cf3c2d-a3cb-4bdf-97b6-8d5410abe6f4} <Debug> DynamicQueryHandler: Done processing query | ||
| 378 | 2024.07.19 18:45:17.513767 [ 3 ] {} <Debug> HTTP-Session: 6ff780a5-b38d-4ca0-9210-20488faf9ac9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 379 | 2024.07.19 18:45:17.513931 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45317, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 380 | 2024.07.19 18:45:17.513988 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 381 | 2024.07.19 18:45:17.514045 [ 3 ] {} <Debug> HTTP-Session: baa1ca41-67e1-439a-906f-5a6f5a908538 Authenticating user 'default' from [fd00:1122:3344:101::d]:45317 | ||
| 382 | 2024.07.19 18:45:17.514091 [ 3 ] {} <Debug> HTTP-Session: baa1ca41-67e1-439a-906f-5a6f5a908538 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 383 | 2024.07.19 18:45:17.514105 [ 3 ] {} <Debug> HTTP-Session: baa1ca41-67e1-439a-906f-5a6f5a908538 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 384 | 2024.07.19 18:45:17.514161 [ 3 ] {} <Trace> HTTP-Session: baa1ca41-67e1-439a-906f-5a6f5a908538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 385 | 2024.07.19 18:45:17.514363 [ 3 ] {4ce5f5a6-8d1c-4403-acd6-8a7a6f686c26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45317) CREATE TABLE IF NOT EXISTS oximeter.measurements_i64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 386 | 2024.07.19 18:45:17.514466 [ 3 ] {4ce5f5a6-8d1c-4403-acd6-8a7a6f686c26} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
| 387 | 2024.07.19 18:45:17.516181 [ 3 ] {4ce5f5a6-8d1c-4403-acd6-8a7a6f686c26} <Debug> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c): Loading data parts | ||
| 388 | 2024.07.19 18:45:17.516346 [ 3 ] {4ce5f5a6-8d1c-4403-acd6-8a7a6f686c26} <Debug> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c): There are no data parts | ||
| 389 | 2024.07.19 18:45:17.520256 [ 3 ] {4ce5f5a6-8d1c-4403-acd6-8a7a6f686c26} <Debug> DynamicQueryHandler: Done processing query | ||
| 390 | 2024.07.19 18:45:17.520323 [ 3 ] {} <Debug> HTTP-Session: baa1ca41-67e1-439a-906f-5a6f5a908538 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 391 | 2024.07.19 18:45:17.520459 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45317, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 392 | 2024.07.19 18:45:17.520577 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 393 | 2024.07.19 18:45:17.520604 [ 3 ] {} <Debug> HTTP-Session: 1e908468-2c5d-44e4-9d09-017af65e0bd8 Authenticating user 'default' from [fd00:1122:3344:101::d]:45317 | ||
| 394 | 2024.07.19 18:45:17.520656 [ 3 ] {} <Debug> HTTP-Session: 1e908468-2c5d-44e4-9d09-017af65e0bd8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 395 | 2024.07.19 18:45:17.520676 [ 3 ] {} <Debug> HTTP-Session: 1e908468-2c5d-44e4-9d09-017af65e0bd8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 396 | 2024.07.19 18:45:17.520744 [ 3 ] {} <Trace> HTTP-Session: 1e908468-2c5d-44e4-9d09-017af65e0bd8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 397 | 2024.07.19 18:45:17.520983 [ 3 ] {e8b66cd9-5fea-45b3-9d59-65559450bfcd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45317) CREATE TABLE IF NOT EXISTS oximeter.measurements_u64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 398 | 2024.07.19 18:45:17.521072 [ 3 ] {e8b66cd9-5fea-45b3-9d59-65559450bfcd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
| 399 | 2024.07.19 18:45:17.523056 [ 3 ] {e8b66cd9-5fea-45b3-9d59-65559450bfcd} <Debug> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Loading data parts | ||
| 400 | 2024.07.19 18:45:17.523251 [ 3 ] {e8b66cd9-5fea-45b3-9d59-65559450bfcd} <Debug> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): There are no data parts | ||
| 401 | 2024.07.19 18:45:17.525396 [ 3 ] {e8b66cd9-5fea-45b3-9d59-65559450bfcd} <Debug> DynamicQueryHandler: Done processing query | ||
| 402 | 2024.07.19 18:45:17.525522 [ 3 ] {} <Debug> HTTP-Session: 1e908468-2c5d-44e4-9d09-017af65e0bd8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 403 | 2024.07.19 18:45:17.525679 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45317, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 404 | 2024.07.19 18:45:17.525735 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 405 | 2024.07.19 18:45:17.525793 [ 3 ] {} <Debug> HTTP-Session: f660ce8f-c0b4-4e9d-8036-a12f8b22a80b Authenticating user 'default' from [fd00:1122:3344:101::d]:45317 | ||
| 406 | 2024.07.19 18:45:17.525846 [ 3 ] {} <Debug> HTTP-Session: f660ce8f-c0b4-4e9d-8036-a12f8b22a80b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 407 | 2024.07.19 18:45:17.525863 [ 3 ] {} <Debug> HTTP-Session: f660ce8f-c0b4-4e9d-8036-a12f8b22a80b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 408 | 2024.07.19 18:45:17.525929 [ 3 ] {} <Trace> HTTP-Session: f660ce8f-c0b4-4e9d-8036-a12f8b22a80b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 409 | 2024.07.19 18:45:17.526150 [ 3 ] {08d0bc4a-0a64-4368-98d3-64588f3b684f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45317) CREATE TABLE IF NOT EXISTS oximeter.measurements_f32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 410 | 2024.07.19 18:45:17.526256 [ 3 ] {08d0bc4a-0a64-4368-98d3-64588f3b684f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
| 411 | 2024.07.19 18:45:17.528076 [ 3 ] {08d0bc4a-0a64-4368-98d3-64588f3b684f} <Debug> oximeter.measurements_f32 (85508f14-7d78-4f0c-a24a-e379817f7367): Loading data parts | ||
| 412 | 2024.07.19 18:45:17.528271 [ 3 ] {08d0bc4a-0a64-4368-98d3-64588f3b684f} <Debug> oximeter.measurements_f32 (85508f14-7d78-4f0c-a24a-e379817f7367): There are no data parts | ||
| 413 | 2024.07.19 18:45:17.532323 [ 3 ] {08d0bc4a-0a64-4368-98d3-64588f3b684f} <Debug> DynamicQueryHandler: Done processing query | ||
| 414 | 2024.07.19 18:45:17.532362 [ 3 ] {} <Debug> HTTP-Session: f660ce8f-c0b4-4e9d-8036-a12f8b22a80b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 415 | 2024.07.19 18:45:17.532518 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45317, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 416 | 2024.07.19 18:45:17.532669 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 417 | 2024.07.19 18:45:17.532701 [ 3 ] {} <Debug> HTTP-Session: 2901e128-46d6-4d48-bf0c-2cae2e7680f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:45317 | ||
| 418 | 2024.07.19 18:45:17.532765 [ 3 ] {} <Debug> HTTP-Session: 2901e128-46d6-4d48-bf0c-2cae2e7680f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 419 | 2024.07.19 18:45:17.532827 [ 3 ] {} <Debug> HTTP-Session: 2901e128-46d6-4d48-bf0c-2cae2e7680f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 420 | 2024.07.19 18:45:17.532872 [ 3 ] {} <Trace> HTTP-Session: 2901e128-46d6-4d48-bf0c-2cae2e7680f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 421 | 2024.07.19 18:45:17.533197 [ 3 ] {c015d033-8fbb-4168-89a2-547c6950b2a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45317) CREATE TABLE IF NOT EXISTS oximeter.measurements_f64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 422 | 2024.07.19 18:45:17.533387 [ 3 ] {c015d033-8fbb-4168-89a2-547c6950b2a5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
| 423 | 2024.07.19 18:45:17.535369 [ 3 ] {c015d033-8fbb-4168-89a2-547c6950b2a5} <Debug> oximeter.measurements_f64 (570fe8a9-bd67-42c3-841e-48a9a34f0e5a): Loading data parts | ||
| 424 | 2024.07.19 18:45:17.535550 [ 3 ] {c015d033-8fbb-4168-89a2-547c6950b2a5} <Debug> oximeter.measurements_f64 (570fe8a9-bd67-42c3-841e-48a9a34f0e5a): There are no data parts | ||
| 425 | 2024.07.19 18:45:17.537643 [ 3 ] {c015d033-8fbb-4168-89a2-547c6950b2a5} <Debug> DynamicQueryHandler: Done processing query | ||
| 426 | 2024.07.19 18:45:17.537704 [ 3 ] {} <Debug> HTTP-Session: 2901e128-46d6-4d48-bf0c-2cae2e7680f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 427 | 2024.07.19 18:45:17.537847 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45317, User-Agent: (none), Length: 298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 428 | 2024.07.19 18:45:17.537925 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 429 | 2024.07.19 18:45:17.537947 [ 3 ] {} <Debug> HTTP-Session: 1e8a9808-ee3f-425e-8397-2f652a29d15a Authenticating user 'default' from [fd00:1122:3344:101::d]:45317 | ||
| 430 | 2024.07.19 18:45:17.537997 [ 3 ] {} <Debug> HTTP-Session: 1e8a9808-ee3f-425e-8397-2f652a29d15a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 431 | 2024.07.19 18:45:17.538011 [ 3 ] {} <Debug> HTTP-Session: 1e8a9808-ee3f-425e-8397-2f652a29d15a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 432 | 2024.07.19 18:45:17.538071 [ 3 ] {} <Trace> HTTP-Session: 1e8a9808-ee3f-425e-8397-2f652a29d15a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 433 | 2024.07.19 18:45:17.538274 [ 3 ] {3154a757-c894-4fdf-a7ed-c85a286af34e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45317) CREATE TABLE IF NOT EXISTS oximeter.measurements_string ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(String) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 434 | 2024.07.19 18:45:17.538381 [ 3 ] {3154a757-c894-4fdf-a7ed-c85a286af34e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
| 435 | 2024.07.19 18:45:17.540151 [ 3 ] {3154a757-c894-4fdf-a7ed-c85a286af34e} <Debug> oximeter.measurements_string (3c5df7fd-eade-434f-870a-45250434014d): Loading data parts | ||
| 436 | 2024.07.19 18:45:17.540341 [ 3 ] {3154a757-c894-4fdf-a7ed-c85a286af34e} <Debug> oximeter.measurements_string (3c5df7fd-eade-434f-870a-45250434014d): There are no data parts | ||
| 437 | 2024.07.19 18:45:17.544277 [ 3 ] {3154a757-c894-4fdf-a7ed-c85a286af34e} <Debug> DynamicQueryHandler: Done processing query | ||
| 438 | 2024.07.19 18:45:17.544308 [ 3 ] {} <Debug> HTTP-Session: 1e8a9808-ee3f-425e-8397-2f652a29d15a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 439 | 2024.07.19 18:45:17.544522 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45317, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 440 | 2024.07.19 18:45:17.544616 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 441 | 2024.07.19 18:45:17.544641 [ 3 ] {} <Debug> HTTP-Session: d8d09b93-5bfa-4302-a397-0210f9bbea88 Authenticating user 'default' from [fd00:1122:3344:101::d]:45317 | ||
| 442 | 2024.07.19 18:45:17.544694 [ 3 ] {} <Debug> HTTP-Session: d8d09b93-5bfa-4302-a397-0210f9bbea88 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 443 | 2024.07.19 18:45:17.544748 [ 3 ] {} <Debug> HTTP-Session: d8d09b93-5bfa-4302-a397-0210f9bbea88 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 444 | 2024.07.19 18:45:17.544785 [ 3 ] {} <Trace> HTTP-Session: d8d09b93-5bfa-4302-a397-0210f9bbea88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 445 | 2024.07.19 18:45:17.545035 [ 3 ] {eb9f063f-dd35-4374-900c-70792bc10752} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45317) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
| 446 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
| 447 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
| 448 | * a string isn't palatable for a few reasons. | ||
| 449 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
| 450 | * details. | ||
| 451 | */ | ||
| 452 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 453 | 2024.07.19 18:45:17.545155 [ 3 ] {eb9f063f-dd35-4374-900c-70792bc10752} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
| 454 | 2024.07.19 18:45:17.547134 [ 3 ] {eb9f063f-dd35-4374-900c-70792bc10752} <Debug> oximeter.measurements_bytes (f72fb576-6ab1-479e-84fa-c4d46194f649): Loading data parts | ||
| 455 | 2024.07.19 18:45:17.547296 [ 3 ] {eb9f063f-dd35-4374-900c-70792bc10752} <Debug> oximeter.measurements_bytes (f72fb576-6ab1-479e-84fa-c4d46194f649): There are no data parts | ||
| 456 | 2024.07.19 18:45:17.549756 [ 3 ] {eb9f063f-dd35-4374-900c-70792bc10752} <Debug> DynamicQueryHandler: Done processing query | ||
| 457 | 2024.07.19 18:45:17.549788 [ 3 ] {} <Debug> HTTP-Session: d8d09b93-5bfa-4302-a397-0210f9bbea88 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 458 | 2024.07.19 18:45:17.549964 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45317, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 459 | 2024.07.19 18:45:17.550061 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 460 | 2024.07.19 18:45:17.550114 [ 3 ] {} <Debug> HTTP-Session: 1f38fa0b-fe3a-4cbe-b6da-6d2839d921fe Authenticating user 'default' from [fd00:1122:3344:101::d]:45317 | ||
| 461 | 2024.07.19 18:45:17.550133 [ 3 ] {} <Debug> HTTP-Session: 1f38fa0b-fe3a-4cbe-b6da-6d2839d921fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 462 | 2024.07.19 18:45:17.550178 [ 3 ] {} <Debug> HTTP-Session: 1f38fa0b-fe3a-4cbe-b6da-6d2839d921fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 463 | 2024.07.19 18:45:17.550208 [ 3 ] {} <Trace> HTTP-Session: 1f38fa0b-fe3a-4cbe-b6da-6d2839d921fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 464 | 2024.07.19 18:45:17.550451 [ 3 ] {06745c6e-2d3c-4409-8401-995449142bcd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45317) 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.07.19 18:45:17.550532 [ 3 ] {06745c6e-2d3c-4409-8401-995449142bcd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
| 466 | 2024.07.19 18:45:17.552380 [ 3 ] {06745c6e-2d3c-4409-8401-995449142bcd} <Debug> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4): Loading data parts | ||
| 467 | 2024.07.19 18:45:17.552560 [ 3 ] {06745c6e-2d3c-4409-8401-995449142bcd} <Debug> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4): There are no data parts | ||
| 468 | 2024.07.19 18:45:17.556597 [ 3 ] {06745c6e-2d3c-4409-8401-995449142bcd} <Debug> DynamicQueryHandler: Done processing query | ||
| 469 | 2024.07.19 18:45:17.556682 [ 3 ] {} <Debug> HTTP-Session: 1f38fa0b-fe3a-4cbe-b6da-6d2839d921fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 470 | 2024.07.19 18:45:17.556846 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45317, User-Agent: (none), Length: 354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 471 | 2024.07.19 18:45:17.556995 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 472 | 2024.07.19 18:45:17.557030 [ 3 ] {} <Debug> HTTP-Session: 9837ccd0-74dc-45e0-8091-f14f2a20c99a Authenticating user 'default' from [fd00:1122:3344:101::d]:45317 | ||
| 473 | 2024.07.19 18:45:17.557103 [ 3 ] {} <Debug> HTTP-Session: 9837ccd0-74dc-45e0-8091-f14f2a20c99a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 474 | 2024.07.19 18:45:17.557132 [ 3 ] {} <Debug> HTTP-Session: 9837ccd0-74dc-45e0-8091-f14f2a20c99a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 475 | 2024.07.19 18:45:17.557211 [ 3 ] {} <Trace> HTTP-Session: 9837ccd0-74dc-45e0-8091-f14f2a20c99a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 476 | 2024.07.19 18:45:17.557421 [ 3 ] {80485770-957f-480c-b827-24be8d4e9bf5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45317) 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.07.19 18:45:17.557527 [ 3 ] {80485770-957f-480c-b827-24be8d4e9bf5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
| 478 | 2024.07.19 18:45:17.559542 [ 3 ] {80485770-957f-480c-b827-24be8d4e9bf5} <Debug> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Loading data parts | ||
| 479 | 2024.07.19 18:45:17.559713 [ 3 ] {80485770-957f-480c-b827-24be8d4e9bf5} <Debug> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): There are no data parts | ||
| 480 | 2024.07.19 18:45:17.561777 [ 3 ] {80485770-957f-480c-b827-24be8d4e9bf5} <Debug> DynamicQueryHandler: Done processing query | ||
| 481 | 2024.07.19 18:45:17.561802 [ 3 ] {} <Debug> HTTP-Session: 9837ccd0-74dc-45e0-8091-f14f2a20c99a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 482 | 2024.07.19 18:45:17.561952 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45317, User-Agent: (none), Length: 355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 483 | 2024.07.19 18:45:17.562025 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 484 | 2024.07.19 18:45:17.562074 [ 3 ] {} <Debug> HTTP-Session: dfe2039a-78d7-4b65-9a40-5201f9131a59 Authenticating user 'default' from [fd00:1122:3344:101::d]:45317 | ||
| 485 | 2024.07.19 18:45:17.562090 [ 3 ] {} <Debug> HTTP-Session: dfe2039a-78d7-4b65-9a40-5201f9131a59 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 486 | 2024.07.19 18:45:17.562131 [ 3 ] {} <Debug> HTTP-Session: dfe2039a-78d7-4b65-9a40-5201f9131a59 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 487 | 2024.07.19 18:45:17.562162 [ 3 ] {} <Trace> HTTP-Session: dfe2039a-78d7-4b65-9a40-5201f9131a59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 488 | 2024.07.19 18:45:17.562370 [ 3 ] {85a6bc67-2d2a-437e-9f4e-179fdd4635f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45317) 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.07.19 18:45:17.562493 [ 3 ] {85a6bc67-2d2a-437e-9f4e-179fdd4635f9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
| 490 | 2024.07.19 18:45:17.564244 [ 3 ] {85a6bc67-2d2a-437e-9f4e-179fdd4635f9} <Debug> oximeter.measurements_cumulativef32 (961d4f93-c05c-40d1-8901-f4100e78bef4): Loading data parts | ||
| 491 | 2024.07.19 18:45:17.564431 [ 3 ] {85a6bc67-2d2a-437e-9f4e-179fdd4635f9} <Debug> oximeter.measurements_cumulativef32 (961d4f93-c05c-40d1-8901-f4100e78bef4): There are no data parts | ||
| 492 | 2024.07.19 18:45:17.568452 [ 3 ] {85a6bc67-2d2a-437e-9f4e-179fdd4635f9} <Debug> DynamicQueryHandler: Done processing query | ||
| 493 | 2024.07.19 18:45:17.568536 [ 3 ] {} <Debug> HTTP-Session: dfe2039a-78d7-4b65-9a40-5201f9131a59 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 494 | 2024.07.19 18:45:17.568697 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45317, User-Agent: (none), Length: 356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 495 | 2024.07.19 18:45:17.568806 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 496 | 2024.07.19 18:45:17.568873 [ 3 ] {} <Debug> HTTP-Session: 6b8acb17-22f7-4ba5-9e30-dc6ffd303c68 Authenticating user 'default' from [fd00:1122:3344:101::d]:45317 | ||
| 497 | 2024.07.19 18:45:17.568938 [ 3 ] {} <Debug> HTTP-Session: 6b8acb17-22f7-4ba5-9e30-dc6ffd303c68 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 498 | 2024.07.19 18:45:17.568958 [ 3 ] {} <Debug> HTTP-Session: 6b8acb17-22f7-4ba5-9e30-dc6ffd303c68 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 499 | 2024.07.19 18:45:17.569043 [ 3 ] {} <Trace> HTTP-Session: 6b8acb17-22f7-4ba5-9e30-dc6ffd303c68 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 500 | 2024.07.19 18:45:17.569320 [ 3 ] {35390d4e-f50b-4f2b-900a-ccf66664f819} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45317) 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.07.19 18:45:17.569426 [ 3 ] {35390d4e-f50b-4f2b-900a-ccf66664f819} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
| 502 | 2024.07.19 18:45:17.571409 [ 3 ] {35390d4e-f50b-4f2b-900a-ccf66664f819} <Debug> oximeter.measurements_cumulativef64 (0361d356-5977-401c-a067-c1a087da4b85): Loading data parts | ||
| 503 | 2024.07.19 18:45:17.571587 [ 3 ] {35390d4e-f50b-4f2b-900a-ccf66664f819} <Debug> oximeter.measurements_cumulativef64 (0361d356-5977-401c-a067-c1a087da4b85): There are no data parts | ||
| 504 | 2024.07.19 18:45:17.573645 [ 3 ] {35390d4e-f50b-4f2b-900a-ccf66664f819} <Debug> DynamicQueryHandler: Done processing query | ||
| 505 | 2024.07.19 18:45:17.573671 [ 3 ] {} <Debug> HTTP-Session: 6b8acb17-22f7-4ba5-9e30-dc6ffd303c68 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 506 | 2024.07.19 18:45:17.573811 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45317, User-Agent: (none), Length: 1300, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 507 | 2024.07.19 18:45:17.573894 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 508 | 2024.07.19 18:45:17.573914 [ 3 ] {} <Debug> HTTP-Session: a9ef41e6-d11f-4ffc-98d1-002945ceb979 Authenticating user 'default' from [fd00:1122:3344:101::d]:45317 | ||
| 509 | 2024.07.19 18:45:17.573959 [ 3 ] {} <Debug> HTTP-Session: a9ef41e6-d11f-4ffc-98d1-002945ceb979 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 510 | 2024.07.19 18:45:17.574003 [ 3 ] {} <Debug> HTTP-Session: a9ef41e6-d11f-4ffc-98d1-002945ceb979 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 511 | 2024.07.19 18:45:17.574033 [ 3 ] {} <Trace> HTTP-Session: a9ef41e6-d11f-4ffc-98d1-002945ceb979 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 512 | 2024.07.19 18:45:17.574341 [ 3 ] {91d515cd-fe8d-47b4-a96a-49c0562fc482} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45317) 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.07.19 18:45:17.574460 [ 3 ] {91d515cd-fe8d-47b4-a96a-49c0562fc482} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
| 524 | 2024.07.19 18:45:17.576592 [ 3 ] {91d515cd-fe8d-47b4-a96a-49c0562fc482} <Debug> oximeter.measurements_histogrami8 (4f9aa65d-e6c0-4f05-8267-9df2b62802c2): Loading data parts | ||
| 525 | 2024.07.19 18:45:17.576787 [ 3 ] {91d515cd-fe8d-47b4-a96a-49c0562fc482} <Debug> oximeter.measurements_histogrami8 (4f9aa65d-e6c0-4f05-8267-9df2b62802c2): There are no data parts | ||
| 526 | 2024.07.19 18:45:17.580809 [ 3 ] {91d515cd-fe8d-47b4-a96a-49c0562fc482} <Debug> DynamicQueryHandler: Done processing query | ||
| 527 | 2024.07.19 18:45:17.580898 [ 3 ] {} <Debug> HTTP-Session: a9ef41e6-d11f-4ffc-98d1-002945ceb979 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 528 | 2024.07.19 18:45:17.581167 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45317, User-Agent: (none), Length: 839, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 529 | 2024.07.19 18:45:17.581250 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 530 | 2024.07.19 18:45:17.581338 [ 3 ] {} <Debug> HTTP-Session: 1f52c745-f1c7-418d-997e-dd92b98c54e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:45317 | ||
| 531 | 2024.07.19 18:45:17.581419 [ 3 ] {} <Debug> HTTP-Session: 1f52c745-f1c7-418d-997e-dd92b98c54e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 532 | 2024.07.19 18:45:17.581443 [ 3 ] {} <Debug> HTTP-Session: 1f52c745-f1c7-418d-997e-dd92b98c54e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 533 | 2024.07.19 18:45:17.581511 [ 3 ] {} <Trace> HTTP-Session: 1f52c745-f1c7-418d-997e-dd92b98c54e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 534 | 2024.07.19 18:45:17.581787 [ 3 ] {a4aa2cb9-6482-4a4a-adb8-f356584360a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45317) 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.07.19 18:45:17.581906 [ 3 ] {a4aa2cb9-6482-4a4a-adb8-f356584360a2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
| 536 | 2024.07.19 18:45:17.584131 [ 3 ] {a4aa2cb9-6482-4a4a-adb8-f356584360a2} <Debug> oximeter.measurements_histogramu8 (d738d7ea-6aa5-4807-aad0-3dc98ddaa742): Loading data parts | ||
| 537 | 2024.07.19 18:45:17.584315 [ 3 ] {a4aa2cb9-6482-4a4a-adb8-f356584360a2} <Debug> oximeter.measurements_histogramu8 (d738d7ea-6aa5-4807-aad0-3dc98ddaa742): There are no data parts | ||
| 538 | 2024.07.19 18:45:17.586563 [ 3 ] {a4aa2cb9-6482-4a4a-adb8-f356584360a2} <Debug> DynamicQueryHandler: Done processing query | ||
| 539 | 2024.07.19 18:45:17.586602 [ 3 ] {} <Debug> HTTP-Session: 1f52c745-f1c7-418d-997e-dd92b98c54e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 540 | 2024.07.19 18:45:17.586746 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45317, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 541 | 2024.07.19 18:45:17.586895 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 542 | 2024.07.19 18:45:17.586926 [ 3 ] {} <Debug> HTTP-Session: 830aaad7-b976-4ecd-83e7-8c674af45b6e Authenticating user 'default' from [fd00:1122:3344:101::d]:45317 | ||
| 543 | 2024.07.19 18:45:17.586988 [ 3 ] {} <Debug> HTTP-Session: 830aaad7-b976-4ecd-83e7-8c674af45b6e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 544 | 2024.07.19 18:45:17.587012 [ 3 ] {} <Debug> HTTP-Session: 830aaad7-b976-4ecd-83e7-8c674af45b6e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 545 | 2024.07.19 18:45:17.587087 [ 3 ] {} <Trace> HTTP-Session: 830aaad7-b976-4ecd-83e7-8c674af45b6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 546 | 2024.07.19 18:45:17.587362 [ 3 ] {2af40180-1ec6-4d88-afa3-181f96526d36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45317) 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.07.19 18:45:17.587480 [ 3 ] {2af40180-1ec6-4d88-afa3-181f96526d36} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
| 548 | 2024.07.19 18:45:17.589517 [ 3 ] {2af40180-1ec6-4d88-afa3-181f96526d36} <Debug> oximeter.measurements_histogrami16 (f0907197-40b9-4f8a-9609-59286ee0b410): Loading data parts | ||
| 549 | 2024.07.19 18:45:17.589699 [ 3 ] {2af40180-1ec6-4d88-afa3-181f96526d36} <Debug> oximeter.measurements_histogrami16 (f0907197-40b9-4f8a-9609-59286ee0b410): There are no data parts | ||
| 550 | 2024.07.19 18:45:17.593719 [ 3 ] {2af40180-1ec6-4d88-afa3-181f96526d36} <Debug> DynamicQueryHandler: Done processing query | ||
| 551 | 2024.07.19 18:45:17.593808 [ 3 ] {} <Debug> HTTP-Session: 830aaad7-b976-4ecd-83e7-8c674af45b6e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 552 | 2024.07.19 18:45:17.594037 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45317, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 553 | 2024.07.19 18:45:17.594121 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 554 | 2024.07.19 18:45:17.594209 [ 3 ] {} <Debug> HTTP-Session: da3c4687-8b56-4115-944a-870e47665719 Authenticating user 'default' from [fd00:1122:3344:101::d]:45317 | ||
| 555 | 2024.07.19 18:45:17.594291 [ 3 ] {} <Debug> HTTP-Session: da3c4687-8b56-4115-944a-870e47665719 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 556 | 2024.07.19 18:45:17.594315 [ 3 ] {} <Debug> HTTP-Session: da3c4687-8b56-4115-944a-870e47665719 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 557 | 2024.07.19 18:45:17.594414 [ 3 ] {} <Trace> HTTP-Session: da3c4687-8b56-4115-944a-870e47665719 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 558 | 2024.07.19 18:45:17.594716 [ 3 ] {4734fa78-162a-4fb4-ab87-7ed5cf427bf9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45317) 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.07.19 18:45:17.594835 [ 3 ] {4734fa78-162a-4fb4-ab87-7ed5cf427bf9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
| 560 | 2024.07.19 18:45:17.596985 [ 3 ] {4734fa78-162a-4fb4-ab87-7ed5cf427bf9} <Debug> oximeter.measurements_histogramu16 (9b3dde4b-51d2-47af-9862-ec86f158e441): Loading data parts | ||
| 561 | 2024.07.19 18:45:17.597166 [ 3 ] {4734fa78-162a-4fb4-ab87-7ed5cf427bf9} <Debug> oximeter.measurements_histogramu16 (9b3dde4b-51d2-47af-9862-ec86f158e441): There are no data parts | ||
| 562 | 2024.07.19 18:45:17.599274 [ 3 ] {4734fa78-162a-4fb4-ab87-7ed5cf427bf9} <Debug> DynamicQueryHandler: Done processing query | ||
| 563 | 2024.07.19 18:45:17.599305 [ 3 ] {} <Debug> HTTP-Session: da3c4687-8b56-4115-944a-870e47665719 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 564 | 2024.07.19 18:45:17.599477 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45317, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 565 | 2024.07.19 18:45:17.599569 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 566 | 2024.07.19 18:45:17.599591 [ 3 ] {} <Debug> HTTP-Session: 8cf7508d-229a-4eca-99e8-1782073bd5bd Authenticating user 'default' from [fd00:1122:3344:101::d]:45317 | ||
| 567 | 2024.07.19 18:45:17.599644 [ 3 ] {} <Debug> HTTP-Session: 8cf7508d-229a-4eca-99e8-1782073bd5bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 568 | 2024.07.19 18:45:17.599695 [ 3 ] {} <Debug> HTTP-Session: 8cf7508d-229a-4eca-99e8-1782073bd5bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 569 | 2024.07.19 18:45:17.599731 [ 3 ] {} <Trace> HTTP-Session: 8cf7508d-229a-4eca-99e8-1782073bd5bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 570 | 2024.07.19 18:45:17.600062 [ 3 ] {4c671ebb-cdec-4211-86d4-3295236dae74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45317) 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.07.19 18:45:17.600186 [ 3 ] {4c671ebb-cdec-4211-86d4-3295236dae74} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
| 572 | 2024.07.19 18:45:17.602151 [ 3 ] {4c671ebb-cdec-4211-86d4-3295236dae74} <Debug> oximeter.measurements_histogrami32 (afb08ac8-e86e-47cd-b385-bbd75af5ecf0): Loading data parts | ||
| 573 | 2024.07.19 18:45:17.602344 [ 3 ] {4c671ebb-cdec-4211-86d4-3295236dae74} <Debug> oximeter.measurements_histogrami32 (afb08ac8-e86e-47cd-b385-bbd75af5ecf0): There are no data parts | ||
| 574 | 2024.07.19 18:45:17.606328 [ 3 ] {4c671ebb-cdec-4211-86d4-3295236dae74} <Debug> DynamicQueryHandler: Done processing query | ||
| 575 | 2024.07.19 18:45:17.606355 [ 3 ] {} <Debug> HTTP-Session: 8cf7508d-229a-4eca-99e8-1782073bd5bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 576 | 2024.07.19 18:45:17.606509 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45317, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 577 | 2024.07.19 18:45:17.606590 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 578 | 2024.07.19 18:45:17.606612 [ 3 ] {} <Debug> HTTP-Session: a66f1127-6399-4064-82b9-be4fa45a16f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:45317 | ||
| 579 | 2024.07.19 18:45:17.606666 [ 3 ] {} <Debug> HTTP-Session: a66f1127-6399-4064-82b9-be4fa45a16f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 580 | 2024.07.19 18:45:17.606680 [ 3 ] {} <Debug> HTTP-Session: a66f1127-6399-4064-82b9-be4fa45a16f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 581 | 2024.07.19 18:45:17.606739 [ 3 ] {} <Trace> HTTP-Session: a66f1127-6399-4064-82b9-be4fa45a16f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 582 | 2024.07.19 18:45:17.607022 [ 3 ] {86fc641b-40a0-483c-925e-8f4dc8a637c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45317) 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.07.19 18:45:17.607144 [ 3 ] {86fc641b-40a0-483c-925e-8f4dc8a637c3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
| 584 | 2024.07.19 18:45:17.609314 [ 3 ] {86fc641b-40a0-483c-925e-8f4dc8a637c3} <Debug> oximeter.measurements_histogramu32 (d3a73a01-31e1-4095-a936-eee603cc284f): Loading data parts | ||
| 585 | 2024.07.19 18:45:17.609498 [ 3 ] {86fc641b-40a0-483c-925e-8f4dc8a637c3} <Debug> oximeter.measurements_histogramu32 (d3a73a01-31e1-4095-a936-eee603cc284f): There are no data parts | ||
| 586 | 2024.07.19 18:45:17.611622 [ 3 ] {86fc641b-40a0-483c-925e-8f4dc8a637c3} <Debug> DynamicQueryHandler: Done processing query | ||
| 587 | 2024.07.19 18:45:17.611648 [ 3 ] {} <Debug> HTTP-Session: a66f1127-6399-4064-82b9-be4fa45a16f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 588 | 2024.07.19 18:45:17.611813 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45317, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 589 | 2024.07.19 18:45:17.611898 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 590 | 2024.07.19 18:45:17.611916 [ 3 ] {} <Debug> HTTP-Session: efdc8829-b8ab-4333-89b4-c9d214e21636 Authenticating user 'default' from [fd00:1122:3344:101::d]:45317 | ||
| 591 | 2024.07.19 18:45:17.611964 [ 3 ] {} <Debug> HTTP-Session: efdc8829-b8ab-4333-89b4-c9d214e21636 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 592 | 2024.07.19 18:45:17.612012 [ 3 ] {} <Debug> HTTP-Session: efdc8829-b8ab-4333-89b4-c9d214e21636 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 593 | 2024.07.19 18:45:17.612042 [ 3 ] {} <Trace> HTTP-Session: efdc8829-b8ab-4333-89b4-c9d214e21636 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 594 | 2024.07.19 18:45:17.612315 [ 3 ] {216c29b5-e499-4ae3-8e5f-45eaa5efed03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45317) 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.07.19 18:45:17.612436 [ 3 ] {216c29b5-e499-4ae3-8e5f-45eaa5efed03} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
| 596 | 2024.07.19 18:45:17.614471 [ 3 ] {216c29b5-e499-4ae3-8e5f-45eaa5efed03} <Debug> oximeter.measurements_histogrami64 (2af5b5b8-c7ee-461f-aba4-18970d9a1713): Loading data parts | ||
| 597 | 2024.07.19 18:45:17.614626 [ 3 ] {216c29b5-e499-4ae3-8e5f-45eaa5efed03} <Debug> oximeter.measurements_histogrami64 (2af5b5b8-c7ee-461f-aba4-18970d9a1713): There are no data parts | ||
| 598 | 2024.07.19 18:45:17.618717 [ 3 ] {216c29b5-e499-4ae3-8e5f-45eaa5efed03} <Debug> DynamicQueryHandler: Done processing query | ||
| 599 | 2024.07.19 18:45:17.618758 [ 3 ] {} <Debug> HTTP-Session: efdc8829-b8ab-4333-89b4-c9d214e21636 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 600 | 2024.07.19 18:45:17.618972 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45317, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 601 | 2024.07.19 18:45:17.619080 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 602 | 2024.07.19 18:45:17.619140 [ 3 ] {} <Debug> HTTP-Session: ebda23a0-36b5-45de-bd77-053b9aca6741 Authenticating user 'default' from [fd00:1122:3344:101::d]:45317 | ||
| 603 | 2024.07.19 18:45:17.619156 [ 3 ] {} <Debug> HTTP-Session: ebda23a0-36b5-45de-bd77-053b9aca6741 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 604 | 2024.07.19 18:45:17.619256 [ 3 ] {} <Debug> HTTP-Session: ebda23a0-36b5-45de-bd77-053b9aca6741 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 605 | 2024.07.19 18:45:17.619288 [ 3 ] {} <Trace> HTTP-Session: ebda23a0-36b5-45de-bd77-053b9aca6741 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 606 | 2024.07.19 18:45:17.619560 [ 3 ] {cb0c439a-c3a7-4295-ac98-70463a8a5f34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45317) 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.07.19 18:45:17.619676 [ 3 ] {cb0c439a-c3a7-4295-ac98-70463a8a5f34} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
| 608 | 2024.07.19 18:45:17.621887 [ 3 ] {cb0c439a-c3a7-4295-ac98-70463a8a5f34} <Debug> oximeter.measurements_histogramu64 (07464255-c4cb-4d80-86f6-1659c14c4ba1): Loading data parts | ||
| 609 | 2024.07.19 18:45:17.622086 [ 3 ] {cb0c439a-c3a7-4295-ac98-70463a8a5f34} <Debug> oximeter.measurements_histogramu64 (07464255-c4cb-4d80-86f6-1659c14c4ba1): There are no data parts | ||
| 610 | 2024.07.19 18:45:17.624195 [ 3 ] {cb0c439a-c3a7-4295-ac98-70463a8a5f34} <Debug> DynamicQueryHandler: Done processing query | ||
| 611 | 2024.07.19 18:45:17.624226 [ 3 ] {} <Debug> HTTP-Session: ebda23a0-36b5-45de-bd77-053b9aca6741 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 612 | 2024.07.19 18:45:17.624414 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45317, User-Agent: (none), Length: 848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 613 | 2024.07.19 18:45:17.624504 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 614 | 2024.07.19 18:45:17.624527 [ 3 ] {} <Debug> HTTP-Session: db7b1992-a3af-44c3-9274-d6cb9251fcbd Authenticating user 'default' from [fd00:1122:3344:101::d]:45317 | ||
| 615 | 2024.07.19 18:45:17.624579 [ 3 ] {} <Debug> HTTP-Session: db7b1992-a3af-44c3-9274-d6cb9251fcbd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 616 | 2024.07.19 18:45:17.624630 [ 3 ] {} <Debug> HTTP-Session: db7b1992-a3af-44c3-9274-d6cb9251fcbd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 617 | 2024.07.19 18:45:17.624667 [ 3 ] {} <Trace> HTTP-Session: db7b1992-a3af-44c3-9274-d6cb9251fcbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 618 | 2024.07.19 18:45:17.624994 [ 3 ] {d6126c34-3547-4fd4-b53d-0a8228597f85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45317) 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.07.19 18:45:17.625121 [ 3 ] {d6126c34-3547-4fd4-b53d-0a8228597f85} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
| 620 | 2024.07.19 18:45:17.627103 [ 3 ] {d6126c34-3547-4fd4-b53d-0a8228597f85} <Debug> oximeter.measurements_histogramf32 (fbb2e89b-af06-4c97-8cf9-f5e70154f1a4): Loading data parts | ||
| 621 | 2024.07.19 18:45:17.627247 [ 3 ] {d6126c34-3547-4fd4-b53d-0a8228597f85} <Debug> oximeter.measurements_histogramf32 (fbb2e89b-af06-4c97-8cf9-f5e70154f1a4): There are no data parts | ||
| 622 | 2024.07.19 18:45:17.631286 [ 3 ] {d6126c34-3547-4fd4-b53d-0a8228597f85} <Debug> DynamicQueryHandler: Done processing query | ||
| 623 | 2024.07.19 18:45:17.631375 [ 3 ] {} <Debug> HTTP-Session: db7b1992-a3af-44c3-9274-d6cb9251fcbd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 624 | 2024.07.19 18:45:17.631540 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45317, User-Agent: (none), Length: 848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 625 | 2024.07.19 18:45:17.631653 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 626 | 2024.07.19 18:45:17.631746 [ 3 ] {} <Debug> HTTP-Session: 3e19f86a-469b-4faf-924a-b8de2fc27cc3 Authenticating user 'default' from [fd00:1122:3344:101::d]:45317 | ||
| 627 | 2024.07.19 18:45:17.631769 [ 3 ] {} <Debug> HTTP-Session: 3e19f86a-469b-4faf-924a-b8de2fc27cc3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 628 | 2024.07.19 18:45:17.631833 [ 3 ] {} <Debug> HTTP-Session: 3e19f86a-469b-4faf-924a-b8de2fc27cc3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 629 | 2024.07.19 18:45:17.631925 [ 3 ] {} <Trace> HTTP-Session: 3e19f86a-469b-4faf-924a-b8de2fc27cc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 630 | 2024.07.19 18:45:17.632339 [ 3 ] {66ea5bad-dd4f-4454-b99c-af27da6b0e9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45317) 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.07.19 18:45:17.632518 [ 3 ] {66ea5bad-dd4f-4454-b99c-af27da6b0e9a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
| 632 | 2024.07.19 18:45:17.634742 [ 3 ] {66ea5bad-dd4f-4454-b99c-af27da6b0e9a} <Debug> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Loading data parts | ||
| 633 | 2024.07.19 18:45:17.634897 [ 3 ] {66ea5bad-dd4f-4454-b99c-af27da6b0e9a} <Debug> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): There are no data parts | ||
| 634 | 2024.07.19 18:45:17.636978 [ 3 ] {66ea5bad-dd4f-4454-b99c-af27da6b0e9a} <Debug> DynamicQueryHandler: Done processing query | ||
| 635 | 2024.07.19 18:45:17.637005 [ 3 ] {} <Debug> HTTP-Session: 3e19f86a-469b-4faf-924a-b8de2fc27cc3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 636 | 2024.07.19 18:45:17.637152 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45317, User-Agent: (none), Length: 1196, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 637 | 2024.07.19 18:45:17.637230 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 638 | 2024.07.19 18:45:17.637280 [ 3 ] {} <Debug> HTTP-Session: 76e03c65-8e70-4abc-9de3-8e56095b1055 Authenticating user 'default' from [fd00:1122:3344:101::d]:45317 | ||
| 639 | 2024.07.19 18:45:17.637298 [ 3 ] {} <Debug> HTTP-Session: 76e03c65-8e70-4abc-9de3-8e56095b1055 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 640 | 2024.07.19 18:45:17.637350 [ 3 ] {} <Debug> HTTP-Session: 76e03c65-8e70-4abc-9de3-8e56095b1055 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 641 | 2024.07.19 18:45:17.637408 [ 3 ] {} <Trace> HTTP-Session: 76e03c65-8e70-4abc-9de3-8e56095b1055 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 642 | 2024.07.19 18:45:17.637592 [ 3 ] {043b4b86-340d-4d7d-b49f-d818606e5f8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45317) /* 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.07.19 18:45:17.637698 [ 3 ] {043b4b86-340d-4d7d-b49f-d818606e5f8f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
| 661 | 2024.07.19 18:45:17.639307 [ 3 ] {043b4b86-340d-4d7d-b49f-d818606e5f8f} <Debug> oximeter.fields_bool (75701856-6bed-4d10-bc14-cf7c5f688867): Loading data parts | ||
| 662 | 2024.07.19 18:45:17.639499 [ 3 ] {043b4b86-340d-4d7d-b49f-d818606e5f8f} <Debug> oximeter.fields_bool (75701856-6bed-4d10-bc14-cf7c5f688867): There are no data parts | ||
| 663 | 2024.07.19 18:45:17.643411 [ 3 ] {043b4b86-340d-4d7d-b49f-d818606e5f8f} <Debug> DynamicQueryHandler: Done processing query | ||
| 664 | 2024.07.19 18:45:17.643482 [ 3 ] {} <Debug> HTTP-Session: 76e03c65-8e70-4abc-9de3-8e56095b1055 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 665 | 2024.07.19 18:45:17.643645 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45317, User-Agent: (none), Length: 248, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 666 | 2024.07.19 18:45:17.643736 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 667 | 2024.07.19 18:45:17.643761 [ 3 ] {} <Debug> HTTP-Session: 7f793d6d-797b-4315-8a51-ddbcaa1f3d92 Authenticating user 'default' from [fd00:1122:3344:101::d]:45317 | ||
| 668 | 2024.07.19 18:45:17.643816 [ 3 ] {} <Debug> HTTP-Session: 7f793d6d-797b-4315-8a51-ddbcaa1f3d92 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 669 | 2024.07.19 18:45:17.643832 [ 3 ] {} <Debug> HTTP-Session: 7f793d6d-797b-4315-8a51-ddbcaa1f3d92 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 670 | 2024.07.19 18:45:17.643900 [ 3 ] {} <Trace> HTTP-Session: 7f793d6d-797b-4315-8a51-ddbcaa1f3d92 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 671 | 2024.07.19 18:45:17.644099 [ 3 ] {0b0ac283-d30b-4395-a309-b7005882a22c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45317) 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.07.19 18:45:17.644204 [ 3 ] {0b0ac283-d30b-4395-a309-b7005882a22c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
| 673 | 2024.07.19 18:45:17.645961 [ 3 ] {0b0ac283-d30b-4395-a309-b7005882a22c} <Debug> oximeter.fields_i8 (7a9538db-badf-4357-bb0e-2c57405ff451): Loading data parts | ||
| 674 | 2024.07.19 18:45:17.646140 [ 3 ] {0b0ac283-d30b-4395-a309-b7005882a22c} <Debug> oximeter.fields_i8 (7a9538db-badf-4357-bb0e-2c57405ff451): There are no data parts | ||
| 675 | 2024.07.19 18:45:17.648119 [ 3 ] {0b0ac283-d30b-4395-a309-b7005882a22c} <Debug> DynamicQueryHandler: Done processing query | ||
| 676 | 2024.07.19 18:45:17.648183 [ 3 ] {} <Debug> HTTP-Session: 7f793d6d-797b-4315-8a51-ddbcaa1f3d92 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 677 | 2024.07.19 18:45:17.648302 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45317, User-Agent: (none), Length: 249, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 678 | 2024.07.19 18:45:17.648410 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 679 | 2024.07.19 18:45:17.648431 [ 3 ] {} <Debug> HTTP-Session: 93b870e2-63cc-4fab-890f-4b1adbca07de Authenticating user 'default' from [fd00:1122:3344:101::d]:45317 | ||
| 680 | 2024.07.19 18:45:17.648478 [ 3 ] {} <Debug> HTTP-Session: 93b870e2-63cc-4fab-890f-4b1adbca07de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 681 | 2024.07.19 18:45:17.648493 [ 3 ] {} <Debug> HTTP-Session: 93b870e2-63cc-4fab-890f-4b1adbca07de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 682 | 2024.07.19 18:45:17.648554 [ 3 ] {} <Trace> HTTP-Session: 93b870e2-63cc-4fab-890f-4b1adbca07de Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 683 | 2024.07.19 18:45:17.648725 [ 3 ] {fb3de56a-c230-474f-96bf-9ac6ae9ca231} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45317) 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.07.19 18:45:17.648802 [ 3 ] {fb3de56a-c230-474f-96bf-9ac6ae9ca231} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
| 685 | 2024.07.19 18:45:17.651378 [ 3 ] {fb3de56a-c230-474f-96bf-9ac6ae9ca231} <Debug> oximeter.fields_u8 (ef113e99-baba-45dd-b1cd-8401133bba93): Loading data parts | ||
| 686 | 2024.07.19 18:45:17.651561 [ 3 ] {fb3de56a-c230-474f-96bf-9ac6ae9ca231} <Debug> oximeter.fields_u8 (ef113e99-baba-45dd-b1cd-8401133bba93): There are no data parts | ||
| 687 | 2024.07.19 18:45:17.653645 [ 3 ] {fb3de56a-c230-474f-96bf-9ac6ae9ca231} <Debug> DynamicQueryHandler: Done processing query | ||
| 688 | 2024.07.19 18:45:17.653703 [ 3 ] {} <Debug> HTTP-Session: 93b870e2-63cc-4fab-890f-4b1adbca07de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 689 | 2024.07.19 18:45:17.653817 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45317, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 690 | 2024.07.19 18:45:17.653896 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 691 | 2024.07.19 18:45:17.653952 [ 3 ] {} <Debug> HTTP-Session: bf043370-979a-4d35-8e45-1a96ed8ffe86 Authenticating user 'default' from [fd00:1122:3344:101::d]:45317 | ||
| 692 | 2024.07.19 18:45:17.654001 [ 3 ] {} <Debug> HTTP-Session: bf043370-979a-4d35-8e45-1a96ed8ffe86 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 693 | 2024.07.19 18:45:17.654014 [ 3 ] {} <Debug> HTTP-Session: bf043370-979a-4d35-8e45-1a96ed8ffe86 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 694 | 2024.07.19 18:45:17.654073 [ 3 ] {} <Trace> HTTP-Session: bf043370-979a-4d35-8e45-1a96ed8ffe86 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 695 | 2024.07.19 18:45:17.654245 [ 3 ] {337d31a8-3b2d-4e03-9f57-713e67cf7889} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45317) 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.07.19 18:45:17.654317 [ 3 ] {337d31a8-3b2d-4e03-9f57-713e67cf7889} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
| 697 | 2024.07.19 18:45:17.655926 [ 3 ] {337d31a8-3b2d-4e03-9f57-713e67cf7889} <Debug> oximeter.fields_i16 (d2de2286-e155-4003-aad7-0270c25a0927): Loading data parts | ||
| 698 | 2024.07.19 18:45:17.656077 [ 3 ] {337d31a8-3b2d-4e03-9f57-713e67cf7889} <Debug> oximeter.fields_i16 (d2de2286-e155-4003-aad7-0270c25a0927): There are no data parts | ||
| 699 | 2024.07.19 18:45:17.659924 [ 3 ] {337d31a8-3b2d-4e03-9f57-713e67cf7889} <Debug> DynamicQueryHandler: Done processing query | ||
| 700 | 2024.07.19 18:45:17.659982 [ 3 ] {} <Debug> HTTP-Session: bf043370-979a-4d35-8e45-1a96ed8ffe86 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 701 | 2024.07.19 18:45:17.660097 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45317, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 702 | 2024.07.19 18:45:17.660174 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 703 | 2024.07.19 18:45:17.660226 [ 3 ] {} <Debug> HTTP-Session: 37e22f48-edfd-4467-a18b-d60fb17c14d6 Authenticating user 'default' from [fd00:1122:3344:101::d]:45317 | ||
| 704 | 2024.07.19 18:45:17.660241 [ 3 ] {} <Debug> HTTP-Session: 37e22f48-edfd-4467-a18b-d60fb17c14d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 705 | 2024.07.19 18:45:17.660282 [ 3 ] {} <Debug> HTTP-Session: 37e22f48-edfd-4467-a18b-d60fb17c14d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 706 | 2024.07.19 18:45:17.660343 [ 3 ] {} <Trace> HTTP-Session: 37e22f48-edfd-4467-a18b-d60fb17c14d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 707 | 2024.07.19 18:45:17.660480 [ 3 ] {c94cbb17-8e69-4e7d-9af3-8edc70b6006d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45317) 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.07.19 18:45:17.660582 [ 3 ] {c94cbb17-8e69-4e7d-9af3-8edc70b6006d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
| 709 | 2024.07.19 18:45:17.662352 [ 3 ] {c94cbb17-8e69-4e7d-9af3-8edc70b6006d} <Debug> oximeter.fields_u16 (3a790436-232b-4913-bf8d-eba3067e022c): Loading data parts | ||
| 710 | 2024.07.19 18:45:17.662524 [ 3 ] {c94cbb17-8e69-4e7d-9af3-8edc70b6006d} <Debug> oximeter.fields_u16 (3a790436-232b-4913-bf8d-eba3067e022c): There are no data parts | ||
| 711 | 2024.07.19 18:45:17.664568 [ 3 ] {c94cbb17-8e69-4e7d-9af3-8edc70b6006d} <Debug> DynamicQueryHandler: Done processing query | ||
| 712 | 2024.07.19 18:45:17.664594 [ 3 ] {} <Debug> HTTP-Session: 37e22f48-edfd-4467-a18b-d60fb17c14d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 713 | 2024.07.19 18:45:17.664743 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45317, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 714 | 2024.07.19 18:45:17.664822 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 715 | 2024.07.19 18:45:17.664840 [ 3 ] {} <Debug> HTTP-Session: ac1cded4-ab5b-4ff1-9c47-40f8196fe43a Authenticating user 'default' from [fd00:1122:3344:101::d]:45317 | ||
| 716 | 2024.07.19 18:45:17.664888 [ 3 ] {} <Debug> HTTP-Session: ac1cded4-ab5b-4ff1-9c47-40f8196fe43a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 717 | 2024.07.19 18:45:17.664950 [ 3 ] {} <Debug> HTTP-Session: ac1cded4-ab5b-4ff1-9c47-40f8196fe43a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 718 | 2024.07.19 18:45:17.664980 [ 3 ] {} <Trace> HTTP-Session: ac1cded4-ab5b-4ff1-9c47-40f8196fe43a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 719 | 2024.07.19 18:45:17.665153 [ 3 ] {25585b8c-bcbd-4f6e-8ca4-103b7735116b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45317) 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.07.19 18:45:17.665263 [ 3 ] {25585b8c-bcbd-4f6e-8ca4-103b7735116b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
| 721 | 2024.07.19 18:45:17.666846 [ 3 ] {25585b8c-bcbd-4f6e-8ca4-103b7735116b} <Debug> oximeter.fields_i32 (17a8a21c-ef3c-4040-bed7-f5bc8f4bb60d): Loading data parts | ||
| 722 | 2024.07.19 18:45:17.667020 [ 3 ] {25585b8c-bcbd-4f6e-8ca4-103b7735116b} <Debug> oximeter.fields_i32 (17a8a21c-ef3c-4040-bed7-f5bc8f4bb60d): There are no data parts | ||
| 723 | 2024.07.19 18:45:17.670938 [ 3 ] {25585b8c-bcbd-4f6e-8ca4-103b7735116b} <Debug> DynamicQueryHandler: Done processing query | ||
| 724 | 2024.07.19 18:45:17.670976 [ 3 ] {} <Debug> HTTP-Session: ac1cded4-ab5b-4ff1-9c47-40f8196fe43a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 725 | 2024.07.19 18:45:17.671187 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45317, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 726 | 2024.07.19 18:45:17.671265 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 727 | 2024.07.19 18:45:17.671286 [ 3 ] {} <Debug> HTTP-Session: 58b2a333-89fd-4a1c-9ac4-9e8c10e05fbb Authenticating user 'default' from [fd00:1122:3344:101::d]:45317 | ||
| 728 | 2024.07.19 18:45:17.671334 [ 3 ] {} <Debug> HTTP-Session: 58b2a333-89fd-4a1c-9ac4-9e8c10e05fbb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 729 | 2024.07.19 18:45:17.671348 [ 3 ] {} <Debug> HTTP-Session: 58b2a333-89fd-4a1c-9ac4-9e8c10e05fbb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 730 | 2024.07.19 18:45:17.671407 [ 3 ] {} <Trace> HTTP-Session: 58b2a333-89fd-4a1c-9ac4-9e8c10e05fbb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 731 | 2024.07.19 18:45:17.671580 [ 3 ] {d0ddf7c0-859c-49c1-9139-785631bce376} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45317) 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.07.19 18:45:17.671684 [ 3 ] {d0ddf7c0-859c-49c1-9139-785631bce376} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
| 733 | 2024.07.19 18:45:17.673519 [ 3 ] {d0ddf7c0-859c-49c1-9139-785631bce376} <Debug> oximeter.fields_u32 (95dbe31f-db16-44fa-bf8e-679172069c81): Loading data parts | ||
| 734 | 2024.07.19 18:45:17.673696 [ 3 ] {d0ddf7c0-859c-49c1-9139-785631bce376} <Debug> oximeter.fields_u32 (95dbe31f-db16-44fa-bf8e-679172069c81): There are no data parts | ||
| 735 | 2024.07.19 18:45:17.675724 [ 3 ] {d0ddf7c0-859c-49c1-9139-785631bce376} <Debug> DynamicQueryHandler: Done processing query | ||
| 736 | 2024.07.19 18:45:17.675749 [ 3 ] {} <Debug> HTTP-Session: 58b2a333-89fd-4a1c-9ac4-9e8c10e05fbb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 737 | 2024.07.19 18:45:17.675853 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45317, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 738 | 2024.07.19 18:45:17.675987 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 739 | 2024.07.19 18:45:17.676009 [ 3 ] {} <Debug> HTTP-Session: 1fbc7b6a-c643-415f-bdbd-7cb71c29196d Authenticating user 'default' from [fd00:1122:3344:101::d]:45317 | ||
| 740 | 2024.07.19 18:45:17.676056 [ 3 ] {} <Debug> HTTP-Session: 1fbc7b6a-c643-415f-bdbd-7cb71c29196d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 741 | 2024.07.19 18:45:17.676072 [ 3 ] {} <Debug> HTTP-Session: 1fbc7b6a-c643-415f-bdbd-7cb71c29196d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 742 | 2024.07.19 18:45:17.676101 [ 3 ] {} <Trace> HTTP-Session: 1fbc7b6a-c643-415f-bdbd-7cb71c29196d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 743 | 2024.07.19 18:45:17.676273 [ 3 ] {8e37bb8e-ec7c-444f-86bf-1d466b04b9ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45317) 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.07.19 18:45:17.676313 [ 3 ] {8e37bb8e-ec7c-444f-86bf-1d466b04b9ad} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
| 745 | 2024.07.19 18:45:17.677894 [ 3 ] {8e37bb8e-ec7c-444f-86bf-1d466b04b9ad} <Debug> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Loading data parts | ||
| 746 | 2024.07.19 18:45:17.678044 [ 3 ] {8e37bb8e-ec7c-444f-86bf-1d466b04b9ad} <Debug> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): There are no data parts | ||
| 747 | 2024.07.19 18:45:17.681958 [ 3 ] {8e37bb8e-ec7c-444f-86bf-1d466b04b9ad} <Debug> DynamicQueryHandler: Done processing query | ||
| 748 | 2024.07.19 18:45:17.682054 [ 3 ] {} <Debug> HTTP-Session: 1fbc7b6a-c643-415f-bdbd-7cb71c29196d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 749 | 2024.07.19 18:45:17.682274 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45317, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 750 | 2024.07.19 18:45:17.682358 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 751 | 2024.07.19 18:45:17.682392 [ 3 ] {} <Debug> HTTP-Session: c61301f0-1a9c-4d47-9303-fb084174aa57 Authenticating user 'default' from [fd00:1122:3344:101::d]:45317 | ||
| 752 | 2024.07.19 18:45:17.682420 [ 3 ] {} <Debug> HTTP-Session: c61301f0-1a9c-4d47-9303-fb084174aa57 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 753 | 2024.07.19 18:45:17.682444 [ 3 ] {} <Debug> HTTP-Session: c61301f0-1a9c-4d47-9303-fb084174aa57 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 754 | 2024.07.19 18:45:17.682485 [ 3 ] {} <Trace> HTTP-Session: c61301f0-1a9c-4d47-9303-fb084174aa57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 755 | 2024.07.19 18:45:17.682628 [ 3 ] {fb8e897e-534f-4233-ab9d-8ef8910992f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45317) 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.07.19 18:45:17.682668 [ 3 ] {fb8e897e-534f-4233-ab9d-8ef8910992f2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
| 757 | 2024.07.19 18:45:17.684416 [ 3 ] {fb8e897e-534f-4233-ab9d-8ef8910992f2} <Debug> oximeter.fields_u64 (444e81a2-cf7c-4bee-85bd-dadde2447f7c): Loading data parts | ||
| 758 | 2024.07.19 18:45:17.684562 [ 3 ] {fb8e897e-534f-4233-ab9d-8ef8910992f2} <Debug> oximeter.fields_u64 (444e81a2-cf7c-4bee-85bd-dadde2447f7c): There are no data parts | ||
| 759 | 2024.07.19 18:45:17.686516 [ 3 ] {fb8e897e-534f-4233-ab9d-8ef8910992f2} <Debug> DynamicQueryHandler: Done processing query | ||
| 760 | 2024.07.19 18:45:17.686542 [ 3 ] {} <Debug> HTTP-Session: c61301f0-1a9c-4d47-9303-fb084174aa57 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 761 | 2024.07.19 18:45:17.686672 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45317, User-Agent: (none), Length: 252, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 762 | 2024.07.19 18:45:17.686720 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 763 | 2024.07.19 18:45:17.686738 [ 3 ] {} <Debug> HTTP-Session: a75d48cc-fccd-4591-828b-7c10c3d4f886 Authenticating user 'default' from [fd00:1122:3344:101::d]:45317 | ||
| 764 | 2024.07.19 18:45:17.686754 [ 3 ] {} <Debug> HTTP-Session: a75d48cc-fccd-4591-828b-7c10c3d4f886 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 765 | 2024.07.19 18:45:17.686768 [ 3 ] {} <Debug> HTTP-Session: a75d48cc-fccd-4591-828b-7c10c3d4f886 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 766 | 2024.07.19 18:45:17.686797 [ 3 ] {} <Trace> HTTP-Session: a75d48cc-fccd-4591-828b-7c10c3d4f886 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 767 | 2024.07.19 18:45:17.686933 [ 3 ] {407daaca-b19d-4510-8a3a-b4dc24f463ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45317) 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.07.19 18:45:17.686973 [ 3 ] {407daaca-b19d-4510-8a3a-b4dc24f463ad} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
| 769 | 2024.07.19 18:45:17.688571 [ 3 ] {407daaca-b19d-4510-8a3a-b4dc24f463ad} <Debug> oximeter.fields_ipaddr (5b198a67-6d84-4324-b6a3-e6f140922631): Loading data parts | ||
| 770 | 2024.07.19 18:45:17.688718 [ 3 ] {407daaca-b19d-4510-8a3a-b4dc24f463ad} <Debug> oximeter.fields_ipaddr (5b198a67-6d84-4324-b6a3-e6f140922631): There are no data parts | ||
| 771 | 2024.07.19 18:45:17.692669 [ 3 ] {407daaca-b19d-4510-8a3a-b4dc24f463ad} <Debug> DynamicQueryHandler: Done processing query | ||
| 772 | 2024.07.19 18:45:17.692701 [ 3 ] {} <Debug> HTTP-Session: a75d48cc-fccd-4591-828b-7c10c3d4f886 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 773 | 2024.07.19 18:45:17.692849 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45317, User-Agent: (none), Length: 254, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 774 | 2024.07.19 18:45:17.692906 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 775 | 2024.07.19 18:45:17.692930 [ 3 ] {} <Debug> HTTP-Session: f037cdbb-b344-46a9-807f-3c54b11f6e76 Authenticating user 'default' from [fd00:1122:3344:101::d]:45317 | ||
| 776 | 2024.07.19 18:45:17.692949 [ 3 ] {} <Debug> HTTP-Session: f037cdbb-b344-46a9-807f-3c54b11f6e76 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 777 | 2024.07.19 18:45:17.692965 [ 3 ] {} <Debug> HTTP-Session: f037cdbb-b344-46a9-807f-3c54b11f6e76 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 778 | 2024.07.19 18:45:17.693000 [ 3 ] {} <Trace> HTTP-Session: f037cdbb-b344-46a9-807f-3c54b11f6e76 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 779 | 2024.07.19 18:45:17.693187 [ 3 ] {a298c371-c996-45fd-bbfc-8c2240b9e080} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45317) 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.07.19 18:45:17.693229 [ 3 ] {a298c371-c996-45fd-bbfc-8c2240b9e080} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
| 781 | 2024.07.19 18:45:17.694975 [ 3 ] {a298c371-c996-45fd-bbfc-8c2240b9e080} <Debug> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Loading data parts | ||
| 782 | 2024.07.19 18:45:17.695126 [ 3 ] {a298c371-c996-45fd-bbfc-8c2240b9e080} <Debug> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): There are no data parts | ||
| 783 | 2024.07.19 18:45:17.697107 [ 3 ] {a298c371-c996-45fd-bbfc-8c2240b9e080} <Debug> DynamicQueryHandler: Done processing query | ||
| 784 | 2024.07.19 18:45:17.697134 [ 3 ] {} <Debug> HTTP-Session: f037cdbb-b344-46a9-807f-3c54b11f6e76 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 785 | 2024.07.19 18:45:17.697251 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45317, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 786 | 2024.07.19 18:45:17.697300 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 787 | 2024.07.19 18:45:17.697319 [ 3 ] {} <Debug> HTTP-Session: b6a4678e-fbf8-403b-b7aa-402bc4fc211e Authenticating user 'default' from [fd00:1122:3344:101::d]:45317 | ||
| 788 | 2024.07.19 18:45:17.697335 [ 3 ] {} <Debug> HTTP-Session: b6a4678e-fbf8-403b-b7aa-402bc4fc211e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 789 | 2024.07.19 18:45:17.697348 [ 3 ] {} <Debug> HTTP-Session: b6a4678e-fbf8-403b-b7aa-402bc4fc211e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 790 | 2024.07.19 18:45:17.697378 [ 3 ] {} <Trace> HTTP-Session: b6a4678e-fbf8-403b-b7aa-402bc4fc211e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 791 | 2024.07.19 18:45:17.697513 [ 3 ] {248b8af8-aeaa-4249-8658-86a730f5fc43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45317) 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.07.19 18:45:17.697553 [ 3 ] {248b8af8-aeaa-4249-8658-86a730f5fc43} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
| 793 | 2024.07.19 18:45:17.699068 [ 3 ] {248b8af8-aeaa-4249-8658-86a730f5fc43} <Debug> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Loading data parts | ||
| 794 | 2024.07.19 18:45:17.699240 [ 3 ] {248b8af8-aeaa-4249-8658-86a730f5fc43} <Debug> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): There are no data parts | ||
| 795 | 2024.07.19 18:45:17.703104 [ 3 ] {248b8af8-aeaa-4249-8658-86a730f5fc43} <Debug> DynamicQueryHandler: Done processing query | ||
| 796 | 2024.07.19 18:45:17.703143 [ 3 ] {} <Debug> HTTP-Session: b6a4678e-fbf8-403b-b7aa-402bc4fc211e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 797 | 2024.07.19 18:45:17.703330 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45317, User-Agent: (none), Length: 1416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 798 | 2024.07.19 18:45:17.703399 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 799 | 2024.07.19 18:45:17.703428 [ 3 ] {} <Debug> HTTP-Session: b3963d27-62aa-4d27-a424-614da538bdbf Authenticating user 'default' from [fd00:1122:3344:101::d]:45317 | ||
| 800 | 2024.07.19 18:45:17.703452 [ 3 ] {} <Debug> HTTP-Session: b3963d27-62aa-4d27-a424-614da538bdbf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 801 | 2024.07.19 18:45:17.703473 [ 3 ] {} <Debug> HTTP-Session: b3963d27-62aa-4d27-a424-614da538bdbf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 802 | 2024.07.19 18:45:17.703517 [ 3 ] {} <Trace> HTTP-Session: b3963d27-62aa-4d27-a424-614da538bdbf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 803 | 2024.07.19 18:45:17.703823 [ 3 ] {1ff7d662-c004-4eb3-a097-75a3cd598169} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45317) /* 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.07.19 18:45:17.703912 [ 3 ] {1ff7d662-c004-4eb3-a097-75a3cd598169} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
| 808 | 2024.07.19 18:45:17.706007 [ 3 ] {1ff7d662-c004-4eb3-a097-75a3cd598169} <Debug> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0): Loading data parts | ||
| 809 | 2024.07.19 18:45:17.706159 [ 3 ] {1ff7d662-c004-4eb3-a097-75a3cd598169} <Debug> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0): There are no data parts | ||
| 810 | 2024.07.19 18:45:17.708316 [ 3 ] {1ff7d662-c004-4eb3-a097-75a3cd598169} <Debug> DynamicQueryHandler: Done processing query | ||
| 811 | 2024.07.19 18:45:17.708349 [ 3 ] {} <Debug> HTTP-Session: b3963d27-62aa-4d27-a424-614da538bdbf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 812 | 2024.07.19 18:45:17.708498 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45317, User-Agent: (none), Length: 51, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 813 | 2024.07.19 18:45:17.708554 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 814 | 2024.07.19 18:45:17.708578 [ 3 ] {} <Debug> HTTP-Session: 6b1c574d-195a-4d2d-8e16-c11026465893 Authenticating user 'default' from [fd00:1122:3344:101::d]:45317 | ||
| 815 | 2024.07.19 18:45:17.708598 [ 3 ] {} <Debug> HTTP-Session: 6b1c574d-195a-4d2d-8e16-c11026465893 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 816 | 2024.07.19 18:45:17.708617 [ 3 ] {} <Debug> HTTP-Session: 6b1c574d-195a-4d2d-8e16-c11026465893 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 817 | 2024.07.19 18:45:17.708654 [ 3 ] {} <Trace> HTTP-Session: 6b1c574d-195a-4d2d-8e16-c11026465893 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 818 | 2024.07.19 18:45:17.708845 [ 3 ] {8554e798-38c4-4c0b-a009-c5bac4f6cf10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45317) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
| 819 | 2024.07.19 18:45:17.710639 [ 3 ] {8554e798-38c4-4c0b-a009-c5bac4f6cf10} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
| 820 | 2024.07.19 18:45:17.714607 [ 3 ] {8554e798-38c4-4c0b-a009-c5bac4f6cf10} <Trace> oximeter.version (9a701a01-8fe9-4be9-aa02-145d444878c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 821 | 2024.07.19 18:45:17.714643 [ 3 ] {8554e798-38c4-4c0b-a009-c5bac4f6cf10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 822 | 2024.07.19 18:45:17.719692 [ 3 ] {8554e798-38c4-4c0b-a009-c5bac4f6cf10} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 823 | 2024.07.19 18:45:17.721324 [ 3 ] {8554e798-38c4-4c0b-a009-c5bac4f6cf10} <Trace> oximeter.version (9a701a01-8fe9-4be9-aa02-145d444878c6): 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.07.19 18:45:17.721652 [ 3 ] {8554e798-38c4-4c0b-a009-c5bac4f6cf10} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.012897 sec., 77.53741180119407 rows/sec., 1.21 KiB/sec. | ||
| 825 | 2024.07.19 18:45:17.721833 [ 3 ] {8554e798-38c4-4c0b-a009-c5bac4f6cf10} <Debug> DynamicQueryHandler: Done processing query | ||
| 826 | 2024.07.19 18:45:17.721859 [ 3 ] {8554e798-38c4-4c0b-a009-c5bac4f6cf10} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 827 | 2024.07.19 18:45:17.721878 [ 3 ] {} <Debug> HTTP-Session: 6b1c574d-195a-4d2d-8e16-c11026465893 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 828 | 2024.07.19 18:45:18.000154 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 161.21 MiB, peak 166.35 MiB, free memory in arenas 0.00 B, will set to 173.66 MiB (RSS), difference: 12.44 MiB | ||
| 829 | 2024.07.19 18:45:30.512850 [ 133 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 830 | 2024.07.19 18:45:30.512925 [ 133 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 831 | 2024.07.19 18:45:42.727887 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 60, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 832 | 2024.07.19 18:45:42.728024 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 833 | 2024.07.19 18:45:42.728053 [ 3 ] {} <Debug> HTTP-Session: b520533a-acaa-471f-b89f-f509449cbdce Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 834 | 2024.07.19 18:45:42.728081 [ 3 ] {} <Debug> HTTP-Session: b520533a-acaa-471f-b89f-f509449cbdce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 835 | 2024.07.19 18:45:42.728100 [ 3 ] {} <Debug> HTTP-Session: b520533a-acaa-471f-b89f-f509449cbdce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 836 | 2024.07.19 18:45:42.728155 [ 3 ] {} <Trace> HTTP-Session: b520533a-acaa-471f-b89f-f509449cbdce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 837 | 2024.07.19 18:45:42.728440 [ 3 ] {07459504-fd05-450c-b288-557984aaeded} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) SELECT * FROM oximeter.timeseries_schema FORMAT JSONEachRow; (stage: Complete) | ||
| 838 | 2024.07.19 18:45:42.730706 [ 3 ] {07459504-fd05-450c-b288-557984aaeded} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 839 | 2024.07.19 18:45:42.733186 [ 3 ] {07459504-fd05-450c-b288-557984aaeded} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 840 | 2024.07.19 18:45:42.740363 [ 3 ] {07459504-fd05-450c-b288-557984aaeded} <Debug> DynamicQueryHandler: Done processing query | ||
| 841 | 2024.07.19 18:45:42.740393 [ 3 ] {07459504-fd05-450c-b288-557984aaeded} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 842 | 2024.07.19 18:45:42.740411 [ 3 ] {} <Debug> HTTP-Session: b520533a-acaa-471f-b89f-f509449cbdce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 843 | 2024.07.19 18:45:42.750688 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 844 | 2024.07.19 18:45:42.750749 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 845 | 2024.07.19 18:45:42.750769 [ 3 ] {} <Debug> HTTP-Session: 22611e62-6694-469f-af87-7da996e5e333 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 846 | 2024.07.19 18:45:42.750787 [ 3 ] {} <Debug> HTTP-Session: 22611e62-6694-469f-af87-7da996e5e333 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 847 | 2024.07.19 18:45:42.750800 [ 3 ] {} <Debug> HTTP-Session: 22611e62-6694-469f-af87-7da996e5e333 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 848 | 2024.07.19 18:45:42.750834 [ 3 ] {} <Trace> HTTP-Session: 22611e62-6694-469f-af87-7da996e5e333 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 849 | 2024.07.19 18:45:42.751026 [ 3 ] {a7dd7155-6de3-4ca9-a09f-02d7b151037b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
| 850 | 2024.07.19 18:45:42.771146 [ 3 ] {a7dd7155-6de3-4ca9-a09f-02d7b151037b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 851 | 2024.07.19 18:45:42.771260 [ 3 ] {a7dd7155-6de3-4ca9-a09f-02d7b151037b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 852 | 2024.07.19 18:45:42.772404 [ 3 ] {a7dd7155-6de3-4ca9-a09f-02d7b151037b} <Debug> DynamicQueryHandler: Done processing query | ||
| 853 | 2024.07.19 18:45:42.772432 [ 3 ] {a7dd7155-6de3-4ca9-a09f-02d7b151037b} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 854 | 2024.07.19 18:45:42.772450 [ 3 ] {} <Debug> HTTP-Session: 22611e62-6694-469f-af87-7da996e5e333 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 855 | 2024.07.19 18:45:42.775178 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 170, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 856 | 2024.07.19 18:45:42.775236 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 857 | 2024.07.19 18:45:42.775256 [ 3 ] {} <Debug> HTTP-Session: 25bc91ac-8edf-438b-af06-ff34318e957f Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 858 | 2024.07.19 18:45:42.775275 [ 3 ] {} <Debug> HTTP-Session: 25bc91ac-8edf-438b-af06-ff34318e957f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 859 | 2024.07.19 18:45:42.775289 [ 3 ] {} <Debug> HTTP-Session: 25bc91ac-8edf-438b-af06-ff34318e957f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 860 | 2024.07.19 18:45:42.775323 [ 3 ] {} <Trace> HTTP-Session: 25bc91ac-8edf-438b-af06-ff34318e957f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 861 | 2024.07.19 18:45:42.775457 [ 3 ] {3048d8fd-fd42-42ce-a401-c4fa106b394c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
| 862 | 2024.07.19 18:45:42.775833 [ 3 ] {3048d8fd-fd42-42ce-a401-c4fa106b394c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 863 | 2024.07.19 18:45:42.775886 [ 3 ] {3048d8fd-fd42-42ce-a401-c4fa106b394c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 864 | 2024.07.19 18:45:42.776784 [ 3 ] {3048d8fd-fd42-42ce-a401-c4fa106b394c} <Debug> DynamicQueryHandler: Done processing query | ||
| 865 | 2024.07.19 18:45:42.776812 [ 3 ] {3048d8fd-fd42-42ce-a401-c4fa106b394c} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 866 | 2024.07.19 18:45:42.776829 [ 3 ] {} <Debug> HTTP-Session: 25bc91ac-8edf-438b-af06-ff34318e957f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 867 | 2024.07.19 18:45:42.777057 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 207, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 868 | 2024.07.19 18:45:42.777108 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 869 | 2024.07.19 18:45:42.777128 [ 3 ] {} <Debug> HTTP-Session: f6fbb87a-0929-46d1-b818-ebf5236996b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 870 | 2024.07.19 18:45:42.777146 [ 3 ] {} <Debug> HTTP-Session: f6fbb87a-0929-46d1-b818-ebf5236996b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 871 | 2024.07.19 18:45:42.777160 [ 3 ] {} <Debug> HTTP-Session: f6fbb87a-0929-46d1-b818-ebf5236996b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 872 | 2024.07.19 18:45:42.777193 [ 3 ] {} <Trace> HTTP-Session: f6fbb87a-0929-46d1-b818-ebf5236996b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 873 | 2024.07.19 18:45:42.777318 [ 3 ] {76924684-9eff-443a-ade6-097d8eb20b3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
| 874 | 2024.07.19 18:45:42.777633 [ 3 ] {76924684-9eff-443a-ade6-097d8eb20b3b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 875 | 2024.07.19 18:45:42.777682 [ 3 ] {76924684-9eff-443a-ade6-097d8eb20b3b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 876 | 2024.07.19 18:45:42.778570 [ 3 ] {76924684-9eff-443a-ade6-097d8eb20b3b} <Debug> DynamicQueryHandler: Done processing query | ||
| 877 | 2024.07.19 18:45:42.778597 [ 3 ] {76924684-9eff-443a-ade6-097d8eb20b3b} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 878 | 2024.07.19 18:45:42.778614 [ 3 ] {} <Debug> HTTP-Session: f6fbb87a-0929-46d1-b818-ebf5236996b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 879 | 2024.07.19 18:45:42.779602 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 947, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 880 | 2024.07.19 18:45:42.779653 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 881 | 2024.07.19 18:45:42.779673 [ 3 ] {} <Debug> HTTP-Session: 65a9a332-756b-4b28-815c-c3f61d48cca0 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 882 | 2024.07.19 18:45:42.779690 [ 3 ] {} <Debug> HTTP-Session: 65a9a332-756b-4b28-815c-c3f61d48cca0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 883 | 2024.07.19 18:45:42.779703 [ 3 ] {} <Debug> HTTP-Session: 65a9a332-756b-4b28-815c-c3f61d48cca0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 884 | 2024.07.19 18:45:42.779734 [ 3 ] {} <Trace> HTTP-Session: 65a9a332-756b-4b28-815c-c3f61d48cca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 885 | 2024.07.19 18:45:42.779848 [ 3 ] {2404b304-1416-4680-a33e-b9285e1533d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
| 886 | 2024.07.19 18:45:42.779894 [ 3 ] {2404b304-1416-4680-a33e-b9285e1533d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 887 | 2024.07.19 18:45:42.782030 [ 3 ] {2404b304-1416-4680-a33e-b9285e1533d1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 888 | 2024.07.19 18:45:42.793624 [ 3 ] {2404b304-1416-4680-a33e-b9285e1533d1} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 889 | 2024.07.19 18:45:42.793663 [ 3 ] {2404b304-1416-4680-a33e-b9285e1533d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 890 | 2024.07.19 18:45:42.796355 [ 3 ] {2404b304-1416-4680-a33e-b9285e1533d1} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 891 | 2024.07.19 18:45:42.797280 [ 3 ] {2404b304-1416-4680-a33e-b9285e1533d1} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0): 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.07.19 18:45:42.797484 [ 3 ] {2404b304-1416-4680-a33e-b9285e1533d1} <Debug> executeQuery: Read 4 rows, 443.00 B in 0.017671 sec., 226.35957218040858 rows/sec., 24.48 KiB/sec. | ||
| 893 | 2024.07.19 18:45:42.797659 [ 3 ] {2404b304-1416-4680-a33e-b9285e1533d1} <Debug> DynamicQueryHandler: Done processing query | ||
| 894 | 2024.07.19 18:45:42.797683 [ 3 ] {2404b304-1416-4680-a33e-b9285e1533d1} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 895 | 2024.07.19 18:45:42.797699 [ 3 ] {} <Debug> HTTP-Session: 65a9a332-756b-4b28-815c-c3f61d48cca0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 896 | 2024.07.19 18:45:42.797822 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 3495, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 897 | 2024.07.19 18:45:42.797871 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 898 | 2024.07.19 18:45:42.797891 [ 3 ] {} <Debug> HTTP-Session: 1b911a23-dd5c-427d-ba27-c6bcd2dd100c Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 899 | 2024.07.19 18:45:42.797908 [ 3 ] {} <Debug> HTTP-Session: 1b911a23-dd5c-427d-ba27-c6bcd2dd100c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 900 | 2024.07.19 18:45:42.797921 [ 3 ] {} <Debug> HTTP-Session: 1b911a23-dd5c-427d-ba27-c6bcd2dd100c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 901 | 2024.07.19 18:45:42.797953 [ 3 ] {} <Trace> HTTP-Session: 1b911a23-dd5c-427d-ba27-c6bcd2dd100c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 902 | 2024.07.19 18:45:42.798060 [ 3 ] {f0560e2b-31f7-454f-8413-d5e86c0ae582} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 903 | 2024.07.19 18:45:42.798104 [ 3 ] {f0560e2b-31f7-454f-8413-d5e86c0ae582} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 904 | 2024.07.19 18:45:42.798234 [ 3 ] {f0560e2b-31f7-454f-8413-d5e86c0ae582} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 905 | 2024.07.19 18:45:42.808415 [ 3 ] {f0560e2b-31f7-454f-8413-d5e86c0ae582} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 906 | 2024.07.19 18:45:42.808452 [ 3 ] {f0560e2b-31f7-454f-8413-d5e86c0ae582} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 907 | 2024.07.19 18:45:42.808872 [ 3 ] {f0560e2b-31f7-454f-8413-d5e86c0ae582} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 908 | 2024.07.19 18:45:42.809387 [ 3 ] {f0560e2b-31f7-454f-8413-d5e86c0ae582} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): 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.07.19 18:45:42.809510 [ 3 ] {f0560e2b-31f7-454f-8413-d5e86c0ae582} <Debug> executeQuery: Read 24 rows, 1.95 KiB in 0.011482 sec., 2090.2281832433378 rows/sec., 169.42 KiB/sec. | ||
| 910 | 2024.07.19 18:45:42.809676 [ 3 ] {f0560e2b-31f7-454f-8413-d5e86c0ae582} <Debug> DynamicQueryHandler: Done processing query | ||
| 911 | 2024.07.19 18:45:42.809702 [ 3 ] {f0560e2b-31f7-454f-8413-d5e86c0ae582} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 912 | 2024.07.19 18:45:42.809717 [ 3 ] {} <Debug> HTTP-Session: 1b911a23-dd5c-427d-ba27-c6bcd2dd100c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 913 | 2024.07.19 18:45:42.809887 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 10935, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 914 | 2024.07.19 18:45:42.809937 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 915 | 2024.07.19 18:45:42.809957 [ 3 ] {} <Debug> HTTP-Session: e95be2e6-8fa3-42e9-b9cf-7c8a1badf229 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 916 | 2024.07.19 18:45:42.809973 [ 3 ] {} <Debug> HTTP-Session: e95be2e6-8fa3-42e9-b9cf-7c8a1badf229 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 917 | 2024.07.19 18:45:42.809987 [ 3 ] {} <Debug> HTTP-Session: e95be2e6-8fa3-42e9-b9cf-7c8a1badf229 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 918 | 2024.07.19 18:45:42.810018 [ 3 ] {} <Trace> HTTP-Session: e95be2e6-8fa3-42e9-b9cf-7c8a1badf229 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 919 | 2024.07.19 18:45:42.810136 [ 3 ] {e51bde93-844b-4562-a3a3-cb690f0b1841} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 920 | 2024.07.19 18:45:42.810183 [ 3 ] {e51bde93-844b-4562-a3a3-cb690f0b1841} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 921 | 2024.07.19 18:45:42.810307 [ 3 ] {e51bde93-844b-4562-a3a3-cb690f0b1841} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 922 | 2024.07.19 18:45:42.810645 [ 3 ] {e51bde93-844b-4562-a3a3-cb690f0b1841} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 923 | 2024.07.19 18:45:42.810681 [ 3 ] {e51bde93-844b-4562-a3a3-cb690f0b1841} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 924 | 2024.07.19 18:45:42.811112 [ 3 ] {e51bde93-844b-4562-a3a3-cb690f0b1841} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 925 | 2024.07.19 18:45:42.811650 [ 3 ] {e51bde93-844b-4562-a3a3-cb690f0b1841} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): 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.07.19 18:45:42.811767 [ 3 ] {e51bde93-844b-4562-a3a3-cb690f0b1841} <Debug> executeQuery: Read 72 rows, 6.51 KiB in 0.001673 sec., 43036.46144650329 rows/sec., 3.80 MiB/sec. | ||
| 927 | 2024.07.19 18:45:42.812018 [ 3 ] {e51bde93-844b-4562-a3a3-cb690f0b1841} <Debug> DynamicQueryHandler: Done processing query | ||
| 928 | 2024.07.19 18:45:42.812044 [ 3 ] {e51bde93-844b-4562-a3a3-cb690f0b1841} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 929 | 2024.07.19 18:45:42.812059 [ 3 ] {} <Debug> HTTP-Session: e95be2e6-8fa3-42e9-b9cf-7c8a1badf229 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 930 | 2024.07.19 18:45:42.812193 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 6668, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 931 | 2024.07.19 18:45:42.812240 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 932 | 2024.07.19 18:45:42.812260 [ 3 ] {} <Debug> HTTP-Session: 44248016-2c55-4cc4-bff4-3fd0a38c7980 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 933 | 2024.07.19 18:45:42.812277 [ 3 ] {} <Debug> HTTP-Session: 44248016-2c55-4cc4-bff4-3fd0a38c7980 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 934 | 2024.07.19 18:45:42.812290 [ 3 ] {} <Debug> HTTP-Session: 44248016-2c55-4cc4-bff4-3fd0a38c7980 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 935 | 2024.07.19 18:45:42.812321 [ 3 ] {} <Trace> HTTP-Session: 44248016-2c55-4cc4-bff4-3fd0a38c7980 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 936 | 2024.07.19 18:45:42.812431 [ 3 ] {24d6be3d-f834-41e6-b267-5e9afcdbd89f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 937 | 2024.07.19 18:45:42.812475 [ 3 ] {24d6be3d-f834-41e6-b267-5e9afcdbd89f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 938 | 2024.07.19 18:45:42.813207 [ 3 ] {24d6be3d-f834-41e6-b267-5e9afcdbd89f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 939 | 2024.07.19 18:45:42.816175 [ 3 ] {24d6be3d-f834-41e6-b267-5e9afcdbd89f} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 940 | 2024.07.19 18:45:42.816217 [ 3 ] {24d6be3d-f834-41e6-b267-5e9afcdbd89f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 941 | 2024.07.19 18:45:42.819092 [ 3 ] {24d6be3d-f834-41e6-b267-5e9afcdbd89f} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 942 | 2024.07.19 18:45:42.819807 [ 3 ] {24d6be3d-f834-41e6-b267-5e9afcdbd89f} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): 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.07.19 18:45:42.819930 [ 3 ] {24d6be3d-f834-41e6-b267-5e9afcdbd89f} <Debug> executeQuery: Read 39 rows, 3.13 KiB in 0.007536 sec., 5175.15923566879 rows/sec., 415.06 KiB/sec. | ||
| 944 | 2024.07.19 18:45:42.820092 [ 3 ] {24d6be3d-f834-41e6-b267-5e9afcdbd89f} <Debug> DynamicQueryHandler: Done processing query | ||
| 945 | 2024.07.19 18:45:42.820117 [ 3 ] {24d6be3d-f834-41e6-b267-5e9afcdbd89f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 946 | 2024.07.19 18:45:42.820133 [ 3 ] {} <Debug> HTTP-Session: 44248016-2c55-4cc4-bff4-3fd0a38c7980 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 947 | 2024.07.19 18:45:42.820323 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 38282, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 948 | 2024.07.19 18:45:42.820373 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 949 | 2024.07.19 18:45:42.820392 [ 3 ] {} <Debug> HTTP-Session: 847ffa56-cd50-4086-a68a-f332cb6066dc Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 950 | 2024.07.19 18:45:42.820408 [ 3 ] {} <Debug> HTTP-Session: 847ffa56-cd50-4086-a68a-f332cb6066dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 951 | 2024.07.19 18:45:42.820422 [ 3 ] {} <Debug> HTTP-Session: 847ffa56-cd50-4086-a68a-f332cb6066dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 952 | 2024.07.19 18:45:42.820453 [ 3 ] {} <Trace> HTTP-Session: 847ffa56-cd50-4086-a68a-f332cb6066dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 953 | 2024.07.19 18:45:42.820718 [ 3 ] {b83209b6-0a34-4616-8926-c3dd98a80f6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 954 | 2024.07.19 18:45:42.820780 [ 3 ] {b83209b6-0a34-4616-8926-c3dd98a80f6c} <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 | ||
| 955 | 2024.07.19 18:45:42.821182 [ 3 ] {b83209b6-0a34-4616-8926-c3dd98a80f6c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 956 | 2024.07.19 18:45:42.821917 [ 3 ] {b83209b6-0a34-4616-8926-c3dd98a80f6c} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 957 | 2024.07.19 18:45:42.821953 [ 3 ] {b83209b6-0a34-4616-8926-c3dd98a80f6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 958 | 2024.07.19 18:45:42.830462 [ 3 ] {b83209b6-0a34-4616-8926-c3dd98a80f6c} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 959 | 2024.07.19 18:45:42.831215 [ 3 ] {b83209b6-0a34-4616-8926-c3dd98a80f6c} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): 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.07.19 18:45:42.831359 [ 3 ] {b83209b6-0a34-4616-8926-c3dd98a80f6c} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.010832 sec., 2215.6573116691284 rows/sec., 3.97 MiB/sec. | ||
| 961 | 2024.07.19 18:45:42.831573 [ 3 ] {b83209b6-0a34-4616-8926-c3dd98a80f6c} <Debug> DynamicQueryHandler: Done processing query | ||
| 962 | 2024.07.19 18:45:42.831596 [ 3 ] {b83209b6-0a34-4616-8926-c3dd98a80f6c} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
| 963 | 2024.07.19 18:45:42.831611 [ 3 ] {} <Debug> HTTP-Session: 847ffa56-cd50-4086-a68a-f332cb6066dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 964 | 2024.07.19 18:45:42.831720 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 3867, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 965 | 2024.07.19 18:45:42.831765 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 966 | 2024.07.19 18:45:42.831784 [ 3 ] {} <Debug> HTTP-Session: 55f35ce7-2502-4906-affe-4d978e81fa9f Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 967 | 2024.07.19 18:45:42.831799 [ 3 ] {} <Debug> HTTP-Session: 55f35ce7-2502-4906-affe-4d978e81fa9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 968 | 2024.07.19 18:45:42.831812 [ 3 ] {} <Debug> HTTP-Session: 55f35ce7-2502-4906-affe-4d978e81fa9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 969 | 2024.07.19 18:45:42.831840 [ 3 ] {} <Trace> HTTP-Session: 55f35ce7-2502-4906-affe-4d978e81fa9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 970 | 2024.07.19 18:45:42.831934 [ 3 ] {87d02c00-1981-401b-92c9-d2b474e876e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 971 | 2024.07.19 18:45:42.831976 [ 3 ] {87d02c00-1981-401b-92c9-d2b474e876e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 972 | 2024.07.19 18:45:42.832093 [ 3 ] {87d02c00-1981-401b-92c9-d2b474e876e1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 973 | 2024.07.19 18:45:42.832374 [ 3 ] {87d02c00-1981-401b-92c9-d2b474e876e1} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 974 | 2024.07.19 18:45:42.832404 [ 3 ] {87d02c00-1981-401b-92c9-d2b474e876e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 975 | 2024.07.19 18:45:42.832967 [ 3 ] {87d02c00-1981-401b-92c9-d2b474e876e1} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 976 | 2024.07.19 18:45:42.833560 [ 3 ] {87d02c00-1981-401b-92c9-d2b474e876e1} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 977 | 2024.07.19 18:45:42.833682 [ 3 ] {87d02c00-1981-401b-92c9-d2b474e876e1} <Debug> executeQuery: Read 24 rows, 1.78 KiB in 0.001749 sec., 13722.126929674101 rows/sec., 1017.88 KiB/sec. | ||
| 978 | 2024.07.19 18:45:42.833953 [ 3 ] {87d02c00-1981-401b-92c9-d2b474e876e1} <Debug> DynamicQueryHandler: Done processing query | ||
| 979 | 2024.07.19 18:45:42.833977 [ 3 ] {87d02c00-1981-401b-92c9-d2b474e876e1} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 980 | 2024.07.19 18:45:42.833992 [ 3 ] {} <Debug> HTTP-Session: 55f35ce7-2502-4906-affe-4d978e81fa9f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 981 | 2024.07.19 18:45:45.513198 [ 100 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 982 | 2024.07.19 18:45:45.513256 [ 100 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 983 | 2024.07.19 18:45:52.727600 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 3638, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 984 | 2024.07.19 18:45:52.727749 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 985 | 2024.07.19 18:45:52.727779 [ 3 ] {} <Debug> HTTP-Session: b67b4f87-eece-4369-9cab-ad98c77d6663 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 986 | 2024.07.19 18:45:52.727806 [ 3 ] {} <Debug> HTTP-Session: b67b4f87-eece-4369-9cab-ad98c77d6663 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 987 | 2024.07.19 18:45:52.727825 [ 3 ] {} <Debug> HTTP-Session: b67b4f87-eece-4369-9cab-ad98c77d6663 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 988 | 2024.07.19 18:45:52.727882 [ 3 ] {} <Trace> HTTP-Session: b67b4f87-eece-4369-9cab-ad98c77d6663 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 989 | 2024.07.19 18:45:52.728093 [ 3 ] {a6d7e0e5-daeb-41e3-9c1b-cb3772069b9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 990 | 2024.07.19 18:45:52.728167 [ 3 ] {a6d7e0e5-daeb-41e3-9c1b-cb3772069b9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 991 | 2024.07.19 18:45:52.728376 [ 3 ] {a6d7e0e5-daeb-41e3-9c1b-cb3772069b9f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 992 | 2024.07.19 18:45:52.728813 [ 3 ] {a6d7e0e5-daeb-41e3-9c1b-cb3772069b9f} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 993 | 2024.07.19 18:45:52.728859 [ 3 ] {a6d7e0e5-daeb-41e3-9c1b-cb3772069b9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 994 | 2024.07.19 18:45:52.729230 [ 3 ] {a6d7e0e5-daeb-41e3-9c1b-cb3772069b9f} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 995 | 2024.07.19 18:45:52.729569 [ 3 ] {a6d7e0e5-daeb-41e3-9c1b-cb3772069b9f} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 996 | 2024.07.19 18:45:52.729780 [ 3 ] {a6d7e0e5-daeb-41e3-9c1b-cb3772069b9f} <Debug> executeQuery: Read 25 rows, 2.03 KiB in 0.001749 sec., 14293.882218410521 rows/sec., 1.13 MiB/sec. | ||
| 997 | 2024.07.19 18:45:52.730002 [ 3 ] {a6d7e0e5-daeb-41e3-9c1b-cb3772069b9f} <Debug> DynamicQueryHandler: Done processing query | ||
| 998 | 2024.07.19 18:45:52.730030 [ 3 ] {a6d7e0e5-daeb-41e3-9c1b-cb3772069b9f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 999 | 2024.07.19 18:45:52.730046 [ 3 ] {} <Debug> HTTP-Session: b67b4f87-eece-4369-9cab-ad98c77d6663 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1000 | 2024.07.19 18:45:52.730203 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 11381, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1001 | 2024.07.19 18:45:52.730259 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1002 | 2024.07.19 18:45:52.730280 [ 3 ] {} <Debug> HTTP-Session: 07045503-d46e-4ccc-a812-584b5e4e1d21 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 1003 | 2024.07.19 18:45:52.730298 [ 3 ] {} <Debug> HTTP-Session: 07045503-d46e-4ccc-a812-584b5e4e1d21 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1004 | 2024.07.19 18:45:52.730311 [ 3 ] {} <Debug> HTTP-Session: 07045503-d46e-4ccc-a812-584b5e4e1d21 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1005 | 2024.07.19 18:45:52.730346 [ 3 ] {} <Trace> HTTP-Session: 07045503-d46e-4ccc-a812-584b5e4e1d21 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1006 | 2024.07.19 18:45:52.730472 [ 3 ] {a0d435f6-1b44-468b-ba98-f648ed0f2331} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1007 | 2024.07.19 18:45:52.730519 [ 3 ] {a0d435f6-1b44-468b-ba98-f648ed0f2331} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1008 | 2024.07.19 18:45:52.730650 [ 3 ] {a0d435f6-1b44-468b-ba98-f648ed0f2331} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1009 | 2024.07.19 18:45:52.730990 [ 3 ] {a0d435f6-1b44-468b-ba98-f648ed0f2331} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1010 | 2024.07.19 18:45:52.731026 [ 3 ] {a0d435f6-1b44-468b-ba98-f648ed0f2331} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 1011 | 2024.07.19 18:45:52.731335 [ 3 ] {a0d435f6-1b44-468b-ba98-f648ed0f2331} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1012 | 2024.07.19 18:45:52.731639 [ 3 ] {a0d435f6-1b44-468b-ba98-f648ed0f2331} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1013 | 2024.07.19 18:45:52.731783 [ 3 ] {a0d435f6-1b44-468b-ba98-f648ed0f2331} <Debug> executeQuery: Read 75 rows, 6.78 KiB in 0.001359 sec., 55187.637969094925 rows/sec., 4.87 MiB/sec. | ||
| 1014 | 2024.07.19 18:45:52.731954 [ 3 ] {a0d435f6-1b44-468b-ba98-f648ed0f2331} <Debug> DynamicQueryHandler: Done processing query | ||
| 1015 | 2024.07.19 18:45:52.731979 [ 3 ] {a0d435f6-1b44-468b-ba98-f648ed0f2331} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 1016 | 2024.07.19 18:45:52.731995 [ 3 ] {} <Debug> HTTP-Session: 07045503-d46e-4ccc-a812-584b5e4e1d21 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1017 | 2024.07.19 18:45:52.732140 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 4289, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1018 | 2024.07.19 18:45:52.732188 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1019 | 2024.07.19 18:45:52.732207 [ 3 ] {} <Debug> HTTP-Session: f21d39a8-ab6c-44cc-b94b-4d06d0e6b98c Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 1020 | 2024.07.19 18:45:52.732223 [ 3 ] {} <Debug> HTTP-Session: f21d39a8-ab6c-44cc-b94b-4d06d0e6b98c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1021 | 2024.07.19 18:45:52.732236 [ 3 ] {} <Debug> HTTP-Session: f21d39a8-ab6c-44cc-b94b-4d06d0e6b98c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1022 | 2024.07.19 18:45:52.732267 [ 3 ] {} <Trace> HTTP-Session: f21d39a8-ab6c-44cc-b94b-4d06d0e6b98c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1023 | 2024.07.19 18:45:52.732365 [ 3 ] {8e83ef45-4da8-49ee-8fbd-5a062606086b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1024 | 2024.07.19 18:45:52.732406 [ 3 ] {8e83ef45-4da8-49ee-8fbd-5a062606086b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1025 | 2024.07.19 18:45:52.732523 [ 3 ] {8e83ef45-4da8-49ee-8fbd-5a062606086b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1026 | 2024.07.19 18:45:52.732815 [ 3 ] {8e83ef45-4da8-49ee-8fbd-5a062606086b} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1027 | 2024.07.19 18:45:52.732849 [ 3 ] {8e83ef45-4da8-49ee-8fbd-5a062606086b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 1028 | 2024.07.19 18:45:52.733139 [ 3 ] {8e83ef45-4da8-49ee-8fbd-5a062606086b} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1029 | 2024.07.19 18:45:52.733631 [ 3 ] {8e83ef45-4da8-49ee-8fbd-5a062606086b} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1030 | 2024.07.19 18:45:52.733813 [ 3 ] {8e83ef45-4da8-49ee-8fbd-5a062606086b} <Debug> executeQuery: Read 25 rows, 2.00 KiB in 0.001469 sec., 17018.379850238256 rows/sec., 1.33 MiB/sec. | ||
| 1031 | 2024.07.19 18:45:52.734059 [ 3 ] {8e83ef45-4da8-49ee-8fbd-5a062606086b} <Debug> DynamicQueryHandler: Done processing query | ||
| 1032 | 2024.07.19 18:45:52.734089 [ 3 ] {8e83ef45-4da8-49ee-8fbd-5a062606086b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 1033 | 2024.07.19 18:45:52.734108 [ 3 ] {} <Debug> HTTP-Session: f21d39a8-ab6c-44cc-b94b-4d06d0e6b98c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1034 | 2024.07.19 18:45:52.734366 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 39953, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1035 | 2024.07.19 18:45:52.734416 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1036 | 2024.07.19 18:45:52.734435 [ 3 ] {} <Debug> HTTP-Session: 9be6da6d-6f17-4d97-8399-9864828eb1ae Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 1037 | 2024.07.19 18:45:52.734451 [ 3 ] {} <Debug> HTTP-Session: 9be6da6d-6f17-4d97-8399-9864828eb1ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1038 | 2024.07.19 18:45:52.734465 [ 3 ] {} <Debug> HTTP-Session: 9be6da6d-6f17-4d97-8399-9864828eb1ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1039 | 2024.07.19 18:45:52.734496 [ 3 ] {} <Trace> HTTP-Session: 9be6da6d-6f17-4d97-8399-9864828eb1ae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1040 | 2024.07.19 18:45:52.734772 [ 3 ] {0f26cde6-c251-418d-ab24-d085d7085358} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 1041 | 2024.07.19 18:45:52.734837 [ 3 ] {0f26cde6-c251-418d-ab24-d085d7085358} <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 | ||
| 1042 | 2024.07.19 18:45:52.735232 [ 3 ] {0f26cde6-c251-418d-ab24-d085d7085358} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1043 | 2024.07.19 18:45:52.735914 [ 3 ] {0f26cde6-c251-418d-ab24-d085d7085358} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1044 | 2024.07.19 18:45:52.735950 [ 3 ] {0f26cde6-c251-418d-ab24-d085d7085358} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 1045 | 2024.07.19 18:45:52.736678 [ 3 ] {0f26cde6-c251-418d-ab24-d085d7085358} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1046 | 2024.07.19 18:45:52.737092 [ 3 ] {0f26cde6-c251-418d-ab24-d085d7085358} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1047 | 2024.07.19 18:45:52.737286 [ 3 ] {0f26cde6-c251-418d-ab24-d085d7085358} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.002708 sec., 9231.905465288035 rows/sec., 16.54 MiB/sec. | ||
| 1048 | 2024.07.19 18:45:52.737503 [ 3 ] {0f26cde6-c251-418d-ab24-d085d7085358} <Debug> DynamicQueryHandler: Done processing query | ||
| 1049 | 2024.07.19 18:45:52.737527 [ 3 ] {0f26cde6-c251-418d-ab24-d085d7085358} <Debug> MemoryTracker: Peak memory usage (for query): 4.52 MiB. | ||
| 1050 | 2024.07.19 18:45:52.737543 [ 3 ] {} <Debug> HTTP-Session: 9be6da6d-6f17-4d97-8399-9864828eb1ae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1051 | 2024.07.19 18:46:00.513306 [ 19 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1052 | 2024.07.19 18:46:00.513377 [ 19 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1053 | 2024.07.19 18:46:02.727676 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 3782, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1054 | 2024.07.19 18:46:02.727807 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1055 | 2024.07.19 18:46:02.727833 [ 3 ] {} <Debug> HTTP-Session: c01de72e-f38c-479a-8950-19b0c5a88cc5 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 1056 | 2024.07.19 18:46:02.727858 [ 3 ] {} <Debug> HTTP-Session: c01de72e-f38c-479a-8950-19b0c5a88cc5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1057 | 2024.07.19 18:46:02.727875 [ 3 ] {} <Debug> HTTP-Session: c01de72e-f38c-479a-8950-19b0c5a88cc5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1058 | 2024.07.19 18:46:02.727925 [ 3 ] {} <Trace> HTTP-Session: c01de72e-f38c-479a-8950-19b0c5a88cc5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1059 | 2024.07.19 18:46:02.728188 [ 3 ] {d148910d-3828-4c89-83d5-01eaf745795e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 1060 | 2024.07.19 18:46:02.728259 [ 3 ] {d148910d-3828-4c89-83d5-01eaf745795e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 1061 | 2024.07.19 18:46:02.728463 [ 3 ] {d148910d-3828-4c89-83d5-01eaf745795e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1062 | 2024.07.19 18:46:02.728879 [ 3 ] {d148910d-3828-4c89-83d5-01eaf745795e} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1063 | 2024.07.19 18:46:02.728919 [ 3 ] {d148910d-3828-4c89-83d5-01eaf745795e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 1064 | 2024.07.19 18:46:02.729283 [ 3 ] {d148910d-3828-4c89-83d5-01eaf745795e} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1065 | 2024.07.19 18:46:02.729613 [ 3 ] {d148910d-3828-4c89-83d5-01eaf745795e} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1066 | 2024.07.19 18:46:02.729754 [ 3 ] {d148910d-3828-4c89-83d5-01eaf745795e} <Debug> executeQuery: Read 26 rows, 2.11 KiB in 0.00163 sec., 15950.920245398773 rows/sec., 1.26 MiB/sec. | ||
| 1067 | 2024.07.19 18:46:02.730070 [ 3 ] {d148910d-3828-4c89-83d5-01eaf745795e} <Debug> DynamicQueryHandler: Done processing query | ||
| 1068 | 2024.07.19 18:46:02.730097 [ 3 ] {d148910d-3828-4c89-83d5-01eaf745795e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 1069 | 2024.07.19 18:46:02.730114 [ 3 ] {} <Debug> HTTP-Session: c01de72e-f38c-479a-8950-19b0c5a88cc5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1070 | 2024.07.19 18:46:02.730249 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 11830, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1071 | 2024.07.19 18:46:02.730304 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1072 | 2024.07.19 18:46:02.730324 [ 3 ] {} <Debug> HTTP-Session: af8efa04-02be-49e9-a0f0-ef625ce1ff93 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 1073 | 2024.07.19 18:46:02.730342 [ 3 ] {} <Debug> HTTP-Session: af8efa04-02be-49e9-a0f0-ef625ce1ff93 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1074 | 2024.07.19 18:46:02.730355 [ 3 ] {} <Debug> HTTP-Session: af8efa04-02be-49e9-a0f0-ef625ce1ff93 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1075 | 2024.07.19 18:46:02.730389 [ 3 ] {} <Trace> HTTP-Session: af8efa04-02be-49e9-a0f0-ef625ce1ff93 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1076 | 2024.07.19 18:46:02.730518 [ 3 ] {06707a46-6ad9-4dfd-8c23-492be6e3ea67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1077 | 2024.07.19 18:46:02.730565 [ 3 ] {06707a46-6ad9-4dfd-8c23-492be6e3ea67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1078 | 2024.07.19 18:46:02.730717 [ 3 ] {06707a46-6ad9-4dfd-8c23-492be6e3ea67} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1079 | 2024.07.19 18:46:02.731063 [ 3 ] {06707a46-6ad9-4dfd-8c23-492be6e3ea67} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1080 | 2024.07.19 18:46:02.731099 [ 3 ] {06707a46-6ad9-4dfd-8c23-492be6e3ea67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 1081 | 2024.07.19 18:46:02.731410 [ 3 ] {06707a46-6ad9-4dfd-8c23-492be6e3ea67} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1082 | 2024.07.19 18:46:02.731728 [ 3 ] {06707a46-6ad9-4dfd-8c23-492be6e3ea67} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1083 | 2024.07.19 18:46:02.731850 [ 3 ] {06707a46-6ad9-4dfd-8c23-492be6e3ea67} <Debug> executeQuery: Read 78 rows, 7.04 KiB in 0.001381 sec., 56480.81100651701 rows/sec., 4.98 MiB/sec. | ||
| 1084 | 2024.07.19 18:46:02.732117 [ 3 ] {06707a46-6ad9-4dfd-8c23-492be6e3ea67} <Debug> DynamicQueryHandler: Done processing query | ||
| 1085 | 2024.07.19 18:46:02.732142 [ 3 ] {06707a46-6ad9-4dfd-8c23-492be6e3ea67} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 1086 | 2024.07.19 18:46:02.732157 [ 3 ] {} <Debug> HTTP-Session: af8efa04-02be-49e9-a0f0-ef625ce1ff93 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1087 | 2024.07.19 18:46:02.732279 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 4459, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1088 | 2024.07.19 18:46:02.732327 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1089 | 2024.07.19 18:46:02.732346 [ 3 ] {} <Debug> HTTP-Session: 21299c57-f5f0-45f6-9596-9a4a6020413b Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 1090 | 2024.07.19 18:46:02.732363 [ 3 ] {} <Debug> HTTP-Session: 21299c57-f5f0-45f6-9596-9a4a6020413b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1091 | 2024.07.19 18:46:02.732376 [ 3 ] {} <Debug> HTTP-Session: 21299c57-f5f0-45f6-9596-9a4a6020413b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1092 | 2024.07.19 18:46:02.732406 [ 3 ] {} <Trace> HTTP-Session: 21299c57-f5f0-45f6-9596-9a4a6020413b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1093 | 2024.07.19 18:46:02.732513 [ 3 ] {34c92577-0c44-498a-b070-99ece8f6630a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1094 | 2024.07.19 18:46:02.732556 [ 3 ] {34c92577-0c44-498a-b070-99ece8f6630a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1095 | 2024.07.19 18:46:02.732695 [ 3 ] {34c92577-0c44-498a-b070-99ece8f6630a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1096 | 2024.07.19 18:46:02.732976 [ 3 ] {34c92577-0c44-498a-b070-99ece8f6630a} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1097 | 2024.07.19 18:46:02.733011 [ 3 ] {34c92577-0c44-498a-b070-99ece8f6630a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 1098 | 2024.07.19 18:46:02.733302 [ 3 ] {34c92577-0c44-498a-b070-99ece8f6630a} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1099 | 2024.07.19 18:46:02.733601 [ 3 ] {34c92577-0c44-498a-b070-99ece8f6630a} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1100 | 2024.07.19 18:46:02.733725 [ 3 ] {34c92577-0c44-498a-b070-99ece8f6630a} <Debug> executeQuery: Read 26 rows, 2.08 KiB in 0.001244 sec., 20900.321543408358 rows/sec., 1.63 MiB/sec. | ||
| 1101 | 2024.07.19 18:46:02.733990 [ 3 ] {34c92577-0c44-498a-b070-99ece8f6630a} <Debug> DynamicQueryHandler: Done processing query | ||
| 1102 | 2024.07.19 18:46:02.734015 [ 3 ] {34c92577-0c44-498a-b070-99ece8f6630a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 1103 | 2024.07.19 18:46:02.734031 [ 3 ] {} <Debug> HTTP-Session: 21299c57-f5f0-45f6-9596-9a4a6020413b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1104 | 2024.07.19 18:46:02.734241 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 41591, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1105 | 2024.07.19 18:46:02.734289 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1106 | 2024.07.19 18:46:02.734307 [ 3 ] {} <Debug> HTTP-Session: fea7361a-a236-497a-8f08-d07b64a43ead Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 1107 | 2024.07.19 18:46:02.734323 [ 3 ] {} <Debug> HTTP-Session: fea7361a-a236-497a-8f08-d07b64a43ead Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1108 | 2024.07.19 18:46:02.734337 [ 3 ] {} <Debug> HTTP-Session: fea7361a-a236-497a-8f08-d07b64a43ead Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1109 | 2024.07.19 18:46:02.734367 [ 3 ] {} <Trace> HTTP-Session: fea7361a-a236-497a-8f08-d07b64a43ead Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1110 | 2024.07.19 18:46:02.734648 [ 3 ] {9506e4dd-51bb-4a0b-86b6-870c91f7f563} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 1111 | 2024.07.19 18:46:02.734719 [ 3 ] {9506e4dd-51bb-4a0b-86b6-870c91f7f563} <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 | ||
| 1112 | 2024.07.19 18:46:02.735138 [ 3 ] {9506e4dd-51bb-4a0b-86b6-870c91f7f563} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1113 | 2024.07.19 18:46:02.735764 [ 3 ] {9506e4dd-51bb-4a0b-86b6-870c91f7f563} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1114 | 2024.07.19 18:46:02.735799 [ 3 ] {9506e4dd-51bb-4a0b-86b6-870c91f7f563} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 1115 | 2024.07.19 18:46:02.736481 [ 3 ] {9506e4dd-51bb-4a0b-86b6-870c91f7f563} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1116 | 2024.07.19 18:46:02.736882 [ 3 ] {9506e4dd-51bb-4a0b-86b6-870c91f7f563} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1117 | 2024.07.19 18:46:02.737047 [ 3 ] {9506e4dd-51bb-4a0b-86b6-870c91f7f563} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002592 sec., 10030.864197530864 rows/sec., 17.97 MiB/sec. | ||
| 1118 | 2024.07.19 18:46:02.737441 [ 3 ] {9506e4dd-51bb-4a0b-86b6-870c91f7f563} <Debug> DynamicQueryHandler: Done processing query | ||
| 1119 | 2024.07.19 18:46:02.737464 [ 3 ] {9506e4dd-51bb-4a0b-86b6-870c91f7f563} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 1120 | 2024.07.19 18:46:02.737480 [ 3 ] {} <Debug> HTTP-Session: fea7361a-a236-497a-8f08-d07b64a43ead Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1121 | 2024.07.19 18:46:12.727068 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 259, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1122 | 2024.07.19 18:46:12.727199 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1123 | 2024.07.19 18:46:12.727226 [ 3 ] {} <Debug> HTTP-Session: 6cdb1061-a4f3-4fbc-8360-02ad18d6f600 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 1124 | 2024.07.19 18:46:12.727249 [ 3 ] {} <Debug> HTTP-Session: 6cdb1061-a4f3-4fbc-8360-02ad18d6f600 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1125 | 2024.07.19 18:46:12.727264 [ 3 ] {} <Debug> HTTP-Session: 6cdb1061-a4f3-4fbc-8360-02ad18d6f600 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1126 | 2024.07.19 18:46:12.727313 [ 3 ] {} <Trace> HTTP-Session: 6cdb1061-a4f3-4fbc-8360-02ad18d6f600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1127 | 2024.07.19 18:46:12.727516 [ 3 ] {f0f145b0-ba2f-447f-848e-40e6bb4e55ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
| 1128 | 2024.07.19 18:46:12.729846 [ 3 ] {f0f145b0-ba2f-447f-848e-40e6bb4e55ca} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1129 | 2024.07.19 18:46:12.733693 [ 3 ] {f0f145b0-ba2f-447f-848e-40e6bb4e55ca} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 1130 | 2024.07.19 18:46:12.733947 [ 3 ] {f0f145b0-ba2f-447f-848e-40e6bb4e55ca} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1131 | 2024.07.19 18:46:12.740554 [ 3 ] {f0f145b0-ba2f-447f-848e-40e6bb4e55ca} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1132 | 2024.07.19 18:46:12.746649 [ 3 ] {f0f145b0-ba2f-447f-848e-40e6bb4e55ca} <Debug> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Key condition: (column 0 notIn 4-element set) | ||
| 1133 | 2024.07.19 18:46:12.752114 [ 3 ] {f0f145b0-ba2f-447f-848e-40e6bb4e55ca} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1134 | 2024.07.19 18:46:12.754029 [ 3 ] {f0f145b0-ba2f-447f-848e-40e6bb4e55ca} <Debug> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (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 | ||
| 1135 | 2024.07.19 18:46:12.754059 [ 3 ] {f0f145b0-ba2f-447f-848e-40e6bb4e55ca} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1136 | 2024.07.19 18:46:12.756088 [ 3 ] {f0f145b0-ba2f-447f-848e-40e6bb4e55ca} <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', 'http_service:request_latency_histogram'))" | ||
| 1137 | 2024.07.19 18:46:12.756121 [ 3 ] {f0f145b0-ba2f-447f-848e-40e6bb4e55ca} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1138 | 2024.07.19 18:46:12.779587 [ 3 ] {f0f145b0-ba2f-447f-848e-40e6bb4e55ca} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.052133 sec., 76.72683329177296 rows/sec., 3.54 KiB/sec. | ||
| 1139 | 2024.07.19 18:46:12.779927 [ 3 ] {f0f145b0-ba2f-447f-848e-40e6bb4e55ca} <Debug> DynamicQueryHandler: Done processing query | ||
| 1140 | 2024.07.19 18:46:12.779960 [ 3 ] {f0f145b0-ba2f-447f-848e-40e6bb4e55ca} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1141 | 2024.07.19 18:46:12.779981 [ 3 ] {} <Debug> HTTP-Session: 6cdb1061-a4f3-4fbc-8360-02ad18d6f600 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1142 | 2024.07.19 18:46:12.780254 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 297, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1143 | 2024.07.19 18:46:12.780324 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1144 | 2024.07.19 18:46:12.780350 [ 3 ] {} <Debug> HTTP-Session: 3de6b2cc-5074-45be-a851-fe5c9e36db99 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 1145 | 2024.07.19 18:46:12.780373 [ 3 ] {} <Debug> HTTP-Session: 3de6b2cc-5074-45be-a851-fe5c9e36db99 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1146 | 2024.07.19 18:46:12.780386 [ 3 ] {} <Debug> HTTP-Session: 3de6b2cc-5074-45be-a851-fe5c9e36db99 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1147 | 2024.07.19 18:46:12.780426 [ 3 ] {} <Trace> HTTP-Session: 3de6b2cc-5074-45be-a851-fe5c9e36db99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1148 | 2024.07.19 18:46:12.780584 [ 3 ] {71aef599-fe3e-4fb9-81d7-51a42ae4d3be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'physical_data_link:errors_received') FORMAT JSONEachRow; (stage: Complete) | ||
| 1149 | 2024.07.19 18:46:12.780849 [ 3 ] {71aef599-fe3e-4fb9-81d7-51a42ae4d3be} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1150 | 2024.07.19 18:46:12.780883 [ 3 ] {71aef599-fe3e-4fb9-81d7-51a42ae4d3be} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'physical_data_link:errors_received')" moved to PREWHERE | ||
| 1151 | 2024.07.19 18:46:12.781093 [ 3 ] {71aef599-fe3e-4fb9-81d7-51a42ae4d3be} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1152 | 2024.07.19 18:46:12.781162 [ 3 ] {71aef599-fe3e-4fb9-81d7-51a42ae4d3be} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1153 | 2024.07.19 18:46:12.781307 [ 3 ] {71aef599-fe3e-4fb9-81d7-51a42ae4d3be} <Debug> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Key condition: (column 0 notIn 5-element set) | ||
| 1154 | 2024.07.19 18:46:12.781340 [ 3 ] {71aef599-fe3e-4fb9-81d7-51a42ae4d3be} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1155 | 2024.07.19 18:46:12.781363 [ 3 ] {71aef599-fe3e-4fb9-81d7-51a42ae4d3be} <Debug> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (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 | ||
| 1156 | 2024.07.19 18:46:12.781379 [ 3 ] {71aef599-fe3e-4fb9-81d7-51a42ae4d3be} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1157 | 2024.07.19 18:46:12.781418 [ 3 ] {71aef599-fe3e-4fb9-81d7-51a42ae4d3be} <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', 'http_service:request_latency_histogram', 'physical_data_link:errors_received'))" | ||
| 1158 | 2024.07.19 18:46:12.781439 [ 3 ] {71aef599-fe3e-4fb9-81d7-51a42ae4d3be} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1159 | 2024.07.19 18:46:12.782242 [ 3 ] {71aef599-fe3e-4fb9-81d7-51a42ae4d3be} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.00171 sec., 2339.1812865497077 rows/sec., 107.94 KiB/sec. | ||
| 1160 | 2024.07.19 18:46:12.782482 [ 3 ] {71aef599-fe3e-4fb9-81d7-51a42ae4d3be} <Debug> DynamicQueryHandler: Done processing query | ||
| 1161 | 2024.07.19 18:46:12.782506 [ 3 ] {71aef599-fe3e-4fb9-81d7-51a42ae4d3be} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1162 | 2024.07.19 18:46:12.782522 [ 3 ] {} <Debug> HTTP-Session: 3de6b2cc-5074-45be-a851-fe5c9e36db99 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1163 | 2024.07.19 18:46:12.782820 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1164 | 2024.07.19 18:46:12.782871 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1165 | 2024.07.19 18:46:12.782890 [ 3 ] {} <Debug> HTTP-Session: 7615c2e0-7658-4989-9565-fb01301f57b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 1166 | 2024.07.19 18:46:12.782907 [ 3 ] {} <Debug> HTTP-Session: 7615c2e0-7658-4989-9565-fb01301f57b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1167 | 2024.07.19 18:46:12.782920 [ 3 ] {} <Debug> HTTP-Session: 7615c2e0-7658-4989-9565-fb01301f57b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1168 | 2024.07.19 18:46:12.782952 [ 3 ] {} <Trace> HTTP-Session: 7615c2e0-7658-4989-9565-fb01301f57b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1169 | 2024.07.19 18:46:12.783082 [ 3 ] {158edd64-dfd9-47d8-99b6-f131e8a952d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'physical_data_link:errors_received', 'physical_data_link:errors_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 1170 | 2024.07.19 18:46:12.783315 [ 3 ] {158edd64-dfd9-47d8-99b6-f131e8a952d2} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1171 | 2024.07.19 18:46:12.783349 [ 3 ] {158edd64-dfd9-47d8-99b6-f131e8a952d2} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'physical_data_link:errors_received', 'physical_data_link:errors_sent')" moved to PREWHERE | ||
| 1172 | 2024.07.19 18:46:12.783548 [ 3 ] {158edd64-dfd9-47d8-99b6-f131e8a952d2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1173 | 2024.07.19 18:46:12.783611 [ 3 ] {158edd64-dfd9-47d8-99b6-f131e8a952d2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1174 | 2024.07.19 18:46:12.783747 [ 3 ] {158edd64-dfd9-47d8-99b6-f131e8a952d2} <Debug> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Key condition: (column 0 notIn 6-element set) | ||
| 1175 | 2024.07.19 18:46:12.783780 [ 3 ] {158edd64-dfd9-47d8-99b6-f131e8a952d2} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1176 | 2024.07.19 18:46:12.783802 [ 3 ] {158edd64-dfd9-47d8-99b6-f131e8a952d2} <Debug> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (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 | ||
| 1177 | 2024.07.19 18:46:12.783819 [ 3 ] {158edd64-dfd9-47d8-99b6-f131e8a952d2} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1178 | 2024.07.19 18:46:12.783856 [ 3 ] {158edd64-dfd9-47d8-99b6-f131e8a952d2} <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', 'http_service:request_latency_histogram', 'physical_data_link:errors_received', 'physical_data_link:errors_sent'))" | ||
| 1179 | 2024.07.19 18:46:12.783875 [ 3 ] {158edd64-dfd9-47d8-99b6-f131e8a952d2} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1180 | 2024.07.19 18:46:12.784677 [ 3 ] {158edd64-dfd9-47d8-99b6-f131e8a952d2} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001616 sec., 2475.2475247524753 rows/sec., 114.21 KiB/sec. | ||
| 1181 | 2024.07.19 18:46:12.784906 [ 3 ] {158edd64-dfd9-47d8-99b6-f131e8a952d2} <Debug> DynamicQueryHandler: Done processing query | ||
| 1182 | 2024.07.19 18:46:12.784930 [ 3 ] {158edd64-dfd9-47d8-99b6-f131e8a952d2} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1183 | 2024.07.19 18:46:12.784946 [ 3 ] {} <Debug> HTTP-Session: 7615c2e0-7658-4989-9565-fb01301f57b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1184 | 2024.07.19 18:46:12.785168 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 368, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1185 | 2024.07.19 18:46:12.785216 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1186 | 2024.07.19 18:46:12.785235 [ 3 ] {} <Debug> HTTP-Session: 5784257e-2215-43e1-923b-9b717333f598 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 1187 | 2024.07.19 18:46:12.785251 [ 3 ] {} <Debug> HTTP-Session: 5784257e-2215-43e1-923b-9b717333f598 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1188 | 2024.07.19 18:46:12.785265 [ 3 ] {} <Debug> HTTP-Session: 5784257e-2215-43e1-923b-9b717333f598 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1189 | 2024.07.19 18:46:12.785295 [ 3 ] {} <Trace> HTTP-Session: 5784257e-2215-43e1-923b-9b717333f598 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1190 | 2024.07.19 18:46:12.785422 [ 3 ] {91f6a652-c1bc-4189-b944-ec84d4528167} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 1191 | 2024.07.19 18:46:12.785656 [ 3 ] {91f6a652-c1bc-4189-b944-ec84d4528167} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1192 | 2024.07.19 18:46:12.785689 [ 3 ] {91f6a652-c1bc-4189-b944-ec84d4528167} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent')" moved to PREWHERE | ||
| 1193 | 2024.07.19 18:46:12.785895 [ 3 ] {91f6a652-c1bc-4189-b944-ec84d4528167} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1194 | 2024.07.19 18:46:12.785958 [ 3 ] {91f6a652-c1bc-4189-b944-ec84d4528167} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1195 | 2024.07.19 18:46:12.786095 [ 3 ] {91f6a652-c1bc-4189-b944-ec84d4528167} <Debug> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Key condition: (column 0 notIn 7-element set) | ||
| 1196 | 2024.07.19 18:46:12.786126 [ 3 ] {91f6a652-c1bc-4189-b944-ec84d4528167} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1197 | 2024.07.19 18:46:12.786148 [ 3 ] {91f6a652-c1bc-4189-b944-ec84d4528167} <Debug> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (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 | ||
| 1198 | 2024.07.19 18:46:12.786164 [ 3 ] {91f6a652-c1bc-4189-b944-ec84d4528167} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1199 | 2024.07.19 18:46:12.786202 [ 3 ] {91f6a652-c1bc-4189-b944-ec84d4528167} <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', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent'))" | ||
| 1200 | 2024.07.19 18:46:12.786221 [ 3 ] {91f6a652-c1bc-4189-b944-ec84d4528167} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1201 | 2024.07.19 18:46:12.786980 [ 3 ] {91f6a652-c1bc-4189-b944-ec84d4528167} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.00161 sec., 2484.4720496894406 rows/sec., 114.64 KiB/sec. | ||
| 1202 | 2024.07.19 18:46:12.787214 [ 3 ] {91f6a652-c1bc-4189-b944-ec84d4528167} <Debug> DynamicQueryHandler: Done processing query | ||
| 1203 | 2024.07.19 18:46:12.787239 [ 3 ] {91f6a652-c1bc-4189-b944-ec84d4528167} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1204 | 2024.07.19 18:46:12.787255 [ 3 ] {} <Debug> HTTP-Session: 5784257e-2215-43e1-923b-9b717333f598 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1205 | 2024.07.19 18:46:12.787466 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 407, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1206 | 2024.07.19 18:46:12.787513 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1207 | 2024.07.19 18:46:12.787531 [ 3 ] {} <Debug> HTTP-Session: 37d43b67-e9a2-4d4b-b0f9-0aabd12f658c Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 1208 | 2024.07.19 18:46:12.787548 [ 3 ] {} <Debug> HTTP-Session: 37d43b67-e9a2-4d4b-b0f9-0aabd12f658c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1209 | 2024.07.19 18:46:12.787561 [ 3 ] {} <Debug> HTTP-Session: 37d43b67-e9a2-4d4b-b0f9-0aabd12f658c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1210 | 2024.07.19 18:46:12.787592 [ 3 ] {} <Trace> HTTP-Session: 37d43b67-e9a2-4d4b-b0f9-0aabd12f658c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1211 | 2024.07.19 18:46:12.787716 [ 3 ] {8c032743-ffbc-4721-9771-24e5c21b0d1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received') FORMAT JSONEachRow; (stage: Complete) | ||
| 1212 | 2024.07.19 18:46:12.787951 [ 3 ] {8c032743-ffbc-4721-9771-24e5c21b0d1e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1213 | 2024.07.19 18:46:12.787985 [ 3 ] {8c032743-ffbc-4721-9771-24e5c21b0d1e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received')" moved to PREWHERE | ||
| 1214 | 2024.07.19 18:46:12.788192 [ 3 ] {8c032743-ffbc-4721-9771-24e5c21b0d1e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1215 | 2024.07.19 18:46:12.788254 [ 3 ] {8c032743-ffbc-4721-9771-24e5c21b0d1e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1216 | 2024.07.19 18:46:12.788387 [ 3 ] {8c032743-ffbc-4721-9771-24e5c21b0d1e} <Debug> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Key condition: (column 0 notIn 8-element set) | ||
| 1217 | 2024.07.19 18:46:12.788418 [ 3 ] {8c032743-ffbc-4721-9771-24e5c21b0d1e} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1218 | 2024.07.19 18:46:12.788440 [ 3 ] {8c032743-ffbc-4721-9771-24e5c21b0d1e} <Debug> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (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 | ||
| 1219 | 2024.07.19 18:46:12.788455 [ 3 ] {8c032743-ffbc-4721-9771-24e5c21b0d1e} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1220 | 2024.07.19 18:46:12.788494 [ 3 ] {8c032743-ffbc-4721-9771-24e5c21b0d1e} <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', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received'))" | ||
| 1221 | 2024.07.19 18:46:12.788513 [ 3 ] {8c032743-ffbc-4721-9771-24e5c21b0d1e} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1222 | 2024.07.19 18:46:12.789293 [ 3 ] {8c032743-ffbc-4721-9771-24e5c21b0d1e} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001575 sec., 2539.6825396825398 rows/sec., 117.19 KiB/sec. | ||
| 1223 | 2024.07.19 18:46:12.789516 [ 3 ] {8c032743-ffbc-4721-9771-24e5c21b0d1e} <Debug> DynamicQueryHandler: Done processing query | ||
| 1224 | 2024.07.19 18:46:12.789541 [ 3 ] {8c032743-ffbc-4721-9771-24e5c21b0d1e} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1225 | 2024.07.19 18:46:12.789557 [ 3 ] {} <Debug> HTTP-Session: 37d43b67-e9a2-4d4b-b0f9-0aabd12f658c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1226 | 2024.07.19 18:46:12.789769 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 440, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1227 | 2024.07.19 18:46:12.789814 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1228 | 2024.07.19 18:46:12.789831 [ 3 ] {} <Debug> HTTP-Session: 4f315691-3533-47c2-811e-917f6d9d1e57 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 1229 | 2024.07.19 18:46:12.789847 [ 3 ] {} <Debug> HTTP-Session: 4f315691-3533-47c2-811e-917f6d9d1e57 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1230 | 2024.07.19 18:46:12.789859 [ 3 ] {} <Debug> HTTP-Session: 4f315691-3533-47c2-811e-917f6d9d1e57 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1231 | 2024.07.19 18:46:12.789887 [ 3 ] {} <Trace> HTTP-Session: 4f315691-3533-47c2-811e-917f6d9d1e57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1232 | 2024.07.19 18:46:12.790006 [ 3 ] {dee9a028-a07a-44b0-9a2d-8fb4d26bfbba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received') FORMAT JSONEachRow; (stage: Complete) | ||
| 1233 | 2024.07.19 18:46:12.790226 [ 3 ] {dee9a028-a07a-44b0-9a2d-8fb4d26bfbba} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1234 | 2024.07.19 18:46:12.790258 [ 3 ] {dee9a028-a07a-44b0-9a2d-8fb4d26bfbba} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received')" moved to PREWHERE | ||
| 1235 | 2024.07.19 18:46:12.790456 [ 3 ] {dee9a028-a07a-44b0-9a2d-8fb4d26bfbba} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1236 | 2024.07.19 18:46:12.790514 [ 3 ] {dee9a028-a07a-44b0-9a2d-8fb4d26bfbba} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1237 | 2024.07.19 18:46:12.790640 [ 3 ] {dee9a028-a07a-44b0-9a2d-8fb4d26bfbba} <Debug> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Key condition: (column 0 notIn 9-element set) | ||
| 1238 | 2024.07.19 18:46:12.790669 [ 3 ] {dee9a028-a07a-44b0-9a2d-8fb4d26bfbba} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1239 | 2024.07.19 18:46:12.790689 [ 3 ] {dee9a028-a07a-44b0-9a2d-8fb4d26bfbba} <Debug> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (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 | ||
| 1240 | 2024.07.19 18:46:12.790773 [ 3 ] {dee9a028-a07a-44b0-9a2d-8fb4d26bfbba} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1241 | 2024.07.19 18:46:12.790812 [ 3 ] {dee9a028-a07a-44b0-9a2d-8fb4d26bfbba} <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', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received'))" | ||
| 1242 | 2024.07.19 18:46:12.790832 [ 3 ] {dee9a028-a07a-44b0-9a2d-8fb4d26bfbba} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1243 | 2024.07.19 18:46:12.791600 [ 3 ] {dee9a028-a07a-44b0-9a2d-8fb4d26bfbba} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001578 sec., 2534.854245880862 rows/sec., 116.96 KiB/sec. | ||
| 1244 | 2024.07.19 18:46:12.791830 [ 3 ] {dee9a028-a07a-44b0-9a2d-8fb4d26bfbba} <Debug> DynamicQueryHandler: Done processing query | ||
| 1245 | 2024.07.19 18:46:12.791854 [ 3 ] {dee9a028-a07a-44b0-9a2d-8fb4d26bfbba} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1246 | 2024.07.19 18:46:12.791870 [ 3 ] {} <Debug> HTTP-Session: 4f315691-3533-47c2-811e-917f6d9d1e57 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1247 | 2024.07.19 18:46:12.804977 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 475, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1248 | 2024.07.19 18:46:12.805040 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1249 | 2024.07.19 18:46:12.805062 [ 3 ] {} <Debug> HTTP-Session: 502e454b-fe21-42c6-8b0b-8a0460c5d02b Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 1250 | 2024.07.19 18:46:12.805079 [ 3 ] {} <Debug> HTTP-Session: 502e454b-fe21-42c6-8b0b-8a0460c5d02b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1251 | 2024.07.19 18:46:12.805093 [ 3 ] {} <Debug> HTTP-Session: 502e454b-fe21-42c6-8b0b-8a0460c5d02b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1252 | 2024.07.19 18:46:12.805124 [ 3 ] {} <Trace> HTTP-Session: 502e454b-fe21-42c6-8b0b-8a0460c5d02b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1253 | 2024.07.19 18:46:12.805275 [ 3 ] {42204e82-2d4e-4644-b4f8-908de2b2ac1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 1254 | 2024.07.19 18:46:12.805521 [ 3 ] {42204e82-2d4e-4644-b4f8-908de2b2ac1f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1255 | 2024.07.19 18:46:12.805557 [ 3 ] {42204e82-2d4e-4644-b4f8-908de2b2ac1f} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent')" moved to PREWHERE | ||
| 1256 | 2024.07.19 18:46:12.805783 [ 3 ] {42204e82-2d4e-4644-b4f8-908de2b2ac1f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1257 | 2024.07.19 18:46:12.805849 [ 3 ] {42204e82-2d4e-4644-b4f8-908de2b2ac1f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1258 | 2024.07.19 18:46:12.805983 [ 3 ] {42204e82-2d4e-4644-b4f8-908de2b2ac1f} <Debug> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Key condition: (column 0 notIn 10-element set) | ||
| 1259 | 2024.07.19 18:46:12.806016 [ 3 ] {42204e82-2d4e-4644-b4f8-908de2b2ac1f} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1260 | 2024.07.19 18:46:12.806041 [ 3 ] {42204e82-2d4e-4644-b4f8-908de2b2ac1f} <Debug> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (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 | ||
| 1261 | 2024.07.19 18:46:12.806060 [ 3 ] {42204e82-2d4e-4644-b4f8-908de2b2ac1f} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1262 | 2024.07.19 18:46:12.806099 [ 3 ] {42204e82-2d4e-4644-b4f8-908de2b2ac1f} <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', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent'))" | ||
| 1263 | 2024.07.19 18:46:12.806119 [ 3 ] {42204e82-2d4e-4644-b4f8-908de2b2ac1f} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1264 | 2024.07.19 18:46:12.806883 [ 3 ] {42204e82-2d4e-4644-b4f8-908de2b2ac1f} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001664 sec., 2403.846153846154 rows/sec., 110.92 KiB/sec. | ||
| 1265 | 2024.07.19 18:46:12.807108 [ 3 ] {42204e82-2d4e-4644-b4f8-908de2b2ac1f} <Debug> DynamicQueryHandler: Done processing query | ||
| 1266 | 2024.07.19 18:46:12.807133 [ 3 ] {42204e82-2d4e-4644-b4f8-908de2b2ac1f} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1267 | 2024.07.19 18:46:12.807149 [ 3 ] {} <Debug> HTTP-Session: 502e454b-fe21-42c6-8b0b-8a0460c5d02b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1268 | 2024.07.19 18:46:12.807342 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 518, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1269 | 2024.07.19 18:46:12.807389 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1270 | 2024.07.19 18:46:12.807408 [ 3 ] {} <Debug> HTTP-Session: afae88dd-1219-4f0c-be0d-7ed71f820865 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 1271 | 2024.07.19 18:46:12.807425 [ 3 ] {} <Debug> HTTP-Session: afae88dd-1219-4f0c-be0d-7ed71f820865 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1272 | 2024.07.19 18:46:12.807438 [ 3 ] {} <Debug> HTTP-Session: afae88dd-1219-4f0c-be0d-7ed71f820865 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1273 | 2024.07.19 18:46:12.807468 [ 3 ] {} <Trace> HTTP-Session: afae88dd-1219-4f0c-be0d-7ed71f820865 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1274 | 2024.07.19 18:46:12.807598 [ 3 ] {67e46579-408a-47de-a446-3bca108499fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) 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_underlay_prefixes', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 1275 | 2024.07.19 18:46:12.807840 [ 3 ] {67e46579-408a-47de-a446-3bca108499fa} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1276 | 2024.07.19 18:46:12.807875 [ 3 ] {67e46579-408a-47de-a446-3bca108499fa} <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_underlay_prefixes', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent')" moved to PREWHERE | ||
| 1277 | 2024.07.19 18:46:12.808095 [ 3 ] {67e46579-408a-47de-a446-3bca108499fa} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1278 | 2024.07.19 18:46:12.808157 [ 3 ] {67e46579-408a-47de-a446-3bca108499fa} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1279 | 2024.07.19 18:46:12.808291 [ 3 ] {67e46579-408a-47de-a446-3bca108499fa} <Debug> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Key condition: (column 0 notIn 11-element set) | ||
| 1280 | 2024.07.19 18:46:12.808322 [ 3 ] {67e46579-408a-47de-a446-3bca108499fa} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1281 | 2024.07.19 18:46:12.808344 [ 3 ] {67e46579-408a-47de-a446-3bca108499fa} <Debug> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (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 | ||
| 1282 | 2024.07.19 18:46:12.808360 [ 3 ] {67e46579-408a-47de-a446-3bca108499fa} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1283 | 2024.07.19 18:46:12.808399 [ 3 ] {67e46579-408a-47de-a446-3bca108499fa} <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_underlay_prefixes', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent'))" | ||
| 1284 | 2024.07.19 18:46:12.808418 [ 3 ] {67e46579-408a-47de-a446-3bca108499fa} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1285 | 2024.07.19 18:46:12.809201 [ 3 ] {67e46579-408a-47de-a446-3bca108499fa} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001604 sec., 2493.7655860349128 rows/sec., 115.07 KiB/sec. | ||
| 1286 | 2024.07.19 18:46:12.809529 [ 3 ] {67e46579-408a-47de-a446-3bca108499fa} <Debug> DynamicQueryHandler: Done processing query | ||
| 1287 | 2024.07.19 18:46:12.809557 [ 3 ] {67e46579-408a-47de-a446-3bca108499fa} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1288 | 2024.07.19 18:46:12.809575 [ 3 ] {} <Debug> HTTP-Session: afae88dd-1219-4f0c-be0d-7ed71f820865 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1289 | 2024.07.19 18:46:12.809939 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 560, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1290 | 2024.07.19 18:46:12.809991 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1291 | 2024.07.19 18:46:12.810010 [ 3 ] {} <Debug> HTTP-Session: 7defa20a-a483-458f-aea2-f589c41e7c02 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 1292 | 2024.07.19 18:46:12.810028 [ 3 ] {} <Debug> HTTP-Session: 7defa20a-a483-458f-aea2-f589c41e7c02 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1293 | 2024.07.19 18:46:12.810041 [ 3 ] {} <Debug> HTTP-Session: 7defa20a-a483-458f-aea2-f589c41e7c02 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1294 | 2024.07.19 18:46:12.810073 [ 3 ] {} <Trace> HTTP-Session: 7defa20a-a483-458f-aea2-f589c41e7c02 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1295 | 2024.07.19 18:46:12.810211 [ 3 ] {084d91bd-5b61-4179-8880-bd0b7b87fbec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) 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', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 1296 | 2024.07.19 18:46:12.810464 [ 3 ] {084d91bd-5b61-4179-8880-bd0b7b87fbec} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1297 | 2024.07.19 18:46:12.810510 [ 3 ] {084d91bd-5b61-4179-8880-bd0b7b87fbec} <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', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent')" moved to PREWHERE | ||
| 1298 | 2024.07.19 18:46:12.810788 [ 3 ] {084d91bd-5b61-4179-8880-bd0b7b87fbec} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1299 | 2024.07.19 18:46:12.810866 [ 3 ] {084d91bd-5b61-4179-8880-bd0b7b87fbec} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1300 | 2024.07.19 18:46:12.811029 [ 3 ] {084d91bd-5b61-4179-8880-bd0b7b87fbec} <Debug> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Key condition: (column 0 notIn 12-element set) | ||
| 1301 | 2024.07.19 18:46:12.811069 [ 3 ] {084d91bd-5b61-4179-8880-bd0b7b87fbec} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1302 | 2024.07.19 18:46:12.811094 [ 3 ] {084d91bd-5b61-4179-8880-bd0b7b87fbec} <Debug> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (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 | ||
| 1303 | 2024.07.19 18:46:12.811110 [ 3 ] {084d91bd-5b61-4179-8880-bd0b7b87fbec} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1304 | 2024.07.19 18:46:12.811150 [ 3 ] {084d91bd-5b61-4179-8880-bd0b7b87fbec} <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', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent'))" | ||
| 1305 | 2024.07.19 18:46:12.811171 [ 3 ] {084d91bd-5b61-4179-8880-bd0b7b87fbec} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1306 | 2024.07.19 18:46:12.811965 [ 3 ] {084d91bd-5b61-4179-8880-bd0b7b87fbec} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001788 sec., 2237.1364653243845 rows/sec., 103.23 KiB/sec. | ||
| 1307 | 2024.07.19 18:46:12.812201 [ 3 ] {084d91bd-5b61-4179-8880-bd0b7b87fbec} <Debug> DynamicQueryHandler: Done processing query | ||
| 1308 | 2024.07.19 18:46:12.812226 [ 3 ] {084d91bd-5b61-4179-8880-bd0b7b87fbec} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1309 | 2024.07.19 18:46:12.812244 [ 3 ] {} <Debug> HTTP-Session: 7defa20a-a483-458f-aea2-f589c41e7c02 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1310 | 2024.07.19 18:46:12.812462 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 594, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1311 | 2024.07.19 18:46:12.812509 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1312 | 2024.07.19 18:46:12.812528 [ 3 ] {} <Debug> HTTP-Session: ce2912d7-3639-4e67-945c-6e921e2409c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 1313 | 2024.07.19 18:46:12.812544 [ 3 ] {} <Debug> HTTP-Session: ce2912d7-3639-4e67-945c-6e921e2409c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1314 | 2024.07.19 18:46:12.812559 [ 3 ] {} <Debug> HTTP-Session: ce2912d7-3639-4e67-945c-6e921e2409c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1315 | 2024.07.19 18:46:12.812590 [ 3 ] {} <Trace> HTTP-Session: ce2912d7-3639-4e67-945c-6e921e2409c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1316 | 2024.07.19 18:46:12.812721 [ 3 ] {01dbd697-110e-422b-8691-01cf8abb4e39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) 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:solicitations_sent', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 1317 | 2024.07.19 18:46:12.812976 [ 3 ] {01dbd697-110e-422b-8691-01cf8abb4e39} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1318 | 2024.07.19 18:46:12.813014 [ 3 ] {01dbd697-110e-422b-8691-01cf8abb4e39} <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:solicitations_sent', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent')" moved to PREWHERE | ||
| 1319 | 2024.07.19 18:46:12.813254 [ 3 ] {01dbd697-110e-422b-8691-01cf8abb4e39} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1320 | 2024.07.19 18:46:12.813318 [ 3 ] {01dbd697-110e-422b-8691-01cf8abb4e39} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1321 | 2024.07.19 18:46:12.813456 [ 3 ] {01dbd697-110e-422b-8691-01cf8abb4e39} <Debug> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Key condition: (column 0 notIn 13-element set) | ||
| 1322 | 2024.07.19 18:46:12.813487 [ 3 ] {01dbd697-110e-422b-8691-01cf8abb4e39} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1323 | 2024.07.19 18:46:12.813511 [ 3 ] {01dbd697-110e-422b-8691-01cf8abb4e39} <Debug> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (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 | ||
| 1324 | 2024.07.19 18:46:12.813527 [ 3 ] {01dbd697-110e-422b-8691-01cf8abb4e39} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1325 | 2024.07.19 18:46:12.813567 [ 3 ] {01dbd697-110e-422b-8691-01cf8abb4e39} <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:solicitations_sent', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent'))" | ||
| 1326 | 2024.07.19 18:46:12.813588 [ 3 ] {01dbd697-110e-422b-8691-01cf8abb4e39} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1327 | 2024.07.19 18:46:12.814313 [ 3 ] {01dbd697-110e-422b-8691-01cf8abb4e39} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.00165 sec., 2424.2424242424245 rows/sec., 111.86 KiB/sec. | ||
| 1328 | 2024.07.19 18:46:12.814552 [ 3 ] {01dbd697-110e-422b-8691-01cf8abb4e39} <Debug> DynamicQueryHandler: Done processing query | ||
| 1329 | 2024.07.19 18:46:12.814579 [ 3 ] {01dbd697-110e-422b-8691-01cf8abb4e39} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1330 | 2024.07.19 18:46:12.814596 [ 3 ] {} <Debug> HTTP-Session: ce2912d7-3639-4e67-945c-6e921e2409c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1331 | 2024.07.19 18:46:12.814908 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1332 | 2024.07.19 18:46:12.814957 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1333 | 2024.07.19 18:46:12.814977 [ 3 ] {} <Debug> HTTP-Session: 82011fc2-e2eb-4d15-bcf6-b61f24b9fb4b Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 1334 | 2024.07.19 18:46:12.814993 [ 3 ] {} <Debug> HTTP-Session: 82011fc2-e2eb-4d15-bcf6-b61f24b9fb4b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1335 | 2024.07.19 18:46:12.815006 [ 3 ] {} <Debug> HTTP-Session: 82011fc2-e2eb-4d15-bcf6-b61f24b9fb4b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1336 | 2024.07.19 18:46:12.815038 [ 3 ] {} <Trace> HTTP-Session: 82011fc2-e2eb-4d15-bcf6-b61f24b9fb4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1337 | 2024.07.19 18:46:12.815170 [ 3 ] {14d84336-226d-44bd-95b0-5c6c1cff3ccc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) 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:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 1338 | 2024.07.19 18:46:12.815422 [ 3 ] {14d84336-226d-44bd-95b0-5c6c1cff3ccc} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1339 | 2024.07.19 18:46:12.815462 [ 3 ] {14d84336-226d-44bd-95b0-5c6c1cff3ccc} <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:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent')" moved to PREWHERE | ||
| 1340 | 2024.07.19 18:46:12.815701 [ 3 ] {14d84336-226d-44bd-95b0-5c6c1cff3ccc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1341 | 2024.07.19 18:46:12.815765 [ 3 ] {14d84336-226d-44bd-95b0-5c6c1cff3ccc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1342 | 2024.07.19 18:46:12.815892 [ 3 ] {14d84336-226d-44bd-95b0-5c6c1cff3ccc} <Debug> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Key condition: (column 0 notIn 14-element set) | ||
| 1343 | 2024.07.19 18:46:12.815923 [ 3 ] {14d84336-226d-44bd-95b0-5c6c1cff3ccc} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1344 | 2024.07.19 18:46:12.815944 [ 3 ] {14d84336-226d-44bd-95b0-5c6c1cff3ccc} <Debug> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (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 | ||
| 1345 | 2024.07.19 18:46:12.815960 [ 3 ] {14d84336-226d-44bd-95b0-5c6c1cff3ccc} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1346 | 2024.07.19 18:46:12.815997 [ 3 ] {14d84336-226d-44bd-95b0-5c6c1cff3ccc} <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:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent'))" | ||
| 1347 | 2024.07.19 18:46:12.816017 [ 3 ] {14d84336-226d-44bd-95b0-5c6c1cff3ccc} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1348 | 2024.07.19 18:46:12.816779 [ 3 ] {14d84336-226d-44bd-95b0-5c6c1cff3ccc} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001664 sec., 2403.846153846154 rows/sec., 110.92 KiB/sec. | ||
| 1349 | 2024.07.19 18:46:12.817020 [ 3 ] {14d84336-226d-44bd-95b0-5c6c1cff3ccc} <Debug> DynamicQueryHandler: Done processing query | ||
| 1350 | 2024.07.19 18:46:12.817044 [ 3 ] {14d84336-226d-44bd-95b0-5c6c1cff3ccc} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1351 | 2024.07.19 18:46:12.817060 [ 3 ] {} <Debug> HTTP-Session: 82011fc2-e2eb-4d15-bcf6-b61f24b9fb4b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1352 | 2024.07.19 18:46:12.817250 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1353 | 2024.07.19 18:46:12.817299 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1354 | 2024.07.19 18:46:12.817318 [ 3 ] {} <Debug> HTTP-Session: 15b6cc48-df86-45fe-9d97-dc2969ee3b62 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 1355 | 2024.07.19 18:46:12.817333 [ 3 ] {} <Debug> HTTP-Session: 15b6cc48-df86-45fe-9d97-dc2969ee3b62 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1356 | 2024.07.19 18:46:12.817347 [ 3 ] {} <Debug> HTTP-Session: 15b6cc48-df86-45fe-9d97-dc2969ee3b62 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1357 | 2024.07.19 18:46:12.817378 [ 3 ] {} <Trace> HTTP-Session: 15b6cc48-df86-45fe-9d97-dc2969ee3b62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1358 | 2024.07.19 18:46:12.817523 [ 3 ] {1d434bc1-20f6-459d-a14f-6084bc21584b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) 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_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 1359 | 2024.07.19 18:46:12.817773 [ 3 ] {1d434bc1-20f6-459d-a14f-6084bc21584b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1360 | 2024.07.19 18:46:12.817815 [ 3 ] {1d434bc1-20f6-459d-a14f-6084bc21584b} <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_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent')" moved to PREWHERE | ||
| 1361 | 2024.07.19 18:46:12.818053 [ 3 ] {1d434bc1-20f6-459d-a14f-6084bc21584b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1362 | 2024.07.19 18:46:12.818116 [ 3 ] {1d434bc1-20f6-459d-a14f-6084bc21584b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1363 | 2024.07.19 18:46:12.818250 [ 3 ] {1d434bc1-20f6-459d-a14f-6084bc21584b} <Debug> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Key condition: (column 0 notIn 15-element set) | ||
| 1364 | 2024.07.19 18:46:12.818283 [ 3 ] {1d434bc1-20f6-459d-a14f-6084bc21584b} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1365 | 2024.07.19 18:46:12.818304 [ 3 ] {1d434bc1-20f6-459d-a14f-6084bc21584b} <Debug> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (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 | ||
| 1366 | 2024.07.19 18:46:12.818320 [ 3 ] {1d434bc1-20f6-459d-a14f-6084bc21584b} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1367 | 2024.07.19 18:46:12.818358 [ 3 ] {1d434bc1-20f6-459d-a14f-6084bc21584b} <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_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent'))" | ||
| 1368 | 2024.07.19 18:46:12.818378 [ 3 ] {1d434bc1-20f6-459d-a14f-6084bc21584b} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1369 | 2024.07.19 18:46:12.819141 [ 3 ] {1d434bc1-20f6-459d-a14f-6084bc21584b} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001677 sec., 2385.211687537269 rows/sec., 110.06 KiB/sec. | ||
| 1370 | 2024.07.19 18:46:12.819369 [ 3 ] {1d434bc1-20f6-459d-a14f-6084bc21584b} <Debug> DynamicQueryHandler: Done processing query | ||
| 1371 | 2024.07.19 18:46:12.819394 [ 3 ] {1d434bc1-20f6-459d-a14f-6084bc21584b} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1372 | 2024.07.19 18:46:12.819435 [ 3 ] {} <Debug> HTTP-Session: 15b6cc48-df86-45fe-9d97-dc2969ee3b62 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1373 | 2024.07.19 18:46:12.819674 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 706, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1374 | 2024.07.19 18:46:12.819721 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1375 | 2024.07.19 18:46:12.819739 [ 3 ] {} <Debug> HTTP-Session: d12b749a-9f8a-4ab5-90a0-1929376f8c04 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 1376 | 2024.07.19 18:46:12.819756 [ 3 ] {} <Debug> HTTP-Session: d12b749a-9f8a-4ab5-90a0-1929376f8c04 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1377 | 2024.07.19 18:46:12.819771 [ 3 ] {} <Debug> HTTP-Session: d12b749a-9f8a-4ab5-90a0-1929376f8c04 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1378 | 2024.07.19 18:46:12.819802 [ 3 ] {} <Trace> HTTP-Session: d12b749a-9f8a-4ab5-90a0-1929376f8c04 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1379 | 2024.07.19 18:46:12.819937 [ 3 ] {c1b27de6-977c-46b2-8f6a-c273db729d79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) 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:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 1380 | 2024.07.19 18:46:12.820217 [ 3 ] {c1b27de6-977c-46b2-8f6a-c273db729d79} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1381 | 2024.07.19 18:46:12.820256 [ 3 ] {c1b27de6-977c-46b2-8f6a-c273db729d79} <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:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent')" moved to PREWHERE | ||
| 1382 | 2024.07.19 18:46:12.820497 [ 3 ] {c1b27de6-977c-46b2-8f6a-c273db729d79} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1383 | 2024.07.19 18:46:12.820561 [ 3 ] {c1b27de6-977c-46b2-8f6a-c273db729d79} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1384 | 2024.07.19 18:46:12.820695 [ 3 ] {c1b27de6-977c-46b2-8f6a-c273db729d79} <Debug> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Key condition: (column 0 notIn 16-element set) | ||
| 1385 | 2024.07.19 18:46:12.820728 [ 3 ] {c1b27de6-977c-46b2-8f6a-c273db729d79} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1386 | 2024.07.19 18:46:12.820750 [ 3 ] {c1b27de6-977c-46b2-8f6a-c273db729d79} <Debug> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (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 | ||
| 1387 | 2024.07.19 18:46:12.820767 [ 3 ] {c1b27de6-977c-46b2-8f6a-c273db729d79} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1388 | 2024.07.19 18:46:12.820805 [ 3 ] {c1b27de6-977c-46b2-8f6a-c273db729d79} <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:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent'))" | ||
| 1389 | 2024.07.19 18:46:12.820826 [ 3 ] {c1b27de6-977c-46b2-8f6a-c273db729d79} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1390 | 2024.07.19 18:46:12.821617 [ 3 ] {c1b27de6-977c-46b2-8f6a-c273db729d79} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001689 sec., 2368.265245707519 rows/sec., 109.28 KiB/sec. | ||
| 1391 | 2024.07.19 18:46:12.821845 [ 3 ] {c1b27de6-977c-46b2-8f6a-c273db729d79} <Debug> DynamicQueryHandler: Done processing query | ||
| 1392 | 2024.07.19 18:46:12.821870 [ 3 ] {c1b27de6-977c-46b2-8f6a-c273db729d79} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1393 | 2024.07.19 18:46:12.821887 [ 3 ] {} <Debug> HTTP-Session: d12b749a-9f8a-4ab5-90a0-1929376f8c04 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1394 | 2024.07.19 18:46:12.822095 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 738, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1395 | 2024.07.19 18:46:12.822142 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1396 | 2024.07.19 18:46:12.822160 [ 3 ] {} <Debug> HTTP-Session: 2b64efc4-ea35-4700-841b-5d2f9ae1cdb2 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 1397 | 2024.07.19 18:46:12.822176 [ 3 ] {} <Debug> HTTP-Session: 2b64efc4-ea35-4700-841b-5d2f9ae1cdb2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1398 | 2024.07.19 18:46:12.822190 [ 3 ] {} <Debug> HTTP-Session: 2b64efc4-ea35-4700-841b-5d2f9ae1cdb2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1399 | 2024.07.19 18:46:12.822221 [ 3 ] {} <Trace> HTTP-Session: 2b64efc4-ea35-4700-841b-5d2f9ae1cdb2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1400 | 2024.07.19 18:46:12.822354 [ 3 ] {50c81a31-a451-4aee-b5c8-d89bf90c0f5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) 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:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 1401 | 2024.07.19 18:46:12.822605 [ 3 ] {50c81a31-a451-4aee-b5c8-d89bf90c0f5a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1402 | 2024.07.19 18:46:12.822644 [ 3 ] {50c81a31-a451-4aee-b5c8-d89bf90c0f5a} <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:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent')" moved to PREWHERE | ||
| 1403 | 2024.07.19 18:46:12.822885 [ 3 ] {50c81a31-a451-4aee-b5c8-d89bf90c0f5a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1404 | 2024.07.19 18:46:12.822949 [ 3 ] {50c81a31-a451-4aee-b5c8-d89bf90c0f5a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1405 | 2024.07.19 18:46:12.823083 [ 3 ] {50c81a31-a451-4aee-b5c8-d89bf90c0f5a} <Debug> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Key condition: (column 0 notIn 17-element set) | ||
| 1406 | 2024.07.19 18:46:12.823116 [ 3 ] {50c81a31-a451-4aee-b5c8-d89bf90c0f5a} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1407 | 2024.07.19 18:46:12.823138 [ 3 ] {50c81a31-a451-4aee-b5c8-d89bf90c0f5a} <Debug> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (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 | ||
| 1408 | 2024.07.19 18:46:12.823153 [ 3 ] {50c81a31-a451-4aee-b5c8-d89bf90c0f5a} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1409 | 2024.07.19 18:46:12.823192 [ 3 ] {50c81a31-a451-4aee-b5c8-d89bf90c0f5a} <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:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent'))" | ||
| 1410 | 2024.07.19 18:46:12.823213 [ 3 ] {50c81a31-a451-4aee-b5c8-d89bf90c0f5a} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1411 | 2024.07.19 18:46:12.823890 [ 3 ] {50c81a31-a451-4aee-b5c8-d89bf90c0f5a} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001596 sec., 2506.2656641604012 rows/sec., 115.65 KiB/sec. | ||
| 1412 | 2024.07.19 18:46:12.824121 [ 3 ] {50c81a31-a451-4aee-b5c8-d89bf90c0f5a} <Debug> DynamicQueryHandler: Done processing query | ||
| 1413 | 2024.07.19 18:46:12.824144 [ 3 ] {50c81a31-a451-4aee-b5c8-d89bf90c0f5a} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1414 | 2024.07.19 18:46:12.824161 [ 3 ] {} <Debug> HTTP-Session: 2b64efc4-ea35-4700-841b-5d2f9ae1cdb2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1415 | 2024.07.19 18:46:12.824419 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 774, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1416 | 2024.07.19 18:46:12.824466 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1417 | 2024.07.19 18:46:12.824484 [ 3 ] {} <Debug> HTTP-Session: ab45c4c5-1025-47ff-b691-f4d5344adeb8 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 1418 | 2024.07.19 18:46:12.824499 [ 3 ] {} <Debug> HTTP-Session: ab45c4c5-1025-47ff-b691-f4d5344adeb8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1419 | 2024.07.19 18:46:12.824514 [ 3 ] {} <Debug> HTTP-Session: ab45c4c5-1025-47ff-b691-f4d5344adeb8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1420 | 2024.07.19 18:46:12.824544 [ 3 ] {} <Trace> HTTP-Session: ab45c4c5-1025-47ff-b691-f4d5344adeb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1421 | 2024.07.19 18:46:12.824680 [ 3 ] {a64311eb-ed03-403a-acd9-fb24a885b477} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 1422 | 2024.07.19 18:46:12.824934 [ 3 ] {a64311eb-ed03-403a-acd9-fb24a885b477} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1423 | 2024.07.19 18:46:12.824978 [ 3 ] {a64311eb-ed03-403a-acd9-fb24a885b477} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent')" moved to PREWHERE | ||
| 1424 | 2024.07.19 18:46:12.825222 [ 3 ] {a64311eb-ed03-403a-acd9-fb24a885b477} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1425 | 2024.07.19 18:46:12.825284 [ 3 ] {a64311eb-ed03-403a-acd9-fb24a885b477} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1426 | 2024.07.19 18:46:12.825417 [ 3 ] {a64311eb-ed03-403a-acd9-fb24a885b477} <Debug> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
| 1427 | 2024.07.19 18:46:12.825449 [ 3 ] {a64311eb-ed03-403a-acd9-fb24a885b477} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1428 | 2024.07.19 18:46:12.825471 [ 3 ] {a64311eb-ed03-403a-acd9-fb24a885b477} <Debug> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (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 | ||
| 1429 | 2024.07.19 18:46:12.825486 [ 3 ] {a64311eb-ed03-403a-acd9-fb24a885b477} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1430 | 2024.07.19 18:46:12.825524 [ 3 ] {a64311eb-ed03-403a-acd9-fb24a885b477} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent'))" | ||
| 1431 | 2024.07.19 18:46:12.825544 [ 3 ] {a64311eb-ed03-403a-acd9-fb24a885b477} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1432 | 2024.07.19 18:46:12.826262 [ 3 ] {a64311eb-ed03-403a-acd9-fb24a885b477} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001642 sec., 2436.05359317905 rows/sec., 112.41 KiB/sec. | ||
| 1433 | 2024.07.19 18:46:12.826496 [ 3 ] {a64311eb-ed03-403a-acd9-fb24a885b477} <Debug> DynamicQueryHandler: Done processing query | ||
| 1434 | 2024.07.19 18:46:12.826521 [ 3 ] {a64311eb-ed03-403a-acd9-fb24a885b477} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1435 | 2024.07.19 18:46:12.826536 [ 3 ] {} <Debug> HTTP-Session: ab45c4c5-1025-47ff-b691-f4d5344adeb8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1436 | 2024.07.19 18:46:12.826755 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 815, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1437 | 2024.07.19 18:46:12.826801 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1438 | 2024.07.19 18:46:12.826819 [ 3 ] {} <Debug> HTTP-Session: 40552f91-11f0-466e-a536-9f204ba6fc66 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 1439 | 2024.07.19 18:46:12.826835 [ 3 ] {} <Debug> HTTP-Session: 40552f91-11f0-466e-a536-9f204ba6fc66 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1440 | 2024.07.19 18:46:12.826848 [ 3 ] {} <Debug> HTTP-Session: 40552f91-11f0-466e-a536-9f204ba6fc66 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1441 | 2024.07.19 18:46:12.826877 [ 3 ] {} <Trace> HTTP-Session: 40552f91-11f0-466e-a536-9f204ba6fc66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1442 | 2024.07.19 18:46:12.827011 [ 3 ] {9f1398a7-6726-4469-abe8-908d06f9d5d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 1443 | 2024.07.19 18:46:12.827265 [ 3 ] {9f1398a7-6726-4469-abe8-908d06f9d5d2} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1444 | 2024.07.19 18:46:12.827304 [ 3 ] {9f1398a7-6726-4469-abe8-908d06f9d5d2} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent')" moved to PREWHERE | ||
| 1445 | 2024.07.19 18:46:12.827552 [ 3 ] {9f1398a7-6726-4469-abe8-908d06f9d5d2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1446 | 2024.07.19 18:46:12.827613 [ 3 ] {9f1398a7-6726-4469-abe8-908d06f9d5d2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1447 | 2024.07.19 18:46:12.827743 [ 3 ] {9f1398a7-6726-4469-abe8-908d06f9d5d2} <Debug> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
| 1448 | 2024.07.19 18:46:12.827775 [ 3 ] {9f1398a7-6726-4469-abe8-908d06f9d5d2} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1449 | 2024.07.19 18:46:12.827797 [ 3 ] {9f1398a7-6726-4469-abe8-908d06f9d5d2} <Debug> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (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 | ||
| 1450 | 2024.07.19 18:46:12.827812 [ 3 ] {9f1398a7-6726-4469-abe8-908d06f9d5d2} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1451 | 2024.07.19 18:46:12.827850 [ 3 ] {9f1398a7-6726-4469-abe8-908d06f9d5d2} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent'))" | ||
| 1452 | 2024.07.19 18:46:12.827870 [ 3 ] {9f1398a7-6726-4469-abe8-908d06f9d5d2} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1453 | 2024.07.19 18:46:12.828562 [ 3 ] {9f1398a7-6726-4469-abe8-908d06f9d5d2} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001612 sec., 2481.3895781637716 rows/sec., 114.50 KiB/sec. | ||
| 1454 | 2024.07.19 18:46:12.828788 [ 3 ] {9f1398a7-6726-4469-abe8-908d06f9d5d2} <Debug> DynamicQueryHandler: Done processing query | ||
| 1455 | 2024.07.19 18:46:12.828813 [ 3 ] {9f1398a7-6726-4469-abe8-908d06f9d5d2} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1456 | 2024.07.19 18:46:12.828829 [ 3 ] {} <Debug> HTTP-Session: 40552f91-11f0-466e-a536-9f204ba6fc66 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1457 | 2024.07.19 18:46:12.829034 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1458 | 2024.07.19 18:46:12.829081 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1459 | 2024.07.19 18:46:12.829099 [ 3 ] {} <Debug> HTTP-Session: 82803995-ca55-493e-a691-7d806f2d74f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 1460 | 2024.07.19 18:46:12.829115 [ 3 ] {} <Debug> HTTP-Session: 82803995-ca55-493e-a691-7d806f2d74f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1461 | 2024.07.19 18:46:12.829130 [ 3 ] {} <Debug> HTTP-Session: 82803995-ca55-493e-a691-7d806f2d74f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1462 | 2024.07.19 18:46:12.829159 [ 3 ] {} <Trace> HTTP-Session: 82803995-ca55-493e-a691-7d806f2d74f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1463 | 2024.07.19 18:46:12.829293 [ 3 ] {5bf40f6d-f6e9-4ccc-bf26-952d8d3681c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 1464 | 2024.07.19 18:46:12.829546 [ 3 ] {5bf40f6d-f6e9-4ccc-bf26-952d8d3681c9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1465 | 2024.07.19 18:46:12.829585 [ 3 ] {5bf40f6d-f6e9-4ccc-bf26-952d8d3681c9} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent')" moved to PREWHERE | ||
| 1466 | 2024.07.19 18:46:12.829834 [ 3 ] {5bf40f6d-f6e9-4ccc-bf26-952d8d3681c9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1467 | 2024.07.19 18:46:12.829893 [ 3 ] {5bf40f6d-f6e9-4ccc-bf26-952d8d3681c9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1468 | 2024.07.19 18:46:12.830017 [ 3 ] {5bf40f6d-f6e9-4ccc-bf26-952d8d3681c9} <Debug> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
| 1469 | 2024.07.19 18:46:12.830047 [ 3 ] {5bf40f6d-f6e9-4ccc-bf26-952d8d3681c9} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1470 | 2024.07.19 18:46:12.830067 [ 3 ] {5bf40f6d-f6e9-4ccc-bf26-952d8d3681c9} <Debug> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (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 | ||
| 1471 | 2024.07.19 18:46:12.830082 [ 3 ] {5bf40f6d-f6e9-4ccc-bf26-952d8d3681c9} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1472 | 2024.07.19 18:46:12.830118 [ 3 ] {5bf40f6d-f6e9-4ccc-bf26-952d8d3681c9} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent'))" | ||
| 1473 | 2024.07.19 18:46:12.830137 [ 3 ] {5bf40f6d-f6e9-4ccc-bf26-952d8d3681c9} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1474 | 2024.07.19 18:46:12.830993 [ 3 ] {5bf40f6d-f6e9-4ccc-bf26-952d8d3681c9} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001726 sec., 2317.497103128621 rows/sec., 106.94 KiB/sec. | ||
| 1475 | 2024.07.19 18:46:12.831269 [ 3 ] {5bf40f6d-f6e9-4ccc-bf26-952d8d3681c9} <Debug> DynamicQueryHandler: Done processing query | ||
| 1476 | 2024.07.19 18:46:12.831296 [ 3 ] {5bf40f6d-f6e9-4ccc-bf26-952d8d3681c9} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1477 | 2024.07.19 18:46:12.831311 [ 3 ] {} <Debug> HTTP-Session: 82803995-ca55-493e-a691-7d806f2d74f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1478 | 2024.07.19 18:46:12.831515 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 875, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1479 | 2024.07.19 18:46:12.831562 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1480 | 2024.07.19 18:46:12.831580 [ 3 ] {} <Debug> HTTP-Session: e4f09668-781a-48cf-90dc-9d6caceba8c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 1481 | 2024.07.19 18:46:12.831596 [ 3 ] {} <Debug> HTTP-Session: e4f09668-781a-48cf-90dc-9d6caceba8c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1482 | 2024.07.19 18:46:12.831610 [ 3 ] {} <Debug> HTTP-Session: e4f09668-781a-48cf-90dc-9d6caceba8c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1483 | 2024.07.19 18:46:12.831639 [ 3 ] {} <Trace> HTTP-Session: e4f09668-781a-48cf-90dc-9d6caceba8c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1484 | 2024.07.19 18:46:12.831777 [ 3 ] {4d59a577-a48b-494f-9b45-5c530b3c3a02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) 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: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', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 1485 | 2024.07.19 18:46:12.832037 [ 3 ] {4d59a577-a48b-494f-9b45-5c530b3c3a02} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1486 | 2024.07.19 18:46:12.832078 [ 3 ] {4d59a577-a48b-494f-9b45-5c530b3c3a02} <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: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', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent')" moved to PREWHERE | ||
| 1487 | 2024.07.19 18:46:12.832333 [ 3 ] {4d59a577-a48b-494f-9b45-5c530b3c3a02} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1488 | 2024.07.19 18:46:12.832396 [ 3 ] {4d59a577-a48b-494f-9b45-5c530b3c3a02} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1489 | 2024.07.19 18:46:12.832530 [ 3 ] {4d59a577-a48b-494f-9b45-5c530b3c3a02} <Debug> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
| 1490 | 2024.07.19 18:46:12.832561 [ 3 ] {4d59a577-a48b-494f-9b45-5c530b3c3a02} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1491 | 2024.07.19 18:46:12.832582 [ 3 ] {4d59a577-a48b-494f-9b45-5c530b3c3a02} <Debug> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (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 | ||
| 1492 | 2024.07.19 18:46:12.832598 [ 3 ] {4d59a577-a48b-494f-9b45-5c530b3c3a02} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1493 | 2024.07.19 18:46:12.832636 [ 3 ] {4d59a577-a48b-494f-9b45-5c530b3c3a02} <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: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', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent'))" | ||
| 1494 | 2024.07.19 18:46:12.832656 [ 3 ] {4d59a577-a48b-494f-9b45-5c530b3c3a02} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1495 | 2024.07.19 18:46:12.833394 [ 3 ] {4d59a577-a48b-494f-9b45-5c530b3c3a02} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001678 sec., 2383.7902264600716 rows/sec., 109.99 KiB/sec. | ||
| 1496 | 2024.07.19 18:46:12.833632 [ 3 ] {4d59a577-a48b-494f-9b45-5c530b3c3a02} <Debug> DynamicQueryHandler: Done processing query | ||
| 1497 | 2024.07.19 18:46:12.833657 [ 3 ] {4d59a577-a48b-494f-9b45-5c530b3c3a02} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1498 | 2024.07.19 18:46:12.833674 [ 3 ] {} <Debug> HTTP-Session: e4f09668-781a-48cf-90dc-9d6caceba8c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1499 | 2024.07.19 18:46:12.833909 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 907, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1500 | 2024.07.19 18:46:12.833956 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1501 | 2024.07.19 18:46:12.833975 [ 3 ] {} <Debug> HTTP-Session: ec760cff-6c6c-4a47-9c80-e82874161e90 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 1502 | 2024.07.19 18:46:12.833991 [ 3 ] {} <Debug> HTTP-Session: ec760cff-6c6c-4a47-9c80-e82874161e90 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1503 | 2024.07.19 18:46:12.834004 [ 3 ] {} <Debug> HTTP-Session: ec760cff-6c6c-4a47-9c80-e82874161e90 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1504 | 2024.07.19 18:46:12.834036 [ 3 ] {} <Trace> HTTP-Session: ec760cff-6c6c-4a47-9c80-e82874161e90 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1505 | 2024.07.19 18:46:12.834174 [ 3 ] {05a92280-5b16-4bb8-8dc1-8bbc0933525a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 1506 | 2024.07.19 18:46:12.834435 [ 3 ] {05a92280-5b16-4bb8-8dc1-8bbc0933525a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1507 | 2024.07.19 18:46:12.834477 [ 3 ] {05a92280-5b16-4bb8-8dc1-8bbc0933525a} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent')" moved to PREWHERE | ||
| 1508 | 2024.07.19 18:46:12.834736 [ 3 ] {05a92280-5b16-4bb8-8dc1-8bbc0933525a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1509 | 2024.07.19 18:46:12.834797 [ 3 ] {05a92280-5b16-4bb8-8dc1-8bbc0933525a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1510 | 2024.07.19 18:46:12.834931 [ 3 ] {05a92280-5b16-4bb8-8dc1-8bbc0933525a} <Debug> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
| 1511 | 2024.07.19 18:46:12.834963 [ 3 ] {05a92280-5b16-4bb8-8dc1-8bbc0933525a} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1512 | 2024.07.19 18:46:12.834985 [ 3 ] {05a92280-5b16-4bb8-8dc1-8bbc0933525a} <Debug> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (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 | ||
| 1513 | 2024.07.19 18:46:12.835001 [ 3 ] {05a92280-5b16-4bb8-8dc1-8bbc0933525a} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1514 | 2024.07.19 18:46:12.835039 [ 3 ] {05a92280-5b16-4bb8-8dc1-8bbc0933525a} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent'))" | ||
| 1515 | 2024.07.19 18:46:12.835059 [ 3 ] {05a92280-5b16-4bb8-8dc1-8bbc0933525a} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1516 | 2024.07.19 18:46:12.835835 [ 3 ] {05a92280-5b16-4bb8-8dc1-8bbc0933525a} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001704 sec., 2347.417840375587 rows/sec., 108.32 KiB/sec. | ||
| 1517 | 2024.07.19 18:46:12.836068 [ 3 ] {05a92280-5b16-4bb8-8dc1-8bbc0933525a} <Debug> DynamicQueryHandler: Done processing query | ||
| 1518 | 2024.07.19 18:46:12.836091 [ 3 ] {05a92280-5b16-4bb8-8dc1-8bbc0933525a} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1519 | 2024.07.19 18:46:12.836107 [ 3 ] {} <Debug> HTTP-Session: ec760cff-6c6c-4a47-9c80-e82874161e90 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1520 | 2024.07.19 18:46:12.836301 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 949, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1521 | 2024.07.19 18:46:12.836348 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1522 | 2024.07.19 18:46:12.836366 [ 3 ] {} <Debug> HTTP-Session: 5c3c15e2-530c-4751-b78d-b43533d507fb Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 1523 | 2024.07.19 18:46:12.836382 [ 3 ] {} <Debug> HTTP-Session: 5c3c15e2-530c-4751-b78d-b43533d507fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1524 | 2024.07.19 18:46:12.836396 [ 3 ] {} <Debug> HTTP-Session: 5c3c15e2-530c-4751-b78d-b43533d507fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1525 | 2024.07.19 18:46:12.836426 [ 3 ] {} <Trace> HTTP-Session: 5c3c15e2-530c-4751-b78d-b43533d507fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1526 | 2024.07.19 18:46:12.836564 [ 3 ] {45abc2a0-be1b-48be-bd70-88461bb0c9f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) 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_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 1527 | 2024.07.19 18:46:12.836828 [ 3 ] {45abc2a0-be1b-48be-bd70-88461bb0c9f6} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1528 | 2024.07.19 18:46:12.836869 [ 3 ] {45abc2a0-be1b-48be-bd70-88461bb0c9f6} <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_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent')" moved to PREWHERE | ||
| 1529 | 2024.07.19 18:46:12.837132 [ 3 ] {45abc2a0-be1b-48be-bd70-88461bb0c9f6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1530 | 2024.07.19 18:46:12.837196 [ 3 ] {45abc2a0-be1b-48be-bd70-88461bb0c9f6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1531 | 2024.07.19 18:46:12.837330 [ 3 ] {45abc2a0-be1b-48be-bd70-88461bb0c9f6} <Debug> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
| 1532 | 2024.07.19 18:46:12.837362 [ 3 ] {45abc2a0-be1b-48be-bd70-88461bb0c9f6} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1533 | 2024.07.19 18:46:12.837383 [ 3 ] {45abc2a0-be1b-48be-bd70-88461bb0c9f6} <Debug> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (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 | ||
| 1534 | 2024.07.19 18:46:12.837398 [ 3 ] {45abc2a0-be1b-48be-bd70-88461bb0c9f6} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1535 | 2024.07.19 18:46:12.837438 [ 3 ] {45abc2a0-be1b-48be-bd70-88461bb0c9f6} <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_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent'))" | ||
| 1536 | 2024.07.19 18:46:12.837458 [ 3 ] {45abc2a0-be1b-48be-bd70-88461bb0c9f6} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1537 | 2024.07.19 18:46:12.838191 [ 3 ] {45abc2a0-be1b-48be-bd70-88461bb0c9f6} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.00167 sec., 2395.2095808383233 rows/sec., 110.52 KiB/sec. | ||
| 1538 | 2024.07.19 18:46:12.838414 [ 3 ] {45abc2a0-be1b-48be-bd70-88461bb0c9f6} <Debug> DynamicQueryHandler: Done processing query | ||
| 1539 | 2024.07.19 18:46:12.838439 [ 3 ] {45abc2a0-be1b-48be-bd70-88461bb0c9f6} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1540 | 2024.07.19 18:46:12.838455 [ 3 ] {} <Debug> HTTP-Session: 5c3c15e2-530c-4751-b78d-b43533d507fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1541 | 2024.07.19 18:46:12.839305 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 5871, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1542 | 2024.07.19 18:46:12.839350 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1543 | 2024.07.19 18:46:12.839369 [ 3 ] {} <Debug> HTTP-Session: 6117215d-c2eb-497b-a05e-35af492fd33f Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 1544 | 2024.07.19 18:46:12.839384 [ 3 ] {} <Debug> HTTP-Session: 6117215d-c2eb-497b-a05e-35af492fd33f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1545 | 2024.07.19 18:46:12.839398 [ 3 ] {} <Debug> HTTP-Session: 6117215d-c2eb-497b-a05e-35af492fd33f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1546 | 2024.07.19 18:46:12.839428 [ 3 ] {} <Trace> HTTP-Session: 6117215d-c2eb-497b-a05e-35af492fd33f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1547 | 2024.07.19 18:46:12.839546 [ 3 ] {6504fe8c-cecd-407c-96c7-fa8f6d7dced1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
| 1548 | 2024.07.19 18:46:12.839591 [ 3 ] {6504fe8c-cecd-407c-96c7-fa8f6d7dced1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1549 | 2024.07.19 18:46:12.839754 [ 3 ] {6504fe8c-cecd-407c-96c7-fa8f6d7dced1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1550 | 2024.07.19 18:46:12.840111 [ 3 ] {6504fe8c-cecd-407c-96c7-fa8f6d7dced1} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1551 | 2024.07.19 18:46:12.840151 [ 3 ] {6504fe8c-cecd-407c-96c7-fa8f6d7dced1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 1552 | 2024.07.19 18:46:12.840625 [ 3 ] {6504fe8c-cecd-407c-96c7-fa8f6d7dced1} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1553 | 2024.07.19 18:46:12.840931 [ 3 ] {6504fe8c-cecd-407c-96c7-fa8f6d7dced1} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1554 | 2024.07.19 18:46:12.841067 [ 3 ] {6504fe8c-cecd-407c-96c7-fa8f6d7dced1} <Debug> executeQuery: Read 20 rows, 2.98 KiB in 0.001568 sec., 12755.102040816328 rows/sec., 1.86 MiB/sec. | ||
| 1555 | 2024.07.19 18:46:12.841372 [ 3 ] {6504fe8c-cecd-407c-96c7-fa8f6d7dced1} <Debug> DynamicQueryHandler: Done processing query | ||
| 1556 | 2024.07.19 18:46:12.841397 [ 3 ] {6504fe8c-cecd-407c-96c7-fa8f6d7dced1} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 1557 | 2024.07.19 18:46:12.841414 [ 3 ] {} <Debug> HTTP-Session: 6117215d-c2eb-497b-a05e-35af492fd33f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1558 | 2024.07.19 18:46:12.841535 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 3782, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1559 | 2024.07.19 18:46:12.841583 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1560 | 2024.07.19 18:46:12.841603 [ 3 ] {} <Debug> HTTP-Session: 228a7e83-dbd6-4b01-a093-1e78139e4eb3 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 1561 | 2024.07.19 18:46:12.841619 [ 3 ] {} <Debug> HTTP-Session: 228a7e83-dbd6-4b01-a093-1e78139e4eb3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1562 | 2024.07.19 18:46:12.841632 [ 3 ] {} <Debug> HTTP-Session: 228a7e83-dbd6-4b01-a093-1e78139e4eb3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1563 | 2024.07.19 18:46:12.841663 [ 3 ] {} <Trace> HTTP-Session: 228a7e83-dbd6-4b01-a093-1e78139e4eb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1564 | 2024.07.19 18:46:12.841771 [ 3 ] {6f795659-982b-410f-b963-30ca465a1901} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 1565 | 2024.07.19 18:46:12.841815 [ 3 ] {6f795659-982b-410f-b963-30ca465a1901} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 1566 | 2024.07.19 18:46:12.841958 [ 3 ] {6f795659-982b-410f-b963-30ca465a1901} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1567 | 2024.07.19 18:46:12.842255 [ 3 ] {6f795659-982b-410f-b963-30ca465a1901} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1568 | 2024.07.19 18:46:12.842290 [ 3 ] {6f795659-982b-410f-b963-30ca465a1901} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 1569 | 2024.07.19 18:46:12.842593 [ 3 ] {6f795659-982b-410f-b963-30ca465a1901} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1570 | 2024.07.19 18:46:12.842883 [ 3 ] {6f795659-982b-410f-b963-30ca465a1901} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1571 | 2024.07.19 18:46:12.842994 [ 3 ] {6f795659-982b-410f-b963-30ca465a1901} <Debug> executeQuery: Read 26 rows, 2.11 KiB in 0.001273 sec., 20424.1948153967 rows/sec., 1.62 MiB/sec. | ||
| 1572 | 2024.07.19 18:46:12.843163 [ 3 ] {6f795659-982b-410f-b963-30ca465a1901} <Debug> DynamicQueryHandler: Done processing query | ||
| 1573 | 2024.07.19 18:46:12.843187 [ 3 ] {6f795659-982b-410f-b963-30ca465a1901} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 1574 | 2024.07.19 18:46:12.843201 [ 3 ] {} <Debug> HTTP-Session: 228a7e83-dbd6-4b01-a093-1e78139e4eb3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1575 | 2024.07.19 18:46:12.843354 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 20437, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1576 | 2024.07.19 18:46:12.843397 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1577 | 2024.07.19 18:46:12.843414 [ 3 ] {} <Debug> HTTP-Session: 65d281f8-c77e-4635-b4d7-ffd0300414cf Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 1578 | 2024.07.19 18:46:12.843429 [ 3 ] {} <Debug> HTTP-Session: 65d281f8-c77e-4635-b4d7-ffd0300414cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1579 | 2024.07.19 18:46:12.843442 [ 3 ] {} <Debug> HTTP-Session: 65d281f8-c77e-4635-b4d7-ffd0300414cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1580 | 2024.07.19 18:46:12.843470 [ 3 ] {} <Trace> HTTP-Session: 65d281f8-c77e-4635-b4d7-ffd0300414cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1581 | 2024.07.19 18:46:12.843590 [ 3 ] {6c1160e9-0d84-4d1e-a162-61963fa35c48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1582 | 2024.07.19 18:46:12.843630 [ 3 ] {6c1160e9-0d84-4d1e-a162-61963fa35c48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1583 | 2024.07.19 18:46:12.843810 [ 3 ] {6c1160e9-0d84-4d1e-a162-61963fa35c48} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1584 | 2024.07.19 18:46:12.844153 [ 3 ] {6c1160e9-0d84-4d1e-a162-61963fa35c48} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1585 | 2024.07.19 18:46:12.844186 [ 3 ] {6c1160e9-0d84-4d1e-a162-61963fa35c48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 1586 | 2024.07.19 18:46:12.844495 [ 3 ] {6c1160e9-0d84-4d1e-a162-61963fa35c48} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1587 | 2024.07.19 18:46:12.844822 [ 3 ] {6c1160e9-0d84-4d1e-a162-61963fa35c48} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1588 | 2024.07.19 18:46:12.844994 [ 3 ] {6c1160e9-0d84-4d1e-a162-61963fa35c48} <Debug> executeQuery: Read 140 rows, 11.92 KiB in 0.001402 sec., 99857.34664764622 rows/sec., 8.30 MiB/sec. | ||
| 1589 | 2024.07.19 18:46:12.845180 [ 3 ] {6c1160e9-0d84-4d1e-a162-61963fa35c48} <Debug> DynamicQueryHandler: Done processing query | ||
| 1590 | 2024.07.19 18:46:12.845211 [ 3 ] {6c1160e9-0d84-4d1e-a162-61963fa35c48} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 1591 | 2024.07.19 18:46:12.845230 [ 3 ] {} <Debug> HTTP-Session: 65d281f8-c77e-4635-b4d7-ffd0300414cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1592 | 2024.07.19 18:46:12.845369 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 13235, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1593 | 2024.07.19 18:46:12.845417 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1594 | 2024.07.19 18:46:12.845437 [ 3 ] {} <Debug> HTTP-Session: 70f13b52-b584-4e38-9a33-432b01566a3e Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 1595 | 2024.07.19 18:46:12.845453 [ 3 ] {} <Debug> HTTP-Session: 70f13b52-b584-4e38-9a33-432b01566a3e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1596 | 2024.07.19 18:46:12.845468 [ 3 ] {} <Debug> HTTP-Session: 70f13b52-b584-4e38-9a33-432b01566a3e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1597 | 2024.07.19 18:46:12.845499 [ 3 ] {} <Trace> HTTP-Session: 70f13b52-b584-4e38-9a33-432b01566a3e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1598 | 2024.07.19 18:46:12.845623 [ 3 ] {04a7f980-92c8-4ad3-ace6-1c6db5fad221} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1599 | 2024.07.19 18:46:12.845666 [ 3 ] {04a7f980-92c8-4ad3-ace6-1c6db5fad221} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1600 | 2024.07.19 18:46:12.845791 [ 3 ] {04a7f980-92c8-4ad3-ace6-1c6db5fad221} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1601 | 2024.07.19 18:46:12.846104 [ 3 ] {04a7f980-92c8-4ad3-ace6-1c6db5fad221} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1602 | 2024.07.19 18:46:12.846139 [ 3 ] {04a7f980-92c8-4ad3-ace6-1c6db5fad221} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 1603 | 2024.07.19 18:46:12.846445 [ 3 ] {04a7f980-92c8-4ad3-ace6-1c6db5fad221} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1604 | 2024.07.19 18:46:12.846746 [ 3 ] {04a7f980-92c8-4ad3-ace6-1c6db5fad221} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1605 | 2024.07.19 18:46:12.846865 [ 3 ] {04a7f980-92c8-4ad3-ace6-1c6db5fad221} <Debug> executeQuery: Read 78 rows, 6.22 KiB in 0.00129 sec., 60465.11627906977 rows/sec., 4.71 MiB/sec. | ||
| 1606 | 2024.07.19 18:46:12.847023 [ 3 ] {04a7f980-92c8-4ad3-ace6-1c6db5fad221} <Debug> DynamicQueryHandler: Done processing query | ||
| 1607 | 2024.07.19 18:46:12.847049 [ 3 ] {04a7f980-92c8-4ad3-ace6-1c6db5fad221} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 1608 | 2024.07.19 18:46:12.847064 [ 3 ] {} <Debug> HTTP-Session: 70f13b52-b584-4e38-9a33-432b01566a3e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1609 | 2024.07.19 18:46:12.847357 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 63871, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1610 | 2024.07.19 18:46:12.847405 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1611 | 2024.07.19 18:46:12.847424 [ 3 ] {} <Debug> HTTP-Session: 11fe7efa-08ae-46e6-8661-4abae419c789 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 1612 | 2024.07.19 18:46:12.847440 [ 3 ] {} <Debug> HTTP-Session: 11fe7efa-08ae-46e6-8661-4abae419c789 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1613 | 2024.07.19 18:46:12.847455 [ 3 ] {} <Debug> HTTP-Session: 11fe7efa-08ae-46e6-8661-4abae419c789 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1614 | 2024.07.19 18:46:12.847485 [ 3 ] {} <Trace> HTTP-Session: 11fe7efa-08ae-46e6-8661-4abae419c789 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1615 | 2024.07.19 18:46:12.847686 [ 3 ] {f577491a-6b9f-42be-8d88-7dec68f65780} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1616 | 2024.07.19 18:46:12.847732 [ 3 ] {f577491a-6b9f-42be-8d88-7dec68f65780} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1617 | 2024.07.19 18:46:12.847874 [ 3 ] {f577491a-6b9f-42be-8d88-7dec68f65780} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1618 | 2024.07.19 18:46:12.848379 [ 3 ] {f577491a-6b9f-42be-8d88-7dec68f65780} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1619 | 2024.07.19 18:46:12.848414 [ 3 ] {f577491a-6b9f-42be-8d88-7dec68f65780} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 1620 | 2024.07.19 18:46:12.848806 [ 3 ] {f577491a-6b9f-42be-8d88-7dec68f65780} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1621 | 2024.07.19 18:46:12.849140 [ 3 ] {f577491a-6b9f-42be-8d88-7dec68f65780} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1622 | 2024.07.19 18:46:12.849263 [ 3 ] {f577491a-6b9f-42be-8d88-7dec68f65780} <Debug> executeQuery: Read 332 rows, 23.97 KiB in 0.00168 sec., 197619.0476190476 rows/sec., 13.93 MiB/sec. | ||
| 1623 | 2024.07.19 18:46:12.849552 [ 3 ] {f577491a-6b9f-42be-8d88-7dec68f65780} <Debug> DynamicQueryHandler: Done processing query | ||
| 1624 | 2024.07.19 18:46:12.849577 [ 3 ] {f577491a-6b9f-42be-8d88-7dec68f65780} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
| 1625 | 2024.07.19 18:46:12.849594 [ 3 ] {} <Debug> HTTP-Session: 11fe7efa-08ae-46e6-8661-4abae419c789 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1626 | 2024.07.19 18:46:12.849917 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 41626, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1627 | 2024.07.19 18:46:12.849965 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1628 | 2024.07.19 18:46:12.849984 [ 3 ] {} <Debug> HTTP-Session: 6d495b7b-84ad-49d1-92ad-253faebf60af Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 1629 | 2024.07.19 18:46:12.850001 [ 3 ] {} <Debug> HTTP-Session: 6d495b7b-84ad-49d1-92ad-253faebf60af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1630 | 2024.07.19 18:46:12.850015 [ 3 ] {} <Debug> HTTP-Session: 6d495b7b-84ad-49d1-92ad-253faebf60af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1631 | 2024.07.19 18:46:12.850045 [ 3 ] {} <Trace> HTTP-Session: 6d495b7b-84ad-49d1-92ad-253faebf60af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1632 | 2024.07.19 18:46:12.850343 [ 3 ] {4d39e008-72ef-4791-8dad-ea56aa011bc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 1633 | 2024.07.19 18:46:12.850411 [ 3 ] {4d39e008-72ef-4791-8dad-ea56aa011bc7} <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 | ||
| 1634 | 2024.07.19 18:46:12.850824 [ 3 ] {4d39e008-72ef-4791-8dad-ea56aa011bc7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1635 | 2024.07.19 18:46:12.851508 [ 3 ] {4d39e008-72ef-4791-8dad-ea56aa011bc7} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1636 | 2024.07.19 18:46:12.851544 [ 3 ] {4d39e008-72ef-4791-8dad-ea56aa011bc7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 1637 | 2024.07.19 18:46:12.852185 [ 3 ] {4d39e008-72ef-4791-8dad-ea56aa011bc7} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1638 | 2024.07.19 18:46:12.852594 [ 3 ] {4d39e008-72ef-4791-8dad-ea56aa011bc7} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1639 | 2024.07.19 18:46:12.852743 [ 3 ] {4d39e008-72ef-4791-8dad-ea56aa011bc7} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002612 sec., 9954.058192955588 rows/sec., 17.84 MiB/sec. | ||
| 1640 | 2024.07.19 18:46:12.852971 [ 3 ] {4d39e008-72ef-4791-8dad-ea56aa011bc7} <Debug> DynamicQueryHandler: Done processing query | ||
| 1641 | 2024.07.19 18:46:12.852997 [ 3 ] {4d39e008-72ef-4791-8dad-ea56aa011bc7} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 1642 | 2024.07.19 18:46:12.853012 [ 3 ] {} <Debug> HTTP-Session: 6d495b7b-84ad-49d1-92ad-253faebf60af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1643 | 2024.07.19 18:46:12.853134 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 1277, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1644 | 2024.07.19 18:46:12.853183 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1645 | 2024.07.19 18:46:12.853201 [ 3 ] {} <Debug> HTTP-Session: 7bb616da-f4ea-44a2-be65-90d1479ad687 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 1646 | 2024.07.19 18:46:12.853218 [ 3 ] {} <Debug> HTTP-Session: 7bb616da-f4ea-44a2-be65-90d1479ad687 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1647 | 2024.07.19 18:46:12.853232 [ 3 ] {} <Debug> HTTP-Session: 7bb616da-f4ea-44a2-be65-90d1479ad687 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1648 | 2024.07.19 18:46:12.853263 [ 3 ] {} <Trace> HTTP-Session: 7bb616da-f4ea-44a2-be65-90d1479ad687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1649 | 2024.07.19 18:46:12.853362 [ 3 ] {b5386483-ecc6-42b3-b9de-5c1a040fdf20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 1650 | 2024.07.19 18:46:12.853406 [ 3 ] {b5386483-ecc6-42b3-b9de-5c1a040fdf20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1651 | 2024.07.19 18:46:12.853532 [ 3 ] {b5386483-ecc6-42b3-b9de-5c1a040fdf20} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1652 | 2024.07.19 18:46:12.853779 [ 3 ] {b5386483-ecc6-42b3-b9de-5c1a040fdf20} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1653 | 2024.07.19 18:46:12.853815 [ 3 ] {b5386483-ecc6-42b3-b9de-5c1a040fdf20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 1654 | 2024.07.19 18:46:12.854175 [ 3 ] {b5386483-ecc6-42b3-b9de-5c1a040fdf20} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1655 | 2024.07.19 18:46:12.854487 [ 3 ] {b5386483-ecc6-42b3-b9de-5c1a040fdf20} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1656 | 2024.07.19 18:46:12.854636 [ 3 ] {b5386483-ecc6-42b3-b9de-5c1a040fdf20} <Debug> executeQuery: Read 8 rows, 576.00 B in 0.001299 sec., 6158.5835257890685 rows/sec., 433.03 KiB/sec. | ||
| 1657 | 2024.07.19 18:46:12.854859 [ 3 ] {b5386483-ecc6-42b3-b9de-5c1a040fdf20} <Debug> DynamicQueryHandler: Done processing query | ||
| 1658 | 2024.07.19 18:46:12.854893 [ 3 ] {b5386483-ecc6-42b3-b9de-5c1a040fdf20} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 1659 | 2024.07.19 18:46:12.854913 [ 3 ] {} <Debug> HTTP-Session: 7bb616da-f4ea-44a2-be65-90d1479ad687 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1660 | 2024.07.19 18:46:15.513443 [ 43 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1661 | 2024.07.19 18:46:15.513509 [ 43 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1662 | 2024.07.19 18:46:17.730263 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 3684, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1663 | 2024.07.19 18:46:17.730412 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1664 | 2024.07.19 18:46:17.730442 [ 3 ] {} <Debug> HTTP-Session: 5ac04d56-eee8-4bbb-8df9-f4f8813a022e Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 1665 | 2024.07.19 18:46:17.730471 [ 3 ] {} <Debug> HTTP-Session: 5ac04d56-eee8-4bbb-8df9-f4f8813a022e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1666 | 2024.07.19 18:46:17.730489 [ 3 ] {} <Debug> HTTP-Session: 5ac04d56-eee8-4bbb-8df9-f4f8813a022e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1667 | 2024.07.19 18:46:17.730544 [ 3 ] {} <Trace> HTTP-Session: 5ac04d56-eee8-4bbb-8df9-f4f8813a022e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1668 | 2024.07.19 18:46:17.730763 [ 3 ] {56574629-8bf9-40a9-b119-cb1f9edfba2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1669 | 2024.07.19 18:46:17.730832 [ 3 ] {56574629-8bf9-40a9-b119-cb1f9edfba2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1670 | 2024.07.19 18:46:17.731026 [ 3 ] {56574629-8bf9-40a9-b119-cb1f9edfba2b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1671 | 2024.07.19 18:46:17.731450 [ 3 ] {56574629-8bf9-40a9-b119-cb1f9edfba2b} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1672 | 2024.07.19 18:46:17.731498 [ 3 ] {56574629-8bf9-40a9-b119-cb1f9edfba2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 1673 | 2024.07.19 18:46:17.731869 [ 3 ] {56574629-8bf9-40a9-b119-cb1f9edfba2b} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1674 | 2024.07.19 18:46:17.732199 [ 3 ] {56574629-8bf9-40a9-b119-cb1f9edfba2b} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1675 | 2024.07.19 18:46:17.732369 [ 3 ] {56574629-8bf9-40a9-b119-cb1f9edfba2b} <Debug> executeQuery: Read 26 rows, 2.06 KiB in 0.001689 sec., 15393.724097098875 rows/sec., 1.19 MiB/sec. | ||
| 1676 | 2024.07.19 18:46:17.732876 [ 3 ] {56574629-8bf9-40a9-b119-cb1f9edfba2b} <Debug> DynamicQueryHandler: Done processing query | ||
| 1677 | 2024.07.19 18:46:17.732904 [ 3 ] {56574629-8bf9-40a9-b119-cb1f9edfba2b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 1678 | 2024.07.19 18:46:17.732920 [ 3 ] {} <Debug> HTTP-Session: 5ac04d56-eee8-4bbb-8df9-f4f8813a022e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1679 | 2024.07.19 18:46:17.733114 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 4790, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1680 | 2024.07.19 18:46:17.733170 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1681 | 2024.07.19 18:46:17.733189 [ 3 ] {} <Debug> HTTP-Session: 15096223-a326-4810-bb39-770043434d07 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 1682 | 2024.07.19 18:46:17.733207 [ 3 ] {} <Debug> HTTP-Session: 15096223-a326-4810-bb39-770043434d07 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1683 | 2024.07.19 18:46:17.733221 [ 3 ] {} <Debug> HTTP-Session: 15096223-a326-4810-bb39-770043434d07 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1684 | 2024.07.19 18:46:17.733257 [ 3 ] {} <Trace> HTTP-Session: 15096223-a326-4810-bb39-770043434d07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1685 | 2024.07.19 18:46:17.733371 [ 3 ] {c562c309-bd72-42d9-aecb-8301dda0470b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1686 | 2024.07.19 18:46:17.733418 [ 3 ] {c562c309-bd72-42d9-aecb-8301dda0470b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1687 | 2024.07.19 18:46:17.733573 [ 3 ] {c562c309-bd72-42d9-aecb-8301dda0470b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1688 | 2024.07.19 18:46:17.733882 [ 3 ] {c562c309-bd72-42d9-aecb-8301dda0470b} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1689 | 2024.07.19 18:46:17.733919 [ 3 ] {c562c309-bd72-42d9-aecb-8301dda0470b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 1690 | 2024.07.19 18:46:17.734228 [ 3 ] {c562c309-bd72-42d9-aecb-8301dda0470b} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1691 | 2024.07.19 18:46:17.734531 [ 3 ] {c562c309-bd72-42d9-aecb-8301dda0470b} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1692 | 2024.07.19 18:46:17.734690 [ 3 ] {c562c309-bd72-42d9-aecb-8301dda0470b} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001353 sec., 20694.752402069476 rows/sec., 1.61 MiB/sec. | ||
| 1693 | 2024.07.19 18:46:17.734888 [ 3 ] {c562c309-bd72-42d9-aecb-8301dda0470b} <Debug> DynamicQueryHandler: Done processing query | ||
| 1694 | 2024.07.19 18:46:17.734914 [ 3 ] {c562c309-bd72-42d9-aecb-8301dda0470b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 1695 | 2024.07.19 18:46:17.734929 [ 3 ] {} <Debug> HTTP-Session: 15096223-a326-4810-bb39-770043434d07 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1696 | 2024.07.19 18:46:17.735111 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1697 | 2024.07.19 18:46:17.735161 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1698 | 2024.07.19 18:46:17.735180 [ 3 ] {} <Debug> HTTP-Session: d76a5eb4-2678-470c-8b2b-ccc3205f18a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 1699 | 2024.07.19 18:46:17.735196 [ 3 ] {} <Debug> HTTP-Session: d76a5eb4-2678-470c-8b2b-ccc3205f18a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1700 | 2024.07.19 18:46:17.735210 [ 3 ] {} <Debug> HTTP-Session: d76a5eb4-2678-470c-8b2b-ccc3205f18a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1701 | 2024.07.19 18:46:17.735241 [ 3 ] {} <Trace> HTTP-Session: d76a5eb4-2678-470c-8b2b-ccc3205f18a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1702 | 2024.07.19 18:46:17.735357 [ 3 ] {5b2a2381-c4b4-42c4-aee5-649da512799f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1703 | 2024.07.19 18:46:17.735406 [ 3 ] {5b2a2381-c4b4-42c4-aee5-649da512799f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1704 | 2024.07.19 18:46:17.735552 [ 3 ] {5b2a2381-c4b4-42c4-aee5-649da512799f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1705 | 2024.07.19 18:46:17.735850 [ 3 ] {5b2a2381-c4b4-42c4-aee5-649da512799f} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1706 | 2024.07.19 18:46:17.735885 [ 3 ] {5b2a2381-c4b4-42c4-aee5-649da512799f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 1707 | 2024.07.19 18:46:17.736257 [ 3 ] {5b2a2381-c4b4-42c4-aee5-649da512799f} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1708 | 2024.07.19 18:46:17.736597 [ 3 ] {5b2a2381-c4b4-42c4-aee5-649da512799f} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1709 | 2024.07.19 18:46:17.736731 [ 3 ] {5b2a2381-c4b4-42c4-aee5-649da512799f} <Debug> executeQuery: Read 50 rows, 3.55 KiB in 0.001407 sec., 35536.602700781805 rows/sec., 2.46 MiB/sec. | ||
| 1710 | 2024.07.19 18:46:17.737033 [ 3 ] {5b2a2381-c4b4-42c4-aee5-649da512799f} <Debug> DynamicQueryHandler: Done processing query | ||
| 1711 | 2024.07.19 18:46:17.737059 [ 3 ] {5b2a2381-c4b4-42c4-aee5-649da512799f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 1712 | 2024.07.19 18:46:17.737075 [ 3 ] {} <Debug> HTTP-Session: d76a5eb4-2678-470c-8b2b-ccc3205f18a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1713 | 2024.07.19 18:46:17.737227 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 3107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1714 | 2024.07.19 18:46:17.737274 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1715 | 2024.07.19 18:46:17.737293 [ 3 ] {} <Debug> HTTP-Session: 520baacd-1cb6-4a4d-91d4-3ba605840b94 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 1716 | 2024.07.19 18:46:17.737309 [ 3 ] {} <Debug> HTTP-Session: 520baacd-1cb6-4a4d-91d4-3ba605840b94 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1717 | 2024.07.19 18:46:17.737323 [ 3 ] {} <Debug> HTTP-Session: 520baacd-1cb6-4a4d-91d4-3ba605840b94 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1718 | 2024.07.19 18:46:17.737353 [ 3 ] {} <Trace> HTTP-Session: 520baacd-1cb6-4a4d-91d4-3ba605840b94 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1719 | 2024.07.19 18:46:17.737455 [ 3 ] {abf18bd0-8031-4bbc-a669-ba0652c2eb29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 1720 | 2024.07.19 18:46:17.737502 [ 3 ] {abf18bd0-8031-4bbc-a669-ba0652c2eb29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1721 | 2024.07.19 18:46:17.737650 [ 3 ] {abf18bd0-8031-4bbc-a669-ba0652c2eb29} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1722 | 2024.07.19 18:46:17.737905 [ 3 ] {abf18bd0-8031-4bbc-a669-ba0652c2eb29} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1723 | 2024.07.19 18:46:17.737939 [ 3 ] {abf18bd0-8031-4bbc-a669-ba0652c2eb29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 1724 | 2024.07.19 18:46:17.738278 [ 3 ] {abf18bd0-8031-4bbc-a669-ba0652c2eb29} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1725 | 2024.07.19 18:46:17.738594 [ 3 ] {abf18bd0-8031-4bbc-a669-ba0652c2eb29} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1726 | 2024.07.19 18:46:17.738753 [ 3 ] {abf18bd0-8031-4bbc-a669-ba0652c2eb29} <Debug> executeQuery: Read 20 rows, 1.41 KiB in 0.00132 sec., 15151.515151515152 rows/sec., 1.04 MiB/sec. | ||
| 1727 | 2024.07.19 18:46:17.739132 [ 3 ] {abf18bd0-8031-4bbc-a669-ba0652c2eb29} <Debug> DynamicQueryHandler: Done processing query | ||
| 1728 | 2024.07.19 18:46:17.739157 [ 3 ] {abf18bd0-8031-4bbc-a669-ba0652c2eb29} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 1729 | 2024.07.19 18:46:17.739173 [ 3 ] {} <Debug> HTTP-Session: 520baacd-1cb6-4a4d-91d4-3ba605840b94 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1730 | 2024.07.19 18:46:22.732110 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 3782, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1731 | 2024.07.19 18:46:22.732303 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1732 | 2024.07.19 18:46:22.732350 [ 3 ] {} <Debug> HTTP-Session: 124f04e3-0aaa-4743-84f7-b551256414ad Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 1733 | 2024.07.19 18:46:22.732389 [ 3 ] {} <Debug> HTTP-Session: 124f04e3-0aaa-4743-84f7-b551256414ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1734 | 2024.07.19 18:46:22.732417 [ 3 ] {} <Debug> HTTP-Session: 124f04e3-0aaa-4743-84f7-b551256414ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1735 | 2024.07.19 18:46:22.732496 [ 3 ] {} <Trace> HTTP-Session: 124f04e3-0aaa-4743-84f7-b551256414ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1736 | 2024.07.19 18:46:22.732784 [ 3 ] {75411216-8b55-44d9-8809-32eac5ce7446} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 1737 | 2024.07.19 18:46:22.732892 [ 3 ] {75411216-8b55-44d9-8809-32eac5ce7446} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 1738 | 2024.07.19 18:46:22.733154 [ 3 ] {75411216-8b55-44d9-8809-32eac5ce7446} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1739 | 2024.07.19 18:46:22.733583 [ 3 ] {75411216-8b55-44d9-8809-32eac5ce7446} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1740 | 2024.07.19 18:46:22.733628 [ 3 ] {75411216-8b55-44d9-8809-32eac5ce7446} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 1741 | 2024.07.19 18:46:22.733989 [ 3 ] {75411216-8b55-44d9-8809-32eac5ce7446} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1742 | 2024.07.19 18:46:22.734321 [ 3 ] {75411216-8b55-44d9-8809-32eac5ce7446} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1743 | 2024.07.19 18:46:22.734501 [ 3 ] {75411216-8b55-44d9-8809-32eac5ce7446} <Debug> executeQuery: Read 26 rows, 2.11 KiB in 0.001804 sec., 14412.416851441241 rows/sec., 1.14 MiB/sec. | ||
| 1744 | 2024.07.19 18:46:22.734819 [ 3 ] {75411216-8b55-44d9-8809-32eac5ce7446} <Debug> DynamicQueryHandler: Done processing query | ||
| 1745 | 2024.07.19 18:46:22.734848 [ 3 ] {75411216-8b55-44d9-8809-32eac5ce7446} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 1746 | 2024.07.19 18:46:22.734864 [ 3 ] {} <Debug> HTTP-Session: 124f04e3-0aaa-4743-84f7-b551256414ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1747 | 2024.07.19 18:46:22.735016 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 15460, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1748 | 2024.07.19 18:46:22.735072 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1749 | 2024.07.19 18:46:22.735092 [ 3 ] {} <Debug> HTTP-Session: e9186a11-f916-45c0-ae09-255deb4cb537 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 1750 | 2024.07.19 18:46:22.735111 [ 3 ] {} <Debug> HTTP-Session: e9186a11-f916-45c0-ae09-255deb4cb537 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1751 | 2024.07.19 18:46:22.735124 [ 3 ] {} <Debug> HTTP-Session: e9186a11-f916-45c0-ae09-255deb4cb537 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1752 | 2024.07.19 18:46:22.735159 [ 3 ] {} <Trace> HTTP-Session: e9186a11-f916-45c0-ae09-255deb4cb537 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1753 | 2024.07.19 18:46:22.735291 [ 3 ] {c41e67df-c7d7-418e-af24-b2e28722ba03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1754 | 2024.07.19 18:46:22.735339 [ 3 ] {c41e67df-c7d7-418e-af24-b2e28722ba03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1755 | 2024.07.19 18:46:22.735485 [ 3 ] {c41e67df-c7d7-418e-af24-b2e28722ba03} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1756 | 2024.07.19 18:46:22.735864 [ 3 ] {c41e67df-c7d7-418e-af24-b2e28722ba03} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1757 | 2024.07.19 18:46:22.735901 [ 3 ] {c41e67df-c7d7-418e-af24-b2e28722ba03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 1758 | 2024.07.19 18:46:22.736223 [ 3 ] {c41e67df-c7d7-418e-af24-b2e28722ba03} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1759 | 2024.07.19 18:46:22.736525 [ 3 ] {c41e67df-c7d7-418e-af24-b2e28722ba03} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1760 | 2024.07.19 18:46:22.736676 [ 3 ] {c41e67df-c7d7-418e-af24-b2e28722ba03} <Debug> executeQuery: Read 104 rows, 9.11 KiB in 0.001428 sec., 72829.13165266106 rows/sec., 6.23 MiB/sec. | ||
| 1761 | 2024.07.19 18:46:22.736685 [ 85 ] {} <Debug> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1762 | 2024.07.19 18:46:22.736806 [ 85 ] {} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1763 | 2024.07.19 18:46:22.736848 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 1764 | 2024.07.19 18:46:22.736918 [ 3 ] {c41e67df-c7d7-418e-af24-b2e28722ba03} <Debug> DynamicQueryHandler: Done processing query | ||
| 1765 | 2024.07.19 18:46:22.736978 [ 3 ] {c41e67df-c7d7-418e-af24-b2e28722ba03} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 1766 | 2024.07.19 18:46:22.737020 [ 3 ] {} <Debug> HTTP-Session: e9186a11-f916-45c0-ae09-255deb4cb537 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1767 | 2024.07.19 18:46:22.737166 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9197, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1768 | 2024.07.19 18:46:22.737216 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1769 | 2024.07.19 18:46:22.737234 [ 3 ] {} <Debug> HTTP-Session: 8687a585-f993-4590-9974-02ef892d5047 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 1770 | 2024.07.19 18:46:22.737250 [ 3 ] {} <Debug> HTTP-Session: 8687a585-f993-4590-9974-02ef892d5047 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1771 | 2024.07.19 18:46:22.737262 [ 3 ] {} <Debug> HTTP-Session: 8687a585-f993-4590-9974-02ef892d5047 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1772 | 2024.07.19 18:46:22.737292 [ 3 ] {} <Trace> HTTP-Session: 8687a585-f993-4590-9974-02ef892d5047 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1773 | 2024.07.19 18:46:22.737405 [ 3 ] {c54ba342-6267-44f1-9d96-62bf4b57b138} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1774 | 2024.07.19 18:46:22.737448 [ 3 ] {c54ba342-6267-44f1-9d96-62bf4b57b138} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1775 | 2024.07.19 18:46:22.737576 [ 3 ] {c54ba342-6267-44f1-9d96-62bf4b57b138} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1776 | 2024.07.19 18:46:22.737865 [ 3 ] {c54ba342-6267-44f1-9d96-62bf4b57b138} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1777 | 2024.07.19 18:46:22.737899 [ 3 ] {c54ba342-6267-44f1-9d96-62bf4b57b138} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 1778 | 2024.07.19 18:46:22.738248 [ 3 ] {c54ba342-6267-44f1-9d96-62bf4b57b138} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1779 | 2024.07.19 18:46:22.738547 [ 3 ] {c54ba342-6267-44f1-9d96-62bf4b57b138} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1780 | 2024.07.19 18:46:22.738688 [ 85 ] {} <Debug> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1781 | 2024.07.19 18:46:22.738695 [ 3 ] {c54ba342-6267-44f1-9d96-62bf4b57b138} <Debug> executeQuery: Read 54 rows, 4.32 KiB in 0.001313 sec., 41127.18964204113 rows/sec., 3.21 MiB/sec. | ||
| 1782 | 2024.07.19 18:46:22.738728 [ 85 ] {} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1783 | 2024.07.19 18:46:22.738785 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 1784 | 2024.07.19 18:46:22.739030 [ 3 ] {c54ba342-6267-44f1-9d96-62bf4b57b138} <Debug> DynamicQueryHandler: Done processing query | ||
| 1785 | 2024.07.19 18:46:22.739070 [ 3 ] {c54ba342-6267-44f1-9d96-62bf4b57b138} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 1786 | 2024.07.19 18:46:22.739087 [ 3 ] {} <Debug> HTTP-Session: 8687a585-f993-4590-9974-02ef892d5047 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1787 | 2024.07.19 18:46:22.739259 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1788 | 2024.07.19 18:46:22.739307 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1789 | 2024.07.19 18:46:22.739326 [ 3 ] {} <Debug> HTTP-Session: 7561e818-6057-4067-bf00-1c096a17e599 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 1790 | 2024.07.19 18:46:22.739342 [ 3 ] {} <Debug> HTTP-Session: 7561e818-6057-4067-bf00-1c096a17e599 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1791 | 2024.07.19 18:46:22.739356 [ 3 ] {} <Debug> HTTP-Session: 7561e818-6057-4067-bf00-1c096a17e599 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1792 | 2024.07.19 18:46:22.739387 [ 3 ] {} <Trace> HTTP-Session: 7561e818-6057-4067-bf00-1c096a17e599 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1793 | 2024.07.19 18:46:22.739504 [ 3 ] {fdf0c045-1d0a-4c99-8338-6fc647bce542} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1794 | 2024.07.19 18:46:22.739553 [ 3 ] {fdf0c045-1d0a-4c99-8338-6fc647bce542} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1795 | 2024.07.19 18:46:22.739714 [ 3 ] {fdf0c045-1d0a-4c99-8338-6fc647bce542} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1796 | 2024.07.19 18:46:22.740019 [ 3 ] {fdf0c045-1d0a-4c99-8338-6fc647bce542} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1797 | 2024.07.19 18:46:22.740054 [ 3 ] {fdf0c045-1d0a-4c99-8338-6fc647bce542} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 1798 | 2024.07.19 18:46:22.740420 [ 3 ] {fdf0c045-1d0a-4c99-8338-6fc647bce542} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1799 | 2024.07.19 18:46:22.740761 [ 3 ] {fdf0c045-1d0a-4c99-8338-6fc647bce542} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1800 | 2024.07.19 18:46:22.741036 [ 3 ] {fdf0c045-1d0a-4c99-8338-6fc647bce542} <Debug> executeQuery: Read 50 rows, 3.55 KiB in 0.001564 sec., 31969.3094629156 rows/sec., 2.22 MiB/sec. | ||
| 1801 | 2024.07.19 18:46:22.741244 [ 3 ] {fdf0c045-1d0a-4c99-8338-6fc647bce542} <Debug> DynamicQueryHandler: Done processing query | ||
| 1802 | 2024.07.19 18:46:22.741269 [ 3 ] {fdf0c045-1d0a-4c99-8338-6fc647bce542} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 1803 | 2024.07.19 18:46:22.741285 [ 3 ] {} <Debug> HTTP-Session: 7561e818-6057-4067-bf00-1c096a17e599 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1804 | 2024.07.19 18:46:22.741479 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 41623, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1805 | 2024.07.19 18:46:22.741528 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1806 | 2024.07.19 18:46:22.741546 [ 3 ] {} <Debug> HTTP-Session: a9030e97-a571-4a71-b586-45e8779d9134 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 1807 | 2024.07.19 18:46:22.741564 [ 3 ] {} <Debug> HTTP-Session: a9030e97-a571-4a71-b586-45e8779d9134 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1808 | 2024.07.19 18:46:22.741578 [ 3 ] {} <Debug> HTTP-Session: a9030e97-a571-4a71-b586-45e8779d9134 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1809 | 2024.07.19 18:46:22.741608 [ 3 ] {} <Trace> HTTP-Session: a9030e97-a571-4a71-b586-45e8779d9134 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1810 | 2024.07.19 18:46:22.741883 [ 3 ] {9cd90102-4dc7-4fae-8aba-59196f9606c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 1811 | 2024.07.19 18:46:22.741947 [ 3 ] {9cd90102-4dc7-4fae-8aba-59196f9606c5} <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 | ||
| 1812 | 2024.07.19 18:46:22.742343 [ 3 ] {9cd90102-4dc7-4fae-8aba-59196f9606c5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1813 | 2024.07.19 18:46:22.742951 [ 3 ] {9cd90102-4dc7-4fae-8aba-59196f9606c5} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1814 | 2024.07.19 18:46:22.742986 [ 3 ] {9cd90102-4dc7-4fae-8aba-59196f9606c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 1815 | 2024.07.19 18:46:22.743191 [ 201 ] {67671d04-4863-4609-b795-f6318ed5bf2b::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 | ||
| 1816 | 2024.07.19 18:46:22.743195 [ 197 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::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 | ||
| 1817 | 2024.07.19 18:46:22.743809 [ 201 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1818 | 2024.07.19 18:46:22.743879 [ 197 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1819 | 2024.07.19 18:46:22.743994 [ 201 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 39 rows starting from the beginning of the part | ||
| 1820 | 2024.07.19 18:46:22.744003 [ 197 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 72 rows starting from the beginning of the part | ||
| 1821 | 2024.07.19 18:46:22.744498 [ 201 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 25 rows starting from the beginning of the part | ||
| 1822 | 2024.07.19 18:46:22.744813 [ 197 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 75 rows starting from the beginning of the part | ||
| 1823 | 2024.07.19 18:46:22.745138 [ 201 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 26 rows starting from the beginning of the part | ||
| 1824 | 2024.07.19 18:46:22.745844 [ 201 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 78 rows starting from the beginning of the part | ||
| 1825 | 2024.07.19 18:46:22.745822 [ 197 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 78 rows starting from the beginning of the part | ||
| 1826 | 2024.07.19 18:46:22.746195 [ 3 ] {9cd90102-4dc7-4fae-8aba-59196f9606c5} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1827 | 2024.07.19 18:46:22.746266 [ 201 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 28 rows starting from the beginning of the part | ||
| 1828 | 2024.07.19 18:46:22.746727 [ 197 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 140 rows starting from the beginning of the part | ||
| 1829 | 2024.07.19 18:46:22.746839 [ 201 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 54 rows starting from the beginning of the part | ||
| 1830 | 2024.07.19 18:46:22.747808 [ 197 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 26 rows starting from the beginning of the part | ||
| 1831 | 2024.07.19 18:46:22.748347 [ 197 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 104 rows starting from the beginning of the part | ||
| 1832 | 2024.07.19 18:46:22.750257 [ 3 ] {9cd90102-4dc7-4fae-8aba-59196f9606c5} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1833 | 2024.07.19 18:46:22.751041 [ 3 ] {9cd90102-4dc7-4fae-8aba-59196f9606c5} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.009324 sec., 2788.5027885027885 rows/sec., 5.00 MiB/sec. | ||
| 1834 | 2024.07.19 18:46:22.752339 [ 3 ] {9cd90102-4dc7-4fae-8aba-59196f9606c5} <Debug> DynamicQueryHandler: Done processing query | ||
| 1835 | 2024.07.19 18:46:22.752423 [ 3 ] {9cd90102-4dc7-4fae-8aba-59196f9606c5} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 1836 | 2024.07.19 18:46:22.752495 [ 3 ] {} <Debug> HTTP-Session: a9030e97-a571-4a71-b586-45e8779d9134 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1837 | 2024.07.19 18:46:22.752673 [ 201 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 250 rows, containing 4 columns (4 merged, 0 gathered) in 0.011810235 sec., 21168.08005937223 rows/sec., 1.65 MiB/sec. | ||
| 1838 | 2024.07.19 18:46:22.752783 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 3107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1839 | 2024.07.19 18:46:22.752932 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1840 | 2024.07.19 18:46:22.752958 [ 201 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1841 | 2024.07.19 18:46:22.753016 [ 3 ] {} <Debug> HTTP-Session: 9d634749-1d69-480e-b9a4-04c5c0a2776b Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 1842 | 2024.07.19 18:46:22.753089 [ 3 ] {} <Debug> HTTP-Session: 9d634749-1d69-480e-b9a4-04c5c0a2776b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1843 | 2024.07.19 18:46:22.753156 [ 3 ] {} <Debug> HTTP-Session: 9d634749-1d69-480e-b9a4-04c5c0a2776b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1844 | 2024.07.19 18:46:22.753275 [ 3 ] {} <Trace> HTTP-Session: 9d634749-1d69-480e-b9a4-04c5c0a2776b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1845 | 2024.07.19 18:46:22.753584 [ 3 ] {865cc201-2de6-4441-8224-a16b26027bf8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 1846 | 2024.07.19 18:46:22.753760 [ 3 ] {865cc201-2de6-4441-8224-a16b26027bf8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1847 | 2024.07.19 18:46:22.754252 [ 201 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_6_1} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1848 | 2024.07.19 18:46:22.754390 [ 198 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 495 rows, containing 4 columns (4 merged, 0 gathered) in 0.017448812 sec., 28368.69352480845 rows/sec., 2.43 MiB/sec. | ||
| 1849 | 2024.07.19 18:46:22.754456 [ 3 ] {865cc201-2de6-4441-8224-a16b26027bf8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1850 | 2024.07.19 18:46:22.754457 [ 201 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_6_1} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1851 | 2024.07.19 18:46:22.754619 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 1852 | 2024.07.19 18:46:22.754641 [ 194 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1853 | 2024.07.19 18:46:22.755114 [ 3 ] {865cc201-2de6-4441-8224-a16b26027bf8} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1854 | 2024.07.19 18:46:22.755154 [ 3 ] {865cc201-2de6-4441-8224-a16b26027bf8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 1855 | 2024.07.19 18:46:22.755270 [ 194 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_6_1} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1856 | 2024.07.19 18:46:22.755372 [ 194 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_6_1} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1857 | 2024.07.19 18:46:22.755466 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 1858 | 2024.07.19 18:46:22.755629 [ 3 ] {865cc201-2de6-4441-8224-a16b26027bf8} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1859 | 2024.07.19 18:46:22.755951 [ 3 ] {865cc201-2de6-4441-8224-a16b26027bf8} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1860 | 2024.07.19 18:46:22.756112 [ 3 ] {865cc201-2de6-4441-8224-a16b26027bf8} <Debug> executeQuery: Read 20 rows, 1.41 KiB in 0.002649 sec., 7550.018875047188 rows/sec., 530.86 KiB/sec. | ||
| 1861 | 2024.07.19 18:46:22.756390 [ 3 ] {865cc201-2de6-4441-8224-a16b26027bf8} <Debug> DynamicQueryHandler: Done processing query | ||
| 1862 | 2024.07.19 18:46:22.756416 [ 3 ] {865cc201-2de6-4441-8224-a16b26027bf8} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 1863 | 2024.07.19 18:46:22.756432 [ 3 ] {} <Debug> HTTP-Session: 9d634749-1d69-480e-b9a4-04c5c0a2776b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1864 | 2024.07.19 18:46:27.730712 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 3684, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1865 | 2024.07.19 18:46:27.730846 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1866 | 2024.07.19 18:46:27.730873 [ 3 ] {} <Debug> HTTP-Session: d23c07ed-6042-45e6-8b38-aeb5d1e68c52 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 1867 | 2024.07.19 18:46:27.730897 [ 3 ] {} <Debug> HTTP-Session: d23c07ed-6042-45e6-8b38-aeb5d1e68c52 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1868 | 2024.07.19 18:46:27.730913 [ 3 ] {} <Debug> HTTP-Session: d23c07ed-6042-45e6-8b38-aeb5d1e68c52 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1869 | 2024.07.19 18:46:27.730960 [ 3 ] {} <Trace> HTTP-Session: d23c07ed-6042-45e6-8b38-aeb5d1e68c52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1870 | 2024.07.19 18:46:27.731152 [ 3 ] {fb97d95b-3a3b-40c1-a865-550a88f5d037} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1871 | 2024.07.19 18:46:27.731219 [ 3 ] {fb97d95b-3a3b-40c1-a865-550a88f5d037} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1872 | 2024.07.19 18:46:27.731403 [ 3 ] {fb97d95b-3a3b-40c1-a865-550a88f5d037} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1873 | 2024.07.19 18:46:27.731837 [ 3 ] {fb97d95b-3a3b-40c1-a865-550a88f5d037} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1874 | 2024.07.19 18:46:27.731879 [ 3 ] {fb97d95b-3a3b-40c1-a865-550a88f5d037} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 1875 | 2024.07.19 18:46:27.732260 [ 3 ] {fb97d95b-3a3b-40c1-a865-550a88f5d037} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1876 | 2024.07.19 18:46:27.732597 [ 3 ] {fb97d95b-3a3b-40c1-a865-550a88f5d037} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1877 | 2024.07.19 18:46:27.732734 [ 3 ] {fb97d95b-3a3b-40c1-a865-550a88f5d037} <Debug> executeQuery: Read 26 rows, 2.06 KiB in 0.001641 sec., 15843.997562461913 rows/sec., 1.23 MiB/sec. | ||
| 1878 | 2024.07.19 18:46:27.733022 [ 3 ] {fb97d95b-3a3b-40c1-a865-550a88f5d037} <Debug> DynamicQueryHandler: Done processing query | ||
| 1879 | 2024.07.19 18:46:27.733051 [ 3 ] {fb97d95b-3a3b-40c1-a865-550a88f5d037} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 1880 | 2024.07.19 18:46:27.733068 [ 3 ] {} <Debug> HTTP-Session: d23c07ed-6042-45e6-8b38-aeb5d1e68c52 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1881 | 2024.07.19 18:46:27.733197 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 4790, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1882 | 2024.07.19 18:46:27.733249 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1883 | 2024.07.19 18:46:27.733270 [ 3 ] {} <Debug> HTTP-Session: 8953aaf6-f1e8-4b42-9991-91295320bac1 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 1884 | 2024.07.19 18:46:27.733287 [ 3 ] {} <Debug> HTTP-Session: 8953aaf6-f1e8-4b42-9991-91295320bac1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1885 | 2024.07.19 18:46:27.733301 [ 3 ] {} <Debug> HTTP-Session: 8953aaf6-f1e8-4b42-9991-91295320bac1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1886 | 2024.07.19 18:46:27.733338 [ 3 ] {} <Trace> HTTP-Session: 8953aaf6-f1e8-4b42-9991-91295320bac1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1887 | 2024.07.19 18:46:27.733449 [ 3 ] {cd7812e7-7bb9-4a58-938d-cd143c8bb89c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1888 | 2024.07.19 18:46:27.733492 [ 3 ] {cd7812e7-7bb9-4a58-938d-cd143c8bb89c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1889 | 2024.07.19 18:46:27.733643 [ 3 ] {cd7812e7-7bb9-4a58-938d-cd143c8bb89c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1890 | 2024.07.19 18:46:27.733952 [ 3 ] {cd7812e7-7bb9-4a58-938d-cd143c8bb89c} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1891 | 2024.07.19 18:46:27.733991 [ 3 ] {cd7812e7-7bb9-4a58-938d-cd143c8bb89c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 1892 | 2024.07.19 18:46:27.734296 [ 3 ] {cd7812e7-7bb9-4a58-938d-cd143c8bb89c} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1893 | 2024.07.19 18:46:27.734604 [ 3 ] {cd7812e7-7bb9-4a58-938d-cd143c8bb89c} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1894 | 2024.07.19 18:46:27.734723 [ 3 ] {cd7812e7-7bb9-4a58-938d-cd143c8bb89c} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001305 sec., 21455.938697318008 rows/sec., 1.67 MiB/sec. | ||
| 1895 | 2024.07.19 18:46:27.735005 [ 3 ] {cd7812e7-7bb9-4a58-938d-cd143c8bb89c} <Debug> DynamicQueryHandler: Done processing query | ||
| 1896 | 2024.07.19 18:46:27.735031 [ 3 ] {cd7812e7-7bb9-4a58-938d-cd143c8bb89c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 1897 | 2024.07.19 18:46:27.735048 [ 3 ] {} <Debug> HTTP-Session: 8953aaf6-f1e8-4b42-9991-91295320bac1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1898 | 2024.07.19 18:46:27.735185 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1899 | 2024.07.19 18:46:27.735234 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1900 | 2024.07.19 18:46:27.735254 [ 3 ] {} <Debug> HTTP-Session: 3381adf7-2fca-4a3d-9c85-3f08f36c995c Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 1901 | 2024.07.19 18:46:27.735271 [ 3 ] {} <Debug> HTTP-Session: 3381adf7-2fca-4a3d-9c85-3f08f36c995c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1902 | 2024.07.19 18:46:27.735284 [ 3 ] {} <Debug> HTTP-Session: 3381adf7-2fca-4a3d-9c85-3f08f36c995c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1903 | 2024.07.19 18:46:27.735316 [ 3 ] {} <Trace> HTTP-Session: 3381adf7-2fca-4a3d-9c85-3f08f36c995c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1904 | 2024.07.19 18:46:27.735434 [ 3 ] {8724cd0f-d7cc-4b52-ae72-91e683a23ae8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1905 | 2024.07.19 18:46:27.735483 [ 3 ] {8724cd0f-d7cc-4b52-ae72-91e683a23ae8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1906 | 2024.07.19 18:46:27.735651 [ 3 ] {8724cd0f-d7cc-4b52-ae72-91e683a23ae8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1907 | 2024.07.19 18:46:27.735963 [ 3 ] {8724cd0f-d7cc-4b52-ae72-91e683a23ae8} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1908 | 2024.07.19 18:46:27.735999 [ 3 ] {8724cd0f-d7cc-4b52-ae72-91e683a23ae8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 1909 | 2024.07.19 18:46:27.736379 [ 3 ] {8724cd0f-d7cc-4b52-ae72-91e683a23ae8} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1910 | 2024.07.19 18:46:27.736712 [ 3 ] {8724cd0f-d7cc-4b52-ae72-91e683a23ae8} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1911 | 2024.07.19 18:46:27.736836 [ 3 ] {8724cd0f-d7cc-4b52-ae72-91e683a23ae8} <Debug> executeQuery: Read 50 rows, 3.55 KiB in 0.00144 sec., 34722.22222222222 rows/sec., 2.41 MiB/sec. | ||
| 1912 | 2024.07.19 18:46:27.737001 [ 3 ] {8724cd0f-d7cc-4b52-ae72-91e683a23ae8} <Debug> DynamicQueryHandler: Done processing query | ||
| 1913 | 2024.07.19 18:46:27.737027 [ 3 ] {8724cd0f-d7cc-4b52-ae72-91e683a23ae8} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 1914 | 2024.07.19 18:46:27.737044 [ 3 ] {} <Debug> HTTP-Session: 3381adf7-2fca-4a3d-9c85-3f08f36c995c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1915 | 2024.07.19 18:46:27.737192 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 3107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1916 | 2024.07.19 18:46:27.737241 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1917 | 2024.07.19 18:46:27.737261 [ 3 ] {} <Debug> HTTP-Session: 54248f25-2c8c-4f81-a1e9-441d25886d73 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 1918 | 2024.07.19 18:46:27.737277 [ 3 ] {} <Debug> HTTP-Session: 54248f25-2c8c-4f81-a1e9-441d25886d73 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1919 | 2024.07.19 18:46:27.737291 [ 3 ] {} <Debug> HTTP-Session: 54248f25-2c8c-4f81-a1e9-441d25886d73 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1920 | 2024.07.19 18:46:27.737322 [ 3 ] {} <Trace> HTTP-Session: 54248f25-2c8c-4f81-a1e9-441d25886d73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1921 | 2024.07.19 18:46:27.737423 [ 3 ] {55c58dbf-42c4-4c7a-aa82-a3b50779e98f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 1922 | 2024.07.19 18:46:27.737469 [ 3 ] {55c58dbf-42c4-4c7a-aa82-a3b50779e98f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1923 | 2024.07.19 18:46:27.737595 [ 3 ] {55c58dbf-42c4-4c7a-aa82-a3b50779e98f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1924 | 2024.07.19 18:46:27.737857 [ 3 ] {55c58dbf-42c4-4c7a-aa82-a3b50779e98f} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1925 | 2024.07.19 18:46:27.737894 [ 3 ] {55c58dbf-42c4-4c7a-aa82-a3b50779e98f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 1926 | 2024.07.19 18:46:27.738246 [ 3 ] {55c58dbf-42c4-4c7a-aa82-a3b50779e98f} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1927 | 2024.07.19 18:46:27.738566 [ 3 ] {55c58dbf-42c4-4c7a-aa82-a3b50779e98f} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1928 | 2024.07.19 18:46:27.738695 [ 3 ] {55c58dbf-42c4-4c7a-aa82-a3b50779e98f} <Debug> executeQuery: Read 20 rows, 1.41 KiB in 0.001301 sec., 15372.790161414296 rows/sec., 1.06 MiB/sec. | ||
| 1929 | 2024.07.19 18:46:27.738884 [ 3 ] {55c58dbf-42c4-4c7a-aa82-a3b50779e98f} <Debug> DynamicQueryHandler: Done processing query | ||
| 1930 | 2024.07.19 18:46:27.738909 [ 3 ] {55c58dbf-42c4-4c7a-aa82-a3b50779e98f} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 1931 | 2024.07.19 18:46:27.738925 [ 3 ] {} <Debug> HTTP-Session: 54248f25-2c8c-4f81-a1e9-441d25886d73 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1932 | 2024.07.19 18:46:30.513568 [ 83 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1933 | 2024.07.19 18:46:30.513620 [ 83 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1934 | 2024.07.19 18:46:32.730468 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 990, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1935 | 2024.07.19 18:46:32.730596 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1936 | 2024.07.19 18:46:32.730620 [ 3 ] {} <Debug> HTTP-Session: 95fc561a-215e-48b1-a633-f372d059f7b5 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 1937 | 2024.07.19 18:46:32.730644 [ 3 ] {} <Debug> HTTP-Session: 95fc561a-215e-48b1-a633-f372d059f7b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1938 | 2024.07.19 18:46:32.730659 [ 3 ] {} <Debug> HTTP-Session: 95fc561a-215e-48b1-a633-f372d059f7b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1939 | 2024.07.19 18:46:32.730706 [ 3 ] {} <Trace> HTTP-Session: 95fc561a-215e-48b1-a633-f372d059f7b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1940 | 2024.07.19 18:46:32.730939 [ 3 ] {4064cd0b-3308-45b5-8983-53d61ce367e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) 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', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 1941 | 2024.07.19 18:46:32.731309 [ 3 ] {4064cd0b-3308-45b5-8983-53d61ce367e6} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1942 | 2024.07.19 18:46:32.731354 [ 3 ] {4064cd0b-3308-45b5-8983-53d61ce367e6} <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', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent')" moved to PREWHERE | ||
| 1943 | 2024.07.19 18:46:32.731668 [ 3 ] {4064cd0b-3308-45b5-8983-53d61ce367e6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1944 | 2024.07.19 18:46:32.731749 [ 3 ] {4064cd0b-3308-45b5-8983-53d61ce367e6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1945 | 2024.07.19 18:46:32.731917 [ 3 ] {4064cd0b-3308-45b5-8983-53d61ce367e6} <Debug> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
| 1946 | 2024.07.19 18:46:32.732050 [ 255 ] {4064cd0b-3308-45b5-8983-53d61ce367e6} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1947 | 2024.07.19 18:46:32.732050 [ 251 ] {4064cd0b-3308-45b5-8983-53d61ce367e6} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1948 | 2024.07.19 18:46:32.732183 [ 3 ] {4064cd0b-3308-45b5-8983-53d61ce367e6} <Debug> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (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 | ||
| 1949 | 2024.07.19 18:46:32.732215 [ 3 ] {4064cd0b-3308-45b5-8983-53d61ce367e6} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1950 | 2024.07.19 18:46:32.734439 [ 3 ] {4064cd0b-3308-45b5-8983-53d61ce367e6} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1951 | 2024.07.19 18:46:32.736407 [ 3 ] {4064cd0b-3308-45b5-8983-53d61ce367e6} <Debug> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Reading approx. 24 rows with 2 streams | ||
| 1952 | 2024.07.19 18:46:32.736474 [ 3 ] {4064cd0b-3308-45b5-8983-53d61ce367e6} <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', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent'))" | ||
| 1953 | 2024.07.19 18:46:32.736519 [ 3 ] {4064cd0b-3308-45b5-8983-53d61ce367e6} <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', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent'))" | ||
| 1954 | 2024.07.19 18:46:32.738399 [ 3 ] {4064cd0b-3308-45b5-8983-53d61ce367e6} <Debug> executeQuery: Read 24 rows, 1020.00 B in 0.007564 sec., 3172.9243786356424 rows/sec., 131.69 KiB/sec. | ||
| 1955 | 2024.07.19 18:46:32.738759 [ 3 ] {4064cd0b-3308-45b5-8983-53d61ce367e6} <Debug> DynamicQueryHandler: Done processing query | ||
| 1956 | 2024.07.19 18:46:32.738787 [ 3 ] {4064cd0b-3308-45b5-8983-53d61ce367e6} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 1957 | 2024.07.19 18:46:32.738803 [ 3 ] {} <Debug> HTTP-Session: 95fc561a-215e-48b1-a633-f372d059f7b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1958 | 2024.07.19 18:46:32.740076 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 452, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1959 | 2024.07.19 18:46:32.740129 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1960 | 2024.07.19 18:46:32.740150 [ 3 ] {} <Debug> HTTP-Session: 0b88dcbd-0fd2-46b3-8eba-d80e478e71bc Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 1961 | 2024.07.19 18:46:32.740168 [ 3 ] {} <Debug> HTTP-Session: 0b88dcbd-0fd2-46b3-8eba-d80e478e71bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1962 | 2024.07.19 18:46:32.740182 [ 3 ] {} <Debug> HTTP-Session: 0b88dcbd-0fd2-46b3-8eba-d80e478e71bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1963 | 2024.07.19 18:46:32.740218 [ 3 ] {} <Trace> HTTP-Session: 0b88dcbd-0fd2-46b3-8eba-d80e478e71bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1964 | 2024.07.19 18:46:32.740336 [ 3 ] {d32a73b5-e7c5-43f8-952b-ca08ef342d80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
| 1965 | 2024.07.19 18:46:32.740388 [ 3 ] {d32a73b5-e7c5-43f8-952b-ca08ef342d80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1966 | 2024.07.19 18:46:32.740557 [ 3 ] {d32a73b5-e7c5-43f8-952b-ca08ef342d80} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1967 | 2024.07.19 18:46:32.740918 [ 3 ] {d32a73b5-e7c5-43f8-952b-ca08ef342d80} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1968 | 2024.07.19 18:46:32.740957 [ 3 ] {d32a73b5-e7c5-43f8-952b-ca08ef342d80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 1969 | 2024.07.19 18:46:32.741445 [ 3 ] {d32a73b5-e7c5-43f8-952b-ca08ef342d80} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1970 | 2024.07.19 18:46:32.741764 [ 3 ] {d32a73b5-e7c5-43f8-952b-ca08ef342d80} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1971 | 2024.07.19 18:46:32.741923 [ 3 ] {d32a73b5-e7c5-43f8-952b-ca08ef342d80} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.001618 sec., 618.0469715698392 rows/sec., 140.03 KiB/sec. | ||
| 1972 | 2024.07.19 18:46:32.742208 [ 3 ] {d32a73b5-e7c5-43f8-952b-ca08ef342d80} <Debug> DynamicQueryHandler: Done processing query | ||
| 1973 | 2024.07.19 18:46:32.742234 [ 3 ] {d32a73b5-e7c5-43f8-952b-ca08ef342d80} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 1974 | 2024.07.19 18:46:32.742250 [ 3 ] {} <Debug> HTTP-Session: 0b88dcbd-0fd2-46b3-8eba-d80e478e71bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1975 | 2024.07.19 18:46:32.742359 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 3782, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1976 | 2024.07.19 18:46:32.742407 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1977 | 2024.07.19 18:46:32.742454 [ 3 ] {} <Debug> HTTP-Session: e09a179f-4027-4f32-8fb3-805b7e9943bf Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 1978 | 2024.07.19 18:46:32.742471 [ 3 ] {} <Debug> HTTP-Session: e09a179f-4027-4f32-8fb3-805b7e9943bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1979 | 2024.07.19 18:46:32.742486 [ 3 ] {} <Debug> HTTP-Session: e09a179f-4027-4f32-8fb3-805b7e9943bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1980 | 2024.07.19 18:46:32.742516 [ 3 ] {} <Trace> HTTP-Session: e09a179f-4027-4f32-8fb3-805b7e9943bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1981 | 2024.07.19 18:46:32.742618 [ 3 ] {7beb6d58-ecea-4156-a94b-432861dca220} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 1982 | 2024.07.19 18:46:32.742661 [ 3 ] {7beb6d58-ecea-4156-a94b-432861dca220} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 1983 | 2024.07.19 18:46:32.742804 [ 3 ] {7beb6d58-ecea-4156-a94b-432861dca220} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1984 | 2024.07.19 18:46:32.743128 [ 3 ] {7beb6d58-ecea-4156-a94b-432861dca220} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1985 | 2024.07.19 18:46:32.743164 [ 3 ] {7beb6d58-ecea-4156-a94b-432861dca220} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 1986 | 2024.07.19 18:46:32.743470 [ 3 ] {7beb6d58-ecea-4156-a94b-432861dca220} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1987 | 2024.07.19 18:46:32.743788 [ 3 ] {7beb6d58-ecea-4156-a94b-432861dca220} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1988 | 2024.07.19 18:46:32.743941 [ 79 ] {} <Debug> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1989 | 2024.07.19 18:46:32.743947 [ 3 ] {7beb6d58-ecea-4156-a94b-432861dca220} <Debug> executeQuery: Read 26 rows, 2.11 KiB in 0.001349 sec., 19273.53595255745 rows/sec., 1.53 MiB/sec. | ||
| 1990 | 2024.07.19 18:46:32.744034 [ 79 ] {} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1991 | 2024.07.19 18:46:32.744103 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 1992 | 2024.07.19 18:46:32.744256 [ 3 ] {7beb6d58-ecea-4156-a94b-432861dca220} <Debug> DynamicQueryHandler: Done processing query | ||
| 1993 | 2024.07.19 18:46:32.744311 [ 3 ] {7beb6d58-ecea-4156-a94b-432861dca220} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 1994 | 2024.07.19 18:46:32.744341 [ 3 ] {} <Debug> HTTP-Session: e09a179f-4027-4f32-8fb3-805b7e9943bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1995 | 2024.07.19 18:46:32.744361 [ 190 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::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 | ||
| 1996 | 2024.07.19 18:46:32.744472 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1997 | 2024.07.19 18:46:32.744577 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1998 | 2024.07.19 18:46:32.744627 [ 3 ] {} <Debug> HTTP-Session: a6acfb26-6837-44f7-aecd-4791b259d04c Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 1999 | 2024.07.19 18:46:32.744678 [ 3 ] {} <Debug> HTTP-Session: a6acfb26-6837-44f7-aecd-4791b259d04c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2000 | 2024.07.19 18:46:32.744690 [ 190 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2001 | 2024.07.19 18:46:32.744707 [ 3 ] {} <Debug> HTTP-Session: a6acfb26-6837-44f7-aecd-4791b259d04c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2002 | 2024.07.19 18:46:32.744752 [ 190 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 24 rows starting from the beginning of the part | ||
| 2003 | 2024.07.19 18:46:32.744773 [ 3 ] {} <Trace> HTTP-Session: a6acfb26-6837-44f7-aecd-4791b259d04c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2004 | 2024.07.19 18:46:32.744984 [ 190 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 25 rows starting from the beginning of the part | ||
| 2005 | 2024.07.19 18:46:32.745099 [ 3 ] {2125fdec-238f-4e0a-bf71-1ee3e9af4a70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 2006 | 2024.07.19 18:46:32.745324 [ 190 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 26 rows starting from the beginning of the part | ||
| 2007 | 2024.07.19 18:46:32.745411 [ 3 ] {2125fdec-238f-4e0a-bf71-1ee3e9af4a70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2008 | 2024.07.19 18:46:32.745605 [ 190 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 26 rows starting from the beginning of the part | ||
| 2009 | 2024.07.19 18:46:32.745863 [ 190 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 26 rows starting from the beginning of the part | ||
| 2010 | 2024.07.19 18:46:32.746117 [ 190 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 26 rows starting from the beginning of the part | ||
| 2011 | 2024.07.19 18:46:32.746790 [ 3 ] {2125fdec-238f-4e0a-bf71-1ee3e9af4a70} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2012 | 2024.07.19 18:46:32.747444 [ 3 ] {2125fdec-238f-4e0a-bf71-1ee3e9af4a70} <Trace> oximeter.fields_ipaddr (5b198a67-6d84-4324-b6a3-e6f140922631): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2013 | 2024.07.19 18:46:32.747507 [ 3 ] {2125fdec-238f-4e0a-bf71-1ee3e9af4a70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 2014 | 2024.07.19 18:46:32.748411 [ 3 ] {2125fdec-238f-4e0a-bf71-1ee3e9af4a70} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2015 | 2024.07.19 18:46:32.748805 [ 190 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 153 rows, containing 4 columns (4 merged, 0 gathered) in 0.004573762 sec., 33451.675010636754 rows/sec., 2.65 MiB/sec. | ||
| 2016 | 2024.07.19 18:46:32.749015 [ 190 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2017 | 2024.07.19 18:46:32.749193 [ 3 ] {2125fdec-238f-4e0a-bf71-1ee3e9af4a70} <Trace> oximeter.fields_ipaddr (5b198a67-6d84-4324-b6a3-e6f140922631): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2018 | 2024.07.19 18:46:32.749649 [ 3 ] {2125fdec-238f-4e0a-bf71-1ee3e9af4a70} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.004716 sec., 424.08821034775235 rows/sec., 34.58 KiB/sec. | ||
| 2019 | 2024.07.19 18:46:32.750100 [ 3 ] {2125fdec-238f-4e0a-bf71-1ee3e9af4a70} <Debug> DynamicQueryHandler: Done processing query | ||
| 2020 | 2024.07.19 18:46:32.750155 [ 3 ] {2125fdec-238f-4e0a-bf71-1ee3e9af4a70} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 2021 | 2024.07.19 18:46:32.750186 [ 3 ] {} <Debug> HTTP-Session: a6acfb26-6837-44f7-aecd-4791b259d04c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2022 | 2024.07.19 18:46:32.750186 [ 190 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_6_1} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2023 | 2024.07.19 18:46:32.750292 [ 190 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_6_1} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2024 | 2024.07.19 18:46:32.750335 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 15593, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2025 | 2024.07.19 18:46:32.750429 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 2026 | 2024.07.19 18:46:32.750446 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2027 | 2024.07.19 18:46:32.750486 [ 3 ] {} <Debug> HTTP-Session: 9c161256-aeb4-4747-854e-89b16aaab1fc Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 2028 | 2024.07.19 18:46:32.750503 [ 3 ] {} <Debug> HTTP-Session: 9c161256-aeb4-4747-854e-89b16aaab1fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2029 | 2024.07.19 18:46:32.750517 [ 3 ] {} <Debug> HTTP-Session: 9c161256-aeb4-4747-854e-89b16aaab1fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2030 | 2024.07.19 18:46:32.750548 [ 3 ] {} <Trace> HTTP-Session: 9c161256-aeb4-4747-854e-89b16aaab1fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2031 | 2024.07.19 18:46:32.750680 [ 3 ] {892d0554-8ba2-496c-a2e7-40f390d6a3d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2032 | 2024.07.19 18:46:32.750723 [ 3 ] {892d0554-8ba2-496c-a2e7-40f390d6a3d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2033 | 2024.07.19 18:46:32.750866 [ 3 ] {892d0554-8ba2-496c-a2e7-40f390d6a3d6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2034 | 2024.07.19 18:46:32.751225 [ 3 ] {892d0554-8ba2-496c-a2e7-40f390d6a3d6} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2035 | 2024.07.19 18:46:32.751260 [ 3 ] {892d0554-8ba2-496c-a2e7-40f390d6a3d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 2036 | 2024.07.19 18:46:32.751585 [ 3 ] {892d0554-8ba2-496c-a2e7-40f390d6a3d6} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2037 | 2024.07.19 18:46:32.751903 [ 3 ] {892d0554-8ba2-496c-a2e7-40f390d6a3d6} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2038 | 2024.07.19 18:46:32.752059 [ 3 ] {892d0554-8ba2-496c-a2e7-40f390d6a3d6} <Debug> executeQuery: Read 105 rows, 9.18 KiB in 0.001424 sec., 73735.95505617978 rows/sec., 6.29 MiB/sec. | ||
| 2039 | 2024.07.19 18:46:32.752337 [ 3 ] {892d0554-8ba2-496c-a2e7-40f390d6a3d6} <Debug> DynamicQueryHandler: Done processing query | ||
| 2040 | 2024.07.19 18:46:32.752362 [ 3 ] {892d0554-8ba2-496c-a2e7-40f390d6a3d6} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 2041 | 2024.07.19 18:46:32.752377 [ 3 ] {} <Debug> HTTP-Session: 9c161256-aeb4-4747-854e-89b16aaab1fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2042 | 2024.07.19 18:46:32.752477 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2043 | 2024.07.19 18:46:32.752524 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2044 | 2024.07.19 18:46:32.752542 [ 3 ] {} <Debug> HTTP-Session: f754d0d7-d43f-4ab5-957c-c716c1b74300 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 2045 | 2024.07.19 18:46:32.752558 [ 3 ] {} <Debug> HTTP-Session: f754d0d7-d43f-4ab5-957c-c716c1b74300 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2046 | 2024.07.19 18:46:32.752571 [ 3 ] {} <Debug> HTTP-Session: f754d0d7-d43f-4ab5-957c-c716c1b74300 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2047 | 2024.07.19 18:46:32.752601 [ 3 ] {} <Trace> HTTP-Session: f754d0d7-d43f-4ab5-957c-c716c1b74300 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2048 | 2024.07.19 18:46:32.752693 [ 3 ] {a19dca6e-4911-4f50-beaa-509200ad05ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 2049 | 2024.07.19 18:46:32.752737 [ 3 ] {a19dca6e-4911-4f50-beaa-509200ad05ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2050 | 2024.07.19 18:46:32.752879 [ 3 ] {a19dca6e-4911-4f50-beaa-509200ad05ac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2051 | 2024.07.19 18:46:32.755461 [ 3 ] {a19dca6e-4911-4f50-beaa-509200ad05ac} <Trace> oximeter.fields_u16 (3a790436-232b-4913-bf8d-eba3067e022c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2052 | 2024.07.19 18:46:32.755503 [ 3 ] {a19dca6e-4911-4f50-beaa-509200ad05ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 2053 | 2024.07.19 18:46:32.755855 [ 3 ] {a19dca6e-4911-4f50-beaa-509200ad05ac} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2054 | 2024.07.19 18:46:32.756230 [ 3 ] {a19dca6e-4911-4f50-beaa-509200ad05ac} <Trace> oximeter.fields_u16 (3a790436-232b-4913-bf8d-eba3067e022c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2055 | 2024.07.19 18:46:32.756406 [ 3 ] {a19dca6e-4911-4f50-beaa-509200ad05ac} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.003731 sec., 536.0493165371214 rows/sec., 37.43 KiB/sec. | ||
| 2056 | 2024.07.19 18:46:32.756617 [ 3 ] {a19dca6e-4911-4f50-beaa-509200ad05ac} <Debug> DynamicQueryHandler: Done processing query | ||
| 2057 | 2024.07.19 18:46:32.756641 [ 3 ] {a19dca6e-4911-4f50-beaa-509200ad05ac} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 2058 | 2024.07.19 18:46:32.756656 [ 3 ] {} <Debug> HTTP-Session: f754d0d7-d43f-4ab5-957c-c716c1b74300 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2059 | 2024.07.19 18:46:32.756773 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9538, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2060 | 2024.07.19 18:46:32.756821 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2061 | 2024.07.19 18:46:32.756838 [ 3 ] {} <Debug> HTTP-Session: ea97a82e-9b00-4fc5-9de6-465cc228a9e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 2062 | 2024.07.19 18:46:32.756855 [ 3 ] {} <Debug> HTTP-Session: ea97a82e-9b00-4fc5-9de6-465cc228a9e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2063 | 2024.07.19 18:46:32.756868 [ 3 ] {} <Debug> HTTP-Session: ea97a82e-9b00-4fc5-9de6-465cc228a9e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2064 | 2024.07.19 18:46:32.756898 [ 3 ] {} <Trace> HTTP-Session: ea97a82e-9b00-4fc5-9de6-465cc228a9e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2065 | 2024.07.19 18:46:32.757002 [ 3 ] {855f278b-c8b1-4d09-8c37-46e7a6525bef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2066 | 2024.07.19 18:46:32.757044 [ 3 ] {855f278b-c8b1-4d09-8c37-46e7a6525bef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2067 | 2024.07.19 18:46:32.757168 [ 3 ] {855f278b-c8b1-4d09-8c37-46e7a6525bef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2068 | 2024.07.19 18:46:32.757474 [ 3 ] {855f278b-c8b1-4d09-8c37-46e7a6525bef} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2069 | 2024.07.19 18:46:32.757509 [ 3 ] {855f278b-c8b1-4d09-8c37-46e7a6525bef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 2070 | 2024.07.19 18:46:32.757804 [ 3 ] {855f278b-c8b1-4d09-8c37-46e7a6525bef} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2071 | 2024.07.19 18:46:32.758100 [ 3 ] {855f278b-c8b1-4d09-8c37-46e7a6525bef} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2072 | 2024.07.19 18:46:32.758250 [ 3 ] {855f278b-c8b1-4d09-8c37-46e7a6525bef} <Debug> executeQuery: Read 56 rows, 4.48 KiB in 0.001281 sec., 43715.84699453552 rows/sec., 3.42 MiB/sec. | ||
| 2073 | 2024.07.19 18:46:32.758397 [ 3 ] {855f278b-c8b1-4d09-8c37-46e7a6525bef} <Debug> DynamicQueryHandler: Done processing query | ||
| 2074 | 2024.07.19 18:46:32.758421 [ 3 ] {855f278b-c8b1-4d09-8c37-46e7a6525bef} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 2075 | 2024.07.19 18:46:32.758436 [ 3 ] {} <Debug> HTTP-Session: ea97a82e-9b00-4fc5-9de6-465cc228a9e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2076 | 2024.07.19 18:46:32.758543 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9801, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2077 | 2024.07.19 18:46:32.758589 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2078 | 2024.07.19 18:46:32.758608 [ 3 ] {} <Debug> HTTP-Session: c51be0cd-b667-4626-9c12-4d04aa83089d Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 2079 | 2024.07.19 18:46:32.758624 [ 3 ] {} <Debug> HTTP-Session: c51be0cd-b667-4626-9c12-4d04aa83089d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2080 | 2024.07.19 18:46:32.758638 [ 3 ] {} <Debug> HTTP-Session: c51be0cd-b667-4626-9c12-4d04aa83089d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2081 | 2024.07.19 18:46:32.758668 [ 3 ] {} <Trace> HTTP-Session: c51be0cd-b667-4626-9c12-4d04aa83089d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2082 | 2024.07.19 18:46:32.758779 [ 3 ] {c5f4a239-3288-4efa-99d4-1a8da33d9c1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2083 | 2024.07.19 18:46:32.758824 [ 3 ] {c5f4a239-3288-4efa-99d4-1a8da33d9c1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2084 | 2024.07.19 18:46:32.758965 [ 3 ] {c5f4a239-3288-4efa-99d4-1a8da33d9c1c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2085 | 2024.07.19 18:46:32.759266 [ 3 ] {c5f4a239-3288-4efa-99d4-1a8da33d9c1c} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2086 | 2024.07.19 18:46:32.759301 [ 3 ] {c5f4a239-3288-4efa-99d4-1a8da33d9c1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 2087 | 2024.07.19 18:46:32.759670 [ 3 ] {c5f4a239-3288-4efa-99d4-1a8da33d9c1c} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2088 | 2024.07.19 18:46:32.760003 [ 3 ] {c5f4a239-3288-4efa-99d4-1a8da33d9c1c} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2089 | 2024.07.19 18:46:32.760161 [ 3 ] {c5f4a239-3288-4efa-99d4-1a8da33d9c1c} <Debug> executeQuery: Read 51 rows, 3.62 KiB in 0.001417 sec., 35991.53140437544 rows/sec., 2.49 MiB/sec. | ||
| 2090 | 2024.07.19 18:46:32.760327 [ 3 ] {c5f4a239-3288-4efa-99d4-1a8da33d9c1c} <Debug> DynamicQueryHandler: Done processing query | ||
| 2091 | 2024.07.19 18:46:32.760351 [ 3 ] {c5f4a239-3288-4efa-99d4-1a8da33d9c1c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 2092 | 2024.07.19 18:46:32.760367 [ 3 ] {} <Debug> HTTP-Session: c51be0cd-b667-4626-9c12-4d04aa83089d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2093 | 2024.07.19 18:46:32.760514 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 41683, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2094 | 2024.07.19 18:46:32.760563 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2095 | 2024.07.19 18:46:32.760582 [ 3 ] {} <Debug> HTTP-Session: 4170308c-48c1-439e-ae30-a1f722bde5dc Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 2096 | 2024.07.19 18:46:32.760598 [ 3 ] {} <Debug> HTTP-Session: 4170308c-48c1-439e-ae30-a1f722bde5dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2097 | 2024.07.19 18:46:32.760611 [ 3 ] {} <Debug> HTTP-Session: 4170308c-48c1-439e-ae30-a1f722bde5dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2098 | 2024.07.19 18:46:32.760641 [ 3 ] {} <Trace> HTTP-Session: 4170308c-48c1-439e-ae30-a1f722bde5dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2099 | 2024.07.19 18:46:32.761346 [ 3 ] {35fe39f5-96f7-4d31-9b84-7d66082988c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 2100 | 2024.07.19 18:46:32.761412 [ 3 ] {35fe39f5-96f7-4d31-9b84-7d66082988c0} <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 | ||
| 2101 | 2024.07.19 18:46:32.761828 [ 3 ] {35fe39f5-96f7-4d31-9b84-7d66082988c0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2102 | 2024.07.19 18:46:32.762496 [ 3 ] {35fe39f5-96f7-4d31-9b84-7d66082988c0} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2103 | 2024.07.19 18:46:32.762532 [ 3 ] {35fe39f5-96f7-4d31-9b84-7d66082988c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 2104 | 2024.07.19 18:46:32.763229 [ 3 ] {35fe39f5-96f7-4d31-9b84-7d66082988c0} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2105 | 2024.07.19 18:46:32.763654 [ 3 ] {35fe39f5-96f7-4d31-9b84-7d66082988c0} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2106 | 2024.07.19 18:46:32.763817 [ 79 ] {} <Debug> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2107 | 2024.07.19 18:46:32.763846 [ 3 ] {35fe39f5-96f7-4d31-9b84-7d66082988c0} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.00312 sec., 8333.333333333334 rows/sec., 14.93 MiB/sec. | ||
| 2108 | 2024.07.19 18:46:32.763878 [ 79 ] {} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2109 | 2024.07.19 18:46:32.763955 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 2110 | 2024.07.19 18:46:32.764438 [ 201 ] {088d1ac2-6670-47c5-a942-9441d6520aec::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 | ||
| 2111 | 2024.07.19 18:46:32.764610 [ 3 ] {35fe39f5-96f7-4d31-9b84-7d66082988c0} <Debug> DynamicQueryHandler: Done processing query | ||
| 2112 | 2024.07.19 18:46:32.764643 [ 3 ] {35fe39f5-96f7-4d31-9b84-7d66082988c0} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 2113 | 2024.07.19 18:46:32.764670 [ 3 ] {} <Debug> HTTP-Session: 4170308c-48c1-439e-ae30-a1f722bde5dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2114 | 2024.07.19 18:46:32.764793 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 3107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2115 | 2024.07.19 18:46:32.764862 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2116 | 2024.07.19 18:46:32.764864 [ 201 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2117 | 2024.07.19 18:46:32.764884 [ 3 ] {} <Debug> HTTP-Session: 47707270-6c30-4988-9cd8-e824e38e9f69 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 2118 | 2024.07.19 18:46:32.764911 [ 3 ] {} <Debug> HTTP-Session: 47707270-6c30-4988-9cd8-e824e38e9f69 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2119 | 2024.07.19 18:46:32.764934 [ 3 ] {} <Debug> HTTP-Session: 47707270-6c30-4988-9cd8-e824e38e9f69 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2120 | 2024.07.19 18:46:32.764948 [ 201 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 24 rows starting from the beginning of the part | ||
| 2121 | 2024.07.19 18:46:32.764972 [ 3 ] {} <Trace> HTTP-Session: 47707270-6c30-4988-9cd8-e824e38e9f69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2122 | 2024.07.19 18:46:32.765207 [ 3 ] {afbedc84-1fdc-4770-8de5-1a46e79d56b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 2123 | 2024.07.19 18:46:32.765339 [ 3 ] {afbedc84-1fdc-4770-8de5-1a46e79d56b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2124 | 2024.07.19 18:46:32.765537 [ 201 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 25 rows starting from the beginning of the part | ||
| 2125 | 2024.07.19 18:46:32.766032 [ 3 ] {afbedc84-1fdc-4770-8de5-1a46e79d56b9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2126 | 2024.07.19 18:46:32.766204 [ 201 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 26 rows starting from the beginning of the part | ||
| 2127 | 2024.07.19 18:46:32.766804 [ 201 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 26 rows starting from the beginning of the part | ||
| 2128 | 2024.07.19 18:46:32.766859 [ 3 ] {afbedc84-1fdc-4770-8de5-1a46e79d56b9} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2129 | 2024.07.19 18:46:32.766908 [ 3 ] {afbedc84-1fdc-4770-8de5-1a46e79d56b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 2130 | 2024.07.19 18:46:32.767299 [ 201 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 26 rows starting from the beginning of the part | ||
| 2131 | 2024.07.19 18:46:32.767837 [ 201 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 26 rows starting from the beginning of the part | ||
| 2132 | 2024.07.19 18:46:32.767981 [ 3 ] {afbedc84-1fdc-4770-8de5-1a46e79d56b9} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2133 | 2024.07.19 18:46:32.768707 [ 3 ] {afbedc84-1fdc-4770-8de5-1a46e79d56b9} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2134 | 2024.07.19 18:46:32.768942 [ 3 ] {afbedc84-1fdc-4770-8de5-1a46e79d56b9} <Debug> executeQuery: Read 20 rows, 1.41 KiB in 0.003807 sec., 5253.480430785396 rows/sec., 369.39 KiB/sec. | ||
| 2135 | 2024.07.19 18:46:32.769188 [ 3 ] {afbedc84-1fdc-4770-8de5-1a46e79d56b9} <Debug> DynamicQueryHandler: Done processing query | ||
| 2136 | 2024.07.19 18:46:32.769216 [ 3 ] {afbedc84-1fdc-4770-8de5-1a46e79d56b9} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 2137 | 2024.07.19 18:46:32.769234 [ 3 ] {} <Debug> HTTP-Session: 47707270-6c30-4988-9cd8-e824e38e9f69 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2138 | 2024.07.19 18:46:32.775249 [ 201 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 153 rows, containing 19 columns (19 merged, 0 gathered) in 0.011168894 sec., 13698.76014581211 rows/sec., 24.55 MiB/sec. | ||
| 2139 | 2024.07.19 18:46:32.775612 [ 190 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2140 | 2024.07.19 18:46:32.776220 [ 190 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_6_1} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2141 | 2024.07.19 18:46:32.776301 [ 190 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_6_1} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2142 | 2024.07.19 18:46:32.776446 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.15 MiB. | ||
| 2143 | 2024.07.19 18:46:33.000169 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 177.91 MiB, peak 189.14 MiB, free memory in arenas 0.00 B, will set to 179.05 MiB (RSS), difference: 1.14 MiB | ||
| 2144 | 2024.07.19 18:46:37.731610 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 623, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2145 | 2024.07.19 18:46:37.731747 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2146 | 2024.07.19 18:46:37.731775 [ 3 ] {} <Debug> HTTP-Session: f36cd736-c441-44c8-bed0-2adfdaed3184 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 2147 | 2024.07.19 18:46:37.731802 [ 3 ] {} <Debug> HTTP-Session: f36cd736-c441-44c8-bed0-2adfdaed3184 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2148 | 2024.07.19 18:46:37.731819 [ 3 ] {} <Debug> HTTP-Session: f36cd736-c441-44c8-bed0-2adfdaed3184 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2149 | 2024.07.19 18:46:37.731871 [ 3 ] {} <Trace> HTTP-Session: f36cd736-c441-44c8-bed0-2adfdaed3184 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2150 | 2024.07.19 18:46:37.732062 [ 3 ] {0a96224d-a062-4818-b0ac-69743f95e8e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 2151 | 2024.07.19 18:46:37.732133 [ 3 ] {0a96224d-a062-4818-b0ac-69743f95e8e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 2152 | 2024.07.19 18:46:37.732342 [ 3 ] {0a96224d-a062-4818-b0ac-69743f95e8e6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2153 | 2024.07.19 18:46:37.732909 [ 3 ] {0a96224d-a062-4818-b0ac-69743f95e8e6} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2154 | 2024.07.19 18:46:37.732956 [ 3 ] {0a96224d-a062-4818-b0ac-69743f95e8e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 2155 | 2024.07.19 18:46:37.733327 [ 3 ] {0a96224d-a062-4818-b0ac-69743f95e8e6} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2156 | 2024.07.19 18:46:37.733673 [ 3 ] {0a96224d-a062-4818-b0ac-69743f95e8e6} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2157 | 2024.07.19 18:46:37.733846 [ 3 ] {0a96224d-a062-4818-b0ac-69743f95e8e6} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001797 sec., 2225.9321090706735 rows/sec., 180.42 KiB/sec. | ||
| 2158 | 2024.07.19 18:46:37.734050 [ 3 ] {0a96224d-a062-4818-b0ac-69743f95e8e6} <Debug> DynamicQueryHandler: Done processing query | ||
| 2159 | 2024.07.19 18:46:37.734077 [ 3 ] {0a96224d-a062-4818-b0ac-69743f95e8e6} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 2160 | 2024.07.19 18:46:37.734094 [ 3 ] {} <Debug> HTTP-Session: f36cd736-c441-44c8-bed0-2adfdaed3184 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2161 | 2024.07.19 18:46:37.734219 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 5508, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2162 | 2024.07.19 18:46:37.734270 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2163 | 2024.07.19 18:46:37.734290 [ 3 ] {} <Debug> HTTP-Session: eda05a0b-84c6-4f85-b701-4ea54353658d Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 2164 | 2024.07.19 18:46:37.734309 [ 3 ] {} <Debug> HTTP-Session: eda05a0b-84c6-4f85-b701-4ea54353658d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2165 | 2024.07.19 18:46:37.734324 [ 3 ] {} <Debug> HTTP-Session: eda05a0b-84c6-4f85-b701-4ea54353658d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2166 | 2024.07.19 18:46:37.734361 [ 3 ] {} <Trace> HTTP-Session: eda05a0b-84c6-4f85-b701-4ea54353658d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2167 | 2024.07.19 18:46:37.734476 [ 3 ] {1ad01b93-bf10-48f1-bfb9-0474a241b07d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2168 | 2024.07.19 18:46:37.734523 [ 3 ] {1ad01b93-bf10-48f1-bfb9-0474a241b07d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2169 | 2024.07.19 18:46:37.734650 [ 3 ] {1ad01b93-bf10-48f1-bfb9-0474a241b07d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2170 | 2024.07.19 18:46:37.734980 [ 3 ] {1ad01b93-bf10-48f1-bfb9-0474a241b07d} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2171 | 2024.07.19 18:46:37.735016 [ 3 ] {1ad01b93-bf10-48f1-bfb9-0474a241b07d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 2172 | 2024.07.19 18:46:37.735343 [ 3 ] {1ad01b93-bf10-48f1-bfb9-0474a241b07d} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2173 | 2024.07.19 18:46:37.735648 [ 3 ] {1ad01b93-bf10-48f1-bfb9-0474a241b07d} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2174 | 2024.07.19 18:46:37.735811 [ 3 ] {1ad01b93-bf10-48f1-bfb9-0474a241b07d} <Debug> executeQuery: Read 38 rows, 3.16 KiB in 0.001373 sec., 27676.620538965766 rows/sec., 2.25 MiB/sec. | ||
| 2175 | 2024.07.19 18:46:37.735974 [ 3 ] {1ad01b93-bf10-48f1-bfb9-0474a241b07d} <Debug> DynamicQueryHandler: Done processing query | ||
| 2176 | 2024.07.19 18:46:37.736000 [ 3 ] {1ad01b93-bf10-48f1-bfb9-0474a241b07d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 2177 | 2024.07.19 18:46:37.736017 [ 3 ] {} <Debug> HTTP-Session: eda05a0b-84c6-4f85-b701-4ea54353658d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2178 | 2024.07.19 18:46:37.736174 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 5973, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2179 | 2024.07.19 18:46:37.736221 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2180 | 2024.07.19 18:46:37.736240 [ 3 ] {} <Debug> HTTP-Session: 872717a6-fb07-4dbf-9c83-c0a3f5f5f2a5 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 2181 | 2024.07.19 18:46:37.736257 [ 3 ] {} <Debug> HTTP-Session: 872717a6-fb07-4dbf-9c83-c0a3f5f5f2a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2182 | 2024.07.19 18:46:37.736271 [ 3 ] {} <Debug> HTTP-Session: 872717a6-fb07-4dbf-9c83-c0a3f5f5f2a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2183 | 2024.07.19 18:46:37.736303 [ 3 ] {} <Trace> HTTP-Session: 872717a6-fb07-4dbf-9c83-c0a3f5f5f2a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2184 | 2024.07.19 18:46:37.736408 [ 3 ] {ff8042a2-b178-4b37-911d-a07c03ff45cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2185 | 2024.07.19 18:46:37.736452 [ 3 ] {ff8042a2-b178-4b37-911d-a07c03ff45cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2186 | 2024.07.19 18:46:37.736579 [ 3 ] {ff8042a2-b178-4b37-911d-a07c03ff45cc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2187 | 2024.07.19 18:46:37.736866 [ 3 ] {ff8042a2-b178-4b37-911d-a07c03ff45cc} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2188 | 2024.07.19 18:46:37.736903 [ 3 ] {ff8042a2-b178-4b37-911d-a07c03ff45cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 2189 | 2024.07.19 18:46:37.737211 [ 3 ] {ff8042a2-b178-4b37-911d-a07c03ff45cc} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2190 | 2024.07.19 18:46:37.737508 [ 3 ] {ff8042a2-b178-4b37-911d-a07c03ff45cc} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2191 | 2024.07.19 18:46:37.737660 [ 3 ] {ff8042a2-b178-4b37-911d-a07c03ff45cc} <Debug> executeQuery: Read 35 rows, 2.80 KiB in 0.001284 sec., 27258.566978193146 rows/sec., 2.13 MiB/sec. | ||
| 2192 | 2024.07.19 18:46:37.737827 [ 3 ] {ff8042a2-b178-4b37-911d-a07c03ff45cc} <Debug> DynamicQueryHandler: Done processing query | ||
| 2193 | 2024.07.19 18:46:37.737852 [ 3 ] {ff8042a2-b178-4b37-911d-a07c03ff45cc} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 2194 | 2024.07.19 18:46:37.737867 [ 3 ] {} <Debug> HTTP-Session: 872717a6-fb07-4dbf-9c83-c0a3f5f5f2a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2195 | 2024.07.19 18:46:37.737986 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2196 | 2024.07.19 18:46:37.738034 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2197 | 2024.07.19 18:46:37.738052 [ 3 ] {} <Debug> HTTP-Session: f39f15c6-e6d8-4425-a893-830e824daca3 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 2198 | 2024.07.19 18:46:37.738068 [ 3 ] {} <Debug> HTTP-Session: f39f15c6-e6d8-4425-a893-830e824daca3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2199 | 2024.07.19 18:46:37.738082 [ 3 ] {} <Debug> HTTP-Session: f39f15c6-e6d8-4425-a893-830e824daca3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2200 | 2024.07.19 18:46:37.738113 [ 3 ] {} <Trace> HTTP-Session: f39f15c6-e6d8-4425-a893-830e824daca3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2201 | 2024.07.19 18:46:37.738228 [ 3 ] {21e987d8-3ee7-4a32-9cd1-9a4b0d098edb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2202 | 2024.07.19 18:46:37.738276 [ 3 ] {21e987d8-3ee7-4a32-9cd1-9a4b0d098edb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2203 | 2024.07.19 18:46:37.738427 [ 3 ] {21e987d8-3ee7-4a32-9cd1-9a4b0d098edb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2204 | 2024.07.19 18:46:37.738723 [ 3 ] {21e987d8-3ee7-4a32-9cd1-9a4b0d098edb} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2205 | 2024.07.19 18:46:37.738759 [ 3 ] {21e987d8-3ee7-4a32-9cd1-9a4b0d098edb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 2206 | 2024.07.19 18:46:37.739138 [ 3 ] {21e987d8-3ee7-4a32-9cd1-9a4b0d098edb} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2207 | 2024.07.19 18:46:37.739468 [ 3 ] {21e987d8-3ee7-4a32-9cd1-9a4b0d098edb} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2208 | 2024.07.19 18:46:37.739619 [ 62 ] {} <Debug> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2209 | 2024.07.19 18:46:37.739626 [ 3 ] {21e987d8-3ee7-4a32-9cd1-9a4b0d098edb} <Debug> executeQuery: Read 50 rows, 3.55 KiB in 0.001431 sec., 34940.60097833683 rows/sec., 2.42 MiB/sec. | ||
| 2210 | 2024.07.19 18:46:37.739708 [ 62 ] {} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2211 | 2024.07.19 18:46:37.739782 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 2212 | 2024.07.19 18:46:37.739973 [ 3 ] {21e987d8-3ee7-4a32-9cd1-9a4b0d098edb} <Debug> DynamicQueryHandler: Done processing query | ||
| 2213 | 2024.07.19 18:46:37.739993 [ 198 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::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 | ||
| 2214 | 2024.07.19 18:46:37.740005 [ 3 ] {21e987d8-3ee7-4a32-9cd1-9a4b0d098edb} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 2215 | 2024.07.19 18:46:37.740045 [ 3 ] {} <Debug> HTTP-Session: f39f15c6-e6d8-4425-a893-830e824daca3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2216 | 2024.07.19 18:46:37.740167 [ 198 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2217 | 2024.07.19 18:46:37.740181 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 6354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2218 | 2024.07.19 18:46:37.740220 [ 198 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 332 rows starting from the beginning of the part | ||
| 2219 | 2024.07.19 18:46:37.740237 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2220 | 2024.07.19 18:46:37.740257 [ 3 ] {} <Debug> HTTP-Session: 4eb0116e-cab2-4c6b-bbab-5bfc10d282d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 2221 | 2024.07.19 18:46:37.740279 [ 3 ] {} <Debug> HTTP-Session: 4eb0116e-cab2-4c6b-bbab-5bfc10d282d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2222 | 2024.07.19 18:46:37.740300 [ 3 ] {} <Debug> HTTP-Session: 4eb0116e-cab2-4c6b-bbab-5bfc10d282d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2223 | 2024.07.19 18:46:37.740388 [ 3 ] {} <Trace> HTTP-Session: 4eb0116e-cab2-4c6b-bbab-5bfc10d282d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2224 | 2024.07.19 18:46:37.740422 [ 198 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 50 rows starting from the beginning of the part | ||
| 2225 | 2024.07.19 18:46:37.740837 [ 3 ] {1b8a1b9e-c896-4b25-aad8-5e863a1bed1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 2226 | 2024.07.19 18:46:37.740845 [ 198 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 50 rows starting from the beginning of the part | ||
| 2227 | 2024.07.19 18:46:37.741137 [ 198 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 50 rows starting from the beginning of the part | ||
| 2228 | 2024.07.19 18:46:37.741145 [ 3 ] {1b8a1b9e-c896-4b25-aad8-5e863a1bed1f} <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 | ||
| 2229 | 2024.07.19 18:46:37.741489 [ 198 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 51 rows starting from the beginning of the part | ||
| 2230 | 2024.07.19 18:46:37.741837 [ 198 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 50 rows starting from the beginning of the part | ||
| 2231 | 2024.07.19 18:46:37.742888 [ 3 ] {1b8a1b9e-c896-4b25-aad8-5e863a1bed1f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2232 | 2024.07.19 18:46:37.744028 [ 3 ] {1b8a1b9e-c896-4b25-aad8-5e863a1bed1f} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2233 | 2024.07.19 18:46:37.744071 [ 3 ] {1b8a1b9e-c896-4b25-aad8-5e863a1bed1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 2234 | 2024.07.19 18:46:37.744262 [ 198 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 583 rows, containing 5 columns (5 merged, 0 gathered) in 0.004355288 sec., 133860.2636610943 rows/sec., 9.37 MiB/sec. | ||
| 2235 | 2024.07.19 18:46:37.744418 [ 198 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2236 | 2024.07.19 18:46:37.745008 [ 198 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2237 | 2024.07.19 18:46:37.745064 [ 3 ] {1b8a1b9e-c896-4b25-aad8-5e863a1bed1f} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2238 | 2024.07.19 18:46:37.745091 [ 198 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2239 | 2024.07.19 18:46:37.745169 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
| 2240 | 2024.07.19 18:46:37.745492 [ 3 ] {1b8a1b9e-c896-4b25-aad8-5e863a1bed1f} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2241 | 2024.07.19 18:46:37.745719 [ 3 ] {1b8a1b9e-c896-4b25-aad8-5e863a1bed1f} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.005117 sec., 781.7080320500293 rows/sec., 1.40 MiB/sec. | ||
| 2242 | 2024.07.19 18:46:37.746323 [ 3 ] {1b8a1b9e-c896-4b25-aad8-5e863a1bed1f} <Debug> DynamicQueryHandler: Done processing query | ||
| 2243 | 2024.07.19 18:46:37.746348 [ 3 ] {1b8a1b9e-c896-4b25-aad8-5e863a1bed1f} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 2244 | 2024.07.19 18:46:37.746363 [ 3 ] {} <Debug> HTTP-Session: 4eb0116e-cab2-4c6b-bbab-5bfc10d282d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2245 | 2024.07.19 18:46:37.746473 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 513, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2246 | 2024.07.19 18:46:37.746522 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2247 | 2024.07.19 18:46:37.746542 [ 3 ] {} <Debug> HTTP-Session: dd88b0fa-ebbd-490d-8eba-4d807509b787 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 2248 | 2024.07.19 18:46:37.746559 [ 3 ] {} <Debug> HTTP-Session: dd88b0fa-ebbd-490d-8eba-4d807509b787 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2249 | 2024.07.19 18:46:37.746573 [ 3 ] {} <Debug> HTTP-Session: dd88b0fa-ebbd-490d-8eba-4d807509b787 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2250 | 2024.07.19 18:46:37.746604 [ 3 ] {} <Trace> HTTP-Session: dd88b0fa-ebbd-490d-8eba-4d807509b787 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2251 | 2024.07.19 18:46:37.746698 [ 3 ] {0589be29-e9af-44f0-b47b-dff8c7052e59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 2252 | 2024.07.19 18:46:37.746742 [ 3 ] {0589be29-e9af-44f0-b47b-dff8c7052e59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 2253 | 2024.07.19 18:46:37.746888 [ 3 ] {0589be29-e9af-44f0-b47b-dff8c7052e59} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2254 | 2024.07.19 18:46:37.747134 [ 3 ] {0589be29-e9af-44f0-b47b-dff8c7052e59} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2255 | 2024.07.19 18:46:37.747169 [ 3 ] {0589be29-e9af-44f0-b47b-dff8c7052e59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 2256 | 2024.07.19 18:46:37.747515 [ 3 ] {0589be29-e9af-44f0-b47b-dff8c7052e59} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2257 | 2024.07.19 18:46:37.747837 [ 3 ] {0589be29-e9af-44f0-b47b-dff8c7052e59} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2258 | 2024.07.19 18:46:37.747993 [ 3 ] {0589be29-e9af-44f0-b47b-dff8c7052e59} <Debug> executeQuery: Read 3 rows, 217.00 B in 0.001318 sec., 2276.176024279211 rows/sec., 160.78 KiB/sec. | ||
| 2259 | 2024.07.19 18:46:37.748153 [ 3 ] {0589be29-e9af-44f0-b47b-dff8c7052e59} <Debug> DynamicQueryHandler: Done processing query | ||
| 2260 | 2024.07.19 18:46:37.748178 [ 3 ] {0589be29-e9af-44f0-b47b-dff8c7052e59} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 2261 | 2024.07.19 18:46:37.748193 [ 3 ] {} <Debug> HTTP-Session: dd88b0fa-ebbd-490d-8eba-4d807509b787 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2262 | 2024.07.19 18:46:37.748317 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 3107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2263 | 2024.07.19 18:46:37.748363 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2264 | 2024.07.19 18:46:37.748382 [ 3 ] {} <Debug> HTTP-Session: 6f508419-75e2-4ace-b96d-add5f6796449 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 2265 | 2024.07.19 18:46:37.748398 [ 3 ] {} <Debug> HTTP-Session: 6f508419-75e2-4ace-b96d-add5f6796449 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2266 | 2024.07.19 18:46:37.748412 [ 3 ] {} <Debug> HTTP-Session: 6f508419-75e2-4ace-b96d-add5f6796449 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2267 | 2024.07.19 18:46:37.748442 [ 3 ] {} <Trace> HTTP-Session: 6f508419-75e2-4ace-b96d-add5f6796449 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2268 | 2024.07.19 18:46:37.748541 [ 3 ] {c134e41f-6cf5-49a1-9475-ebb4e9fd8f5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 2269 | 2024.07.19 18:46:37.748586 [ 3 ] {c134e41f-6cf5-49a1-9475-ebb4e9fd8f5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2270 | 2024.07.19 18:46:37.748711 [ 3 ] {c134e41f-6cf5-49a1-9475-ebb4e9fd8f5e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2271 | 2024.07.19 18:46:37.748994 [ 3 ] {c134e41f-6cf5-49a1-9475-ebb4e9fd8f5e} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2272 | 2024.07.19 18:46:37.749029 [ 3 ] {c134e41f-6cf5-49a1-9475-ebb4e9fd8f5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 2273 | 2024.07.19 18:46:37.749371 [ 3 ] {c134e41f-6cf5-49a1-9475-ebb4e9fd8f5e} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2274 | 2024.07.19 18:46:37.749692 [ 3 ] {c134e41f-6cf5-49a1-9475-ebb4e9fd8f5e} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2275 | 2024.07.19 18:46:37.749858 [ 3 ] {c134e41f-6cf5-49a1-9475-ebb4e9fd8f5e} <Debug> executeQuery: Read 20 rows, 1.41 KiB in 0.001335 sec., 14981.2734082397 rows/sec., 1.03 MiB/sec. | ||
| 2276 | 2024.07.19 18:46:37.749870 [ 62 ] {} <Debug> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2277 | 2024.07.19 18:46:37.749977 [ 62 ] {} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2278 | 2024.07.19 18:46:37.750051 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 2279 | 2024.07.19 18:46:37.750156 [ 3 ] {c134e41f-6cf5-49a1-9475-ebb4e9fd8f5e} <Debug> DynamicQueryHandler: Done processing query | ||
| 2280 | 2024.07.19 18:46:37.750200 [ 3 ] {c134e41f-6cf5-49a1-9475-ebb4e9fd8f5e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 2281 | 2024.07.19 18:46:37.750229 [ 3 ] {} <Debug> HTTP-Session: 6f508419-75e2-4ace-b96d-add5f6796449 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2282 | 2024.07.19 18:46:37.750254 [ 201 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::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 | ||
| 2283 | 2024.07.19 18:46:37.750393 [ 201 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2284 | 2024.07.19 18:46:37.750429 [ 201 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::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 | ||
| 2285 | 2024.07.19 18:46:37.750517 [ 201 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 20 rows starting from the beginning of the part | ||
| 2286 | 2024.07.19 18:46:37.750742 [ 201 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 20 rows starting from the beginning of the part | ||
| 2287 | 2024.07.19 18:46:37.750874 [ 201 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 20 rows starting from the beginning of the part | ||
| 2288 | 2024.07.19 18:46:37.751065 [ 201 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 20 rows starting from the beginning of the part | ||
| 2289 | 2024.07.19 18:46:37.751204 [ 201 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 20 rows starting from the beginning of the part | ||
| 2290 | 2024.07.19 18:46:37.752191 [ 198 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 108 rows, containing 4 columns (4 merged, 0 gathered) in 0.002025502 sec., 53320.11521094523 rows/sec., 3.66 MiB/sec. | ||
| 2291 | 2024.07.19 18:46:37.752306 [ 198 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2292 | 2024.07.19 18:46:37.752709 [ 198 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_6_1} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2293 | 2024.07.19 18:46:37.752791 [ 198 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_6_1} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2294 | 2024.07.19 18:46:37.752852 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 2295 | 2024.07.19 18:46:42.729722 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 1024, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2296 | 2024.07.19 18:46:42.729915 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2297 | 2024.07.19 18:46:42.729962 [ 3 ] {} <Debug> HTTP-Session: 15b2777e-3e83-4d6b-b97c-bb27c7f5cf1e Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 2298 | 2024.07.19 18:46:42.730004 [ 3 ] {} <Debug> HTTP-Session: 15b2777e-3e83-4d6b-b97c-bb27c7f5cf1e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2299 | 2024.07.19 18:46:42.730034 [ 3 ] {} <Debug> HTTP-Session: 15b2777e-3e83-4d6b-b97c-bb27c7f5cf1e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2300 | 2024.07.19 18:46:42.730100 [ 3 ] {} <Trace> HTTP-Session: 15b2777e-3e83-4d6b-b97c-bb27c7f5cf1e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2301 | 2024.07.19 18:46:42.730330 [ 3 ] {e16da9d1-ff53-4c05-b598-a04fa6d834e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) 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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 2302 | 2024.07.19 18:46:42.730707 [ 3 ] {e16da9d1-ff53-4c05-b598-a04fa6d834e5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2303 | 2024.07.19 18:46:42.730754 [ 3 ] {e16da9d1-ff53-4c05-b598-a04fa6d834e5} <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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent')" moved to PREWHERE | ||
| 2304 | 2024.07.19 18:46:42.731095 [ 3 ] {e16da9d1-ff53-4c05-b598-a04fa6d834e5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2305 | 2024.07.19 18:46:42.731186 [ 3 ] {e16da9d1-ff53-4c05-b598-a04fa6d834e5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2306 | 2024.07.19 18:46:42.731357 [ 3 ] {e16da9d1-ff53-4c05-b598-a04fa6d834e5} <Debug> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
| 2307 | 2024.07.19 18:46:42.731539 [ 259 ] {e16da9d1-ff53-4c05-b598-a04fa6d834e5} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2308 | 2024.07.19 18:46:42.731582 [ 251 ] {e16da9d1-ff53-4c05-b598-a04fa6d834e5} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2309 | 2024.07.19 18:46:42.731582 [ 255 ] {e16da9d1-ff53-4c05-b598-a04fa6d834e5} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2310 | 2024.07.19 18:46:42.731783 [ 3 ] {e16da9d1-ff53-4c05-b598-a04fa6d834e5} <Debug> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
| 2311 | 2024.07.19 18:46:42.731815 [ 3 ] {e16da9d1-ff53-4c05-b598-a04fa6d834e5} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2312 | 2024.07.19 18:46:42.731905 [ 3 ] {e16da9d1-ff53-4c05-b598-a04fa6d834e5} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2313 | 2024.07.19 18:46:42.731927 [ 3 ] {e16da9d1-ff53-4c05-b598-a04fa6d834e5} <Debug> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Reading approx. 24 rows with 2 streams | ||
| 2314 | 2024.07.19 18:46:42.731967 [ 3 ] {e16da9d1-ff53-4c05-b598-a04fa6d834e5} <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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent'))" | ||
| 2315 | 2024.07.19 18:46:42.732019 [ 3 ] {e16da9d1-ff53-4c05-b598-a04fa6d834e5} <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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent'))" | ||
| 2316 | 2024.07.19 18:46:42.733509 [ 3 ] {e16da9d1-ff53-4c05-b598-a04fa6d834e5} <Debug> executeQuery: Read 24 rows, 1020.00 B in 0.003281 sec., 7314.84303565986 rows/sec., 303.59 KiB/sec. | ||
| 2317 | 2024.07.19 18:46:42.733855 [ 3 ] {e16da9d1-ff53-4c05-b598-a04fa6d834e5} <Debug> DynamicQueryHandler: Done processing query | ||
| 2318 | 2024.07.19 18:46:42.733883 [ 3 ] {e16da9d1-ff53-4c05-b598-a04fa6d834e5} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 2319 | 2024.07.19 18:46:42.733900 [ 3 ] {} <Debug> HTTP-Session: 15b2777e-3e83-4d6b-b97c-bb27c7f5cf1e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2320 | 2024.07.19 18:46:42.734132 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 1045, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2321 | 2024.07.19 18:46:42.734186 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2322 | 2024.07.19 18:46:42.734206 [ 3 ] {} <Debug> HTTP-Session: e11e3ecf-f032-467e-a15c-4adcb9843913 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 2323 | 2024.07.19 18:46:42.734223 [ 3 ] {} <Debug> HTTP-Session: e11e3ecf-f032-467e-a15c-4adcb9843913 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2324 | 2024.07.19 18:46:42.734237 [ 3 ] {} <Debug> HTTP-Session: e11e3ecf-f032-467e-a15c-4adcb9843913 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2325 | 2024.07.19 18:46:42.734272 [ 3 ] {} <Trace> HTTP-Session: e11e3ecf-f032-467e-a15c-4adcb9843913 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2326 | 2024.07.19 18:46:42.734424 [ 3 ] {acb0c647-57ce-4ca6-be62-c2faa3ac82aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) 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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 2327 | 2024.07.19 18:46:42.734709 [ 3 ] {acb0c647-57ce-4ca6-be62-c2faa3ac82aa} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2328 | 2024.07.19 18:46:42.734752 [ 3 ] {acb0c647-57ce-4ca6-be62-c2faa3ac82aa} <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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent')" moved to PREWHERE | ||
| 2329 | 2024.07.19 18:46:42.735028 [ 3 ] {acb0c647-57ce-4ca6-be62-c2faa3ac82aa} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2330 | 2024.07.19 18:46:42.735092 [ 3 ] {acb0c647-57ce-4ca6-be62-c2faa3ac82aa} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2331 | 2024.07.19 18:46:42.735227 [ 3 ] {acb0c647-57ce-4ca6-be62-c2faa3ac82aa} <Debug> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
| 2332 | 2024.07.19 18:46:42.735341 [ 258 ] {acb0c647-57ce-4ca6-be62-c2faa3ac82aa} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2333 | 2024.07.19 18:46:42.735367 [ 256 ] {acb0c647-57ce-4ca6-be62-c2faa3ac82aa} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2334 | 2024.07.19 18:46:42.735380 [ 259 ] {acb0c647-57ce-4ca6-be62-c2faa3ac82aa} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2335 | 2024.07.19 18:46:42.735524 [ 3 ] {acb0c647-57ce-4ca6-be62-c2faa3ac82aa} <Debug> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
| 2336 | 2024.07.19 18:46:42.735549 [ 3 ] {acb0c647-57ce-4ca6-be62-c2faa3ac82aa} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2337 | 2024.07.19 18:46:42.735627 [ 3 ] {acb0c647-57ce-4ca6-be62-c2faa3ac82aa} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2338 | 2024.07.19 18:46:42.735646 [ 3 ] {acb0c647-57ce-4ca6-be62-c2faa3ac82aa} <Debug> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Reading approx. 24 rows with 2 streams | ||
| 2339 | 2024.07.19 18:46:42.735691 [ 3 ] {acb0c647-57ce-4ca6-be62-c2faa3ac82aa} <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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent'))" | ||
| 2340 | 2024.07.19 18:46:42.735737 [ 3 ] {acb0c647-57ce-4ca6-be62-c2faa3ac82aa} <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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent'))" | ||
| 2341 | 2024.07.19 18:46:42.737011 [ 3 ] {acb0c647-57ce-4ca6-be62-c2faa3ac82aa} <Debug> executeQuery: Read 24 rows, 1020.00 B in 0.002659 sec., 9025.949605114705 rows/sec., 374.61 KiB/sec. | ||
| 2342 | 2024.07.19 18:46:42.737289 [ 3 ] {acb0c647-57ce-4ca6-be62-c2faa3ac82aa} <Debug> DynamicQueryHandler: Done processing query | ||
| 2343 | 2024.07.19 18:46:42.737314 [ 3 ] {acb0c647-57ce-4ca6-be62-c2faa3ac82aa} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 2344 | 2024.07.19 18:46:42.737330 [ 3 ] {} <Debug> HTTP-Session: e11e3ecf-f032-467e-a15c-4adcb9843913 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2345 | 2024.07.19 18:46:42.737761 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 1066, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2346 | 2024.07.19 18:46:42.737810 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2347 | 2024.07.19 18:46:42.737829 [ 3 ] {} <Debug> HTTP-Session: 0753e786-e53e-4aa6-97b2-52fee013d397 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 2348 | 2024.07.19 18:46:42.737845 [ 3 ] {} <Debug> HTTP-Session: 0753e786-e53e-4aa6-97b2-52fee013d397 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2349 | 2024.07.19 18:46:42.737858 [ 3 ] {} <Debug> HTTP-Session: 0753e786-e53e-4aa6-97b2-52fee013d397 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2350 | 2024.07.19 18:46:42.737889 [ 3 ] {} <Trace> HTTP-Session: 0753e786-e53e-4aa6-97b2-52fee013d397 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2351 | 2024.07.19 18:46:42.738028 [ 3 ] {d9585205-c540-47a9-8a7a-150386ad99a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) 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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 2352 | 2024.07.19 18:46:42.738299 [ 3 ] {d9585205-c540-47a9-8a7a-150386ad99a8} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2353 | 2024.07.19 18:46:42.738343 [ 3 ] {d9585205-c540-47a9-8a7a-150386ad99a8} <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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent')" moved to PREWHERE | ||
| 2354 | 2024.07.19 18:46:42.738618 [ 3 ] {d9585205-c540-47a9-8a7a-150386ad99a8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2355 | 2024.07.19 18:46:42.738682 [ 3 ] {d9585205-c540-47a9-8a7a-150386ad99a8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2356 | 2024.07.19 18:46:42.738815 [ 3 ] {d9585205-c540-47a9-8a7a-150386ad99a8} <Debug> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
| 2357 | 2024.07.19 18:46:42.738940 [ 256 ] {d9585205-c540-47a9-8a7a-150386ad99a8} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2358 | 2024.07.19 18:46:42.738973 [ 258 ] {d9585205-c540-47a9-8a7a-150386ad99a8} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2359 | 2024.07.19 18:46:42.738975 [ 260 ] {d9585205-c540-47a9-8a7a-150386ad99a8} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2360 | 2024.07.19 18:46:42.739102 [ 3 ] {d9585205-c540-47a9-8a7a-150386ad99a8} <Debug> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
| 2361 | 2024.07.19 18:46:42.739130 [ 3 ] {d9585205-c540-47a9-8a7a-150386ad99a8} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2362 | 2024.07.19 18:46:42.739209 [ 3 ] {d9585205-c540-47a9-8a7a-150386ad99a8} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2363 | 2024.07.19 18:46:42.739229 [ 3 ] {d9585205-c540-47a9-8a7a-150386ad99a8} <Debug> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Reading approx. 24 rows with 2 streams | ||
| 2364 | 2024.07.19 18:46:42.739266 [ 3 ] {d9585205-c540-47a9-8a7a-150386ad99a8} <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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent'))" | ||
| 2365 | 2024.07.19 18:46:42.739306 [ 3 ] {d9585205-c540-47a9-8a7a-150386ad99a8} <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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent'))" | ||
| 2366 | 2024.07.19 18:46:42.740572 [ 3 ] {d9585205-c540-47a9-8a7a-150386ad99a8} <Debug> executeQuery: Read 24 rows, 1020.00 B in 0.00261 sec., 9195.402298850575 rows/sec., 381.65 KiB/sec. | ||
| 2367 | 2024.07.19 18:46:42.740854 [ 3 ] {d9585205-c540-47a9-8a7a-150386ad99a8} <Debug> DynamicQueryHandler: Done processing query | ||
| 2368 | 2024.07.19 18:46:42.740879 [ 3 ] {d9585205-c540-47a9-8a7a-150386ad99a8} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 2369 | 2024.07.19 18:46:42.740895 [ 3 ] {} <Debug> HTTP-Session: 0753e786-e53e-4aa6-97b2-52fee013d397 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2370 | 2024.07.19 18:46:42.741194 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 1091, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2371 | 2024.07.19 18:46:42.741241 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2372 | 2024.07.19 18:46:42.741259 [ 3 ] {} <Debug> HTTP-Session: d07eb14b-d77b-4c04-a6c1-9526d80862f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 2373 | 2024.07.19 18:46:42.741275 [ 3 ] {} <Debug> HTTP-Session: d07eb14b-d77b-4c04-a6c1-9526d80862f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2374 | 2024.07.19 18:46:42.741289 [ 3 ] {} <Debug> HTTP-Session: d07eb14b-d77b-4c04-a6c1-9526d80862f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2375 | 2024.07.19 18:46:42.741320 [ 3 ] {} <Trace> HTTP-Session: d07eb14b-d77b-4c04-a6c1-9526d80862f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2376 | 2024.07.19 18:46:42.741462 [ 3 ] {e497e58f-cd2a-4d20-9581-7c3f27d9fa58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) 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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'switch_table:capacity') FORMAT JSONEachRow; (stage: Complete) | ||
| 2377 | 2024.07.19 18:46:42.741730 [ 3 ] {e497e58f-cd2a-4d20-9581-7c3f27d9fa58} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2378 | 2024.07.19 18:46:42.741772 [ 3 ] {e497e58f-cd2a-4d20-9581-7c3f27d9fa58} <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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'switch_table:capacity')" moved to PREWHERE | ||
| 2379 | 2024.07.19 18:46:42.742034 [ 3 ] {e497e58f-cd2a-4d20-9581-7c3f27d9fa58} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2380 | 2024.07.19 18:46:42.742093 [ 3 ] {e497e58f-cd2a-4d20-9581-7c3f27d9fa58} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2381 | 2024.07.19 18:46:42.742221 [ 3 ] {e497e58f-cd2a-4d20-9581-7c3f27d9fa58} <Debug> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
| 2382 | 2024.07.19 18:46:42.742312 [ 259 ] {e497e58f-cd2a-4d20-9581-7c3f27d9fa58} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2383 | 2024.07.19 18:46:42.742352 [ 256 ] {e497e58f-cd2a-4d20-9581-7c3f27d9fa58} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2384 | 2024.07.19 18:46:42.742357 [ 258 ] {e497e58f-cd2a-4d20-9581-7c3f27d9fa58} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2385 | 2024.07.19 18:46:42.742475 [ 3 ] {e497e58f-cd2a-4d20-9581-7c3f27d9fa58} <Debug> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
| 2386 | 2024.07.19 18:46:42.742503 [ 3 ] {e497e58f-cd2a-4d20-9581-7c3f27d9fa58} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2387 | 2024.07.19 18:46:42.742575 [ 3 ] {e497e58f-cd2a-4d20-9581-7c3f27d9fa58} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2388 | 2024.07.19 18:46:42.742593 [ 3 ] {e497e58f-cd2a-4d20-9581-7c3f27d9fa58} <Debug> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Reading approx. 24 rows with 2 streams | ||
| 2389 | 2024.07.19 18:46:42.742694 [ 3 ] {e497e58f-cd2a-4d20-9581-7c3f27d9fa58} <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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'switch_table:capacity'))" | ||
| 2390 | 2024.07.19 18:46:42.742733 [ 3 ] {e497e58f-cd2a-4d20-9581-7c3f27d9fa58} <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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'switch_table:capacity'))" | ||
| 2391 | 2024.07.19 18:46:42.743944 [ 3 ] {e497e58f-cd2a-4d20-9581-7c3f27d9fa58} <Debug> executeQuery: Read 24 rows, 1020.00 B in 0.002538 sec., 9456.264775413712 rows/sec., 392.47 KiB/sec. | ||
| 2392 | 2024.07.19 18:46:42.744211 [ 3 ] {e497e58f-cd2a-4d20-9581-7c3f27d9fa58} <Debug> DynamicQueryHandler: Done processing query | ||
| 2393 | 2024.07.19 18:46:42.744236 [ 3 ] {e497e58f-cd2a-4d20-9581-7c3f27d9fa58} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 2394 | 2024.07.19 18:46:42.744252 [ 3 ] {} <Debug> HTTP-Session: d07eb14b-d77b-4c04-a6c1-9526d80862f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2395 | 2024.07.19 18:46:42.744492 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 1117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2396 | 2024.07.19 18:46:42.744537 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2397 | 2024.07.19 18:46:42.744557 [ 3 ] {} <Debug> HTTP-Session: 16a559ba-b4d2-438b-a8d5-0e15de6e5c02 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 2398 | 2024.07.19 18:46:42.744573 [ 3 ] {} <Debug> HTTP-Session: 16a559ba-b4d2-438b-a8d5-0e15de6e5c02 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2399 | 2024.07.19 18:46:42.744587 [ 3 ] {} <Debug> HTTP-Session: 16a559ba-b4d2-438b-a8d5-0e15de6e5c02 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2400 | 2024.07.19 18:46:42.744618 [ 3 ] {} <Trace> HTTP-Session: 16a559ba-b4d2-438b-a8d5-0e15de6e5c02 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2401 | 2024.07.19 18:46:42.744763 [ 3 ] {7f921982-7181-4ffe-bed9-2d0a9b45afbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) 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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'switch_table:capacity', 'switch_table:occupancy') FORMAT JSONEachRow; (stage: Complete) | ||
| 2402 | 2024.07.19 18:46:42.745040 [ 3 ] {7f921982-7181-4ffe-bed9-2d0a9b45afbf} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2403 | 2024.07.19 18:46:42.745085 [ 3 ] {7f921982-7181-4ffe-bed9-2d0a9b45afbf} <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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE | ||
| 2404 | 2024.07.19 18:46:42.745367 [ 3 ] {7f921982-7181-4ffe-bed9-2d0a9b45afbf} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2405 | 2024.07.19 18:46:42.745431 [ 3 ] {7f921982-7181-4ffe-bed9-2d0a9b45afbf} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2406 | 2024.07.19 18:46:42.745565 [ 3 ] {7f921982-7181-4ffe-bed9-2d0a9b45afbf} <Debug> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
| 2407 | 2024.07.19 18:46:42.745680 [ 256 ] {7f921982-7181-4ffe-bed9-2d0a9b45afbf} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2408 | 2024.07.19 18:46:42.745702 [ 258 ] {7f921982-7181-4ffe-bed9-2d0a9b45afbf} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2409 | 2024.07.19 18:46:42.745687 [ 259 ] {7f921982-7181-4ffe-bed9-2d0a9b45afbf} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2410 | 2024.07.19 18:46:42.745826 [ 3 ] {7f921982-7181-4ffe-bed9-2d0a9b45afbf} <Debug> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
| 2411 | 2024.07.19 18:46:42.745849 [ 3 ] {7f921982-7181-4ffe-bed9-2d0a9b45afbf} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2412 | 2024.07.19 18:46:42.745925 [ 3 ] {7f921982-7181-4ffe-bed9-2d0a9b45afbf} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2413 | 2024.07.19 18:46:42.745944 [ 3 ] {7f921982-7181-4ffe-bed9-2d0a9b45afbf} <Debug> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Reading approx. 24 rows with 2 streams | ||
| 2414 | 2024.07.19 18:46:42.745982 [ 3 ] {7f921982-7181-4ffe-bed9-2d0a9b45afbf} <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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
| 2415 | 2024.07.19 18:46:42.746020 [ 3 ] {7f921982-7181-4ffe-bed9-2d0a9b45afbf} <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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
| 2416 | 2024.07.19 18:46:42.747202 [ 3 ] {7f921982-7181-4ffe-bed9-2d0a9b45afbf} <Debug> executeQuery: Read 24 rows, 1020.00 B in 0.002507 sec., 9573.195053849222 rows/sec., 397.32 KiB/sec. | ||
| 2417 | 2024.07.19 18:46:42.747465 [ 3 ] {7f921982-7181-4ffe-bed9-2d0a9b45afbf} <Debug> DynamicQueryHandler: Done processing query | ||
| 2418 | 2024.07.19 18:46:42.747489 [ 3 ] {7f921982-7181-4ffe-bed9-2d0a9b45afbf} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 2419 | 2024.07.19 18:46:42.747506 [ 3 ] {} <Debug> HTTP-Session: 16a559ba-b4d2-438b-a8d5-0e15de6e5c02 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2420 | 2024.07.19 18:46:42.747748 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 1141, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2421 | 2024.07.19 18:46:42.747796 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2422 | 2024.07.19 18:46:42.747814 [ 3 ] {} <Debug> HTTP-Session: 30cd991b-1f4b-47c0-935c-7e9454733f58 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 2423 | 2024.07.19 18:46:42.747830 [ 3 ] {} <Debug> HTTP-Session: 30cd991b-1f4b-47c0-935c-7e9454733f58 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2424 | 2024.07.19 18:46:42.747844 [ 3 ] {} <Debug> HTTP-Session: 30cd991b-1f4b-47c0-935c-7e9454733f58 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2425 | 2024.07.19 18:46:42.747875 [ 3 ] {} <Trace> HTTP-Session: 30cd991b-1f4b-47c0-935c-7e9454733f58 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2426 | 2024.07.19 18:46:42.748015 [ 3 ] {5f863c8b-02f3-4931-b297-4a9210276e2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) 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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT JSONEachRow; (stage: Complete) | ||
| 2427 | 2024.07.19 18:46:42.748295 [ 3 ] {5f863c8b-02f3-4931-b297-4a9210276e2f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2428 | 2024.07.19 18:46:42.748340 [ 3 ] {5f863c8b-02f3-4931-b297-4a9210276e2f} <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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
| 2429 | 2024.07.19 18:46:42.748628 [ 3 ] {5f863c8b-02f3-4931-b297-4a9210276e2f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2430 | 2024.07.19 18:46:42.748693 [ 3 ] {5f863c8b-02f3-4931-b297-4a9210276e2f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2431 | 2024.07.19 18:46:42.748829 [ 3 ] {5f863c8b-02f3-4931-b297-4a9210276e2f} <Debug> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Key condition: (column 0 notIn 30-element set) | ||
| 2432 | 2024.07.19 18:46:42.748965 [ 260 ] {5f863c8b-02f3-4931-b297-4a9210276e2f} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2433 | 2024.07.19 18:46:42.748977 [ 257 ] {5f863c8b-02f3-4931-b297-4a9210276e2f} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2434 | 2024.07.19 18:46:42.748991 [ 258 ] {5f863c8b-02f3-4931-b297-4a9210276e2f} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2435 | 2024.07.19 18:46:42.749141 [ 3 ] {5f863c8b-02f3-4931-b297-4a9210276e2f} <Debug> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
| 2436 | 2024.07.19 18:46:42.749186 [ 3 ] {5f863c8b-02f3-4931-b297-4a9210276e2f} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2437 | 2024.07.19 18:46:42.749290 [ 3 ] {5f863c8b-02f3-4931-b297-4a9210276e2f} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2438 | 2024.07.19 18:46:42.749315 [ 3 ] {5f863c8b-02f3-4931-b297-4a9210276e2f} <Debug> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Reading approx. 24 rows with 2 streams | ||
| 2439 | 2024.07.19 18:46:42.749365 [ 3 ] {5f863c8b-02f3-4931-b297-4a9210276e2f} <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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 2440 | 2024.07.19 18:46:42.749415 [ 3 ] {5f863c8b-02f3-4931-b297-4a9210276e2f} <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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 2441 | 2024.07.19 18:46:42.750476 [ 3 ] {5f863c8b-02f3-4931-b297-4a9210276e2f} <Debug> executeQuery: Read 24 rows, 1020.00 B in 0.002529 sec., 9489.916963226571 rows/sec., 393.87 KiB/sec. | ||
| 2442 | 2024.07.19 18:46:42.750770 [ 3 ] {5f863c8b-02f3-4931-b297-4a9210276e2f} <Debug> DynamicQueryHandler: Done processing query | ||
| 2443 | 2024.07.19 18:46:42.750796 [ 3 ] {5f863c8b-02f3-4931-b297-4a9210276e2f} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 2444 | 2024.07.19 18:46:42.750812 [ 3 ] {} <Debug> HTTP-Session: 30cd991b-1f4b-47c0-935c-7e9454733f58 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2445 | 2024.07.19 18:46:42.751019 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 1165, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2446 | 2024.07.19 18:46:42.751069 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2447 | 2024.07.19 18:46:42.751088 [ 3 ] {} <Debug> HTTP-Session: 82352064-960a-4654-97d3-e660e8de59db Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 2448 | 2024.07.19 18:46:42.751104 [ 3 ] {} <Debug> HTTP-Session: 82352064-960a-4654-97d3-e660e8de59db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2449 | 2024.07.19 18:46:42.751119 [ 3 ] {} <Debug> HTTP-Session: 82352064-960a-4654-97d3-e660e8de59db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2450 | 2024.07.19 18:46:42.751150 [ 3 ] {} <Trace> HTTP-Session: 82352064-960a-4654-97d3-e660e8de59db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2451 | 2024.07.19 18:46:42.751298 [ 3 ] {19ecf5ea-a97a-47af-a264-3f8a6839eddd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) 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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT JSONEachRow; (stage: Complete) | ||
| 2452 | 2024.07.19 18:46:42.751585 [ 3 ] {19ecf5ea-a97a-47af-a264-3f8a6839eddd} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2453 | 2024.07.19 18:46:42.751632 [ 3 ] {19ecf5ea-a97a-47af-a264-3f8a6839eddd} <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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
| 2454 | 2024.07.19 18:46:42.751928 [ 3 ] {19ecf5ea-a97a-47af-a264-3f8a6839eddd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2455 | 2024.07.19 18:46:42.751995 [ 3 ] {19ecf5ea-a97a-47af-a264-3f8a6839eddd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2456 | 2024.07.19 18:46:42.752135 [ 3 ] {19ecf5ea-a97a-47af-a264-3f8a6839eddd} <Debug> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Key condition: (column 0 notIn 31-element set) | ||
| 2457 | 2024.07.19 18:46:42.752264 [ 258 ] {19ecf5ea-a97a-47af-a264-3f8a6839eddd} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2458 | 2024.07.19 18:46:42.752272 [ 256 ] {19ecf5ea-a97a-47af-a264-3f8a6839eddd} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2459 | 2024.07.19 18:46:42.752293 [ 255 ] {19ecf5ea-a97a-47af-a264-3f8a6839eddd} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2460 | 2024.07.19 18:46:42.752412 [ 3 ] {19ecf5ea-a97a-47af-a264-3f8a6839eddd} <Debug> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
| 2461 | 2024.07.19 18:46:42.752439 [ 3 ] {19ecf5ea-a97a-47af-a264-3f8a6839eddd} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2462 | 2024.07.19 18:46:42.752520 [ 3 ] {19ecf5ea-a97a-47af-a264-3f8a6839eddd} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2463 | 2024.07.19 18:46:42.752539 [ 3 ] {19ecf5ea-a97a-47af-a264-3f8a6839eddd} <Debug> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Reading approx. 24 rows with 2 streams | ||
| 2464 | 2024.07.19 18:46:42.752576 [ 3 ] {19ecf5ea-a97a-47af-a264-3f8a6839eddd} <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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 2465 | 2024.07.19 18:46:42.752617 [ 3 ] {19ecf5ea-a97a-47af-a264-3f8a6839eddd} <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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 2466 | 2024.07.19 18:46:42.753905 [ 3 ] {19ecf5ea-a97a-47af-a264-3f8a6839eddd} <Debug> executeQuery: Read 24 rows, 1020.00 B in 0.002677 sec., 8965.259618976466 rows/sec., 372.09 KiB/sec. | ||
| 2467 | 2024.07.19 18:46:42.754191 [ 3 ] {19ecf5ea-a97a-47af-a264-3f8a6839eddd} <Debug> DynamicQueryHandler: Done processing query | ||
| 2468 | 2024.07.19 18:46:42.754216 [ 3 ] {19ecf5ea-a97a-47af-a264-3f8a6839eddd} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 2469 | 2024.07.19 18:46:42.754232 [ 3 ] {} <Debug> HTTP-Session: 82352064-960a-4654-97d3-e660e8de59db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2470 | 2024.07.19 18:46:42.754451 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 1189, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2471 | 2024.07.19 18:46:42.754498 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2472 | 2024.07.19 18:46:42.754516 [ 3 ] {} <Debug> HTTP-Session: 358a5c88-3593-4399-88ea-506b41f2b221 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 2473 | 2024.07.19 18:46:42.754532 [ 3 ] {} <Debug> HTTP-Session: 358a5c88-3593-4399-88ea-506b41f2b221 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2474 | 2024.07.19 18:46:42.754547 [ 3 ] {} <Debug> HTTP-Session: 358a5c88-3593-4399-88ea-506b41f2b221 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2475 | 2024.07.19 18:46:42.754577 [ 3 ] {} <Trace> HTTP-Session: 358a5c88-3593-4399-88ea-506b41f2b221 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2476 | 2024.07.19 18:46:42.754721 [ 3 ] {d120cf7a-c305-4674-9a70-159397692c8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) 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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 2477 | 2024.07.19 18:46:42.755009 [ 3 ] {d120cf7a-c305-4674-9a70-159397692c8a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2478 | 2024.07.19 18:46:42.755055 [ 3 ] {d120cf7a-c305-4674-9a70-159397692c8a} <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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
| 2479 | 2024.07.19 18:46:42.755353 [ 3 ] {d120cf7a-c305-4674-9a70-159397692c8a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2480 | 2024.07.19 18:46:42.755417 [ 3 ] {d120cf7a-c305-4674-9a70-159397692c8a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2481 | 2024.07.19 18:46:42.755551 [ 3 ] {d120cf7a-c305-4674-9a70-159397692c8a} <Debug> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Key condition: (column 0 notIn 32-element set) | ||
| 2482 | 2024.07.19 18:46:42.755623 [ 258 ] {d120cf7a-c305-4674-9a70-159397692c8a} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2483 | 2024.07.19 18:46:42.755684 [ 259 ] {d120cf7a-c305-4674-9a70-159397692c8a} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2484 | 2024.07.19 18:46:42.755728 [ 260 ] {d120cf7a-c305-4674-9a70-159397692c8a} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2485 | 2024.07.19 18:46:42.755807 [ 3 ] {d120cf7a-c305-4674-9a70-159397692c8a} <Debug> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
| 2486 | 2024.07.19 18:46:42.755835 [ 3 ] {d120cf7a-c305-4674-9a70-159397692c8a} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2487 | 2024.07.19 18:46:42.755912 [ 3 ] {d120cf7a-c305-4674-9a70-159397692c8a} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2488 | 2024.07.19 18:46:42.755932 [ 3 ] {d120cf7a-c305-4674-9a70-159397692c8a} <Debug> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Reading approx. 24 rows with 2 streams | ||
| 2489 | 2024.07.19 18:46:42.755970 [ 3 ] {d120cf7a-c305-4674-9a70-159397692c8a} <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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 2490 | 2024.07.19 18:46:42.756011 [ 3 ] {d120cf7a-c305-4674-9a70-159397692c8a} <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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 2491 | 2024.07.19 18:46:42.757218 [ 3 ] {d120cf7a-c305-4674-9a70-159397692c8a} <Debug> executeQuery: Read 24 rows, 1020.00 B in 0.002567 sec., 9349.43513829373 rows/sec., 388.04 KiB/sec. | ||
| 2492 | 2024.07.19 18:46:42.757589 [ 3 ] {d120cf7a-c305-4674-9a70-159397692c8a} <Debug> DynamicQueryHandler: Done processing query | ||
| 2493 | 2024.07.19 18:46:42.757614 [ 3 ] {d120cf7a-c305-4674-9a70-159397692c8a} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 2494 | 2024.07.19 18:46:42.757631 [ 3 ] {} <Debug> HTTP-Session: 358a5c88-3593-4399-88ea-506b41f2b221 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2495 | 2024.07.19 18:46:42.757824 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 1216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2496 | 2024.07.19 18:46:42.757870 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2497 | 2024.07.19 18:46:42.757888 [ 3 ] {} <Debug> HTTP-Session: a0f5c4b3-5a6f-45a3-83da-88b2a2c58428 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 2498 | 2024.07.19 18:46:42.757904 [ 3 ] {} <Debug> HTTP-Session: a0f5c4b3-5a6f-45a3-83da-88b2a2c58428 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2499 | 2024.07.19 18:46:42.757918 [ 3 ] {} <Debug> HTTP-Session: a0f5c4b3-5a6f-45a3-83da-88b2a2c58428 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2500 | 2024.07.19 18:46:42.757948 [ 3 ] {} <Trace> HTTP-Session: a0f5c4b3-5a6f-45a3-83da-88b2a2c58428 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2501 | 2024.07.19 18:46:42.758092 [ 3 ] {e77a21a2-c274-41c8-9e18-0ec20a8b6f3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) 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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 2502 | 2024.07.19 18:46:42.758470 [ 3 ] {e77a21a2-c274-41c8-9e18-0ec20a8b6f3f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2503 | 2024.07.19 18:46:42.758515 [ 3 ] {e77a21a2-c274-41c8-9e18-0ec20a8b6f3f} <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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
| 2504 | 2024.07.19 18:46:42.758815 [ 3 ] {e77a21a2-c274-41c8-9e18-0ec20a8b6f3f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2505 | 2024.07.19 18:46:42.758878 [ 3 ] {e77a21a2-c274-41c8-9e18-0ec20a8b6f3f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2506 | 2024.07.19 18:46:42.759015 [ 3 ] {e77a21a2-c274-41c8-9e18-0ec20a8b6f3f} <Debug> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Key condition: (column 0 notIn 33-element set) | ||
| 2507 | 2024.07.19 18:46:42.759142 [ 257 ] {e77a21a2-c274-41c8-9e18-0ec20a8b6f3f} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2508 | 2024.07.19 18:46:42.759145 [ 255 ] {e77a21a2-c274-41c8-9e18-0ec20a8b6f3f} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2509 | 2024.07.19 18:46:42.759169 [ 256 ] {e77a21a2-c274-41c8-9e18-0ec20a8b6f3f} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2510 | 2024.07.19 18:46:42.759318 [ 3 ] {e77a21a2-c274-41c8-9e18-0ec20a8b6f3f} <Debug> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
| 2511 | 2024.07.19 18:46:42.759364 [ 3 ] {e77a21a2-c274-41c8-9e18-0ec20a8b6f3f} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2512 | 2024.07.19 18:46:42.759484 [ 3 ] {e77a21a2-c274-41c8-9e18-0ec20a8b6f3f} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2513 | 2024.07.19 18:46:42.759520 [ 3 ] {e77a21a2-c274-41c8-9e18-0ec20a8b6f3f} <Debug> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Reading approx. 24 rows with 2 streams | ||
| 2514 | 2024.07.19 18:46:42.759582 [ 3 ] {e77a21a2-c274-41c8-9e18-0ec20a8b6f3f} <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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 2515 | 2024.07.19 18:46:42.759651 [ 3 ] {e77a21a2-c274-41c8-9e18-0ec20a8b6f3f} <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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 2516 | 2024.07.19 18:46:42.761043 [ 3 ] {e77a21a2-c274-41c8-9e18-0ec20a8b6f3f} <Debug> executeQuery: Read 24 rows, 1020.00 B in 0.003021 sec., 7944.389275074479 rows/sec., 329.72 KiB/sec. | ||
| 2517 | 2024.07.19 18:46:42.761338 [ 3 ] {e77a21a2-c274-41c8-9e18-0ec20a8b6f3f} <Debug> DynamicQueryHandler: Done processing query | ||
| 2518 | 2024.07.19 18:46:42.761363 [ 3 ] {e77a21a2-c274-41c8-9e18-0ec20a8b6f3f} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 2519 | 2024.07.19 18:46:42.761380 [ 3 ] {} <Debug> HTTP-Session: a0f5c4b3-5a6f-45a3-83da-88b2a2c58428 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2520 | 2024.07.19 18:46:42.761563 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 1246, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2521 | 2024.07.19 18:46:42.761612 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2522 | 2024.07.19 18:46:42.761630 [ 3 ] {} <Debug> HTTP-Session: 2636efdc-503d-4988-8927-9b73e4be7920 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 2523 | 2024.07.19 18:46:42.761647 [ 3 ] {} <Debug> HTTP-Session: 2636efdc-503d-4988-8927-9b73e4be7920 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2524 | 2024.07.19 18:46:42.761661 [ 3 ] {} <Debug> HTTP-Session: 2636efdc-503d-4988-8927-9b73e4be7920 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2525 | 2024.07.19 18:46:42.761693 [ 3 ] {} <Trace> HTTP-Session: 2636efdc-503d-4988-8927-9b73e4be7920 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2526 | 2024.07.19 18:46:42.761844 [ 3 ] {766c9a2a-8429-4e66-a6f1-7c7850596d34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) 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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', '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) | ||
| 2527 | 2024.07.19 18:46:42.762135 [ 3 ] {766c9a2a-8429-4e66-a6f1-7c7850596d34} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2528 | 2024.07.19 18:46:42.762181 [ 3 ] {766c9a2a-8429-4e66-a6f1-7c7850596d34} <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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', '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 | ||
| 2529 | 2024.07.19 18:46:42.762484 [ 3 ] {766c9a2a-8429-4e66-a6f1-7c7850596d34} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2530 | 2024.07.19 18:46:42.762548 [ 3 ] {766c9a2a-8429-4e66-a6f1-7c7850596d34} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2531 | 2024.07.19 18:46:42.762686 [ 3 ] {766c9a2a-8429-4e66-a6f1-7c7850596d34} <Debug> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Key condition: (column 0 notIn 34-element set) | ||
| 2532 | 2024.07.19 18:46:42.762790 [ 258 ] {766c9a2a-8429-4e66-a6f1-7c7850596d34} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2533 | 2024.07.19 18:46:42.762816 [ 256 ] {766c9a2a-8429-4e66-a6f1-7c7850596d34} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2534 | 2024.07.19 18:46:42.762836 [ 255 ] {766c9a2a-8429-4e66-a6f1-7c7850596d34} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2535 | 2024.07.19 18:46:42.762936 [ 3 ] {766c9a2a-8429-4e66-a6f1-7c7850596d34} <Debug> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
| 2536 | 2024.07.19 18:46:42.762963 [ 3 ] {766c9a2a-8429-4e66-a6f1-7c7850596d34} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2537 | 2024.07.19 18:46:42.763044 [ 3 ] {766c9a2a-8429-4e66-a6f1-7c7850596d34} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2538 | 2024.07.19 18:46:42.763063 [ 3 ] {766c9a2a-8429-4e66-a6f1-7c7850596d34} <Debug> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Reading approx. 24 rows with 2 streams | ||
| 2539 | 2024.07.19 18:46:42.763101 [ 3 ] {766c9a2a-8429-4e66-a6f1-7c7850596d34} <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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2540 | 2024.07.19 18:46:42.763140 [ 3 ] {766c9a2a-8429-4e66-a6f1-7c7850596d34} <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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2541 | 2024.07.19 18:46:42.764439 [ 3 ] {766c9a2a-8429-4e66-a6f1-7c7850596d34} <Debug> executeQuery: Read 24 rows, 1020.00 B in 0.002669 sec., 8992.131884600974 rows/sec., 373.21 KiB/sec. | ||
| 2542 | 2024.07.19 18:46:42.764728 [ 3 ] {766c9a2a-8429-4e66-a6f1-7c7850596d34} <Debug> DynamicQueryHandler: Done processing query | ||
| 2543 | 2024.07.19 18:46:42.764752 [ 3 ] {766c9a2a-8429-4e66-a6f1-7c7850596d34} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 2544 | 2024.07.19 18:46:42.764768 [ 3 ] {} <Debug> HTTP-Session: 2636efdc-503d-4988-8927-9b73e4be7920 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2545 | 2024.07.19 18:46:42.764971 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 1276, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2546 | 2024.07.19 18:46:42.765016 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2547 | 2024.07.19 18:46:42.765036 [ 3 ] {} <Debug> HTTP-Session: 95590fd5-c712-447c-b70c-90f9bb959242 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 2548 | 2024.07.19 18:46:42.765052 [ 3 ] {} <Debug> HTTP-Session: 95590fd5-c712-447c-b70c-90f9bb959242 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2549 | 2024.07.19 18:46:42.765065 [ 3 ] {} <Debug> HTTP-Session: 95590fd5-c712-447c-b70c-90f9bb959242 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2550 | 2024.07.19 18:46:42.765094 [ 3 ] {} <Trace> HTTP-Session: 95590fd5-c712-447c-b70c-90f9bb959242 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2551 | 2024.07.19 18:46:42.765241 [ 3 ] {b90f29c1-bd54-4af2-adcf-5b7fa36aa3ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) 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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', '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) | ||
| 2552 | 2024.07.19 18:46:42.765529 [ 3 ] {b90f29c1-bd54-4af2-adcf-5b7fa36aa3ce} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2553 | 2024.07.19 18:46:42.765574 [ 3 ] {b90f29c1-bd54-4af2-adcf-5b7fa36aa3ce} <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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', '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 | ||
| 2554 | 2024.07.19 18:46:42.765881 [ 3 ] {b90f29c1-bd54-4af2-adcf-5b7fa36aa3ce} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2555 | 2024.07.19 18:46:42.765944 [ 3 ] {b90f29c1-bd54-4af2-adcf-5b7fa36aa3ce} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2556 | 2024.07.19 18:46:42.766082 [ 3 ] {b90f29c1-bd54-4af2-adcf-5b7fa36aa3ce} <Debug> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Key condition: (column 0 notIn 35-element set) | ||
| 2557 | 2024.07.19 18:46:42.766217 [ 257 ] {b90f29c1-bd54-4af2-adcf-5b7fa36aa3ce} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2558 | 2024.07.19 18:46:42.766235 [ 256 ] {b90f29c1-bd54-4af2-adcf-5b7fa36aa3ce} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2559 | 2024.07.19 18:46:42.766231 [ 258 ] {b90f29c1-bd54-4af2-adcf-5b7fa36aa3ce} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2560 | 2024.07.19 18:46:42.766377 [ 3 ] {b90f29c1-bd54-4af2-adcf-5b7fa36aa3ce} <Debug> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
| 2561 | 2024.07.19 18:46:42.766408 [ 3 ] {b90f29c1-bd54-4af2-adcf-5b7fa36aa3ce} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2562 | 2024.07.19 18:46:42.766486 [ 3 ] {b90f29c1-bd54-4af2-adcf-5b7fa36aa3ce} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2563 | 2024.07.19 18:46:42.766504 [ 3 ] {b90f29c1-bd54-4af2-adcf-5b7fa36aa3ce} <Debug> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Reading approx. 24 rows with 2 streams | ||
| 2564 | 2024.07.19 18:46:42.766544 [ 3 ] {b90f29c1-bd54-4af2-adcf-5b7fa36aa3ce} <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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', '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'))" | ||
| 2565 | 2024.07.19 18:46:42.766583 [ 3 ] {b90f29c1-bd54-4af2-adcf-5b7fa36aa3ce} <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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', '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'))" | ||
| 2566 | 2024.07.19 18:46:42.767911 [ 3 ] {b90f29c1-bd54-4af2-adcf-5b7fa36aa3ce} <Debug> executeQuery: Read 24 rows, 1020.00 B in 0.002743 sec., 8749.54429456799 rows/sec., 363.14 KiB/sec. | ||
| 2567 | 2024.07.19 18:46:42.768200 [ 3 ] {b90f29c1-bd54-4af2-adcf-5b7fa36aa3ce} <Debug> DynamicQueryHandler: Done processing query | ||
| 2568 | 2024.07.19 18:46:42.768225 [ 3 ] {b90f29c1-bd54-4af2-adcf-5b7fa36aa3ce} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 2569 | 2024.07.19 18:46:42.768241 [ 3 ] {} <Debug> HTTP-Session: 95590fd5-c712-447c-b70c-90f9bb959242 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2570 | 2024.07.19 18:46:42.772310 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 1303, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2571 | 2024.07.19 18:46:42.772364 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2572 | 2024.07.19 18:46:42.772383 [ 3 ] {} <Debug> HTTP-Session: 52b208db-e7ca-42db-99a8-2df1dd628324 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 2573 | 2024.07.19 18:46:42.772399 [ 3 ] {} <Debug> HTTP-Session: 52b208db-e7ca-42db-99a8-2df1dd628324 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2574 | 2024.07.19 18:46:42.772413 [ 3 ] {} <Debug> HTTP-Session: 52b208db-e7ca-42db-99a8-2df1dd628324 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2575 | 2024.07.19 18:46:42.772444 [ 3 ] {} <Trace> HTTP-Session: 52b208db-e7ca-42db-99a8-2df1dd628324 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2576 | 2024.07.19 18:46:42.772596 [ 3 ] {faeca213-b247-48eb-a13b-2207b6055d74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) 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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', '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) | ||
| 2577 | 2024.07.19 18:46:42.772891 [ 3 ] {faeca213-b247-48eb-a13b-2207b6055d74} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2578 | 2024.07.19 18:46:42.772939 [ 3 ] {faeca213-b247-48eb-a13b-2207b6055d74} <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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', '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 | ||
| 2579 | 2024.07.19 18:46:42.773245 [ 3 ] {faeca213-b247-48eb-a13b-2207b6055d74} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2580 | 2024.07.19 18:46:42.773310 [ 3 ] {faeca213-b247-48eb-a13b-2207b6055d74} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2581 | 2024.07.19 18:46:42.773445 [ 3 ] {faeca213-b247-48eb-a13b-2207b6055d74} <Debug> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Key condition: (column 0 notIn 36-element set) | ||
| 2582 | 2024.07.19 18:46:42.773572 [ 258 ] {faeca213-b247-48eb-a13b-2207b6055d74} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2583 | 2024.07.19 18:46:42.773599 [ 256 ] {faeca213-b247-48eb-a13b-2207b6055d74} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2584 | 2024.07.19 18:46:42.773594 [ 257 ] {faeca213-b247-48eb-a13b-2207b6055d74} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2585 | 2024.07.19 18:46:42.773732 [ 3 ] {faeca213-b247-48eb-a13b-2207b6055d74} <Debug> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
| 2586 | 2024.07.19 18:46:42.773759 [ 3 ] {faeca213-b247-48eb-a13b-2207b6055d74} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2587 | 2024.07.19 18:46:42.773837 [ 3 ] {faeca213-b247-48eb-a13b-2207b6055d74} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2588 | 2024.07.19 18:46:42.773856 [ 3 ] {faeca213-b247-48eb-a13b-2207b6055d74} <Debug> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Reading approx. 24 rows with 2 streams | ||
| 2589 | 2024.07.19 18:46:42.773894 [ 3 ] {faeca213-b247-48eb-a13b-2207b6055d74} <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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', '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'))" | ||
| 2590 | 2024.07.19 18:46:42.773937 [ 3 ] {faeca213-b247-48eb-a13b-2207b6055d74} <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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', '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'))" | ||
| 2591 | 2024.07.19 18:46:42.775212 [ 3 ] {faeca213-b247-48eb-a13b-2207b6055d74} <Debug> executeQuery: Read 24 rows, 1020.00 B in 0.002691 sec., 8918.61761426979 rows/sec., 370.16 KiB/sec. | ||
| 2592 | 2024.07.19 18:46:42.775511 [ 3 ] {faeca213-b247-48eb-a13b-2207b6055d74} <Debug> DynamicQueryHandler: Done processing query | ||
| 2593 | 2024.07.19 18:46:42.775543 [ 3 ] {faeca213-b247-48eb-a13b-2207b6055d74} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 2594 | 2024.07.19 18:46:42.775561 [ 3 ] {} <Debug> HTTP-Session: 52b208db-e7ca-42db-99a8-2df1dd628324 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2595 | 2024.07.19 18:46:42.780626 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 3304, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2596 | 2024.07.19 18:46:42.780682 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2597 | 2024.07.19 18:46:42.780701 [ 3 ] {} <Debug> HTTP-Session: 8bffd353-1e12-4065-96d1-38016cf729d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 2598 | 2024.07.19 18:46:42.780718 [ 3 ] {} <Debug> HTTP-Session: 8bffd353-1e12-4065-96d1-38016cf729d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2599 | 2024.07.19 18:46:42.780732 [ 3 ] {} <Debug> HTTP-Session: 8bffd353-1e12-4065-96d1-38016cf729d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2600 | 2024.07.19 18:46:42.780763 [ 3 ] {} <Trace> HTTP-Session: 8bffd353-1e12-4065-96d1-38016cf729d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2601 | 2024.07.19 18:46:42.780880 [ 3 ] {e79c3591-0775-4099-82e7-00c96fdb9d01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
| 2602 | 2024.07.19 18:46:42.780925 [ 3 ] {e79c3591-0775-4099-82e7-00c96fdb9d01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2603 | 2024.07.19 18:46:42.781094 [ 3 ] {e79c3591-0775-4099-82e7-00c96fdb9d01} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2604 | 2024.07.19 18:46:42.781452 [ 3 ] {e79c3591-0775-4099-82e7-00c96fdb9d01} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2605 | 2024.07.19 18:46:42.781489 [ 3 ] {e79c3591-0775-4099-82e7-00c96fdb9d01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 2606 | 2024.07.19 18:46:42.782206 [ 3 ] {e79c3591-0775-4099-82e7-00c96fdb9d01} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2607 | 2024.07.19 18:46:42.782523 [ 3 ] {e79c3591-0775-4099-82e7-00c96fdb9d01} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2608 | 2024.07.19 18:46:42.782653 [ 3 ] {e79c3591-0775-4099-82e7-00c96fdb9d01} <Debug> executeQuery: Read 12 rows, 1.62 KiB in 0.00182 sec., 6593.406593406593 rows/sec., 889.64 KiB/sec. | ||
| 2609 | 2024.07.19 18:46:42.782823 [ 3 ] {e79c3591-0775-4099-82e7-00c96fdb9d01} <Debug> DynamicQueryHandler: Done processing query | ||
| 2610 | 2024.07.19 18:46:42.782848 [ 3 ] {e79c3591-0775-4099-82e7-00c96fdb9d01} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 2611 | 2024.07.19 18:46:42.782867 [ 3 ] {} <Debug> HTTP-Session: 8bffd353-1e12-4065-96d1-38016cf729d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2612 | 2024.07.19 18:46:42.782977 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 4480, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2613 | 2024.07.19 18:46:42.783025 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2614 | 2024.07.19 18:46:42.783044 [ 3 ] {} <Debug> HTTP-Session: dbb8b1c4-25bb-46d4-a185-8d9672ad6708 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 2615 | 2024.07.19 18:46:42.783060 [ 3 ] {} <Debug> HTTP-Session: dbb8b1c4-25bb-46d4-a185-8d9672ad6708 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2616 | 2024.07.19 18:46:42.783074 [ 3 ] {} <Debug> HTTP-Session: dbb8b1c4-25bb-46d4-a185-8d9672ad6708 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2617 | 2024.07.19 18:46:42.783104 [ 3 ] {} <Trace> HTTP-Session: dbb8b1c4-25bb-46d4-a185-8d9672ad6708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2618 | 2024.07.19 18:46:42.783205 [ 3 ] {0500d77e-106d-423d-8ff3-c49fc53a9150} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 2619 | 2024.07.19 18:46:42.783247 [ 3 ] {0500d77e-106d-423d-8ff3-c49fc53a9150} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 2620 | 2024.07.19 18:46:42.783373 [ 3 ] {0500d77e-106d-423d-8ff3-c49fc53a9150} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2621 | 2024.07.19 18:46:42.783691 [ 3 ] {0500d77e-106d-423d-8ff3-c49fc53a9150} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2622 | 2024.07.19 18:46:42.783726 [ 3 ] {0500d77e-106d-423d-8ff3-c49fc53a9150} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 2623 | 2024.07.19 18:46:42.784024 [ 3 ] {0500d77e-106d-423d-8ff3-c49fc53a9150} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2624 | 2024.07.19 18:46:42.784323 [ 3 ] {0500d77e-106d-423d-8ff3-c49fc53a9150} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2625 | 2024.07.19 18:46:42.784446 [ 3 ] {0500d77e-106d-423d-8ff3-c49fc53a9150} <Debug> executeQuery: Read 32 rows, 2.45 KiB in 0.001273 sec., 25137.47054202671 rows/sec., 1.88 MiB/sec. | ||
| 2626 | 2024.07.19 18:46:42.784606 [ 3 ] {0500d77e-106d-423d-8ff3-c49fc53a9150} <Debug> DynamicQueryHandler: Done processing query | ||
| 2627 | 2024.07.19 18:46:42.784629 [ 3 ] {0500d77e-106d-423d-8ff3-c49fc53a9150} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 2628 | 2024.07.19 18:46:42.784645 [ 3 ] {} <Debug> HTTP-Session: dbb8b1c4-25bb-46d4-a185-8d9672ad6708 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2629 | 2024.07.19 18:46:42.784749 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2630 | 2024.07.19 18:46:42.784797 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2631 | 2024.07.19 18:46:42.784815 [ 3 ] {} <Debug> HTTP-Session: 6b6fa9c6-2610-4ac8-84ad-e49dd82ab91a Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 2632 | 2024.07.19 18:46:42.784831 [ 3 ] {} <Debug> HTTP-Session: 6b6fa9c6-2610-4ac8-84ad-e49dd82ab91a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2633 | 2024.07.19 18:46:42.784845 [ 3 ] {} <Debug> HTTP-Session: 6b6fa9c6-2610-4ac8-84ad-e49dd82ab91a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2634 | 2024.07.19 18:46:42.784875 [ 3 ] {} <Trace> HTTP-Session: 6b6fa9c6-2610-4ac8-84ad-e49dd82ab91a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2635 | 2024.07.19 18:46:42.784964 [ 3 ] {8fc4b984-2833-44c3-af3e-75e1b5c134a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 2636 | 2024.07.19 18:46:42.785006 [ 3 ] {8fc4b984-2833-44c3-af3e-75e1b5c134a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2637 | 2024.07.19 18:46:42.785128 [ 3 ] {8fc4b984-2833-44c3-af3e-75e1b5c134a6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2638 | 2024.07.19 18:46:42.785413 [ 3 ] {8fc4b984-2833-44c3-af3e-75e1b5c134a6} <Trace> oximeter.fields_ipaddr (5b198a67-6d84-4324-b6a3-e6f140922631): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2639 | 2024.07.19 18:46:42.785448 [ 3 ] {8fc4b984-2833-44c3-af3e-75e1b5c134a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 2640 | 2024.07.19 18:46:42.785760 [ 3 ] {8fc4b984-2833-44c3-af3e-75e1b5c134a6} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2641 | 2024.07.19 18:46:42.786053 [ 3 ] {8fc4b984-2833-44c3-af3e-75e1b5c134a6} <Trace> oximeter.fields_ipaddr (5b198a67-6d84-4324-b6a3-e6f140922631): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2642 | 2024.07.19 18:46:42.786171 [ 3 ] {8fc4b984-2833-44c3-af3e-75e1b5c134a6} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001231 sec., 1624.6953696181965 rows/sec., 132.48 KiB/sec. | ||
| 2643 | 2024.07.19 18:46:42.786324 [ 3 ] {8fc4b984-2833-44c3-af3e-75e1b5c134a6} <Debug> DynamicQueryHandler: Done processing query | ||
| 2644 | 2024.07.19 18:46:42.786349 [ 3 ] {8fc4b984-2833-44c3-af3e-75e1b5c134a6} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 2645 | 2024.07.19 18:46:42.786365 [ 3 ] {} <Debug> HTTP-Session: 6b6fa9c6-2610-4ac8-84ad-e49dd82ab91a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2646 | 2024.07.19 18:46:42.786506 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 37098, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2647 | 2024.07.19 18:46:42.786556 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2648 | 2024.07.19 18:46:42.786574 [ 3 ] {} <Debug> HTTP-Session: 66c414e0-4738-4821-bf50-4c2ecc4b51f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 2649 | 2024.07.19 18:46:42.786590 [ 3 ] {} <Debug> HTTP-Session: 66c414e0-4738-4821-bf50-4c2ecc4b51f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2650 | 2024.07.19 18:46:42.786604 [ 3 ] {} <Debug> HTTP-Session: 66c414e0-4738-4821-bf50-4c2ecc4b51f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2651 | 2024.07.19 18:46:42.786634 [ 3 ] {} <Trace> HTTP-Session: 66c414e0-4738-4821-bf50-4c2ecc4b51f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2652 | 2024.07.19 18:46:42.786790 [ 3 ] {8e348f22-f51c-4bb1-8170-6b910fbeeedb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2653 | 2024.07.19 18:46:42.786828 [ 3 ] {8e348f22-f51c-4bb1-8170-6b910fbeeedb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2654 | 2024.07.19 18:46:42.786940 [ 3 ] {8e348f22-f51c-4bb1-8170-6b910fbeeedb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2655 | 2024.07.19 18:46:42.787361 [ 3 ] {8e348f22-f51c-4bb1-8170-6b910fbeeedb} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2656 | 2024.07.19 18:46:42.787393 [ 3 ] {8e348f22-f51c-4bb1-8170-6b910fbeeedb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 2657 | 2024.07.19 18:46:42.787767 [ 3 ] {8e348f22-f51c-4bb1-8170-6b910fbeeedb} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2658 | 2024.07.19 18:46:42.788067 [ 3 ] {8e348f22-f51c-4bb1-8170-6b910fbeeedb} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2659 | 2024.07.19 18:46:42.788188 [ 3 ] {8e348f22-f51c-4bb1-8170-6b910fbeeedb} <Debug> executeQuery: Read 246 rows, 22.14 KiB in 0.001473 sec., 167006.10997963342 rows/sec., 14.68 MiB/sec. | ||
| 2660 | 2024.07.19 18:46:42.788346 [ 3 ] {8e348f22-f51c-4bb1-8170-6b910fbeeedb} <Debug> DynamicQueryHandler: Done processing query | ||
| 2661 | 2024.07.19 18:46:42.788370 [ 3 ] {8e348f22-f51c-4bb1-8170-6b910fbeeedb} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
| 2662 | 2024.07.19 18:46:42.788385 [ 3 ] {} <Debug> HTTP-Session: 66c414e0-4738-4821-bf50-4c2ecc4b51f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2663 | 2024.07.19 18:46:42.788485 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2664 | 2024.07.19 18:46:42.788533 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2665 | 2024.07.19 18:46:42.788551 [ 3 ] {} <Debug> HTTP-Session: b5714c24-6e66-4836-80c2-bc0f56087411 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 2666 | 2024.07.19 18:46:42.788566 [ 3 ] {} <Debug> HTTP-Session: b5714c24-6e66-4836-80c2-bc0f56087411 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2667 | 2024.07.19 18:46:42.788580 [ 3 ] {} <Debug> HTTP-Session: b5714c24-6e66-4836-80c2-bc0f56087411 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2668 | 2024.07.19 18:46:42.788610 [ 3 ] {} <Trace> HTTP-Session: b5714c24-6e66-4836-80c2-bc0f56087411 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2669 | 2024.07.19 18:46:42.788702 [ 3 ] {c86a09ad-3307-425c-a2f3-428d0c864689} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 2670 | 2024.07.19 18:46:42.788746 [ 3 ] {c86a09ad-3307-425c-a2f3-428d0c864689} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2671 | 2024.07.19 18:46:42.788867 [ 3 ] {c86a09ad-3307-425c-a2f3-428d0c864689} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2672 | 2024.07.19 18:46:42.789123 [ 3 ] {c86a09ad-3307-425c-a2f3-428d0c864689} <Trace> oximeter.fields_u16 (3a790436-232b-4913-bf8d-eba3067e022c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2673 | 2024.07.19 18:46:42.789158 [ 3 ] {c86a09ad-3307-425c-a2f3-428d0c864689} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 2674 | 2024.07.19 18:46:42.789447 [ 3 ] {c86a09ad-3307-425c-a2f3-428d0c864689} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2675 | 2024.07.19 18:46:42.789744 [ 3 ] {c86a09ad-3307-425c-a2f3-428d0c864689} <Trace> oximeter.fields_u16 (3a790436-232b-4913-bf8d-eba3067e022c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2676 | 2024.07.19 18:46:42.789858 [ 3 ] {c86a09ad-3307-425c-a2f3-428d0c864689} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001177 sec., 1699.235344095157 rows/sec., 118.65 KiB/sec. | ||
| 2677 | 2024.07.19 18:46:42.790027 [ 3 ] {c86a09ad-3307-425c-a2f3-428d0c864689} <Debug> DynamicQueryHandler: Done processing query | ||
| 2678 | 2024.07.19 18:46:42.790052 [ 3 ] {c86a09ad-3307-425c-a2f3-428d0c864689} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 2679 | 2024.07.19 18:46:42.790067 [ 3 ] {} <Debug> HTTP-Session: b5714c24-6e66-4836-80c2-bc0f56087411 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2680 | 2024.07.19 18:46:42.790223 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 64263, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2681 | 2024.07.19 18:46:42.790271 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2682 | 2024.07.19 18:46:42.790289 [ 3 ] {} <Debug> HTTP-Session: a6619ac0-5c07-4ffd-870a-8e5ac8e95b36 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 2683 | 2024.07.19 18:46:42.790305 [ 3 ] {} <Debug> HTTP-Session: a6619ac0-5c07-4ffd-870a-8e5ac8e95b36 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2684 | 2024.07.19 18:46:42.790318 [ 3 ] {} <Debug> HTTP-Session: a6619ac0-5c07-4ffd-870a-8e5ac8e95b36 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2685 | 2024.07.19 18:46:42.790348 [ 3 ] {} <Trace> HTTP-Session: a6619ac0-5c07-4ffd-870a-8e5ac8e95b36 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2686 | 2024.07.19 18:46:42.790558 [ 3 ] {39683528-0ad7-4692-ac78-ac9ccae233a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2687 | 2024.07.19 18:46:42.790601 [ 3 ] {39683528-0ad7-4692-ac78-ac9ccae233a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2688 | 2024.07.19 18:46:42.790724 [ 3 ] {39683528-0ad7-4692-ac78-ac9ccae233a6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2689 | 2024.07.19 18:46:42.791240 [ 3 ] {39683528-0ad7-4692-ac78-ac9ccae233a6} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2690 | 2024.07.19 18:46:42.791276 [ 3 ] {39683528-0ad7-4692-ac78-ac9ccae233a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 2691 | 2024.07.19 18:46:42.791591 [ 3 ] {39683528-0ad7-4692-ac78-ac9ccae233a6} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2692 | 2024.07.19 18:46:42.791889 [ 3 ] {39683528-0ad7-4692-ac78-ac9ccae233a6} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2693 | 2024.07.19 18:46:42.792049 [ 3 ] {39683528-0ad7-4692-ac78-ac9ccae233a6} <Debug> executeQuery: Read 398 rows, 28.74 KiB in 0.001587 sec., 250787.64965343414 rows/sec., 17.68 MiB/sec. | ||
| 2694 | 2024.07.19 18:46:42.792210 [ 3 ] {39683528-0ad7-4692-ac78-ac9ccae233a6} <Debug> DynamicQueryHandler: Done processing query | ||
| 2695 | 2024.07.19 18:46:42.792234 [ 3 ] {39683528-0ad7-4692-ac78-ac9ccae233a6} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 2696 | 2024.07.19 18:46:42.792250 [ 3 ] {} <Debug> HTTP-Session: a6619ac0-5c07-4ffd-870a-8e5ac8e95b36 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2697 | 2024.07.19 18:46:42.792359 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2698 | 2024.07.19 18:46:42.792406 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2699 | 2024.07.19 18:46:42.792424 [ 3 ] {} <Debug> HTTP-Session: 12c1ca5e-3112-490f-a5a0-5e8b5c53c919 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 2700 | 2024.07.19 18:46:42.792441 [ 3 ] {} <Debug> HTTP-Session: 12c1ca5e-3112-490f-a5a0-5e8b5c53c919 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2701 | 2024.07.19 18:46:42.792455 [ 3 ] {} <Debug> HTTP-Session: 12c1ca5e-3112-490f-a5a0-5e8b5c53c919 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2702 | 2024.07.19 18:46:42.792485 [ 3 ] {} <Trace> HTTP-Session: 12c1ca5e-3112-490f-a5a0-5e8b5c53c919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2703 | 2024.07.19 18:46:42.792576 [ 3 ] {38adae6c-8264-4b2e-b587-b455125e5195} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 2704 | 2024.07.19 18:46:42.792620 [ 3 ] {38adae6c-8264-4b2e-b587-b455125e5195} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2705 | 2024.07.19 18:46:42.792748 [ 3 ] {38adae6c-8264-4b2e-b587-b455125e5195} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2706 | 2024.07.19 18:46:42.792999 [ 3 ] {38adae6c-8264-4b2e-b587-b455125e5195} <Trace> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2707 | 2024.07.19 18:46:42.793036 [ 3 ] {38adae6c-8264-4b2e-b587-b455125e5195} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 2708 | 2024.07.19 18:46:42.793385 [ 3 ] {38adae6c-8264-4b2e-b587-b455125e5195} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2709 | 2024.07.19 18:46:42.793696 [ 3 ] {38adae6c-8264-4b2e-b587-b455125e5195} <Trace> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2710 | 2024.07.19 18:46:42.793838 [ 3 ] {38adae6c-8264-4b2e-b587-b455125e5195} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001283 sec., 4676.539360872954 rows/sec., 200.95 KiB/sec. | ||
| 2711 | 2024.07.19 18:46:42.794025 [ 3 ] {38adae6c-8264-4b2e-b587-b455125e5195} <Debug> DynamicQueryHandler: Done processing query | ||
| 2712 | 2024.07.19 18:46:42.794050 [ 3 ] {38adae6c-8264-4b2e-b587-b455125e5195} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 2713 | 2024.07.19 18:46:42.794065 [ 3 ] {} <Debug> HTTP-Session: 12c1ca5e-3112-490f-a5a0-5e8b5c53c919 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2714 | 2024.07.19 18:46:42.794178 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 14079, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2715 | 2024.07.19 18:46:42.794225 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2716 | 2024.07.19 18:46:42.794243 [ 3 ] {} <Debug> HTTP-Session: 30ec04fd-46fe-4af8-95a9-6091883e30f9 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 2717 | 2024.07.19 18:46:42.794259 [ 3 ] {} <Debug> HTTP-Session: 30ec04fd-46fe-4af8-95a9-6091883e30f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2718 | 2024.07.19 18:46:42.794272 [ 3 ] {} <Debug> HTTP-Session: 30ec04fd-46fe-4af8-95a9-6091883e30f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2719 | 2024.07.19 18:46:42.794302 [ 3 ] {} <Trace> HTTP-Session: 30ec04fd-46fe-4af8-95a9-6091883e30f9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2720 | 2024.07.19 18:46:42.794436 [ 3 ] {a04e58d0-415c-4c15-a463-675a2bf0d2fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 2721 | 2024.07.19 18:46:42.794481 [ 3 ] {a04e58d0-415c-4c15-a463-675a2bf0d2fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 2722 | 2024.07.19 18:46:42.794621 [ 3 ] {a04e58d0-415c-4c15-a463-675a2bf0d2fe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2723 | 2024.07.19 18:46:42.794933 [ 3 ] {a04e58d0-415c-4c15-a463-675a2bf0d2fe} <Trace> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2724 | 2024.07.19 18:46:42.794969 [ 3 ] {a04e58d0-415c-4c15-a463-675a2bf0d2fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 2725 | 2024.07.19 18:46:42.795324 [ 3 ] {a04e58d0-415c-4c15-a463-675a2bf0d2fe} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2726 | 2024.07.19 18:46:42.795671 [ 3 ] {a04e58d0-415c-4c15-a463-675a2bf0d2fe} <Trace> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2727 | 2024.07.19 18:46:42.795828 [ 3 ] {a04e58d0-415c-4c15-a463-675a2bf0d2fe} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001454 sec., 52957.35900962861 rows/sec., 3.26 MiB/sec. | ||
| 2728 | 2024.07.19 18:46:42.795991 [ 3 ] {a04e58d0-415c-4c15-a463-675a2bf0d2fe} <Debug> DynamicQueryHandler: Done processing query | ||
| 2729 | 2024.07.19 18:46:42.796016 [ 3 ] {a04e58d0-415c-4c15-a463-675a2bf0d2fe} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 2730 | 2024.07.19 18:46:42.796031 [ 3 ] {} <Debug> HTTP-Session: 30ec04fd-46fe-4af8-95a9-6091883e30f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2731 | 2024.07.19 18:46:42.796146 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 16758, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2732 | 2024.07.19 18:46:42.796193 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2733 | 2024.07.19 18:46:42.796211 [ 3 ] {} <Debug> HTTP-Session: b7e9eafe-ce0f-4d50-b02a-822269c6aa03 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 2734 | 2024.07.19 18:46:42.796227 [ 3 ] {} <Debug> HTTP-Session: b7e9eafe-ce0f-4d50-b02a-822269c6aa03 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2735 | 2024.07.19 18:46:42.796241 [ 3 ] {} <Debug> HTTP-Session: b7e9eafe-ce0f-4d50-b02a-822269c6aa03 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2736 | 2024.07.19 18:46:42.796270 [ 3 ] {} <Trace> HTTP-Session: b7e9eafe-ce0f-4d50-b02a-822269c6aa03 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2737 | 2024.07.19 18:46:42.796393 [ 3 ] {c5dfb846-4c1b-4604-8dd3-b30c9868becb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2738 | 2024.07.19 18:46:42.796437 [ 3 ] {c5dfb846-4c1b-4604-8dd3-b30c9868becb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2739 | 2024.07.19 18:46:42.796577 [ 3 ] {c5dfb846-4c1b-4604-8dd3-b30c9868becb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2740 | 2024.07.19 18:46:42.796905 [ 3 ] {c5dfb846-4c1b-4604-8dd3-b30c9868becb} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2741 | 2024.07.19 18:46:42.796941 [ 3 ] {c5dfb846-4c1b-4604-8dd3-b30c9868becb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 2742 | 2024.07.19 18:46:42.797300 [ 3 ] {c5dfb846-4c1b-4604-8dd3-b30c9868becb} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2743 | 2024.07.19 18:46:42.797627 [ 3 ] {c5dfb846-4c1b-4604-8dd3-b30c9868becb} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2744 | 2024.07.19 18:46:42.797783 [ 3 ] {c5dfb846-4c1b-4604-8dd3-b30c9868becb} <Debug> executeQuery: Read 87 rows, 6.22 KiB in 0.001438 sec., 60500.69541029207 rows/sec., 4.23 MiB/sec. | ||
| 2745 | 2024.07.19 18:46:42.797950 [ 3 ] {c5dfb846-4c1b-4604-8dd3-b30c9868becb} <Debug> DynamicQueryHandler: Done processing query | ||
| 2746 | 2024.07.19 18:46:42.797973 [ 3 ] {c5dfb846-4c1b-4604-8dd3-b30c9868becb} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 2747 | 2024.07.19 18:46:42.797989 [ 3 ] {} <Debug> HTTP-Session: b7e9eafe-ce0f-4d50-b02a-822269c6aa03 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2748 | 2024.07.19 18:46:42.798123 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 41699, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2749 | 2024.07.19 18:46:42.798171 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2750 | 2024.07.19 18:46:42.798190 [ 3 ] {} <Debug> HTTP-Session: a4fdc852-c661-4b33-bc04-e702f19a5ef2 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 2751 | 2024.07.19 18:46:42.798206 [ 3 ] {} <Debug> HTTP-Session: a4fdc852-c661-4b33-bc04-e702f19a5ef2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2752 | 2024.07.19 18:46:42.798221 [ 3 ] {} <Debug> HTTP-Session: a4fdc852-c661-4b33-bc04-e702f19a5ef2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2753 | 2024.07.19 18:46:42.798250 [ 3 ] {} <Trace> HTTP-Session: a4fdc852-c661-4b33-bc04-e702f19a5ef2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2754 | 2024.07.19 18:46:42.798543 [ 3 ] {1c90eb6c-2aeb-463c-8c31-6d434a5a0479} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 2755 | 2024.07.19 18:46:42.798607 [ 3 ] {1c90eb6c-2aeb-463c-8c31-6d434a5a0479} <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 | ||
| 2756 | 2024.07.19 18:46:42.799021 [ 3 ] {1c90eb6c-2aeb-463c-8c31-6d434a5a0479} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2757 | 2024.07.19 18:46:42.799804 [ 3 ] {1c90eb6c-2aeb-463c-8c31-6d434a5a0479} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2758 | 2024.07.19 18:46:42.799839 [ 3 ] {1c90eb6c-2aeb-463c-8c31-6d434a5a0479} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 2759 | 2024.07.19 18:46:42.800457 [ 3 ] {1c90eb6c-2aeb-463c-8c31-6d434a5a0479} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2760 | 2024.07.19 18:46:42.800863 [ 3 ] {1c90eb6c-2aeb-463c-8c31-6d434a5a0479} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2761 | 2024.07.19 18:46:42.801048 [ 3 ] {1c90eb6c-2aeb-463c-8c31-6d434a5a0479} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002719 sec., 9562.33909525561 rows/sec., 17.14 MiB/sec. | ||
| 2762 | 2024.07.19 18:46:42.801269 [ 3 ] {1c90eb6c-2aeb-463c-8c31-6d434a5a0479} <Debug> DynamicQueryHandler: Done processing query | ||
| 2763 | 2024.07.19 18:46:42.801295 [ 3 ] {1c90eb6c-2aeb-463c-8c31-6d434a5a0479} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 2764 | 2024.07.19 18:46:42.801310 [ 3 ] {} <Debug> HTTP-Session: a4fdc852-c661-4b33-bc04-e702f19a5ef2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2765 | 2024.07.19 18:46:42.801416 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 3212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2766 | 2024.07.19 18:46:42.801463 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2767 | 2024.07.19 18:46:42.801482 [ 3 ] {} <Debug> HTTP-Session: d7b8bf9c-03ab-40b3-924c-5a5d4d307be4 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 2768 | 2024.07.19 18:46:42.801498 [ 3 ] {} <Debug> HTTP-Session: d7b8bf9c-03ab-40b3-924c-5a5d4d307be4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2769 | 2024.07.19 18:46:42.801513 [ 3 ] {} <Debug> HTTP-Session: d7b8bf9c-03ab-40b3-924c-5a5d4d307be4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2770 | 2024.07.19 18:46:42.801544 [ 3 ] {} <Trace> HTTP-Session: d7b8bf9c-03ab-40b3-924c-5a5d4d307be4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2771 | 2024.07.19 18:46:42.801645 [ 3 ] {2beca9a2-b4d3-46fd-b87d-969417caaaf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 2772 | 2024.07.19 18:46:42.801689 [ 3 ] {2beca9a2-b4d3-46fd-b87d-969417caaaf0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 2773 | 2024.07.19 18:46:42.801816 [ 3 ] {2beca9a2-b4d3-46fd-b87d-969417caaaf0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2774 | 2024.07.19 18:46:42.802092 [ 3 ] {2beca9a2-b4d3-46fd-b87d-969417caaaf0} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2775 | 2024.07.19 18:46:42.802129 [ 3 ] {2beca9a2-b4d3-46fd-b87d-969417caaaf0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 2776 | 2024.07.19 18:46:42.802474 [ 3 ] {2beca9a2-b4d3-46fd-b87d-969417caaaf0} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2777 | 2024.07.19 18:46:42.802815 [ 3 ] {2beca9a2-b4d3-46fd-b87d-969417caaaf0} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2778 | 2024.07.19 18:46:42.802974 [ 3 ] {2beca9a2-b4d3-46fd-b87d-969417caaaf0} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001351 sec., 17024.426350851223 rows/sec., 920.90 KiB/sec. | ||
| 2779 | 2024.07.19 18:46:42.803229 [ 3 ] {2beca9a2-b4d3-46fd-b87d-969417caaaf0} <Debug> DynamicQueryHandler: Done processing query | ||
| 2780 | 2024.07.19 18:46:42.803254 [ 3 ] {2beca9a2-b4d3-46fd-b87d-969417caaaf0} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 2781 | 2024.07.19 18:46:42.803270 [ 3 ] {} <Debug> HTTP-Session: d7b8bf9c-03ab-40b3-924c-5a5d4d307be4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2782 | 2024.07.19 18:46:42.803405 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 3107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2783 | 2024.07.19 18:46:42.803468 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2784 | 2024.07.19 18:46:42.803487 [ 3 ] {} <Debug> HTTP-Session: 9247bb5a-8cfc-49d9-abf5-dc097898030f Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 2785 | 2024.07.19 18:46:42.803506 [ 3 ] {} <Debug> HTTP-Session: 9247bb5a-8cfc-49d9-abf5-dc097898030f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2786 | 2024.07.19 18:46:42.803520 [ 3 ] {} <Debug> HTTP-Session: 9247bb5a-8cfc-49d9-abf5-dc097898030f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2787 | 2024.07.19 18:46:42.803551 [ 3 ] {} <Trace> HTTP-Session: 9247bb5a-8cfc-49d9-abf5-dc097898030f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2788 | 2024.07.19 18:46:42.803670 [ 3 ] {91b03420-260f-4a95-bea7-e59381e7deee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 2789 | 2024.07.19 18:46:42.803717 [ 3 ] {91b03420-260f-4a95-bea7-e59381e7deee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2790 | 2024.07.19 18:46:42.803870 [ 3 ] {91b03420-260f-4a95-bea7-e59381e7deee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2791 | 2024.07.19 18:46:42.804146 [ 3 ] {91b03420-260f-4a95-bea7-e59381e7deee} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2792 | 2024.07.19 18:46:42.804182 [ 3 ] {91b03420-260f-4a95-bea7-e59381e7deee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 2793 | 2024.07.19 18:46:42.804539 [ 3 ] {91b03420-260f-4a95-bea7-e59381e7deee} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2794 | 2024.07.19 18:46:42.804857 [ 3 ] {91b03420-260f-4a95-bea7-e59381e7deee} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2795 | 2024.07.19 18:46:42.805004 [ 3 ] {91b03420-260f-4a95-bea7-e59381e7deee} <Debug> executeQuery: Read 20 rows, 1.41 KiB in 0.001357 sec., 14738.393515106854 rows/sec., 1.01 MiB/sec. | ||
| 2796 | 2024.07.19 18:46:42.805174 [ 3 ] {91b03420-260f-4a95-bea7-e59381e7deee} <Debug> DynamicQueryHandler: Done processing query | ||
| 2797 | 2024.07.19 18:46:42.805199 [ 3 ] {91b03420-260f-4a95-bea7-e59381e7deee} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 2798 | 2024.07.19 18:46:42.805215 [ 3 ] {} <Debug> HTTP-Session: 9247bb5a-8cfc-49d9-abf5-dc097898030f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2799 | 2024.07.19 18:46:43.000171 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 180.74 MiB, peak 189.14 MiB, free memory in arenas 0.00 B, will set to 179.28 MiB (RSS), difference: -1.47 MiB | ||
| 2800 | 2024.07.19 18:46:45.513679 [ 67 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2801 | 2024.07.19 18:46:45.513736 [ 67 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2802 | 2024.07.19 18:46:47.732691 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 1326, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2803 | 2024.07.19 18:46:47.732837 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2804 | 2024.07.19 18:46:47.732867 [ 3 ] {} <Debug> HTTP-Session: 4fa6055e-1e96-49b7-8153-fa5d0780c0a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 2805 | 2024.07.19 18:46:47.732895 [ 3 ] {} <Debug> HTTP-Session: 4fa6055e-1e96-49b7-8153-fa5d0780c0a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2806 | 2024.07.19 18:46:47.732914 [ 3 ] {} <Debug> HTTP-Session: 4fa6055e-1e96-49b7-8153-fa5d0780c0a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2807 | 2024.07.19 18:46:47.732970 [ 3 ] {} <Trace> HTTP-Session: 4fa6055e-1e96-49b7-8153-fa5d0780c0a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2808 | 2024.07.19 18:46:47.733249 [ 3 ] {67602d3d-20e3-4719-9c7b-73dfb2c82e8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) 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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'sidecar:sample_time', '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) | ||
| 2809 | 2024.07.19 18:46:47.733648 [ 3 ] {67602d3d-20e3-4719-9c7b-73dfb2c82e8a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2810 | 2024.07.19 18:46:47.733699 [ 3 ] {67602d3d-20e3-4719-9c7b-73dfb2c82e8a} <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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'sidecar:sample_time', '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 | ||
| 2811 | 2024.07.19 18:46:47.734055 [ 3 ] {67602d3d-20e3-4719-9c7b-73dfb2c82e8a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2812 | 2024.07.19 18:46:47.734139 [ 3 ] {67602d3d-20e3-4719-9c7b-73dfb2c82e8a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2813 | 2024.07.19 18:46:47.734311 [ 3 ] {67602d3d-20e3-4719-9c7b-73dfb2c82e8a} <Debug> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Key condition: (column 0 notIn 37-element set) | ||
| 2814 | 2024.07.19 18:46:47.734546 [ 260 ] {67602d3d-20e3-4719-9c7b-73dfb2c82e8a} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2815 | 2024.07.19 18:46:47.734582 [ 256 ] {67602d3d-20e3-4719-9c7b-73dfb2c82e8a} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2816 | 2024.07.19 18:46:47.734587 [ 258 ] {67602d3d-20e3-4719-9c7b-73dfb2c82e8a} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2817 | 2024.07.19 18:46:47.734546 [ 255 ] {67602d3d-20e3-4719-9c7b-73dfb2c82e8a} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2818 | 2024.07.19 18:46:47.734807 [ 3 ] {67602d3d-20e3-4719-9c7b-73dfb2c82e8a} <Debug> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
| 2819 | 2024.07.19 18:46:47.734840 [ 3 ] {67602d3d-20e3-4719-9c7b-73dfb2c82e8a} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2820 | 2024.07.19 18:46:47.734960 [ 3 ] {67602d3d-20e3-4719-9c7b-73dfb2c82e8a} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2821 | 2024.07.19 18:46:47.734983 [ 3 ] {67602d3d-20e3-4719-9c7b-73dfb2c82e8a} <Debug> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Reading approx. 36 rows with 3 streams | ||
| 2822 | 2024.07.19 18:46:47.735027 [ 3 ] {67602d3d-20e3-4719-9c7b-73dfb2c82e8a} <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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'sidecar:sample_time', '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'))" | ||
| 2823 | 2024.07.19 18:46:47.735071 [ 3 ] {67602d3d-20e3-4719-9c7b-73dfb2c82e8a} <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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'sidecar:sample_time', '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'))" | ||
| 2824 | 2024.07.19 18:46:47.735113 [ 3 ] {67602d3d-20e3-4719-9c7b-73dfb2c82e8a} <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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'sidecar:sample_time', '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'))" | ||
| 2825 | 2024.07.19 18:46:47.737095 [ 3 ] {67602d3d-20e3-4719-9c7b-73dfb2c82e8a} <Debug> executeQuery: Read 36 rows, 1.35 KiB in 0.003979 sec., 9047.499371701433 rows/sec., 339.18 KiB/sec. | ||
| 2826 | 2024.07.19 18:46:47.737551 [ 3 ] {67602d3d-20e3-4719-9c7b-73dfb2c82e8a} <Debug> DynamicQueryHandler: Done processing query | ||
| 2827 | 2024.07.19 18:46:47.737585 [ 3 ] {67602d3d-20e3-4719-9c7b-73dfb2c82e8a} <Debug> MemoryTracker: Peak memory usage (for query): 3.11 MiB. | ||
| 2828 | 2024.07.19 18:46:47.737607 [ 3 ] {} <Debug> HTTP-Session: 4fa6055e-1e96-49b7-8153-fa5d0780c0a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2829 | 2024.07.19 18:46:47.737878 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 1365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2830 | 2024.07.19 18:46:47.737944 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2831 | 2024.07.19 18:46:47.737968 [ 3 ] {} <Debug> HTTP-Session: e041e27f-63c8-48ef-9e2d-fe4c780b18f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 2832 | 2024.07.19 18:46:47.737991 [ 3 ] {} <Debug> HTTP-Session: e041e27f-63c8-48ef-9e2d-fe4c780b18f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2833 | 2024.07.19 18:46:47.738008 [ 3 ] {} <Debug> HTTP-Session: e041e27f-63c8-48ef-9e2d-fe4c780b18f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2834 | 2024.07.19 18:46:47.738052 [ 3 ] {} <Trace> HTTP-Session: e041e27f-63c8-48ef-9e2d-fe4c780b18f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2835 | 2024.07.19 18:46:47.738268 [ 3 ] {8ca51af5-3c2c-4e2e-a8c8-5ba3846e4edb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) 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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'sidecar:sample_time', 'static_routing_config:static_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) | ||
| 2836 | 2024.07.19 18:46:47.738592 [ 3 ] {8ca51af5-3c2c-4e2e-a8c8-5ba3846e4edb} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2837 | 2024.07.19 18:46:47.738641 [ 3 ] {8ca51af5-3c2c-4e2e-a8c8-5ba3846e4edb} <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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'sidecar:sample_time', 'static_routing_config:static_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 | ||
| 2838 | 2024.07.19 18:46:47.738960 [ 3 ] {8ca51af5-3c2c-4e2e-a8c8-5ba3846e4edb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2839 | 2024.07.19 18:46:47.739028 [ 3 ] {8ca51af5-3c2c-4e2e-a8c8-5ba3846e4edb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2840 | 2024.07.19 18:46:47.739173 [ 3 ] {8ca51af5-3c2c-4e2e-a8c8-5ba3846e4edb} <Debug> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Key condition: (column 0 notIn 38-element set) | ||
| 2841 | 2024.07.19 18:46:47.739370 [ 261 ] {8ca51af5-3c2c-4e2e-a8c8-5ba3846e4edb} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2842 | 2024.07.19 18:46:47.739371 [ 262 ] {8ca51af5-3c2c-4e2e-a8c8-5ba3846e4edb} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2843 | 2024.07.19 18:46:47.739399 [ 257 ] {8ca51af5-3c2c-4e2e-a8c8-5ba3846e4edb} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2844 | 2024.07.19 18:46:47.739395 [ 260 ] {8ca51af5-3c2c-4e2e-a8c8-5ba3846e4edb} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2845 | 2024.07.19 18:46:47.739579 [ 3 ] {8ca51af5-3c2c-4e2e-a8c8-5ba3846e4edb} <Debug> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
| 2846 | 2024.07.19 18:46:47.739609 [ 3 ] {8ca51af5-3c2c-4e2e-a8c8-5ba3846e4edb} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2847 | 2024.07.19 18:46:47.739717 [ 3 ] {8ca51af5-3c2c-4e2e-a8c8-5ba3846e4edb} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2848 | 2024.07.19 18:46:47.739738 [ 3 ] {8ca51af5-3c2c-4e2e-a8c8-5ba3846e4edb} <Debug> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Reading approx. 36 rows with 3 streams | ||
| 2849 | 2024.07.19 18:46:47.739778 [ 3 ] {8ca51af5-3c2c-4e2e-a8c8-5ba3846e4edb} <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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'sidecar:sample_time', 'static_routing_config:static_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'))" | ||
| 2850 | 2024.07.19 18:46:47.739822 [ 3 ] {8ca51af5-3c2c-4e2e-a8c8-5ba3846e4edb} <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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'sidecar:sample_time', 'static_routing_config:static_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'))" | ||
| 2851 | 2024.07.19 18:46:47.739862 [ 3 ] {8ca51af5-3c2c-4e2e-a8c8-5ba3846e4edb} <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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'sidecar:sample_time', 'static_routing_config:static_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'))" | ||
| 2852 | 2024.07.19 18:46:47.741544 [ 3 ] {8ca51af5-3c2c-4e2e-a8c8-5ba3846e4edb} <Debug> executeQuery: Read 36 rows, 1.35 KiB in 0.003385 sec., 10635.155096011817 rows/sec., 398.70 KiB/sec. | ||
| 2853 | 2024.07.19 18:46:47.741943 [ 3 ] {8ca51af5-3c2c-4e2e-a8c8-5ba3846e4edb} <Debug> DynamicQueryHandler: Done processing query | ||
| 2854 | 2024.07.19 18:46:47.741970 [ 3 ] {8ca51af5-3c2c-4e2e-a8c8-5ba3846e4edb} <Debug> MemoryTracker: Peak memory usage (for query): 3.11 MiB. | ||
| 2855 | 2024.07.19 18:46:47.741987 [ 3 ] {} <Debug> HTTP-Session: e041e27f-63c8-48ef-9e2d-fe4c780b18f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2856 | 2024.07.19 18:46:47.742273 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 1406, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2857 | 2024.07.19 18:46:47.742325 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2858 | 2024.07.19 18:46:47.742348 [ 3 ] {} <Debug> HTTP-Session: c2dd0223-9446-4069-ae19-dd163d143245 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 2859 | 2024.07.19 18:46:47.742367 [ 3 ] {} <Debug> HTTP-Session: c2dd0223-9446-4069-ae19-dd163d143245 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2860 | 2024.07.19 18:46:47.742380 [ 3 ] {} <Debug> HTTP-Session: c2dd0223-9446-4069-ae19-dd163d143245 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2861 | 2024.07.19 18:46:47.742414 [ 3 ] {} <Trace> HTTP-Session: c2dd0223-9446-4069-ae19-dd163d143245 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2862 | 2024.07.19 18:46:47.742584 [ 3 ] {6fe3998a-af78-483d-8cb1-86ce9dba1caa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) 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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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) | ||
| 2863 | 2024.07.19 18:46:47.742901 [ 3 ] {6fe3998a-af78-483d-8cb1-86ce9dba1caa} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2864 | 2024.07.19 18:46:47.742950 [ 3 ] {6fe3998a-af78-483d-8cb1-86ce9dba1caa} <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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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 | ||
| 2865 | 2024.07.19 18:46:47.743270 [ 3 ] {6fe3998a-af78-483d-8cb1-86ce9dba1caa} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2866 | 2024.07.19 18:46:47.743335 [ 3 ] {6fe3998a-af78-483d-8cb1-86ce9dba1caa} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2867 | 2024.07.19 18:46:47.743477 [ 3 ] {6fe3998a-af78-483d-8cb1-86ce9dba1caa} <Debug> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Key condition: (column 0 notIn 39-element set) | ||
| 2868 | 2024.07.19 18:46:47.743677 [ 255 ] {6fe3998a-af78-483d-8cb1-86ce9dba1caa} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2869 | 2024.07.19 18:46:47.743684 [ 256 ] {6fe3998a-af78-483d-8cb1-86ce9dba1caa} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2870 | 2024.07.19 18:46:47.743710 [ 257 ] {6fe3998a-af78-483d-8cb1-86ce9dba1caa} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2871 | 2024.07.19 18:46:47.743691 [ 258 ] {6fe3998a-af78-483d-8cb1-86ce9dba1caa} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2872 | 2024.07.19 18:46:47.743907 [ 3 ] {6fe3998a-af78-483d-8cb1-86ce9dba1caa} <Debug> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
| 2873 | 2024.07.19 18:46:47.743947 [ 3 ] {6fe3998a-af78-483d-8cb1-86ce9dba1caa} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2874 | 2024.07.19 18:46:47.744064 [ 3 ] {6fe3998a-af78-483d-8cb1-86ce9dba1caa} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2875 | 2024.07.19 18:46:47.744088 [ 3 ] {6fe3998a-af78-483d-8cb1-86ce9dba1caa} <Debug> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Reading approx. 36 rows with 3 streams | ||
| 2876 | 2024.07.19 18:46:47.744130 [ 3 ] {6fe3998a-af78-483d-8cb1-86ce9dba1caa} <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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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'))" | ||
| 2877 | 2024.07.19 18:46:47.744176 [ 3 ] {6fe3998a-af78-483d-8cb1-86ce9dba1caa} <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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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'))" | ||
| 2878 | 2024.07.19 18:46:47.744217 [ 3 ] {6fe3998a-af78-483d-8cb1-86ce9dba1caa} <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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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'))" | ||
| 2879 | 2024.07.19 18:46:47.745573 [ 3 ] {6fe3998a-af78-483d-8cb1-86ce9dba1caa} <Debug> executeQuery: Read 36 rows, 1.35 KiB in 0.003076 sec., 11703.511053315995 rows/sec., 438.75 KiB/sec. | ||
| 2880 | 2024.07.19 18:46:47.745951 [ 3 ] {6fe3998a-af78-483d-8cb1-86ce9dba1caa} <Debug> DynamicQueryHandler: Done processing query | ||
| 2881 | 2024.07.19 18:46:47.745977 [ 3 ] {6fe3998a-af78-483d-8cb1-86ce9dba1caa} <Debug> MemoryTracker: Peak memory usage (for query): 3.11 MiB. | ||
| 2882 | 2024.07.19 18:46:47.745994 [ 3 ] {} <Debug> HTTP-Session: c2dd0223-9446-4069-ae19-dd163d143245 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2883 | 2024.07.19 18:46:47.746210 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 1434, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2884 | 2024.07.19 18:46:47.746263 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2885 | 2024.07.19 18:46:47.746283 [ 3 ] {} <Debug> HTTP-Session: 8e37d162-b931-46db-8b7d-0454de49631a Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 2886 | 2024.07.19 18:46:47.746300 [ 3 ] {} <Debug> HTTP-Session: 8e37d162-b931-46db-8b7d-0454de49631a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2887 | 2024.07.19 18:46:47.746314 [ 3 ] {} <Debug> HTTP-Session: 8e37d162-b931-46db-8b7d-0454de49631a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2888 | 2024.07.19 18:46:47.746349 [ 3 ] {} <Trace> HTTP-Session: 8e37d162-b931-46db-8b7d-0454de49631a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2889 | 2024.07.19 18:46:47.746543 [ 3 ] {feecc2cf-264d-4bbd-8948-0c05228e7399} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) 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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 2890 | 2024.07.19 18:46:47.746864 [ 3 ] {feecc2cf-264d-4bbd-8948-0c05228e7399} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2891 | 2024.07.19 18:46:47.746915 [ 3 ] {feecc2cf-264d-4bbd-8948-0c05228e7399} <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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2892 | 2024.07.19 18:46:47.747242 [ 3 ] {feecc2cf-264d-4bbd-8948-0c05228e7399} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2893 | 2024.07.19 18:46:47.747309 [ 3 ] {feecc2cf-264d-4bbd-8948-0c05228e7399} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2894 | 2024.07.19 18:46:47.747452 [ 3 ] {feecc2cf-264d-4bbd-8948-0c05228e7399} <Debug> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Key condition: (column 0 notIn 40-element set) | ||
| 2895 | 2024.07.19 18:46:47.747613 [ 258 ] {feecc2cf-264d-4bbd-8948-0c05228e7399} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2896 | 2024.07.19 18:46:47.747648 [ 257 ] {feecc2cf-264d-4bbd-8948-0c05228e7399} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2897 | 2024.07.19 18:46:47.747664 [ 260 ] {feecc2cf-264d-4bbd-8948-0c05228e7399} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2898 | 2024.07.19 18:46:47.747669 [ 255 ] {feecc2cf-264d-4bbd-8948-0c05228e7399} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2899 | 2024.07.19 18:46:47.747794 [ 3 ] {feecc2cf-264d-4bbd-8948-0c05228e7399} <Debug> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
| 2900 | 2024.07.19 18:46:47.747824 [ 3 ] {feecc2cf-264d-4bbd-8948-0c05228e7399} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2901 | 2024.07.19 18:46:47.747933 [ 3 ] {feecc2cf-264d-4bbd-8948-0c05228e7399} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2902 | 2024.07.19 18:46:47.747955 [ 3 ] {feecc2cf-264d-4bbd-8948-0c05228e7399} <Debug> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (SelectExecutor): Reading approx. 36 rows with 3 streams | ||
| 2903 | 2024.07.19 18:46:47.747994 [ 3 ] {feecc2cf-264d-4bbd-8948-0c05228e7399} <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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2904 | 2024.07.19 18:46:47.748038 [ 3 ] {feecc2cf-264d-4bbd-8948-0c05228e7399} <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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2905 | 2024.07.19 18:46:47.748076 [ 3 ] {feecc2cf-264d-4bbd-8948-0c05228e7399} <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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2906 | 2024.07.19 18:46:47.749631 [ 3 ] {feecc2cf-264d-4bbd-8948-0c05228e7399} <Debug> executeQuery: Read 36 rows, 1.35 KiB in 0.003176 sec., 11335.012594458438 rows/sec., 424.94 KiB/sec. | ||
| 2907 | 2024.07.19 18:46:47.749992 [ 3 ] {feecc2cf-264d-4bbd-8948-0c05228e7399} <Debug> DynamicQueryHandler: Done processing query | ||
| 2908 | 2024.07.19 18:46:47.750019 [ 3 ] {feecc2cf-264d-4bbd-8948-0c05228e7399} <Debug> MemoryTracker: Peak memory usage (for query): 3.11 MiB. | ||
| 2909 | 2024.07.19 18:46:47.750036 [ 3 ] {} <Debug> HTTP-Session: 8e37d162-b931-46db-8b7d-0454de49631a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2910 | 2024.07.19 18:46:47.753097 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 1071, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2911 | 2024.07.19 18:46:47.753146 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2912 | 2024.07.19 18:46:47.753165 [ 3 ] {} <Debug> HTTP-Session: 18f93585-766f-4e72-9eef-3ff8b948d423 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 2913 | 2024.07.19 18:46:47.753182 [ 3 ] {} <Debug> HTTP-Session: 18f93585-766f-4e72-9eef-3ff8b948d423 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2914 | 2024.07.19 18:46:47.753195 [ 3 ] {} <Debug> HTTP-Session: 18f93585-766f-4e72-9eef-3ff8b948d423 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2915 | 2024.07.19 18:46:47.753226 [ 3 ] {} <Trace> HTTP-Session: 18f93585-766f-4e72-9eef-3ff8b948d423 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2916 | 2024.07.19 18:46:47.753339 [ 3 ] {9134258c-0f90-4d01-8f44-d1c89d09f947} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
| 2917 | 2024.07.19 18:46:47.753385 [ 3 ] {9134258c-0f90-4d01-8f44-d1c89d09f947} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2918 | 2024.07.19 18:46:47.753548 [ 3 ] {9134258c-0f90-4d01-8f44-d1c89d09f947} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2919 | 2024.07.19 18:46:47.753952 [ 3 ] {9134258c-0f90-4d01-8f44-d1c89d09f947} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2920 | 2024.07.19 18:46:47.753993 [ 3 ] {9134258c-0f90-4d01-8f44-d1c89d09f947} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 2921 | 2024.07.19 18:46:47.754500 [ 3 ] {9134258c-0f90-4d01-8f44-d1c89d09f947} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2922 | 2024.07.19 18:46:47.754832 [ 3 ] {9134258c-0f90-4d01-8f44-d1c89d09f947} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2923 | 2024.07.19 18:46:47.755008 [ 3 ] {9134258c-0f90-4d01-8f44-d1c89d09f947} <Debug> executeQuery: Read 4 rows, 521.00 B in 0.001658 sec., 2412.5452352231605 rows/sec., 306.87 KiB/sec. | ||
| 2924 | 2024.07.19 18:46:47.755221 [ 3 ] {9134258c-0f90-4d01-8f44-d1c89d09f947} <Debug> DynamicQueryHandler: Done processing query | ||
| 2925 | 2024.07.19 18:46:47.755247 [ 3 ] {9134258c-0f90-4d01-8f44-d1c89d09f947} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 2926 | 2024.07.19 18:46:47.755263 [ 3 ] {} <Debug> HTTP-Session: 18f93585-766f-4e72-9eef-3ff8b948d423 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2927 | 2024.07.19 18:46:47.755366 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 623, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2928 | 2024.07.19 18:46:47.755417 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2929 | 2024.07.19 18:46:47.755437 [ 3 ] {} <Debug> HTTP-Session: 6d80fd32-bde0-45b5-92c9-af5e41a66325 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 2930 | 2024.07.19 18:46:47.755453 [ 3 ] {} <Debug> HTTP-Session: 6d80fd32-bde0-45b5-92c9-af5e41a66325 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2931 | 2024.07.19 18:46:47.755467 [ 3 ] {} <Debug> HTTP-Session: 6d80fd32-bde0-45b5-92c9-af5e41a66325 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2932 | 2024.07.19 18:46:47.755499 [ 3 ] {} <Trace> HTTP-Session: 6d80fd32-bde0-45b5-92c9-af5e41a66325 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2933 | 2024.07.19 18:46:47.755599 [ 3 ] {4cc5254a-925e-401f-9b4f-0d772f52efe5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 2934 | 2024.07.19 18:46:47.755645 [ 3 ] {4cc5254a-925e-401f-9b4f-0d772f52efe5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 2935 | 2024.07.19 18:46:47.755775 [ 3 ] {4cc5254a-925e-401f-9b4f-0d772f52efe5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2936 | 2024.07.19 18:46:47.756082 [ 3 ] {4cc5254a-925e-401f-9b4f-0d772f52efe5} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2937 | 2024.07.19 18:46:47.756120 [ 3 ] {4cc5254a-925e-401f-9b4f-0d772f52efe5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 2938 | 2024.07.19 18:46:47.756426 [ 3 ] {4cc5254a-925e-401f-9b4f-0d772f52efe5} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2939 | 2024.07.19 18:46:47.756729 [ 3 ] {4cc5254a-925e-401f-9b4f-0d772f52efe5} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2940 | 2024.07.19 18:46:47.756886 [ 3 ] {4cc5254a-925e-401f-9b4f-0d772f52efe5} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001313 sec., 3046.4584920030466 rows/sec., 246.93 KiB/sec. | ||
| 2941 | 2024.07.19 18:46:47.757049 [ 3 ] {4cc5254a-925e-401f-9b4f-0d772f52efe5} <Debug> DynamicQueryHandler: Done processing query | ||
| 2942 | 2024.07.19 18:46:47.757073 [ 3 ] {4cc5254a-925e-401f-9b4f-0d772f52efe5} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 2943 | 2024.07.19 18:46:47.757089 [ 3 ] {} <Debug> HTTP-Session: 6d80fd32-bde0-45b5-92c9-af5e41a66325 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2944 | 2024.07.19 18:46:47.757203 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9662, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2945 | 2024.07.19 18:46:47.757252 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2946 | 2024.07.19 18:46:47.757271 [ 3 ] {} <Debug> HTTP-Session: 6cb5904f-bdbe-4c86-b3a5-3b95cf28bca8 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 2947 | 2024.07.19 18:46:47.757287 [ 3 ] {} <Debug> HTTP-Session: 6cb5904f-bdbe-4c86-b3a5-3b95cf28bca8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2948 | 2024.07.19 18:46:47.757300 [ 3 ] {} <Debug> HTTP-Session: 6cb5904f-bdbe-4c86-b3a5-3b95cf28bca8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2949 | 2024.07.19 18:46:47.757331 [ 3 ] {} <Trace> HTTP-Session: 6cb5904f-bdbe-4c86-b3a5-3b95cf28bca8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2950 | 2024.07.19 18:46:47.757450 [ 3 ] {dc7dd091-a411-45ad-b2fc-77b642616e84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2951 | 2024.07.19 18:46:47.757493 [ 3 ] {dc7dd091-a411-45ad-b2fc-77b642616e84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2952 | 2024.07.19 18:46:47.757617 [ 3 ] {dc7dd091-a411-45ad-b2fc-77b642616e84} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2953 | 2024.07.19 18:46:47.757952 [ 3 ] {dc7dd091-a411-45ad-b2fc-77b642616e84} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2954 | 2024.07.19 18:46:47.757993 [ 3 ] {dc7dd091-a411-45ad-b2fc-77b642616e84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 2955 | 2024.07.19 18:46:47.758309 [ 3 ] {dc7dd091-a411-45ad-b2fc-77b642616e84} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2956 | 2024.07.19 18:46:47.758616 [ 3 ] {dc7dd091-a411-45ad-b2fc-77b642616e84} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2957 | 2024.07.19 18:46:47.758833 [ 76 ] {} <Debug> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2958 | 2024.07.19 18:46:47.758842 [ 3 ] {dc7dd091-a411-45ad-b2fc-77b642616e84} <Debug> executeQuery: Read 68 rows, 5.51 KiB in 0.001427 sec., 47652.417659425366 rows/sec., 3.77 MiB/sec. | ||
| 2959 | 2024.07.19 18:46:47.758909 [ 76 ] {} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2960 | 2024.07.19 18:46:47.758976 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 2961 | 2024.07.19 18:46:47.759143 [ 3 ] {dc7dd091-a411-45ad-b2fc-77b642616e84} <Debug> DynamicQueryHandler: Done processing query | ||
| 2962 | 2024.07.19 18:46:47.759209 [ 201 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::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 | ||
| 2963 | 2024.07.19 18:46:47.759210 [ 3 ] {dc7dd091-a411-45ad-b2fc-77b642616e84} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 2964 | 2024.07.19 18:46:47.759274 [ 3 ] {} <Debug> HTTP-Session: 6cb5904f-bdbe-4c86-b3a5-3b95cf28bca8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2965 | 2024.07.19 18:46:47.759377 [ 201 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2966 | 2024.07.19 18:46:47.759403 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 11562, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2967 | 2024.07.19 18:46:47.759418 [ 201 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 140 rows starting from the beginning of the part | ||
| 2968 | 2024.07.19 18:46:47.759459 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2969 | 2024.07.19 18:46:47.759540 [ 3 ] {} <Debug> HTTP-Session: e435b738-c026-49ea-9d0e-cd2aa789e3b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 2970 | 2024.07.19 18:46:47.759573 [ 3 ] {} <Debug> HTTP-Session: e435b738-c026-49ea-9d0e-cd2aa789e3b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2971 | 2024.07.19 18:46:47.759655 [ 3 ] {} <Debug> HTTP-Session: e435b738-c026-49ea-9d0e-cd2aa789e3b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2972 | 2024.07.19 18:46:47.759713 [ 201 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 26 rows starting from the beginning of the part | ||
| 2973 | 2024.07.19 18:46:47.759774 [ 3 ] {} <Trace> HTTP-Session: e435b738-c026-49ea-9d0e-cd2aa789e3b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2974 | 2024.07.19 18:46:47.760031 [ 201 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 105 rows starting from the beginning of the part | ||
| 2975 | 2024.07.19 18:46:47.760132 [ 3 ] {740ab00c-4c0e-4978-ab00-e81a12c0f42e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2976 | 2024.07.19 18:46:47.760308 [ 3 ] {740ab00c-4c0e-4978-ab00-e81a12c0f42e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2977 | 2024.07.19 18:46:47.760356 [ 201 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 38 rows starting from the beginning of the part | ||
| 2978 | 2024.07.19 18:46:47.760646 [ 201 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 246 rows starting from the beginning of the part | ||
| 2979 | 2024.07.19 18:46:47.760988 [ 201 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 68 rows starting from the beginning of the part | ||
| 2980 | 2024.07.19 18:46:47.761555 [ 3 ] {740ab00c-4c0e-4978-ab00-e81a12c0f42e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2981 | 2024.07.19 18:46:47.762060 [ 3 ] {740ab00c-4c0e-4978-ab00-e81a12c0f42e} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2982 | 2024.07.19 18:46:47.762103 [ 3 ] {740ab00c-4c0e-4978-ab00-e81a12c0f42e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 2983 | 2024.07.19 18:46:47.762645 [ 3 ] {740ab00c-4c0e-4978-ab00-e81a12c0f42e} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2984 | 2024.07.19 18:46:47.762996 [ 201 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 623 rows, containing 4 columns (4 merged, 0 gathered) in 0.003923511 sec., 158786.35232576128 rows/sec., 13.43 MiB/sec. | ||
| 2985 | 2024.07.19 18:46:47.763140 [ 201 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2986 | 2024.07.19 18:46:47.763242 [ 3 ] {740ab00c-4c0e-4978-ab00-e81a12c0f42e} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2987 | 2024.07.19 18:46:47.763503 [ 76 ] {} <Debug> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2988 | 2024.07.19 18:46:47.763566 [ 3 ] {740ab00c-4c0e-4978-ab00-e81a12c0f42e} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.003556 sec., 19122.609673790776 rows/sec., 1.49 MiB/sec. | ||
| 2989 | 2024.07.19 18:46:47.763596 [ 76 ] {} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2990 | 2024.07.19 18:46:47.763693 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 2991 | 2024.07.19 18:46:47.764099 [ 201 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_11_2} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2992 | 2024.07.19 18:46:47.764202 [ 3 ] {740ab00c-4c0e-4978-ab00-e81a12c0f42e} <Debug> DynamicQueryHandler: Done processing query | ||
| 2993 | 2024.07.19 18:46:47.764353 [ 3 ] {740ab00c-4c0e-4978-ab00-e81a12c0f42e} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 2994 | 2024.07.19 18:46:47.764512 [ 3 ] {} <Debug> HTTP-Session: e435b738-c026-49ea-9d0e-cd2aa789e3b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2995 | 2024.07.19 18:46:47.764585 [ 192 ] {67671d04-4863-4609-b795-f6318ed5bf2b::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 | ||
| 2996 | 2024.07.19 18:46:47.764625 [ 201 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_11_2} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2997 | 2024.07.19 18:46:47.764792 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 2998 | 2024.07.19 18:46:47.764906 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 25650, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2999 | 2024.07.19 18:46:47.764969 [ 192 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3000 | 2024.07.19 18:46:47.765003 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3001 | 2024.07.19 18:46:47.765022 [ 192 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 93 rows starting from the beginning of the part | ||
| 3002 | 2024.07.19 18:46:47.765039 [ 3 ] {} <Debug> HTTP-Session: d5d061f5-80bf-4943-986f-ccf5a9cb2fe3 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 3003 | 2024.07.19 18:46:47.765078 [ 3 ] {} <Debug> HTTP-Session: d5d061f5-80bf-4943-986f-ccf5a9cb2fe3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3004 | 2024.07.19 18:46:47.765108 [ 3 ] {} <Debug> HTTP-Session: d5d061f5-80bf-4943-986f-ccf5a9cb2fe3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3005 | 2024.07.19 18:46:47.765254 [ 192 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 28 rows starting from the beginning of the part | ||
| 3006 | 2024.07.19 18:46:47.765265 [ 3 ] {} <Trace> HTTP-Session: d5d061f5-80bf-4943-986f-ccf5a9cb2fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3007 | 2024.07.19 18:46:47.765556 [ 192 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 56 rows starting from the beginning of the part | ||
| 3008 | 2024.07.19 18:46:47.765819 [ 192 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 35 rows starting from the beginning of the part | ||
| 3009 | 2024.07.19 18:46:47.765959 [ 3 ] {04a24d7a-3e0b-465d-90be-d3d262c7d0a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3010 | 2024.07.19 18:46:47.766101 [ 192 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 398 rows starting from the beginning of the part | ||
| 3011 | 2024.07.19 18:46:47.766218 [ 3 ] {04a24d7a-3e0b-465d-90be-d3d262c7d0a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3012 | 2024.07.19 18:46:47.766347 [ 192 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 68 rows starting from the beginning of the part | ||
| 3013 | 2024.07.19 18:46:47.767080 [ 3 ] {04a24d7a-3e0b-465d-90be-d3d262c7d0a6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3014 | 2024.07.19 18:46:47.767890 [ 3 ] {04a24d7a-3e0b-465d-90be-d3d262c7d0a6} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3015 | 2024.07.19 18:46:47.767959 [ 3 ] {04a24d7a-3e0b-465d-90be-d3d262c7d0a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 3016 | 2024.07.19 18:46:47.769043 [ 3 ] {04a24d7a-3e0b-465d-90be-d3d262c7d0a6} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3017 | 2024.07.19 18:46:47.769252 [ 193 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 678 rows, containing 4 columns (4 merged, 0 gathered) in 0.005355153 sec., 126607.02691407697 rows/sec., 9.32 MiB/sec. | ||
| 3018 | 2024.07.19 18:46:47.769594 [ 196 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3019 | 2024.07.19 18:46:47.769743 [ 3 ] {04a24d7a-3e0b-465d-90be-d3d262c7d0a6} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3020 | 2024.07.19 18:46:47.770030 [ 3 ] {04a24d7a-3e0b-465d-90be-d3d262c7d0a6} <Debug> executeQuery: Read 134 rows, 9.53 KiB in 0.004396 sec., 30482.25659690628 rows/sec., 2.12 MiB/sec. | ||
| 3021 | 2024.07.19 18:46:47.770561 [ 3 ] {04a24d7a-3e0b-465d-90be-d3d262c7d0a6} <Debug> DynamicQueryHandler: Done processing query | ||
| 3022 | 2024.07.19 18:46:47.770598 [ 3 ] {04a24d7a-3e0b-465d-90be-d3d262c7d0a6} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 3023 | 2024.07.19 18:46:47.770629 [ 3 ] {} <Debug> HTTP-Session: d5d061f5-80bf-4943-986f-ccf5a9cb2fe3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3024 | 2024.07.19 18:46:47.770704 [ 196 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_11_2} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3025 | 2024.07.19 18:46:47.770796 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 6354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3026 | 2024.07.19 18:46:47.770855 [ 196 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_11_2} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3027 | 2024.07.19 18:46:47.770880 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3028 | 2024.07.19 18:46:47.770914 [ 3 ] {} <Debug> HTTP-Session: b4f6c132-506b-4aff-b29c-22c50a9874dd Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 3029 | 2024.07.19 18:46:47.770967 [ 3 ] {} <Debug> HTTP-Session: b4f6c132-506b-4aff-b29c-22c50a9874dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3030 | 2024.07.19 18:46:47.770998 [ 3 ] {} <Debug> HTTP-Session: b4f6c132-506b-4aff-b29c-22c50a9874dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3031 | 2024.07.19 18:46:47.771016 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 3032 | 2024.07.19 18:46:47.771052 [ 3 ] {} <Trace> HTTP-Session: b4f6c132-506b-4aff-b29c-22c50a9874dd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3033 | 2024.07.19 18:46:47.771213 [ 3 ] {b045c094-57fe-4565-a5fb-a9a3efd17849} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 3034 | 2024.07.19 18:46:47.771282 [ 3 ] {b045c094-57fe-4565-a5fb-a9a3efd17849} <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 | ||
| 3035 | 2024.07.19 18:46:47.771737 [ 3 ] {b045c094-57fe-4565-a5fb-a9a3efd17849} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3036 | 2024.07.19 18:46:47.772231 [ 3 ] {b045c094-57fe-4565-a5fb-a9a3efd17849} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3037 | 2024.07.19 18:46:47.772267 [ 3 ] {b045c094-57fe-4565-a5fb-a9a3efd17849} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 3038 | 2024.07.19 18:46:47.772858 [ 3 ] {b045c094-57fe-4565-a5fb-a9a3efd17849} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3039 | 2024.07.19 18:46:47.773279 [ 3 ] {b045c094-57fe-4565-a5fb-a9a3efd17849} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3040 | 2024.07.19 18:46:47.773458 [ 3 ] {b045c094-57fe-4565-a5fb-a9a3efd17849} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002314 sec., 1728.608470181504 rows/sec., 3.10 MiB/sec. | ||
| 3041 | 2024.07.19 18:46:47.773679 [ 3 ] {b045c094-57fe-4565-a5fb-a9a3efd17849} <Debug> DynamicQueryHandler: Done processing query | ||
| 3042 | 2024.07.19 18:46:47.773703 [ 3 ] {b045c094-57fe-4565-a5fb-a9a3efd17849} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 3043 | 2024.07.19 18:46:47.773718 [ 3 ] {} <Debug> HTTP-Session: b4f6c132-506b-4aff-b29c-22c50a9874dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3044 | 2024.07.19 18:46:47.773837 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 7339, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3045 | 2024.07.19 18:46:47.773883 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3046 | 2024.07.19 18:46:47.773901 [ 3 ] {} <Debug> HTTP-Session: 345808ff-05b7-4565-b199-274738f637e4 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 3047 | 2024.07.19 18:46:47.773917 [ 3 ] {} <Debug> HTTP-Session: 345808ff-05b7-4565-b199-274738f637e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3048 | 2024.07.19 18:46:47.773931 [ 3 ] {} <Debug> HTTP-Session: 345808ff-05b7-4565-b199-274738f637e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3049 | 2024.07.19 18:46:47.773961 [ 3 ] {} <Trace> HTTP-Session: 345808ff-05b7-4565-b199-274738f637e4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3050 | 2024.07.19 18:46:47.774079 [ 3 ] {affc8be8-ce38-4c45-ba6b-5d70a749d997} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 3051 | 2024.07.19 18:46:47.774123 [ 3 ] {affc8be8-ce38-4c45-ba6b-5d70a749d997} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3052 | 2024.07.19 18:46:47.774250 [ 3 ] {affc8be8-ce38-4c45-ba6b-5d70a749d997} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3053 | 2024.07.19 18:46:47.774538 [ 3 ] {affc8be8-ce38-4c45-ba6b-5d70a749d997} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3054 | 2024.07.19 18:46:47.774573 [ 3 ] {affc8be8-ce38-4c45-ba6b-5d70a749d997} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 3055 | 2024.07.19 18:46:47.774958 [ 3 ] {affc8be8-ce38-4c45-ba6b-5d70a749d997} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3056 | 2024.07.19 18:46:47.775281 [ 3 ] {affc8be8-ce38-4c45-ba6b-5d70a749d997} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3057 | 2024.07.19 18:46:47.775436 [ 3 ] {affc8be8-ce38-4c45-ba6b-5d70a749d997} <Debug> executeQuery: Read 48 rows, 3.34 KiB in 0.001393 sec., 34458.00430725054 rows/sec., 2.34 MiB/sec. | ||
| 3058 | 2024.07.19 18:46:47.775637 [ 3 ] {affc8be8-ce38-4c45-ba6b-5d70a749d997} <Debug> DynamicQueryHandler: Done processing query | ||
| 3059 | 2024.07.19 18:46:47.775662 [ 3 ] {affc8be8-ce38-4c45-ba6b-5d70a749d997} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 3060 | 2024.07.19 18:46:47.775678 [ 3 ] {} <Debug> HTTP-Session: 345808ff-05b7-4565-b199-274738f637e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3061 | 2024.07.19 18:46:52.742465 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 4480, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3062 | 2024.07.19 18:46:52.742605 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3063 | 2024.07.19 18:46:52.742634 [ 3 ] {} <Debug> HTTP-Session: bc85ecb8-6847-478e-b6ac-ff43c8b5ffc9 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 3064 | 2024.07.19 18:46:52.742662 [ 3 ] {} <Debug> HTTP-Session: bc85ecb8-6847-478e-b6ac-ff43c8b5ffc9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3065 | 2024.07.19 18:46:52.742680 [ 3 ] {} <Debug> HTTP-Session: bc85ecb8-6847-478e-b6ac-ff43c8b5ffc9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3066 | 2024.07.19 18:46:52.742737 [ 3 ] {} <Trace> HTTP-Session: bc85ecb8-6847-478e-b6ac-ff43c8b5ffc9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3067 | 2024.07.19 18:46:52.742943 [ 3 ] {9fbaa761-2109-402b-b869-74549872f724} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 3068 | 2024.07.19 18:46:52.743017 [ 3 ] {9fbaa761-2109-402b-b869-74549872f724} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 3069 | 2024.07.19 18:46:52.743233 [ 3 ] {9fbaa761-2109-402b-b869-74549872f724} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3070 | 2024.07.19 18:46:52.743730 [ 3 ] {9fbaa761-2109-402b-b869-74549872f724} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3071 | 2024.07.19 18:46:52.743771 [ 3 ] {9fbaa761-2109-402b-b869-74549872f724} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 3072 | 2024.07.19 18:46:52.744137 [ 3 ] {9fbaa761-2109-402b-b869-74549872f724} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3073 | 2024.07.19 18:46:52.744472 [ 3 ] {9fbaa761-2109-402b-b869-74549872f724} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3074 | 2024.07.19 18:46:52.744652 [ 3 ] {9fbaa761-2109-402b-b869-74549872f724} <Debug> executeQuery: Read 32 rows, 2.45 KiB in 0.00177 sec., 18079.09604519774 rows/sec., 1.35 MiB/sec. | ||
| 3075 | 2024.07.19 18:46:52.744884 [ 3 ] {9fbaa761-2109-402b-b869-74549872f724} <Debug> DynamicQueryHandler: Done processing query | ||
| 3076 | 2024.07.19 18:46:52.744911 [ 3 ] {9fbaa761-2109-402b-b869-74549872f724} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 3077 | 2024.07.19 18:46:52.744926 [ 3 ] {} <Debug> HTTP-Session: bc85ecb8-6847-478e-b6ac-ff43c8b5ffc9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3078 | 2024.07.19 18:46:52.745103 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 36141, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3079 | 2024.07.19 18:46:52.745152 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3080 | 2024.07.19 18:46:52.745171 [ 3 ] {} <Debug> HTTP-Session: 3112ee99-2faa-4b00-ac6e-be566c58d409 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 3081 | 2024.07.19 18:46:52.745187 [ 3 ] {} <Debug> HTTP-Session: 3112ee99-2faa-4b00-ac6e-be566c58d409 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3082 | 2024.07.19 18:46:52.745200 [ 3 ] {} <Debug> HTTP-Session: 3112ee99-2faa-4b00-ac6e-be566c58d409 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3083 | 2024.07.19 18:46:52.745234 [ 3 ] {} <Trace> HTTP-Session: 3112ee99-2faa-4b00-ac6e-be566c58d409 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3084 | 2024.07.19 18:46:52.745426 [ 3 ] {67188ed9-997b-4f9d-be0c-40d34816d90f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3085 | 2024.07.19 18:46:52.745469 [ 3 ] {67188ed9-997b-4f9d-be0c-40d34816d90f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3086 | 2024.07.19 18:46:52.745596 [ 3 ] {67188ed9-997b-4f9d-be0c-40d34816d90f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3087 | 2024.07.19 18:46:52.746092 [ 3 ] {67188ed9-997b-4f9d-be0c-40d34816d90f} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3088 | 2024.07.19 18:46:52.746129 [ 3 ] {67188ed9-997b-4f9d-be0c-40d34816d90f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 3089 | 2024.07.19 18:46:52.746464 [ 3 ] {67188ed9-997b-4f9d-be0c-40d34816d90f} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3090 | 2024.07.19 18:46:52.746781 [ 3 ] {67188ed9-997b-4f9d-be0c-40d34816d90f} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3091 | 2024.07.19 18:46:52.746930 [ 3 ] {67188ed9-997b-4f9d-be0c-40d34816d90f} <Debug> executeQuery: Read 239 rows, 21.60 KiB in 0.001608 sec., 148631.84079601988 rows/sec., 13.12 MiB/sec. | ||
| 3092 | 2024.07.19 18:46:52.747094 [ 3 ] {67188ed9-997b-4f9d-be0c-40d34816d90f} <Debug> DynamicQueryHandler: Done processing query | ||
| 3093 | 2024.07.19 18:46:52.747119 [ 3 ] {67188ed9-997b-4f9d-be0c-40d34816d90f} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
| 3094 | 2024.07.19 18:46:52.747135 [ 3 ] {} <Debug> HTTP-Session: 3112ee99-2faa-4b00-ac6e-be566c58d409 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3095 | 2024.07.19 18:46:52.747311 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 65978, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3096 | 2024.07.19 18:46:52.747360 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3097 | 2024.07.19 18:46:52.747379 [ 3 ] {} <Debug> HTTP-Session: c6c6d200-8bba-4e13-b34e-024b2e2a58a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 3098 | 2024.07.19 18:46:52.747395 [ 3 ] {} <Debug> HTTP-Session: c6c6d200-8bba-4e13-b34e-024b2e2a58a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3099 | 2024.07.19 18:46:52.747409 [ 3 ] {} <Debug> HTTP-Session: c6c6d200-8bba-4e13-b34e-024b2e2a58a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3100 | 2024.07.19 18:46:52.747440 [ 3 ] {} <Trace> HTTP-Session: c6c6d200-8bba-4e13-b34e-024b2e2a58a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3101 | 2024.07.19 18:46:52.747804 [ 3 ] {e25ca71e-79ea-47b3-b02b-e7a17251e97e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3102 | 2024.07.19 18:46:52.747848 [ 3 ] {e25ca71e-79ea-47b3-b02b-e7a17251e97e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3103 | 2024.07.19 18:46:52.747974 [ 3 ] {e25ca71e-79ea-47b3-b02b-e7a17251e97e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3104 | 2024.07.19 18:46:52.748540 [ 3 ] {e25ca71e-79ea-47b3-b02b-e7a17251e97e} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3105 | 2024.07.19 18:46:52.748575 [ 3 ] {e25ca71e-79ea-47b3-b02b-e7a17251e97e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 3106 | 2024.07.19 18:46:52.748906 [ 3 ] {e25ca71e-79ea-47b3-b02b-e7a17251e97e} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3107 | 2024.07.19 18:46:52.749214 [ 3 ] {e25ca71e-79ea-47b3-b02b-e7a17251e97e} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3108 | 2024.07.19 18:46:52.749336 [ 3 ] {e25ca71e-79ea-47b3-b02b-e7a17251e97e} <Debug> executeQuery: Read 408 rows, 29.56 KiB in 0.001761 sec., 231686.54173764907 rows/sec., 16.39 MiB/sec. | ||
| 3109 | 2024.07.19 18:46:52.749536 [ 3 ] {e25ca71e-79ea-47b3-b02b-e7a17251e97e} <Debug> DynamicQueryHandler: Done processing query | ||
| 3110 | 2024.07.19 18:46:52.749561 [ 3 ] {e25ca71e-79ea-47b3-b02b-e7a17251e97e} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
| 3111 | 2024.07.19 18:46:52.749577 [ 3 ] {} <Debug> HTTP-Session: c6c6d200-8bba-4e13-b34e-024b2e2a58a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3112 | 2024.07.19 18:46:52.749689 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3113 | 2024.07.19 18:46:52.749738 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3114 | 2024.07.19 18:46:52.749757 [ 3 ] {} <Debug> HTTP-Session: 7aea8b29-b89c-4e1a-8d7a-d4cf9cd02b3a Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 3115 | 2024.07.19 18:46:52.749773 [ 3 ] {} <Debug> HTTP-Session: 7aea8b29-b89c-4e1a-8d7a-d4cf9cd02b3a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3116 | 2024.07.19 18:46:52.749787 [ 3 ] {} <Debug> HTTP-Session: 7aea8b29-b89c-4e1a-8d7a-d4cf9cd02b3a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3117 | 2024.07.19 18:46:52.749817 [ 3 ] {} <Trace> HTTP-Session: 7aea8b29-b89c-4e1a-8d7a-d4cf9cd02b3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3118 | 2024.07.19 18:46:52.749912 [ 3 ] {0bc8dc5f-dbf6-4f30-9d7b-9a45d7214957} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 3119 | 2024.07.19 18:46:52.749958 [ 3 ] {0bc8dc5f-dbf6-4f30-9d7b-9a45d7214957} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3120 | 2024.07.19 18:46:52.750097 [ 3 ] {0bc8dc5f-dbf6-4f30-9d7b-9a45d7214957} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3121 | 2024.07.19 18:46:52.750362 [ 3 ] {0bc8dc5f-dbf6-4f30-9d7b-9a45d7214957} <Trace> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3122 | 2024.07.19 18:46:52.750399 [ 3 ] {0bc8dc5f-dbf6-4f30-9d7b-9a45d7214957} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 3123 | 2024.07.19 18:46:52.750756 [ 3 ] {0bc8dc5f-dbf6-4f30-9d7b-9a45d7214957} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 3124 | 2024.07.19 18:46:52.751076 [ 3 ] {0bc8dc5f-dbf6-4f30-9d7b-9a45d7214957} <Trace> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3125 | 2024.07.19 18:46:52.751234 [ 3 ] {0bc8dc5f-dbf6-4f30-9d7b-9a45d7214957} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001346 sec., 4457.652303120357 rows/sec., 191.54 KiB/sec. | ||
| 3126 | 2024.07.19 18:46:52.751400 [ 3 ] {0bc8dc5f-dbf6-4f30-9d7b-9a45d7214957} <Debug> DynamicQueryHandler: Done processing query | ||
| 3127 | 2024.07.19 18:46:52.751425 [ 3 ] {0bc8dc5f-dbf6-4f30-9d7b-9a45d7214957} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 3128 | 2024.07.19 18:46:52.751441 [ 3 ] {} <Debug> HTTP-Session: 7aea8b29-b89c-4e1a-8d7a-d4cf9cd02b3a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3129 | 2024.07.19 18:46:52.751551 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 14079, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3130 | 2024.07.19 18:46:52.751600 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3131 | 2024.07.19 18:46:52.751618 [ 3 ] {} <Debug> HTTP-Session: a6fa5d4a-f9eb-4f7d-9e17-29d4171c73ca Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 3132 | 2024.07.19 18:46:52.751634 [ 3 ] {} <Debug> HTTP-Session: a6fa5d4a-f9eb-4f7d-9e17-29d4171c73ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3133 | 2024.07.19 18:46:52.751648 [ 3 ] {} <Debug> HTTP-Session: a6fa5d4a-f9eb-4f7d-9e17-29d4171c73ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3134 | 2024.07.19 18:46:52.751678 [ 3 ] {} <Trace> HTTP-Session: a6fa5d4a-f9eb-4f7d-9e17-29d4171c73ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3135 | 2024.07.19 18:46:52.751813 [ 3 ] {afd50477-eb1e-43fc-8757-1ca8e65cefab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 3136 | 2024.07.19 18:46:52.751858 [ 3 ] {afd50477-eb1e-43fc-8757-1ca8e65cefab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 3137 | 2024.07.19 18:46:52.752000 [ 3 ] {afd50477-eb1e-43fc-8757-1ca8e65cefab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3138 | 2024.07.19 18:46:52.752313 [ 3 ] {afd50477-eb1e-43fc-8757-1ca8e65cefab} <Trace> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3139 | 2024.07.19 18:46:52.752348 [ 3 ] {afd50477-eb1e-43fc-8757-1ca8e65cefab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 3140 | 2024.07.19 18:46:52.752712 [ 3 ] {afd50477-eb1e-43fc-8757-1ca8e65cefab} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 3141 | 2024.07.19 18:46:52.753071 [ 3 ] {afd50477-eb1e-43fc-8757-1ca8e65cefab} <Trace> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3142 | 2024.07.19 18:46:52.753226 [ 3 ] {afd50477-eb1e-43fc-8757-1ca8e65cefab} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001468 sec., 52452.31607629428 rows/sec., 3.23 MiB/sec. | ||
| 3143 | 2024.07.19 18:46:52.753391 [ 3 ] {afd50477-eb1e-43fc-8757-1ca8e65cefab} <Debug> DynamicQueryHandler: Done processing query | ||
| 3144 | 2024.07.19 18:46:52.753415 [ 3 ] {afd50477-eb1e-43fc-8757-1ca8e65cefab} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 3145 | 2024.07.19 18:46:52.753430 [ 3 ] {} <Debug> HTTP-Session: a6fa5d4a-f9eb-4f7d-9e17-29d4171c73ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3146 | 2024.07.19 18:46:52.753576 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3147 | 2024.07.19 18:46:52.753624 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3148 | 2024.07.19 18:46:52.753643 [ 3 ] {} <Debug> HTTP-Session: 811f0e37-cd87-4b44-9880-15bb92804522 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 3149 | 2024.07.19 18:46:52.753659 [ 3 ] {} <Debug> HTTP-Session: 811f0e37-cd87-4b44-9880-15bb92804522 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3150 | 2024.07.19 18:46:52.753672 [ 3 ] {} <Debug> HTTP-Session: 811f0e37-cd87-4b44-9880-15bb92804522 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3151 | 2024.07.19 18:46:52.753702 [ 3 ] {} <Trace> HTTP-Session: 811f0e37-cd87-4b44-9880-15bb92804522 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3152 | 2024.07.19 18:46:52.753847 [ 3 ] {c005bb76-02be-40a4-8a7d-cdfe9a777cb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3153 | 2024.07.19 18:46:52.753891 [ 3 ] {c005bb76-02be-40a4-8a7d-cdfe9a777cb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3154 | 2024.07.19 18:46:52.754031 [ 3 ] {c005bb76-02be-40a4-8a7d-cdfe9a777cb5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3155 | 2024.07.19 18:46:52.754394 [ 3 ] {c005bb76-02be-40a4-8a7d-cdfe9a777cb5} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3156 | 2024.07.19 18:46:52.754431 [ 3 ] {c005bb76-02be-40a4-8a7d-cdfe9a777cb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 3157 | 2024.07.19 18:46:52.754807 [ 3 ] {c005bb76-02be-40a4-8a7d-cdfe9a777cb5} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3158 | 2024.07.19 18:46:52.755141 [ 3 ] {c005bb76-02be-40a4-8a7d-cdfe9a777cb5} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3159 | 2024.07.19 18:46:52.755304 [ 3 ] {c005bb76-02be-40a4-8a7d-cdfe9a777cb5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001521 sec., 105193.9513477975 rows/sec., 7.33 MiB/sec. | ||
| 3160 | 2024.07.19 18:46:52.755497 [ 3 ] {c005bb76-02be-40a4-8a7d-cdfe9a777cb5} <Debug> DynamicQueryHandler: Done processing query | ||
| 3161 | 2024.07.19 18:46:52.755520 [ 3 ] {c005bb76-02be-40a4-8a7d-cdfe9a777cb5} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 3162 | 2024.07.19 18:46:52.755535 [ 3 ] {} <Debug> HTTP-Session: 811f0e37-cd87-4b44-9880-15bb92804522 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3163 | 2024.07.19 18:46:52.755678 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 41741, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3164 | 2024.07.19 18:46:52.755725 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3165 | 2024.07.19 18:46:52.755743 [ 3 ] {} <Debug> HTTP-Session: b67992a7-44cd-4c92-8eff-3c0a33dd7eec Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 3166 | 2024.07.19 18:46:52.755759 [ 3 ] {} <Debug> HTTP-Session: b67992a7-44cd-4c92-8eff-3c0a33dd7eec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3167 | 2024.07.19 18:46:52.755773 [ 3 ] {} <Debug> HTTP-Session: b67992a7-44cd-4c92-8eff-3c0a33dd7eec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3168 | 2024.07.19 18:46:52.755802 [ 3 ] {} <Trace> HTTP-Session: b67992a7-44cd-4c92-8eff-3c0a33dd7eec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3169 | 2024.07.19 18:46:52.756373 [ 3 ] {de87bbb9-dab7-4837-921e-9d9fa1a77144} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 3170 | 2024.07.19 18:46:52.756437 [ 3 ] {de87bbb9-dab7-4837-921e-9d9fa1a77144} <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 | ||
| 3171 | 2024.07.19 18:46:52.756836 [ 3 ] {de87bbb9-dab7-4837-921e-9d9fa1a77144} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3172 | 2024.07.19 18:46:52.757534 [ 3 ] {de87bbb9-dab7-4837-921e-9d9fa1a77144} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3173 | 2024.07.19 18:46:52.757569 [ 3 ] {de87bbb9-dab7-4837-921e-9d9fa1a77144} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 3174 | 2024.07.19 18:46:52.758158 [ 3 ] {de87bbb9-dab7-4837-921e-9d9fa1a77144} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3175 | 2024.07.19 18:46:52.758549 [ 3 ] {de87bbb9-dab7-4837-921e-9d9fa1a77144} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3176 | 2024.07.19 18:46:52.758731 [ 3 ] {de87bbb9-dab7-4837-921e-9d9fa1a77144} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002849 sec., 9126.009126009127 rows/sec., 16.35 MiB/sec. | ||
| 3177 | 2024.07.19 18:46:52.758943 [ 3 ] {de87bbb9-dab7-4837-921e-9d9fa1a77144} <Debug> DynamicQueryHandler: Done processing query | ||
| 3178 | 2024.07.19 18:46:52.758967 [ 3 ] {de87bbb9-dab7-4837-921e-9d9fa1a77144} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 3179 | 2024.07.19 18:46:52.758983 [ 3 ] {} <Debug> HTTP-Session: b67992a7-44cd-4c92-8eff-3c0a33dd7eec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3180 | 2024.07.19 18:46:52.759701 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 3212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3181 | 2024.07.19 18:46:52.759748 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3182 | 2024.07.19 18:46:52.759767 [ 3 ] {} <Debug> HTTP-Session: f7bc0466-40bf-47d2-bba0-273c4773c032 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 3183 | 2024.07.19 18:46:52.759783 [ 3 ] {} <Debug> HTTP-Session: f7bc0466-40bf-47d2-bba0-273c4773c032 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3184 | 2024.07.19 18:46:52.759796 [ 3 ] {} <Debug> HTTP-Session: f7bc0466-40bf-47d2-bba0-273c4773c032 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3185 | 2024.07.19 18:46:52.759825 [ 3 ] {} <Trace> HTTP-Session: f7bc0466-40bf-47d2-bba0-273c4773c032 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3186 | 2024.07.19 18:46:52.759925 [ 3 ] {c4f154b5-2fcf-4753-83a4-d14669761659} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 3187 | 2024.07.19 18:46:52.759968 [ 3 ] {c4f154b5-2fcf-4753-83a4-d14669761659} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 3188 | 2024.07.19 18:46:52.760091 [ 3 ] {c4f154b5-2fcf-4753-83a4-d14669761659} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3189 | 2024.07.19 18:46:52.760356 [ 3 ] {c4f154b5-2fcf-4753-83a4-d14669761659} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3190 | 2024.07.19 18:46:52.760392 [ 3 ] {c4f154b5-2fcf-4753-83a4-d14669761659} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 3191 | 2024.07.19 18:46:52.760738 [ 3 ] {c4f154b5-2fcf-4753-83a4-d14669761659} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 3192 | 2024.07.19 18:46:52.761081 [ 3 ] {c4f154b5-2fcf-4753-83a4-d14669761659} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3193 | 2024.07.19 18:46:52.761236 [ 3 ] {c4f154b5-2fcf-4753-83a4-d14669761659} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001329 sec., 17306.24529721595 rows/sec., 936.15 KiB/sec. | ||
| 3194 | 2024.07.19 18:46:52.761411 [ 3 ] {c4f154b5-2fcf-4753-83a4-d14669761659} <Debug> DynamicQueryHandler: Done processing query | ||
| 3195 | 2024.07.19 18:46:52.761435 [ 3 ] {c4f154b5-2fcf-4753-83a4-d14669761659} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 3196 | 2024.07.19 18:46:52.761450 [ 3 ] {} <Debug> HTTP-Session: f7bc0466-40bf-47d2-bba0-273c4773c032 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3197 | 2024.07.19 18:46:52.761569 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3198 | 2024.07.19 18:46:52.761616 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3199 | 2024.07.19 18:46:52.761633 [ 3 ] {} <Debug> HTTP-Session: 4e81de85-748f-4c58-af55-40588e9ea8be Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 3200 | 2024.07.19 18:46:52.761649 [ 3 ] {} <Debug> HTTP-Session: 4e81de85-748f-4c58-af55-40588e9ea8be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3201 | 2024.07.19 18:46:52.761662 [ 3 ] {} <Debug> HTTP-Session: 4e81de85-748f-4c58-af55-40588e9ea8be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3202 | 2024.07.19 18:46:52.761693 [ 3 ] {} <Trace> HTTP-Session: 4e81de85-748f-4c58-af55-40588e9ea8be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3203 | 2024.07.19 18:46:52.761808 [ 3 ] {f74b0e31-b89f-4b95-90b1-ebe5d20bed4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 3204 | 2024.07.19 18:46:52.761851 [ 3 ] {f74b0e31-b89f-4b95-90b1-ebe5d20bed4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3205 | 2024.07.19 18:46:52.761975 [ 3 ] {f74b0e31-b89f-4b95-90b1-ebe5d20bed4e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3206 | 2024.07.19 18:46:52.762290 [ 3 ] {f74b0e31-b89f-4b95-90b1-ebe5d20bed4e} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3207 | 2024.07.19 18:46:52.762325 [ 3 ] {f74b0e31-b89f-4b95-90b1-ebe5d20bed4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 3208 | 2024.07.19 18:46:52.762668 [ 3 ] {f74b0e31-b89f-4b95-90b1-ebe5d20bed4e} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3209 | 2024.07.19 18:46:52.762984 [ 3 ] {f74b0e31-b89f-4b95-90b1-ebe5d20bed4e} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3210 | 2024.07.19 18:46:52.763129 [ 3 ] {f74b0e31-b89f-4b95-90b1-ebe5d20bed4e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001364 sec., 43988.26979472141 rows/sec., 2.96 MiB/sec. | ||
| 3211 | 2024.07.19 18:46:52.763288 [ 3 ] {f74b0e31-b89f-4b95-90b1-ebe5d20bed4e} <Debug> DynamicQueryHandler: Done processing query | ||
| 3212 | 2024.07.19 18:46:52.763311 [ 3 ] {f74b0e31-b89f-4b95-90b1-ebe5d20bed4e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 3213 | 2024.07.19 18:46:52.763326 [ 3 ] {} <Debug> HTTP-Session: 4e81de85-748f-4c58-af55-40588e9ea8be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3214 | 2024.07.19 18:46:57.736604 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 623, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3215 | 2024.07.19 18:46:57.736739 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3216 | 2024.07.19 18:46:57.736765 [ 3 ] {} <Debug> HTTP-Session: ecc852e0-9e41-48c9-8553-69bc6129b0fc Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 3217 | 2024.07.19 18:46:57.736789 [ 3 ] {} <Debug> HTTP-Session: ecc852e0-9e41-48c9-8553-69bc6129b0fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3218 | 2024.07.19 18:46:57.736804 [ 3 ] {} <Debug> HTTP-Session: ecc852e0-9e41-48c9-8553-69bc6129b0fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3219 | 2024.07.19 18:46:57.736853 [ 3 ] {} <Trace> HTTP-Session: ecc852e0-9e41-48c9-8553-69bc6129b0fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3220 | 2024.07.19 18:46:57.737037 [ 3 ] {963bfa22-e029-4b75-b555-03c85731774a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 3221 | 2024.07.19 18:46:57.737105 [ 3 ] {963bfa22-e029-4b75-b555-03c85731774a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 3222 | 2024.07.19 18:46:57.737296 [ 3 ] {963bfa22-e029-4b75-b555-03c85731774a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3223 | 2024.07.19 18:46:57.737725 [ 3 ] {963bfa22-e029-4b75-b555-03c85731774a} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3224 | 2024.07.19 18:46:57.737771 [ 3 ] {963bfa22-e029-4b75-b555-03c85731774a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 3225 | 2024.07.19 18:46:57.738185 [ 3 ] {963bfa22-e029-4b75-b555-03c85731774a} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3226 | 2024.07.19 18:46:57.738523 [ 3 ] {963bfa22-e029-4b75-b555-03c85731774a} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3227 | 2024.07.19 18:46:57.738701 [ 3 ] {963bfa22-e029-4b75-b555-03c85731774a} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001711 sec., 2337.81414377557 rows/sec., 189.49 KiB/sec. | ||
| 3228 | 2024.07.19 18:46:57.738706 [ 59 ] {} <Debug> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3229 | 2024.07.19 18:46:57.738800 [ 59 ] {} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3230 | 2024.07.19 18:46:57.738858 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 3231 | 2024.07.19 18:46:57.739014 [ 3 ] {963bfa22-e029-4b75-b555-03c85731774a} <Debug> DynamicQueryHandler: Done processing query | ||
| 3232 | 2024.07.19 18:46:57.739064 [ 3 ] {963bfa22-e029-4b75-b555-03c85731774a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 3233 | 2024.07.19 18:46:57.739083 [ 196 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::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 | ||
| 3234 | 2024.07.19 18:46:57.739100 [ 3 ] {} <Debug> HTTP-Session: ecc852e0-9e41-48c9-8553-69bc6129b0fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3235 | 2024.07.19 18:46:57.739355 [ 196 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3236 | 2024.07.19 18:46:57.739361 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9662, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3237 | 2024.07.19 18:46:57.739418 [ 196 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 26 rows starting from the beginning of the part | ||
| 3238 | 2024.07.19 18:46:57.739456 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3239 | 2024.07.19 18:46:57.739499 [ 3 ] {} <Debug> HTTP-Session: 0ef16fa9-bf4b-4894-af4d-d1257de3ac1c Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 3240 | 2024.07.19 18:46:57.739547 [ 3 ] {} <Debug> HTTP-Session: 0ef16fa9-bf4b-4894-af4d-d1257de3ac1c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3241 | 2024.07.19 18:46:57.739615 [ 3 ] {} <Debug> HTTP-Session: 0ef16fa9-bf4b-4894-af4d-d1257de3ac1c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3242 | 2024.07.19 18:46:57.739688 [ 196 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 4 rows starting from the beginning of the part | ||
| 3243 | 2024.07.19 18:46:57.739792 [ 3 ] {} <Trace> HTTP-Session: 0ef16fa9-bf4b-4894-af4d-d1257de3ac1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3244 | 2024.07.19 18:46:57.739999 [ 196 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 32 rows starting from the beginning of the part | ||
| 3245 | 2024.07.19 18:46:57.740288 [ 196 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 4 rows starting from the beginning of the part | ||
| 3246 | 2024.07.19 18:46:57.740500 [ 3 ] {112dc56e-af28-450a-9a05-b970dcf3e2c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3247 | 2024.07.19 18:46:57.740558 [ 196 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 32 rows starting from the beginning of the part | ||
| 3248 | 2024.07.19 18:46:57.740822 [ 196 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 4 rows starting from the beginning of the part | ||
| 3249 | 2024.07.19 18:46:57.740742 [ 3 ] {112dc56e-af28-450a-9a05-b970dcf3e2c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3250 | 2024.07.19 18:46:57.741633 [ 3 ] {112dc56e-af28-450a-9a05-b970dcf3e2c3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3251 | 2024.07.19 18:46:57.742547 [ 3 ] {112dc56e-af28-450a-9a05-b970dcf3e2c3} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3252 | 2024.07.19 18:46:57.742617 [ 3 ] {112dc56e-af28-450a-9a05-b970dcf3e2c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 3253 | 2024.07.19 18:46:57.743592 [ 3 ] {112dc56e-af28-450a-9a05-b970dcf3e2c3} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3254 | 2024.07.19 18:46:57.743637 [ 192 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 102 rows, containing 4 columns (4 merged, 0 gathered) in 0.004674183 sec., 21821.995416097314 rows/sec., 1.67 MiB/sec. | ||
| 3255 | 2024.07.19 18:46:57.744012 [ 195 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3256 | 2024.07.19 18:46:57.744225 [ 3 ] {112dc56e-af28-450a-9a05-b970dcf3e2c3} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3257 | 2024.07.19 18:46:57.744565 [ 3 ] {112dc56e-af28-450a-9a05-b970dcf3e2c3} <Debug> executeQuery: Read 68 rows, 5.51 KiB in 0.004393 sec., 15479.171409059867 rows/sec., 1.22 MiB/sec. | ||
| 3258 | 2024.07.19 18:46:57.745057 [ 3 ] {112dc56e-af28-450a-9a05-b970dcf3e2c3} <Debug> DynamicQueryHandler: Done processing query | ||
| 3259 | 2024.07.19 18:46:57.745105 [ 3 ] {112dc56e-af28-450a-9a05-b970dcf3e2c3} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 3260 | 2024.07.19 18:46:57.745134 [ 3 ] {} <Debug> HTTP-Session: 0ef16fa9-bf4b-4894-af4d-d1257de3ac1c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3261 | 2024.07.19 18:46:57.745232 [ 195 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_11_2} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3262 | 2024.07.19 18:46:57.745316 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 11562, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3263 | 2024.07.19 18:46:57.745397 [ 195 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_11_2} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3264 | 2024.07.19 18:46:57.745411 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3265 | 2024.07.19 18:46:57.745449 [ 3 ] {} <Debug> HTTP-Session: e1669098-b195-400a-b081-ddef24426e0e Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 3266 | 2024.07.19 18:46:57.745485 [ 3 ] {} <Debug> HTTP-Session: e1669098-b195-400a-b081-ddef24426e0e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3267 | 2024.07.19 18:46:57.745533 [ 3 ] {} <Debug> HTTP-Session: e1669098-b195-400a-b081-ddef24426e0e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3268 | 2024.07.19 18:46:57.745568 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 3269 | 2024.07.19 18:46:57.745596 [ 3 ] {} <Trace> HTTP-Session: e1669098-b195-400a-b081-ddef24426e0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3270 | 2024.07.19 18:46:57.745745 [ 3 ] {c2e6c87d-79fd-4c87-9920-761203cefa5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3271 | 2024.07.19 18:46:57.745791 [ 3 ] {c2e6c87d-79fd-4c87-9920-761203cefa5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3272 | 2024.07.19 18:46:57.745942 [ 3 ] {c2e6c87d-79fd-4c87-9920-761203cefa5e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3273 | 2024.07.19 18:46:57.746292 [ 3 ] {c2e6c87d-79fd-4c87-9920-761203cefa5e} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3274 | 2024.07.19 18:46:57.746329 [ 3 ] {c2e6c87d-79fd-4c87-9920-761203cefa5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 3275 | 2024.07.19 18:46:57.746656 [ 3 ] {c2e6c87d-79fd-4c87-9920-761203cefa5e} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3276 | 2024.07.19 18:46:57.746965 [ 3 ] {c2e6c87d-79fd-4c87-9920-761203cefa5e} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3277 | 2024.07.19 18:46:57.747123 [ 3 ] {c2e6c87d-79fd-4c87-9920-761203cefa5e} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001417 sec., 47988.70853916725 rows/sec., 3.75 MiB/sec. | ||
| 3278 | 2024.07.19 18:46:57.747291 [ 3 ] {c2e6c87d-79fd-4c87-9920-761203cefa5e} <Debug> DynamicQueryHandler: Done processing query | ||
| 3279 | 2024.07.19 18:46:57.747316 [ 3 ] {c2e6c87d-79fd-4c87-9920-761203cefa5e} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 3280 | 2024.07.19 18:46:57.747332 [ 3 ] {} <Debug> HTTP-Session: e1669098-b195-400a-b081-ddef24426e0e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3281 | 2024.07.19 18:46:57.747549 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3282 | 2024.07.19 18:46:57.747598 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3283 | 2024.07.19 18:46:57.747617 [ 3 ] {} <Debug> HTTP-Session: b426591c-5795-4017-b4dc-3c11ae1ba562 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 3284 | 2024.07.19 18:46:57.747633 [ 3 ] {} <Debug> HTTP-Session: b426591c-5795-4017-b4dc-3c11ae1ba562 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3285 | 2024.07.19 18:46:57.747647 [ 3 ] {} <Debug> HTTP-Session: b426591c-5795-4017-b4dc-3c11ae1ba562 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3286 | 2024.07.19 18:46:57.747681 [ 3 ] {} <Trace> HTTP-Session: b426591c-5795-4017-b4dc-3c11ae1ba562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3287 | 2024.07.19 18:46:57.747848 [ 3 ] {1baea633-30e7-4674-ae09-aef568386f13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3288 | 2024.07.19 18:46:57.747897 [ 3 ] {1baea633-30e7-4674-ae09-aef568386f13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3289 | 2024.07.19 18:46:57.748043 [ 3 ] {1baea633-30e7-4674-ae09-aef568386f13} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3290 | 2024.07.19 18:46:57.748443 [ 3 ] {1baea633-30e7-4674-ae09-aef568386f13} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3291 | 2024.07.19 18:46:57.748479 [ 3 ] {1baea633-30e7-4674-ae09-aef568386f13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 3292 | 2024.07.19 18:46:57.748893 [ 3 ] {1baea633-30e7-4674-ae09-aef568386f13} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3293 | 2024.07.19 18:46:57.749240 [ 3 ] {1baea633-30e7-4674-ae09-aef568386f13} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3294 | 2024.07.19 18:46:57.749400 [ 3 ] {1baea633-30e7-4674-ae09-aef568386f13} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001637 sec., 97739.76786805132 rows/sec., 6.81 MiB/sec. | ||
| 3295 | 2024.07.19 18:46:57.749605 [ 3 ] {1baea633-30e7-4674-ae09-aef568386f13} <Debug> DynamicQueryHandler: Done processing query | ||
| 3296 | 2024.07.19 18:46:57.749630 [ 3 ] {1baea633-30e7-4674-ae09-aef568386f13} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 3297 | 2024.07.19 18:46:57.749645 [ 3 ] {} <Debug> HTTP-Session: b426591c-5795-4017-b4dc-3c11ae1ba562 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3298 | 2024.07.19 18:46:57.749809 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 6354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3299 | 2024.07.19 18:46:57.749856 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3300 | 2024.07.19 18:46:57.749874 [ 3 ] {} <Debug> HTTP-Session: f180cbe2-ba3c-43d9-bd8e-e3d97a391bef Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 3301 | 2024.07.19 18:46:57.749891 [ 3 ] {} <Debug> HTTP-Session: f180cbe2-ba3c-43d9-bd8e-e3d97a391bef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3302 | 2024.07.19 18:46:57.749904 [ 3 ] {} <Debug> HTTP-Session: f180cbe2-ba3c-43d9-bd8e-e3d97a391bef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3303 | 2024.07.19 18:46:57.749935 [ 3 ] {} <Trace> HTTP-Session: f180cbe2-ba3c-43d9-bd8e-e3d97a391bef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3304 | 2024.07.19 18:46:57.750068 [ 3 ] {25942cb2-8ab0-409f-aa90-4a0e5445e987} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 3305 | 2024.07.19 18:46:57.750132 [ 3 ] {25942cb2-8ab0-409f-aa90-4a0e5445e987} <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 | ||
| 3306 | 2024.07.19 18:46:57.750545 [ 3 ] {25942cb2-8ab0-409f-aa90-4a0e5445e987} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3307 | 2024.07.19 18:46:57.751051 [ 3 ] {25942cb2-8ab0-409f-aa90-4a0e5445e987} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3308 | 2024.07.19 18:46:57.751086 [ 3 ] {25942cb2-8ab0-409f-aa90-4a0e5445e987} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 3309 | 2024.07.19 18:46:57.751654 [ 3 ] {25942cb2-8ab0-409f-aa90-4a0e5445e987} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3310 | 2024.07.19 18:46:57.752065 [ 3 ] {25942cb2-8ab0-409f-aa90-4a0e5445e987} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3311 | 2024.07.19 18:46:57.752240 [ 59 ] {} <Debug> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3312 | 2024.07.19 18:46:57.752272 [ 3 ] {25942cb2-8ab0-409f-aa90-4a0e5445e987} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002264 sec., 1766.7844522968198 rows/sec., 3.17 MiB/sec. | ||
| 3313 | 2024.07.19 18:46:57.752311 [ 59 ] {} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3314 | 2024.07.19 18:46:57.752391 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 3315 | 2024.07.19 18:46:57.753027 [ 192 ] {088d1ac2-6670-47c5-a942-9441d6520aec::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 | ||
| 3316 | 2024.07.19 18:46:57.753117 [ 3 ] {25942cb2-8ab0-409f-aa90-4a0e5445e987} <Debug> DynamicQueryHandler: Done processing query | ||
| 3317 | 2024.07.19 18:46:57.753163 [ 3 ] {25942cb2-8ab0-409f-aa90-4a0e5445e987} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 3318 | 2024.07.19 18:46:57.753207 [ 3 ] {} <Debug> HTTP-Session: f180cbe2-ba3c-43d9-bd8e-e3d97a391bef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3319 | 2024.07.19 18:46:57.753396 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3320 | 2024.07.19 18:46:57.753539 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3321 | 2024.07.19 18:46:57.753602 [ 3 ] {} <Debug> HTTP-Session: 5812d516-3cd4-4827-8c6c-c491a0f2284c Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 3322 | 2024.07.19 18:46:57.753647 [ 3 ] {} <Debug> HTTP-Session: 5812d516-3cd4-4827-8c6c-c491a0f2284c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3323 | 2024.07.19 18:46:57.753686 [ 3 ] {} <Debug> HTTP-Session: 5812d516-3cd4-4827-8c6c-c491a0f2284c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3324 | 2024.07.19 18:46:57.753780 [ 3 ] {} <Trace> HTTP-Session: 5812d516-3cd4-4827-8c6c-c491a0f2284c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3325 | 2024.07.19 18:46:57.753879 [ 192 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3326 | 2024.07.19 18:46:57.754046 [ 3 ] {32ddc6af-e58d-4f00-8b28-1c20f3eadb35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 3327 | 2024.07.19 18:46:57.754053 [ 192 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 153 rows starting from the beginning of the part | ||
| 3328 | 2024.07.19 18:46:57.754130 [ 3 ] {32ddc6af-e58d-4f00-8b28-1c20f3eadb35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3329 | 2024.07.19 18:46:57.754911 [ 192 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 4 rows starting from the beginning of the part | ||
| 3330 | 2024.07.19 18:46:57.755058 [ 3 ] {32ddc6af-e58d-4f00-8b28-1c20f3eadb35} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3331 | 2024.07.19 18:46:57.755532 [ 192 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 26 rows starting from the beginning of the part | ||
| 3332 | 2024.07.19 18:46:57.756125 [ 192 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 4 rows starting from the beginning of the part | ||
| 3333 | 2024.07.19 18:46:57.756393 [ 3 ] {32ddc6af-e58d-4f00-8b28-1c20f3eadb35} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3334 | 2024.07.19 18:46:57.756530 [ 3 ] {32ddc6af-e58d-4f00-8b28-1c20f3eadb35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 3335 | 2024.07.19 18:46:57.756886 [ 192 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 26 rows starting from the beginning of the part | ||
| 3336 | 2024.07.19 18:46:57.757523 [ 192 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 4 rows starting from the beginning of the part | ||
| 3337 | 2024.07.19 18:46:57.758010 [ 3 ] {32ddc6af-e58d-4f00-8b28-1c20f3eadb35} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3338 | 2024.07.19 18:46:57.758920 [ 3 ] {32ddc6af-e58d-4f00-8b28-1c20f3eadb35} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3339 | 2024.07.19 18:46:57.759300 [ 3 ] {32ddc6af-e58d-4f00-8b28-1c20f3eadb35} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005366 sec., 11181.513231457324 rows/sec., 771.64 KiB/sec. | ||
| 3340 | 2024.07.19 18:46:57.759699 [ 3 ] {32ddc6af-e58d-4f00-8b28-1c20f3eadb35} <Debug> DynamicQueryHandler: Done processing query | ||
| 3341 | 2024.07.19 18:46:57.759749 [ 3 ] {32ddc6af-e58d-4f00-8b28-1c20f3eadb35} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 3342 | 2024.07.19 18:46:57.759788 [ 3 ] {} <Debug> HTTP-Session: 5812d516-3cd4-4827-8c6c-c491a0f2284c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3343 | 2024.07.19 18:46:57.763951 [ 195 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 217 rows, containing 19 columns (19 merged, 0 gathered) in 0.011422688 sec., 18997.279799640855 rows/sec., 34.04 MiB/sec. | ||
| 3344 | 2024.07.19 18:46:57.764510 [ 196 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3345 | 2024.07.19 18:46:57.765168 [ 196 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_11_2} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3346 | 2024.07.19 18:46:57.765265 [ 196 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_11_2} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3347 | 2024.07.19 18:46:57.765409 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.36 MiB. | ||
| 3348 | 2024.07.19 18:46:58.586956 [ 59 ] {} <Debug> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 3349 | 2024.07.19 18:46:58.587028 [ 59 ] {} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3350 | 2024.07.19 18:46:58.587054 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 3351 | 2024.07.19 18:46:58.587193 [ 187 ] {a818e3a5-0911-4bf4-8689-a7faf03ce9c0::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 | ||
| 3352 | 2024.07.19 18:46:58.587511 [ 187 ] {a818e3a5-0911-4bf4-8689-a7faf03ce9c0::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3353 | 2024.07.19 18:46:58.587553 [ 187 ] {a818e3a5-0911-4bf4-8689-a7faf03ce9c0::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 | ||
| 3354 | 2024.07.19 18:46:58.587671 [ 187 ] {a818e3a5-0911-4bf4-8689-a7faf03ce9c0::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 20 rows starting from the beginning of the part | ||
| 3355 | 2024.07.19 18:46:58.587752 [ 187 ] {a818e3a5-0911-4bf4-8689-a7faf03ce9c0::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part | ||
| 3356 | 2024.07.19 18:46:58.587838 [ 187 ] {a818e3a5-0911-4bf4-8689-a7faf03ce9c0::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 12 rows starting from the beginning of the part | ||
| 3357 | 2024.07.19 18:46:58.587916 [ 187 ] {a818e3a5-0911-4bf4-8689-a7faf03ce9c0::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 4 rows starting from the beginning of the part | ||
| 3358 | 2024.07.19 18:46:58.589889 [ 196 ] {a818e3a5-0911-4bf4-8689-a7faf03ce9c0::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41 rows, containing 6 columns (6 merged, 0 gathered) in 0.002756573 sec., 14873.540443151696 rows/sec., 2.04 MiB/sec. | ||
| 3359 | 2024.07.19 18:46:58.590167 [ 195 ] {a818e3a5-0911-4bf4-8689-a7faf03ce9c0::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 3360 | 2024.07.19 18:46:58.590875 [ 195 ] {a818e3a5-0911-4bf4-8689-a7faf03ce9c0::all_1_5_1} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3361 | 2024.07.19 18:46:58.590965 [ 195 ] {a818e3a5-0911-4bf4-8689-a7faf03ce9c0::all_1_5_1} <Trace> oximeter.timeseries_schema (a818e3a5-0911-4bf4-8689-a7faf03ce9c0) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 3362 | 2024.07.19 18:46:58.591070 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 3363 | 2024.07.19 18:47:00.513790 [ 46 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3364 | 2024.07.19 18:47:00.513873 [ 46 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3365 | 2024.07.19 18:47:02.742306 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 4480, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3366 | 2024.07.19 18:47:02.742430 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3367 | 2024.07.19 18:47:02.742456 [ 3 ] {} <Debug> HTTP-Session: 4d16b15b-d43a-46df-ad22-ea88d4be4056 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 3368 | 2024.07.19 18:47:02.742481 [ 3 ] {} <Debug> HTTP-Session: 4d16b15b-d43a-46df-ad22-ea88d4be4056 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3369 | 2024.07.19 18:47:02.742495 [ 3 ] {} <Debug> HTTP-Session: 4d16b15b-d43a-46df-ad22-ea88d4be4056 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3370 | 2024.07.19 18:47:02.742544 [ 3 ] {} <Trace> HTTP-Session: 4d16b15b-d43a-46df-ad22-ea88d4be4056 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3371 | 2024.07.19 18:47:02.742734 [ 3 ] {80a1de04-d71f-45ae-99fc-ac642f9a653d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 3372 | 2024.07.19 18:47:02.742799 [ 3 ] {80a1de04-d71f-45ae-99fc-ac642f9a653d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 3373 | 2024.07.19 18:47:02.742986 [ 3 ] {80a1de04-d71f-45ae-99fc-ac642f9a653d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3374 | 2024.07.19 18:47:02.743451 [ 3 ] {80a1de04-d71f-45ae-99fc-ac642f9a653d} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3375 | 2024.07.19 18:47:02.743494 [ 3 ] {80a1de04-d71f-45ae-99fc-ac642f9a653d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 3376 | 2024.07.19 18:47:02.743861 [ 3 ] {80a1de04-d71f-45ae-99fc-ac642f9a653d} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3377 | 2024.07.19 18:47:02.744198 [ 3 ] {80a1de04-d71f-45ae-99fc-ac642f9a653d} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3378 | 2024.07.19 18:47:02.744351 [ 3 ] {80a1de04-d71f-45ae-99fc-ac642f9a653d} <Debug> executeQuery: Read 32 rows, 2.45 KiB in 0.001675 sec., 19104.4776119403 rows/sec., 1.43 MiB/sec. | ||
| 3379 | 2024.07.19 18:47:02.744569 [ 3 ] {80a1de04-d71f-45ae-99fc-ac642f9a653d} <Debug> DynamicQueryHandler: Done processing query | ||
| 3380 | 2024.07.19 18:47:02.744596 [ 3 ] {80a1de04-d71f-45ae-99fc-ac642f9a653d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 3381 | 2024.07.19 18:47:02.744613 [ 3 ] {} <Debug> HTTP-Session: 4d16b15b-d43a-46df-ad22-ea88d4be4056 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3382 | 2024.07.19 18:47:02.744786 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 36141, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3383 | 2024.07.19 18:47:02.744848 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3384 | 2024.07.19 18:47:02.744872 [ 3 ] {} <Debug> HTTP-Session: 7e581d1e-27fe-4822-b3b9-d99b15e50cec Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 3385 | 2024.07.19 18:47:02.744894 [ 3 ] {} <Debug> HTTP-Session: 7e581d1e-27fe-4822-b3b9-d99b15e50cec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3386 | 2024.07.19 18:47:02.744910 [ 3 ] {} <Debug> HTTP-Session: 7e581d1e-27fe-4822-b3b9-d99b15e50cec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3387 | 2024.07.19 18:47:02.744953 [ 3 ] {} <Trace> HTTP-Session: 7e581d1e-27fe-4822-b3b9-d99b15e50cec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3388 | 2024.07.19 18:47:02.745154 [ 3 ] {94d066a2-a868-4bb1-8778-544755771964} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3389 | 2024.07.19 18:47:02.745210 [ 3 ] {94d066a2-a868-4bb1-8778-544755771964} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3390 | 2024.07.19 18:47:02.745364 [ 3 ] {94d066a2-a868-4bb1-8778-544755771964} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3391 | 2024.07.19 18:47:02.745854 [ 3 ] {94d066a2-a868-4bb1-8778-544755771964} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3392 | 2024.07.19 18:47:02.745891 [ 3 ] {94d066a2-a868-4bb1-8778-544755771964} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 3393 | 2024.07.19 18:47:02.746254 [ 3 ] {94d066a2-a868-4bb1-8778-544755771964} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3394 | 2024.07.19 18:47:02.746567 [ 3 ] {94d066a2-a868-4bb1-8778-544755771964} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3395 | 2024.07.19 18:47:02.746725 [ 3 ] {94d066a2-a868-4bb1-8778-544755771964} <Debug> executeQuery: Read 239 rows, 21.60 KiB in 0.001658 sec., 144149.57780458385 rows/sec., 12.72 MiB/sec. | ||
| 3396 | 2024.07.19 18:47:02.746892 [ 3 ] {94d066a2-a868-4bb1-8778-544755771964} <Debug> DynamicQueryHandler: Done processing query | ||
| 3397 | 2024.07.19 18:47:02.746917 [ 3 ] {94d066a2-a868-4bb1-8778-544755771964} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
| 3398 | 2024.07.19 18:47:02.746933 [ 3 ] {} <Debug> HTTP-Session: 7e581d1e-27fe-4822-b3b9-d99b15e50cec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3399 | 2024.07.19 18:47:02.747111 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 65978, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3400 | 2024.07.19 18:47:02.747158 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3401 | 2024.07.19 18:47:02.747177 [ 3 ] {} <Debug> HTTP-Session: fc74611d-bfef-41ac-adaf-36dae424f61f Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 3402 | 2024.07.19 18:47:02.747194 [ 3 ] {} <Debug> HTTP-Session: fc74611d-bfef-41ac-adaf-36dae424f61f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3403 | 2024.07.19 18:47:02.747208 [ 3 ] {} <Debug> HTTP-Session: fc74611d-bfef-41ac-adaf-36dae424f61f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3404 | 2024.07.19 18:47:02.747238 [ 3 ] {} <Trace> HTTP-Session: fc74611d-bfef-41ac-adaf-36dae424f61f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3405 | 2024.07.19 18:47:02.747454 [ 3 ] {24fa646d-2404-4bae-8499-6bcf52d1cd8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3406 | 2024.07.19 18:47:02.747497 [ 3 ] {24fa646d-2404-4bae-8499-6bcf52d1cd8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3407 | 2024.07.19 18:47:02.747623 [ 3 ] {24fa646d-2404-4bae-8499-6bcf52d1cd8b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3408 | 2024.07.19 18:47:02.748167 [ 3 ] {24fa646d-2404-4bae-8499-6bcf52d1cd8b} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3409 | 2024.07.19 18:47:02.748203 [ 3 ] {24fa646d-2404-4bae-8499-6bcf52d1cd8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 3410 | 2024.07.19 18:47:02.748521 [ 3 ] {24fa646d-2404-4bae-8499-6bcf52d1cd8b} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3411 | 2024.07.19 18:47:02.748826 [ 3 ] {24fa646d-2404-4bae-8499-6bcf52d1cd8b} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3412 | 2024.07.19 18:47:02.748979 [ 3 ] {24fa646d-2404-4bae-8499-6bcf52d1cd8b} <Debug> executeQuery: Read 408 rows, 29.56 KiB in 0.001639 sec., 248932.27577791337 rows/sec., 17.61 MiB/sec. | ||
| 3413 | 2024.07.19 18:47:02.749140 [ 3 ] {24fa646d-2404-4bae-8499-6bcf52d1cd8b} <Debug> DynamicQueryHandler: Done processing query | ||
| 3414 | 2024.07.19 18:47:02.749165 [ 3 ] {24fa646d-2404-4bae-8499-6bcf52d1cd8b} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
| 3415 | 2024.07.19 18:47:02.749180 [ 3 ] {} <Debug> HTTP-Session: fc74611d-bfef-41ac-adaf-36dae424f61f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3416 | 2024.07.19 18:47:02.749297 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3417 | 2024.07.19 18:47:02.749343 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3418 | 2024.07.19 18:47:02.749363 [ 3 ] {} <Debug> HTTP-Session: 7d049848-b1d1-44d6-ad9d-d73415992a91 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 3419 | 2024.07.19 18:47:02.749379 [ 3 ] {} <Debug> HTTP-Session: 7d049848-b1d1-44d6-ad9d-d73415992a91 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3420 | 2024.07.19 18:47:02.749392 [ 3 ] {} <Debug> HTTP-Session: 7d049848-b1d1-44d6-ad9d-d73415992a91 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3421 | 2024.07.19 18:47:02.749422 [ 3 ] {} <Trace> HTTP-Session: 7d049848-b1d1-44d6-ad9d-d73415992a91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3422 | 2024.07.19 18:47:02.749516 [ 3 ] {74a6f266-33e8-4e22-83e6-6e8bbb212764} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 3423 | 2024.07.19 18:47:02.749561 [ 3 ] {74a6f266-33e8-4e22-83e6-6e8bbb212764} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3424 | 2024.07.19 18:47:02.749689 [ 3 ] {74a6f266-33e8-4e22-83e6-6e8bbb212764} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3425 | 2024.07.19 18:47:02.749960 [ 3 ] {74a6f266-33e8-4e22-83e6-6e8bbb212764} <Trace> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3426 | 2024.07.19 18:47:02.749996 [ 3 ] {74a6f266-33e8-4e22-83e6-6e8bbb212764} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 3427 | 2024.07.19 18:47:02.750347 [ 3 ] {74a6f266-33e8-4e22-83e6-6e8bbb212764} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 3428 | 2024.07.19 18:47:02.750664 [ 3 ] {74a6f266-33e8-4e22-83e6-6e8bbb212764} <Trace> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3429 | 2024.07.19 18:47:02.750815 [ 3 ] {74a6f266-33e8-4e22-83e6-6e8bbb212764} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001322 sec., 4538.57791225416 rows/sec., 195.02 KiB/sec. | ||
| 3430 | 2024.07.19 18:47:02.750980 [ 3 ] {74a6f266-33e8-4e22-83e6-6e8bbb212764} <Debug> DynamicQueryHandler: Done processing query | ||
| 3431 | 2024.07.19 18:47:02.751005 [ 3 ] {74a6f266-33e8-4e22-83e6-6e8bbb212764} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 3432 | 2024.07.19 18:47:02.751020 [ 3 ] {} <Debug> HTTP-Session: 7d049848-b1d1-44d6-ad9d-d73415992a91 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3433 | 2024.07.19 18:47:02.751129 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 14079, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3434 | 2024.07.19 18:47:02.751176 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3435 | 2024.07.19 18:47:02.751194 [ 3 ] {} <Debug> HTTP-Session: 9dbccf4e-bd2d-4dec-864b-6c8764bd8cf6 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 3436 | 2024.07.19 18:47:02.751211 [ 3 ] {} <Debug> HTTP-Session: 9dbccf4e-bd2d-4dec-864b-6c8764bd8cf6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3437 | 2024.07.19 18:47:02.751224 [ 3 ] {} <Debug> HTTP-Session: 9dbccf4e-bd2d-4dec-864b-6c8764bd8cf6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3438 | 2024.07.19 18:47:02.751254 [ 3 ] {} <Trace> HTTP-Session: 9dbccf4e-bd2d-4dec-864b-6c8764bd8cf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3439 | 2024.07.19 18:47:02.751395 [ 3 ] {224e0af5-6e95-454e-82d3-0627e132130b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 3440 | 2024.07.19 18:47:02.751444 [ 3 ] {224e0af5-6e95-454e-82d3-0627e132130b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 3441 | 2024.07.19 18:47:02.751586 [ 3 ] {224e0af5-6e95-454e-82d3-0627e132130b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3442 | 2024.07.19 18:47:02.751907 [ 3 ] {224e0af5-6e95-454e-82d3-0627e132130b} <Trace> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3443 | 2024.07.19 18:47:02.751942 [ 3 ] {224e0af5-6e95-454e-82d3-0627e132130b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 3444 | 2024.07.19 18:47:02.752300 [ 3 ] {224e0af5-6e95-454e-82d3-0627e132130b} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 3445 | 2024.07.19 18:47:02.752625 [ 3 ] {224e0af5-6e95-454e-82d3-0627e132130b} <Trace> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3446 | 2024.07.19 18:47:02.752777 [ 3 ] {224e0af5-6e95-454e-82d3-0627e132130b} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001441 sec., 53435.114503816796 rows/sec., 3.29 MiB/sec. | ||
| 3447 | 2024.07.19 18:47:02.753046 [ 3 ] {224e0af5-6e95-454e-82d3-0627e132130b} <Debug> DynamicQueryHandler: Done processing query | ||
| 3448 | 2024.07.19 18:47:02.753070 [ 3 ] {224e0af5-6e95-454e-82d3-0627e132130b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 3449 | 2024.07.19 18:47:02.753086 [ 3 ] {} <Debug> HTTP-Session: 9dbccf4e-bd2d-4dec-864b-6c8764bd8cf6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3450 | 2024.07.19 18:47:02.753224 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3451 | 2024.07.19 18:47:02.753271 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3452 | 2024.07.19 18:47:02.753290 [ 3 ] {} <Debug> HTTP-Session: a0b0595e-7a7e-433a-aee8-c8d1fd27a70b Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 3453 | 2024.07.19 18:47:02.753306 [ 3 ] {} <Debug> HTTP-Session: a0b0595e-7a7e-433a-aee8-c8d1fd27a70b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3454 | 2024.07.19 18:47:02.753319 [ 3 ] {} <Debug> HTTP-Session: a0b0595e-7a7e-433a-aee8-c8d1fd27a70b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3455 | 2024.07.19 18:47:02.753349 [ 3 ] {} <Trace> HTTP-Session: a0b0595e-7a7e-433a-aee8-c8d1fd27a70b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3456 | 2024.07.19 18:47:02.753499 [ 3 ] {e09c74cc-0844-4c00-8107-989b03ad1031} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3457 | 2024.07.19 18:47:02.753544 [ 3 ] {e09c74cc-0844-4c00-8107-989b03ad1031} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3458 | 2024.07.19 18:47:02.753705 [ 3 ] {e09c74cc-0844-4c00-8107-989b03ad1031} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3459 | 2024.07.19 18:47:02.754073 [ 3 ] {e09c74cc-0844-4c00-8107-989b03ad1031} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3460 | 2024.07.19 18:47:02.754108 [ 3 ] {e09c74cc-0844-4c00-8107-989b03ad1031} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 3461 | 2024.07.19 18:47:02.754468 [ 3 ] {e09c74cc-0844-4c00-8107-989b03ad1031} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3462 | 2024.07.19 18:47:02.754796 [ 3 ] {e09c74cc-0844-4c00-8107-989b03ad1031} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3463 | 2024.07.19 18:47:02.754946 [ 41 ] {} <Debug> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3464 | 2024.07.19 18:47:02.754948 [ 3 ] {e09c74cc-0844-4c00-8107-989b03ad1031} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001521 sec., 105193.9513477975 rows/sec., 7.33 MiB/sec. | ||
| 3465 | 2024.07.19 18:47:02.755038 [ 41 ] {} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3466 | 2024.07.19 18:47:02.755107 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 3467 | 2024.07.19 18:47:02.755301 [ 3 ] {e09c74cc-0844-4c00-8107-989b03ad1031} <Debug> DynamicQueryHandler: Done processing query | ||
| 3468 | 2024.07.19 18:47:02.755325 [ 196 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::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 | ||
| 3469 | 2024.07.19 18:47:02.755340 [ 3 ] {e09c74cc-0844-4c00-8107-989b03ad1031} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 3470 | 2024.07.19 18:47:02.755420 [ 3 ] {} <Debug> HTTP-Session: a0b0595e-7a7e-433a-aee8-c8d1fd27a70b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3471 | 2024.07.19 18:47:02.755617 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 41787, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3472 | 2024.07.19 18:47:02.755641 [ 196 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3473 | 2024.07.19 18:47:02.755713 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3474 | 2024.07.19 18:47:02.755728 [ 196 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 583 rows starting from the beginning of the part | ||
| 3475 | 2024.07.19 18:47:02.755751 [ 3 ] {} <Debug> HTTP-Session: ad27cb6c-9600-4736-9e11-3540793c3558 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 3476 | 2024.07.19 18:47:02.755808 [ 3 ] {} <Debug> HTTP-Session: ad27cb6c-9600-4736-9e11-3540793c3558 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3477 | 2024.07.19 18:47:02.755852 [ 3 ] {} <Debug> HTTP-Session: ad27cb6c-9600-4736-9e11-3540793c3558 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3478 | 2024.07.19 18:47:02.756004 [ 3 ] {} <Trace> HTTP-Session: ad27cb6c-9600-4736-9e11-3540793c3558 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3479 | 2024.07.19 18:47:02.756021 [ 196 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 87 rows starting from the beginning of the part | ||
| 3480 | 2024.07.19 18:47:02.756261 [ 196 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 134 rows starting from the beginning of the part | ||
| 3481 | 2024.07.19 18:47:02.756639 [ 196 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::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 | ||
| 3482 | 2024.07.19 18:47:02.756717 [ 3 ] {233d4f3d-8629-4fe1-8290-0ff1ec89dcef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 3483 | 2024.07.19 18:47:02.756831 [ 196 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::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 | ||
| 3484 | 2024.07.19 18:47:02.757184 [ 196 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 160 rows starting from the beginning of the part | ||
| 3485 | 2024.07.19 18:47:02.757334 [ 3 ] {233d4f3d-8629-4fe1-8290-0ff1ec89dcef} <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 | ||
| 3486 | 2024.07.19 18:47:02.759299 [ 3 ] {233d4f3d-8629-4fe1-8290-0ff1ec89dcef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3487 | 2024.07.19 18:47:02.760978 [ 196 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1284 rows, containing 5 columns (5 merged, 0 gathered) in 0.00575238 sec., 223211.95748542345 rows/sec., 15.58 MiB/sec. | ||
| 3488 | 2024.07.19 18:47:02.761129 [ 3 ] {233d4f3d-8629-4fe1-8290-0ff1ec89dcef} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3489 | 2024.07.19 18:47:02.761185 [ 3 ] {233d4f3d-8629-4fe1-8290-0ff1ec89dcef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 3490 | 2024.07.19 18:47:02.761276 [ 196 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3491 | 2024.07.19 18:47:02.762467 [ 196 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3492 | 2024.07.19 18:47:02.762688 [ 196 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3493 | 2024.07.19 18:47:02.762868 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
| 3494 | 2024.07.19 18:47:02.763012 [ 3 ] {233d4f3d-8629-4fe1-8290-0ff1ec89dcef} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3495 | 2024.07.19 18:47:02.763451 [ 3 ] {233d4f3d-8629-4fe1-8290-0ff1ec89dcef} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3496 | 2024.07.19 18:47:02.763640 [ 3 ] {233d4f3d-8629-4fe1-8290-0ff1ec89dcef} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.007358 sec., 3533.5689045936397 rows/sec., 6.33 MiB/sec. | ||
| 3497 | 2024.07.19 18:47:02.763885 [ 3 ] {233d4f3d-8629-4fe1-8290-0ff1ec89dcef} <Debug> DynamicQueryHandler: Done processing query | ||
| 3498 | 2024.07.19 18:47:02.763909 [ 3 ] {233d4f3d-8629-4fe1-8290-0ff1ec89dcef} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 3499 | 2024.07.19 18:47:02.763925 [ 3 ] {} <Debug> HTTP-Session: ad27cb6c-9600-4736-9e11-3540793c3558 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3500 | 2024.07.19 18:47:02.764037 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 3212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3501 | 2024.07.19 18:47:02.764085 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3502 | 2024.07.19 18:47:02.764104 [ 3 ] {} <Debug> HTTP-Session: b255730a-296b-4d4f-a3f9-b8b7a4ce5a25 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 3503 | 2024.07.19 18:47:02.764121 [ 3 ] {} <Debug> HTTP-Session: b255730a-296b-4d4f-a3f9-b8b7a4ce5a25 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3504 | 2024.07.19 18:47:02.764136 [ 3 ] {} <Debug> HTTP-Session: b255730a-296b-4d4f-a3f9-b8b7a4ce5a25 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3505 | 2024.07.19 18:47:02.764168 [ 3 ] {} <Trace> HTTP-Session: b255730a-296b-4d4f-a3f9-b8b7a4ce5a25 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3506 | 2024.07.19 18:47:02.764270 [ 3 ] {dedc7ca0-e459-4867-a0c9-9916eb16035e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 3507 | 2024.07.19 18:47:02.764314 [ 3 ] {dedc7ca0-e459-4867-a0c9-9916eb16035e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 3508 | 2024.07.19 18:47:02.764444 [ 3 ] {dedc7ca0-e459-4867-a0c9-9916eb16035e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3509 | 2024.07.19 18:47:02.764719 [ 3 ] {dedc7ca0-e459-4867-a0c9-9916eb16035e} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3510 | 2024.07.19 18:47:02.764754 [ 3 ] {dedc7ca0-e459-4867-a0c9-9916eb16035e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 3511 | 2024.07.19 18:47:02.765097 [ 3 ] {dedc7ca0-e459-4867-a0c9-9916eb16035e} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 3512 | 2024.07.19 18:47:02.765408 [ 3 ] {dedc7ca0-e459-4867-a0c9-9916eb16035e} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3513 | 2024.07.19 18:47:02.765572 [ 3 ] {dedc7ca0-e459-4867-a0c9-9916eb16035e} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001323 sec., 17384.731670445955 rows/sec., 940.39 KiB/sec. | ||
| 3514 | 2024.07.19 18:47:02.765764 [ 3 ] {dedc7ca0-e459-4867-a0c9-9916eb16035e} <Debug> DynamicQueryHandler: Done processing query | ||
| 3515 | 2024.07.19 18:47:02.765789 [ 3 ] {dedc7ca0-e459-4867-a0c9-9916eb16035e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 3516 | 2024.07.19 18:47:02.765804 [ 3 ] {} <Debug> HTTP-Session: b255730a-296b-4d4f-a3f9-b8b7a4ce5a25 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3517 | 2024.07.19 18:47:02.765915 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3518 | 2024.07.19 18:47:02.765961 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3519 | 2024.07.19 18:47:02.765979 [ 3 ] {} <Debug> HTTP-Session: cfbf906f-f40e-403a-aa7a-190a5b0ed4cf Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 3520 | 2024.07.19 18:47:02.765996 [ 3 ] {} <Debug> HTTP-Session: cfbf906f-f40e-403a-aa7a-190a5b0ed4cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3521 | 2024.07.19 18:47:02.766009 [ 3 ] {} <Debug> HTTP-Session: cfbf906f-f40e-403a-aa7a-190a5b0ed4cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3522 | 2024.07.19 18:47:02.766039 [ 3 ] {} <Trace> HTTP-Session: cfbf906f-f40e-403a-aa7a-190a5b0ed4cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3523 | 2024.07.19 18:47:02.766161 [ 3 ] {109677dd-68be-4dfe-9a8f-9af89e4582f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 3524 | 2024.07.19 18:47:02.766204 [ 3 ] {109677dd-68be-4dfe-9a8f-9af89e4582f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3525 | 2024.07.19 18:47:02.766331 [ 3 ] {109677dd-68be-4dfe-9a8f-9af89e4582f5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3526 | 2024.07.19 18:47:02.766627 [ 3 ] {109677dd-68be-4dfe-9a8f-9af89e4582f5} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3527 | 2024.07.19 18:47:02.766662 [ 3 ] {109677dd-68be-4dfe-9a8f-9af89e4582f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 3528 | 2024.07.19 18:47:02.767007 [ 3 ] {109677dd-68be-4dfe-9a8f-9af89e4582f5} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3529 | 2024.07.19 18:47:02.767323 [ 3 ] {109677dd-68be-4dfe-9a8f-9af89e4582f5} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3530 | 2024.07.19 18:47:02.767470 [ 41 ] {} <Debug> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3531 | 2024.07.19 18:47:02.767476 [ 3 ] {109677dd-68be-4dfe-9a8f-9af89e4582f5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001356 sec., 44247.78761061947 rows/sec., 2.98 MiB/sec. | ||
| 3532 | 2024.07.19 18:47:02.767524 [ 41 ] {} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3533 | 2024.07.19 18:47:02.767594 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 3534 | 2024.07.19 18:47:02.767764 [ 195 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::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 | ||
| 3535 | 2024.07.19 18:47:02.767795 [ 3 ] {109677dd-68be-4dfe-9a8f-9af89e4582f5} <Debug> DynamicQueryHandler: Done processing query | ||
| 3536 | 2024.07.19 18:47:02.767836 [ 3 ] {109677dd-68be-4dfe-9a8f-9af89e4582f5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 3537 | 2024.07.19 18:47:02.767871 [ 3 ] {} <Debug> HTTP-Session: cfbf906f-f40e-403a-aa7a-190a5b0ed4cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3538 | 2024.07.19 18:47:02.767979 [ 195 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3539 | 2024.07.19 18:47:02.768017 [ 195 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 108 rows starting from the beginning of the part | ||
| 3540 | 2024.07.19 18:47:02.768153 [ 195 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 20 rows starting from the beginning of the part | ||
| 3541 | 2024.07.19 18:47:02.768307 [ 195 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 48 rows starting from the beginning of the part | ||
| 3542 | 2024.07.19 18:47:02.768503 [ 195 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::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 | ||
| 3543 | 2024.07.19 18:47:02.768621 [ 195 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::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 | ||
| 3544 | 2024.07.19 18:47:02.768813 [ 195 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 60 rows starting from the beginning of the part | ||
| 3545 | 2024.07.19 18:47:02.770125 [ 200 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 356 rows, containing 4 columns (4 merged, 0 gathered) in 0.002429028 sec., 146560.68188592308 rows/sec., 9.96 MiB/sec. | ||
| 3546 | 2024.07.19 18:47:02.770364 [ 189 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3547 | 2024.07.19 18:47:02.770849 [ 189 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_11_2} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3548 | 2024.07.19 18:47:02.770950 [ 189 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_11_2} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3549 | 2024.07.19 18:47:02.771036 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 3550 | 2024.07.19 18:47:07.737045 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 623, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3551 | 2024.07.19 18:47:07.737190 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3552 | 2024.07.19 18:47:07.737219 [ 3 ] {} <Debug> HTTP-Session: f2cf7fdb-14a5-453c-ac8f-26e120f56f01 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 3553 | 2024.07.19 18:47:07.737249 [ 3 ] {} <Debug> HTTP-Session: f2cf7fdb-14a5-453c-ac8f-26e120f56f01 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3554 | 2024.07.19 18:47:07.737267 [ 3 ] {} <Debug> HTTP-Session: f2cf7fdb-14a5-453c-ac8f-26e120f56f01 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3555 | 2024.07.19 18:47:07.737322 [ 3 ] {} <Trace> HTTP-Session: f2cf7fdb-14a5-453c-ac8f-26e120f56f01 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3556 | 2024.07.19 18:47:07.737522 [ 3 ] {06eb3f0e-8c42-48d8-8a5d-99cd98caecb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 3557 | 2024.07.19 18:47:07.737597 [ 3 ] {06eb3f0e-8c42-48d8-8a5d-99cd98caecb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 3558 | 2024.07.19 18:47:07.737813 [ 3 ] {06eb3f0e-8c42-48d8-8a5d-99cd98caecb7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3559 | 2024.07.19 18:47:07.738270 [ 3 ] {06eb3f0e-8c42-48d8-8a5d-99cd98caecb7} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3560 | 2024.07.19 18:47:07.738317 [ 3 ] {06eb3f0e-8c42-48d8-8a5d-99cd98caecb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 3561 | 2024.07.19 18:47:07.738696 [ 3 ] {06eb3f0e-8c42-48d8-8a5d-99cd98caecb7} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3562 | 2024.07.19 18:47:07.739026 [ 3 ] {06eb3f0e-8c42-48d8-8a5d-99cd98caecb7} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3563 | 2024.07.19 18:47:07.739184 [ 3 ] {06eb3f0e-8c42-48d8-8a5d-99cd98caecb7} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001719 sec., 2326.934264107039 rows/sec., 188.61 KiB/sec. | ||
| 3564 | 2024.07.19 18:47:07.739415 [ 3 ] {06eb3f0e-8c42-48d8-8a5d-99cd98caecb7} <Debug> DynamicQueryHandler: Done processing query | ||
| 3565 | 2024.07.19 18:47:07.739443 [ 3 ] {06eb3f0e-8c42-48d8-8a5d-99cd98caecb7} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 3566 | 2024.07.19 18:47:07.739459 [ 3 ] {} <Debug> HTTP-Session: f2cf7fdb-14a5-453c-ac8f-26e120f56f01 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3567 | 2024.07.19 18:47:07.739588 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9662, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3568 | 2024.07.19 18:47:07.739644 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3569 | 2024.07.19 18:47:07.739666 [ 3 ] {} <Debug> HTTP-Session: e7b6d214-08fd-4414-9881-1fd38db36b29 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 3570 | 2024.07.19 18:47:07.739684 [ 3 ] {} <Debug> HTTP-Session: e7b6d214-08fd-4414-9881-1fd38db36b29 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3571 | 2024.07.19 18:47:07.739697 [ 3 ] {} <Debug> HTTP-Session: e7b6d214-08fd-4414-9881-1fd38db36b29 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3572 | 2024.07.19 18:47:07.739733 [ 3 ] {} <Trace> HTTP-Session: e7b6d214-08fd-4414-9881-1fd38db36b29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3573 | 2024.07.19 18:47:07.739861 [ 3 ] {c75e756e-c94f-4b4c-851e-83ca99ca97a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3574 | 2024.07.19 18:47:07.739909 [ 3 ] {c75e756e-c94f-4b4c-851e-83ca99ca97a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3575 | 2024.07.19 18:47:07.740037 [ 3 ] {c75e756e-c94f-4b4c-851e-83ca99ca97a1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3576 | 2024.07.19 18:47:07.740378 [ 3 ] {c75e756e-c94f-4b4c-851e-83ca99ca97a1} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3577 | 2024.07.19 18:47:07.740416 [ 3 ] {c75e756e-c94f-4b4c-851e-83ca99ca97a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 3578 | 2024.07.19 18:47:07.740728 [ 3 ] {c75e756e-c94f-4b4c-851e-83ca99ca97a1} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3579 | 2024.07.19 18:47:07.741024 [ 3 ] {c75e756e-c94f-4b4c-851e-83ca99ca97a1} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3580 | 2024.07.19 18:47:07.741167 [ 3 ] {c75e756e-c94f-4b4c-851e-83ca99ca97a1} <Debug> executeQuery: Read 68 rows, 5.51 KiB in 0.001349 sec., 50407.709414381025 rows/sec., 3.99 MiB/sec. | ||
| 3581 | 2024.07.19 18:47:07.741341 [ 3 ] {c75e756e-c94f-4b4c-851e-83ca99ca97a1} <Debug> DynamicQueryHandler: Done processing query | ||
| 3582 | 2024.07.19 18:47:07.741367 [ 3 ] {c75e756e-c94f-4b4c-851e-83ca99ca97a1} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 3583 | 2024.07.19 18:47:07.741383 [ 3 ] {} <Debug> HTTP-Session: e7b6d214-08fd-4414-9881-1fd38db36b29 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3584 | 2024.07.19 18:47:07.741513 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 11562, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3585 | 2024.07.19 18:47:07.741564 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3586 | 2024.07.19 18:47:07.741583 [ 3 ] {} <Debug> HTTP-Session: 3c878f0f-ca07-4daa-b8de-ec404063de80 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 3587 | 2024.07.19 18:47:07.741599 [ 3 ] {} <Debug> HTTP-Session: 3c878f0f-ca07-4daa-b8de-ec404063de80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3588 | 2024.07.19 18:47:07.741613 [ 3 ] {} <Debug> HTTP-Session: 3c878f0f-ca07-4daa-b8de-ec404063de80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3589 | 2024.07.19 18:47:07.741644 [ 3 ] {} <Trace> HTTP-Session: 3c878f0f-ca07-4daa-b8de-ec404063de80 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3590 | 2024.07.19 18:47:07.741758 [ 3 ] {90b8b2e2-08f8-4eed-9f2c-f22c8e8d859f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3591 | 2024.07.19 18:47:07.741801 [ 3 ] {90b8b2e2-08f8-4eed-9f2c-f22c8e8d859f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3592 | 2024.07.19 18:47:07.741925 [ 3 ] {90b8b2e2-08f8-4eed-9f2c-f22c8e8d859f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3593 | 2024.07.19 18:47:07.742313 [ 3 ] {90b8b2e2-08f8-4eed-9f2c-f22c8e8d859f} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3594 | 2024.07.19 18:47:07.742348 [ 3 ] {90b8b2e2-08f8-4eed-9f2c-f22c8e8d859f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 3595 | 2024.07.19 18:47:07.742647 [ 3 ] {90b8b2e2-08f8-4eed-9f2c-f22c8e8d859f} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3596 | 2024.07.19 18:47:07.742948 [ 3 ] {90b8b2e2-08f8-4eed-9f2c-f22c8e8d859f} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3597 | 2024.07.19 18:47:07.743107 [ 3 ] {90b8b2e2-08f8-4eed-9f2c-f22c8e8d859f} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001378 sec., 49346.87953555878 rows/sec., 3.85 MiB/sec. | ||
| 3598 | 2024.07.19 18:47:07.743412 [ 3 ] {90b8b2e2-08f8-4eed-9f2c-f22c8e8d859f} <Debug> DynamicQueryHandler: Done processing query | ||
| 3599 | 2024.07.19 18:47:07.743439 [ 3 ] {90b8b2e2-08f8-4eed-9f2c-f22c8e8d859f} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 3600 | 2024.07.19 18:47:07.743455 [ 3 ] {} <Debug> HTTP-Session: 3c878f0f-ca07-4daa-b8de-ec404063de80 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3601 | 2024.07.19 18:47:07.743608 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3602 | 2024.07.19 18:47:07.743658 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3603 | 2024.07.19 18:47:07.743677 [ 3 ] {} <Debug> HTTP-Session: 78d6391e-17f0-4c24-9227-591b3e55d961 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 3604 | 2024.07.19 18:47:07.743694 [ 3 ] {} <Debug> HTTP-Session: 78d6391e-17f0-4c24-9227-591b3e55d961 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3605 | 2024.07.19 18:47:07.743707 [ 3 ] {} <Debug> HTTP-Session: 78d6391e-17f0-4c24-9227-591b3e55d961 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3606 | 2024.07.19 18:47:07.743738 [ 3 ] {} <Trace> HTTP-Session: 78d6391e-17f0-4c24-9227-591b3e55d961 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3607 | 2024.07.19 18:47:07.743889 [ 3 ] {4eeb87a6-87e1-4990-b758-7108a05799ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3608 | 2024.07.19 18:47:07.743937 [ 3 ] {4eeb87a6-87e1-4990-b758-7108a05799ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3609 | 2024.07.19 18:47:07.744100 [ 3 ] {4eeb87a6-87e1-4990-b758-7108a05799ec} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3610 | 2024.07.19 18:47:07.744510 [ 3 ] {4eeb87a6-87e1-4990-b758-7108a05799ec} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3611 | 2024.07.19 18:47:07.744545 [ 3 ] {4eeb87a6-87e1-4990-b758-7108a05799ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 3612 | 2024.07.19 18:47:07.744934 [ 3 ] {4eeb87a6-87e1-4990-b758-7108a05799ec} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3613 | 2024.07.19 18:47:07.745264 [ 3 ] {4eeb87a6-87e1-4990-b758-7108a05799ec} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3614 | 2024.07.19 18:47:07.745418 [ 3 ] {4eeb87a6-87e1-4990-b758-7108a05799ec} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001601 sec., 99937.53903810118 rows/sec., 6.96 MiB/sec. | ||
| 3615 | 2024.07.19 18:47:07.745587 [ 3 ] {4eeb87a6-87e1-4990-b758-7108a05799ec} <Debug> DynamicQueryHandler: Done processing query | ||
| 3616 | 2024.07.19 18:47:07.745611 [ 3 ] {4eeb87a6-87e1-4990-b758-7108a05799ec} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 3617 | 2024.07.19 18:47:07.745626 [ 3 ] {} <Debug> HTTP-Session: 78d6391e-17f0-4c24-9227-591b3e55d961 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3618 | 2024.07.19 18:47:07.745733 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 6354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3619 | 2024.07.19 18:47:07.745782 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3620 | 2024.07.19 18:47:07.745800 [ 3 ] {} <Debug> HTTP-Session: 3e18f2fd-dec7-4323-8ee1-6860bd637961 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 3621 | 2024.07.19 18:47:07.745816 [ 3 ] {} <Debug> HTTP-Session: 3e18f2fd-dec7-4323-8ee1-6860bd637961 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3622 | 2024.07.19 18:47:07.745829 [ 3 ] {} <Debug> HTTP-Session: 3e18f2fd-dec7-4323-8ee1-6860bd637961 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3623 | 2024.07.19 18:47:07.745859 [ 3 ] {} <Trace> HTTP-Session: 3e18f2fd-dec7-4323-8ee1-6860bd637961 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3624 | 2024.07.19 18:47:07.746006 [ 3 ] {42df7a46-7a94-40f5-8898-842463437ff0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 3625 | 2024.07.19 18:47:07.746067 [ 3 ] {42df7a46-7a94-40f5-8898-842463437ff0} <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 | ||
| 3626 | 2024.07.19 18:47:07.746493 [ 3 ] {42df7a46-7a94-40f5-8898-842463437ff0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3627 | 2024.07.19 18:47:07.746999 [ 3 ] {42df7a46-7a94-40f5-8898-842463437ff0} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3628 | 2024.07.19 18:47:07.747033 [ 3 ] {42df7a46-7a94-40f5-8898-842463437ff0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 3629 | 2024.07.19 18:47:07.747606 [ 3 ] {42df7a46-7a94-40f5-8898-842463437ff0} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3630 | 2024.07.19 18:47:07.748004 [ 3 ] {42df7a46-7a94-40f5-8898-842463437ff0} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3631 | 2024.07.19 18:47:07.748181 [ 3 ] {42df7a46-7a94-40f5-8898-842463437ff0} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.00225 sec., 1777.7777777777778 rows/sec., 3.19 MiB/sec. | ||
| 3632 | 2024.07.19 18:47:07.748413 [ 3 ] {42df7a46-7a94-40f5-8898-842463437ff0} <Debug> DynamicQueryHandler: Done processing query | ||
| 3633 | 2024.07.19 18:47:07.748438 [ 3 ] {42df7a46-7a94-40f5-8898-842463437ff0} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 3634 | 2024.07.19 18:47:07.748453 [ 3 ] {} <Debug> HTTP-Session: 3e18f2fd-dec7-4323-8ee1-6860bd637961 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3635 | 2024.07.19 18:47:07.748572 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3636 | 2024.07.19 18:47:07.748620 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3637 | 2024.07.19 18:47:07.748638 [ 3 ] {} <Debug> HTTP-Session: 280e9994-0e80-496a-b071-31c27b778142 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 3638 | 2024.07.19 18:47:07.748655 [ 3 ] {} <Debug> HTTP-Session: 280e9994-0e80-496a-b071-31c27b778142 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3639 | 2024.07.19 18:47:07.748668 [ 3 ] {} <Debug> HTTP-Session: 280e9994-0e80-496a-b071-31c27b778142 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3640 | 2024.07.19 18:47:07.748698 [ 3 ] {} <Trace> HTTP-Session: 280e9994-0e80-496a-b071-31c27b778142 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3641 | 2024.07.19 18:47:07.748819 [ 3 ] {260e743c-0567-4f02-b8dd-7b421046e159} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 3642 | 2024.07.19 18:47:07.748863 [ 3 ] {260e743c-0567-4f02-b8dd-7b421046e159} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3643 | 2024.07.19 18:47:07.748989 [ 3 ] {260e743c-0567-4f02-b8dd-7b421046e159} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3644 | 2024.07.19 18:47:07.749286 [ 3 ] {260e743c-0567-4f02-b8dd-7b421046e159} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3645 | 2024.07.19 18:47:07.749321 [ 3 ] {260e743c-0567-4f02-b8dd-7b421046e159} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 3646 | 2024.07.19 18:47:07.749675 [ 3 ] {260e743c-0567-4f02-b8dd-7b421046e159} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3647 | 2024.07.19 18:47:07.749999 [ 3 ] {260e743c-0567-4f02-b8dd-7b421046e159} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3648 | 2024.07.19 18:47:07.750145 [ 3 ] {260e743c-0567-4f02-b8dd-7b421046e159} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001365 sec., 43956.04395604396 rows/sec., 2.96 MiB/sec. | ||
| 3649 | 2024.07.19 18:47:07.750347 [ 3 ] {260e743c-0567-4f02-b8dd-7b421046e159} <Debug> DynamicQueryHandler: Done processing query | ||
| 3650 | 2024.07.19 18:47:07.750371 [ 3 ] {260e743c-0567-4f02-b8dd-7b421046e159} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 3651 | 2024.07.19 18:47:07.750386 [ 3 ] {} <Debug> HTTP-Session: 280e9994-0e80-496a-b071-31c27b778142 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3652 | 2024.07.19 18:47:12.743701 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 4480, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3653 | 2024.07.19 18:47:12.743824 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3654 | 2024.07.19 18:47:12.743849 [ 3 ] {} <Debug> HTTP-Session: 24b182f6-835f-4b2d-b3b8-2751bda24633 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 3655 | 2024.07.19 18:47:12.743873 [ 3 ] {} <Debug> HTTP-Session: 24b182f6-835f-4b2d-b3b8-2751bda24633 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3656 | 2024.07.19 18:47:12.743888 [ 3 ] {} <Debug> HTTP-Session: 24b182f6-835f-4b2d-b3b8-2751bda24633 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3657 | 2024.07.19 18:47:12.743936 [ 3 ] {} <Trace> HTTP-Session: 24b182f6-835f-4b2d-b3b8-2751bda24633 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3658 | 2024.07.19 18:47:12.744123 [ 3 ] {2acb5037-6dae-4db7-a1e5-f272f222efed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 3659 | 2024.07.19 18:47:12.744190 [ 3 ] {2acb5037-6dae-4db7-a1e5-f272f222efed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 3660 | 2024.07.19 18:47:12.744383 [ 3 ] {2acb5037-6dae-4db7-a1e5-f272f222efed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3661 | 2024.07.19 18:47:12.744849 [ 3 ] {2acb5037-6dae-4db7-a1e5-f272f222efed} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3662 | 2024.07.19 18:47:12.744891 [ 3 ] {2acb5037-6dae-4db7-a1e5-f272f222efed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 3663 | 2024.07.19 18:47:12.745254 [ 3 ] {2acb5037-6dae-4db7-a1e5-f272f222efed} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3664 | 2024.07.19 18:47:12.745586 [ 3 ] {2acb5037-6dae-4db7-a1e5-f272f222efed} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3665 | 2024.07.19 18:47:12.745758 [ 3 ] {2acb5037-6dae-4db7-a1e5-f272f222efed} <Debug> executeQuery: Read 32 rows, 2.45 KiB in 0.00169 sec., 18934.91124260355 rows/sec., 1.41 MiB/sec. | ||
| 3666 | 2024.07.19 18:47:12.746069 [ 3 ] {2acb5037-6dae-4db7-a1e5-f272f222efed} <Debug> DynamicQueryHandler: Done processing query | ||
| 3667 | 2024.07.19 18:47:12.746097 [ 3 ] {2acb5037-6dae-4db7-a1e5-f272f222efed} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 3668 | 2024.07.19 18:47:12.746113 [ 3 ] {} <Debug> HTTP-Session: 24b182f6-835f-4b2d-b3b8-2751bda24633 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3669 | 2024.07.19 18:47:12.746272 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3670 | 2024.07.19 18:47:12.746321 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3671 | 2024.07.19 18:47:12.746341 [ 3 ] {} <Debug> HTTP-Session: c3d48d05-3528-4195-aa36-6b36cf2d0487 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 3672 | 2024.07.19 18:47:12.746358 [ 3 ] {} <Debug> HTTP-Session: c3d48d05-3528-4195-aa36-6b36cf2d0487 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3673 | 2024.07.19 18:47:12.746372 [ 3 ] {} <Debug> HTTP-Session: c3d48d05-3528-4195-aa36-6b36cf2d0487 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3674 | 2024.07.19 18:47:12.746403 [ 3 ] {} <Trace> HTTP-Session: c3d48d05-3528-4195-aa36-6b36cf2d0487 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3675 | 2024.07.19 18:47:12.746496 [ 3 ] {469577c4-e28e-4694-a8ce-d59b62cfe55f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 3676 | 2024.07.19 18:47:12.746541 [ 3 ] {469577c4-e28e-4694-a8ce-d59b62cfe55f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3677 | 2024.07.19 18:47:12.746759 [ 3 ] {469577c4-e28e-4694-a8ce-d59b62cfe55f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3678 | 2024.07.19 18:47:12.747061 [ 3 ] {469577c4-e28e-4694-a8ce-d59b62cfe55f} <Trace> oximeter.fields_ipaddr (5b198a67-6d84-4324-b6a3-e6f140922631): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3679 | 2024.07.19 18:47:12.747098 [ 3 ] {469577c4-e28e-4694-a8ce-d59b62cfe55f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 3680 | 2024.07.19 18:47:12.747393 [ 3 ] {469577c4-e28e-4694-a8ce-d59b62cfe55f} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 3681 | 2024.07.19 18:47:12.747689 [ 3 ] {469577c4-e28e-4694-a8ce-d59b62cfe55f} <Trace> oximeter.fields_ipaddr (5b198a67-6d84-4324-b6a3-e6f140922631): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3682 | 2024.07.19 18:47:12.747839 [ 3 ] {469577c4-e28e-4694-a8ce-d59b62cfe55f} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001357 sec., 1473.8393515106854 rows/sec., 120.18 KiB/sec. | ||
| 3683 | 2024.07.19 18:47:12.748001 [ 3 ] {469577c4-e28e-4694-a8ce-d59b62cfe55f} <Debug> DynamicQueryHandler: Done processing query | ||
| 3684 | 2024.07.19 18:47:12.748025 [ 3 ] {469577c4-e28e-4694-a8ce-d59b62cfe55f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 3685 | 2024.07.19 18:47:12.748040 [ 3 ] {} <Debug> HTTP-Session: c3d48d05-3528-4195-aa36-6b36cf2d0487 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3686 | 2024.07.19 18:47:12.748192 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 41251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3687 | 2024.07.19 18:47:12.748239 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3688 | 2024.07.19 18:47:12.748257 [ 3 ] {} <Debug> HTTP-Session: 43a52d15-83fa-4a63-b5b4-4f391cbd6fae Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 3689 | 2024.07.19 18:47:12.748274 [ 3 ] {} <Debug> HTTP-Session: 43a52d15-83fa-4a63-b5b4-4f391cbd6fae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3690 | 2024.07.19 18:47:12.748287 [ 3 ] {} <Debug> HTTP-Session: 43a52d15-83fa-4a63-b5b4-4f391cbd6fae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3691 | 2024.07.19 18:47:12.748317 [ 3 ] {} <Trace> HTTP-Session: 43a52d15-83fa-4a63-b5b4-4f391cbd6fae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3692 | 2024.07.19 18:47:12.748515 [ 3 ] {11827106-b3fb-43d9-b3db-da3bd11f50f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3693 | 2024.07.19 18:47:12.748559 [ 3 ] {11827106-b3fb-43d9-b3db-da3bd11f50f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3694 | 2024.07.19 18:47:12.748680 [ 3 ] {11827106-b3fb-43d9-b3db-da3bd11f50f6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3695 | 2024.07.19 18:47:12.749194 [ 3 ] {11827106-b3fb-43d9-b3db-da3bd11f50f6} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3696 | 2024.07.19 18:47:12.749230 [ 3 ] {11827106-b3fb-43d9-b3db-da3bd11f50f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 3697 | 2024.07.19 18:47:12.749564 [ 3 ] {11827106-b3fb-43d9-b3db-da3bd11f50f6} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3698 | 2024.07.19 18:47:12.749857 [ 3 ] {11827106-b3fb-43d9-b3db-da3bd11f50f6} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3699 | 2024.07.19 18:47:12.750011 [ 3 ] {11827106-b3fb-43d9-b3db-da3bd11f50f6} <Debug> executeQuery: Read 276 rows, 24.49 KiB in 0.001581 sec., 174573.05502846302 rows/sec., 15.13 MiB/sec. | ||
| 3700 | 2024.07.19 18:47:12.750023 [ 69 ] {} <Debug> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3701 | 2024.07.19 18:47:12.750134 [ 69 ] {} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3702 | 2024.07.19 18:47:12.750172 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 3703 | 2024.07.19 18:47:12.750254 [ 3 ] {11827106-b3fb-43d9-b3db-da3bd11f50f6} <Debug> DynamicQueryHandler: Done processing query | ||
| 3704 | 2024.07.19 18:47:12.750352 [ 3 ] {11827106-b3fb-43d9-b3db-da3bd11f50f6} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
| 3705 | 2024.07.19 18:47:12.750425 [ 3 ] {} <Debug> HTTP-Session: 43a52d15-83fa-4a63-b5b4-4f391cbd6fae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3706 | 2024.07.19 18:47:12.750731 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3707 | 2024.07.19 18:47:12.750753 [ 195 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::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 | ||
| 3708 | 2024.07.19 18:47:12.750828 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3709 | 2024.07.19 18:47:12.750889 [ 3 ] {} <Debug> HTTP-Session: 97554d74-ac8c-4741-8283-3655377717ce Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 3710 | 2024.07.19 18:47:12.750929 [ 3 ] {} <Debug> HTTP-Session: 97554d74-ac8c-4741-8283-3655377717ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3711 | 2024.07.19 18:47:12.750943 [ 3 ] {} <Debug> HTTP-Session: 97554d74-ac8c-4741-8283-3655377717ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3712 | 2024.07.19 18:47:12.751015 [ 3 ] {} <Trace> HTTP-Session: 97554d74-ac8c-4741-8283-3655377717ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3713 | 2024.07.19 18:47:12.751280 [ 3 ] {7709278a-3976-4881-8754-38f8171ab4a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 3714 | 2024.07.19 18:47:12.751303 [ 195 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3715 | 2024.07.19 18:47:12.751359 [ 3 ] {7709278a-3976-4881-8754-38f8171ab4a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3716 | 2024.07.19 18:47:12.751412 [ 195 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 289 rows starting from the beginning of the part | ||
| 3717 | 2024.07.19 18:47:12.751719 [ 195 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 239 rows starting from the beginning of the part | ||
| 3718 | 2024.07.19 18:47:12.752039 [ 195 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 68 rows starting from the beginning of the part | ||
| 3719 | 2024.07.19 18:47:12.752348 [ 195 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 239 rows starting from the beginning of the part | ||
| 3720 | 2024.07.19 18:47:12.752441 [ 3 ] {7709278a-3976-4881-8754-38f8171ab4a0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3721 | 2024.07.19 18:47:12.752610 [ 195 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 68 rows starting from the beginning of the part | ||
| 3722 | 2024.07.19 18:47:12.752905 [ 195 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 276 rows starting from the beginning of the part | ||
| 3723 | 2024.07.19 18:47:12.753655 [ 3 ] {7709278a-3976-4881-8754-38f8171ab4a0} <Trace> oximeter.fields_u16 (3a790436-232b-4913-bf8d-eba3067e022c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3724 | 2024.07.19 18:47:12.753722 [ 3 ] {7709278a-3976-4881-8754-38f8171ab4a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 3725 | 2024.07.19 18:47:12.754416 [ 3 ] {7709278a-3976-4881-8754-38f8171ab4a0} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 3726 | 2024.07.19 18:47:12.755340 [ 3 ] {7709278a-3976-4881-8754-38f8171ab4a0} <Trace> oximeter.fields_u16 (3a790436-232b-4913-bf8d-eba3067e022c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3727 | 2024.07.19 18:47:12.755665 [ 3 ] {7709278a-3976-4881-8754-38f8171ab4a0} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.004491 sec., 445.335114673792 rows/sec., 31.10 KiB/sec. | ||
| 3728 | 2024.07.19 18:47:12.756124 [ 3 ] {7709278a-3976-4881-8754-38f8171ab4a0} <Debug> DynamicQueryHandler: Done processing query | ||
| 3729 | 2024.07.19 18:47:12.756202 [ 3 ] {7709278a-3976-4881-8754-38f8171ab4a0} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 3730 | 2024.07.19 18:47:12.756274 [ 3 ] {} <Debug> HTTP-Session: 97554d74-ac8c-4741-8283-3655377717ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3731 | 2024.07.19 18:47:12.756372 [ 200 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1179 rows, containing 4 columns (4 merged, 0 gathered) in 0.006090565 sec., 193578.09989713598 rows/sec., 16.73 MiB/sec. | ||
| 3732 | 2024.07.19 18:47:12.756521 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 70357, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3733 | 2024.07.19 18:47:12.756596 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3734 | 2024.07.19 18:47:12.756622 [ 3 ] {} <Debug> HTTP-Session: fcef7c30-72c0-4aa6-b107-986c2f8217ce Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 3735 | 2024.07.19 18:47:12.756651 [ 3 ] {} <Debug> HTTP-Session: fcef7c30-72c0-4aa6-b107-986c2f8217ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3736 | 2024.07.19 18:47:12.756670 [ 3 ] {} <Debug> HTTP-Session: fcef7c30-72c0-4aa6-b107-986c2f8217ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3737 | 2024.07.19 18:47:12.756676 [ 199 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3738 | 2024.07.19 18:47:12.756720 [ 3 ] {} <Trace> HTTP-Session: fcef7c30-72c0-4aa6-b107-986c2f8217ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3739 | 2024.07.19 18:47:12.757123 [ 3 ] {49a71c7e-2f89-4596-b254-12228fe436ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3740 | 2024.07.19 18:47:12.757237 [ 3 ] {49a71c7e-2f89-4596-b254-12228fe436ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3741 | 2024.07.19 18:47:12.757585 [ 3 ] {49a71c7e-2f89-4596-b254-12228fe436ff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3742 | 2024.07.19 18:47:12.757591 [ 199 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_16_3} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3743 | 2024.07.19 18:47:12.757804 [ 199 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_16_3} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3744 | 2024.07.19 18:47:12.757917 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
| 3745 | 2024.07.19 18:47:12.758274 [ 3 ] {49a71c7e-2f89-4596-b254-12228fe436ff} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3746 | 2024.07.19 18:47:12.758315 [ 3 ] {49a71c7e-2f89-4596-b254-12228fe436ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 3747 | 2024.07.19 18:47:12.758657 [ 3 ] {49a71c7e-2f89-4596-b254-12228fe436ff} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3748 | 2024.07.19 18:47:12.758989 [ 3 ] {49a71c7e-2f89-4596-b254-12228fe436ff} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3749 | 2024.07.19 18:47:12.759139 [ 69 ] {} <Debug> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3750 | 2024.07.19 18:47:12.759147 [ 3 ] {49a71c7e-2f89-4596-b254-12228fe436ff} <Debug> executeQuery: Read 434 rows, 31.62 KiB in 0.00224 sec., 193750.00000000003 rows/sec., 13.78 MiB/sec. | ||
| 3751 | 2024.07.19 18:47:12.759206 [ 69 ] {} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3752 | 2024.07.19 18:47:12.759287 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 3753 | 2024.07.19 18:47:12.759590 [ 3 ] {49a71c7e-2f89-4596-b254-12228fe436ff} <Debug> DynamicQueryHandler: Done processing query | ||
| 3754 | 2024.07.19 18:47:12.759686 [ 3 ] {49a71c7e-2f89-4596-b254-12228fe436ff} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 3755 | 2024.07.19 18:47:12.759752 [ 3 ] {} <Debug> HTTP-Session: fcef7c30-72c0-4aa6-b107-986c2f8217ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3756 | 2024.07.19 18:47:12.759856 [ 195 ] {67671d04-4863-4609-b795-f6318ed5bf2b::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 | ||
| 3757 | 2024.07.19 18:47:12.760106 [ 195 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3758 | 2024.07.19 18:47:12.760160 [ 195 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 458 rows starting from the beginning of the part | ||
| 3759 | 2024.07.19 18:47:12.760340 [ 195 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 408 rows starting from the beginning of the part | ||
| 3760 | 2024.07.19 18:47:12.760511 [ 195 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 68 rows starting from the beginning of the part | ||
| 3761 | 2024.07.19 18:47:12.760765 [ 195 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 408 rows starting from the beginning of the part | ||
| 3762 | 2024.07.19 18:47:12.760783 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3763 | 2024.07.19 18:47:12.761016 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3764 | 2024.07.19 18:47:12.761048 [ 195 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 68 rows starting from the beginning of the part | ||
| 3765 | 2024.07.19 18:47:12.761127 [ 3 ] {} <Debug> HTTP-Session: 64b55689-5ed1-4da8-bb5a-adfc4eccbff1 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 3766 | 2024.07.19 18:47:12.761264 [ 3 ] {} <Debug> HTTP-Session: 64b55689-5ed1-4da8-bb5a-adfc4eccbff1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3767 | 2024.07.19 18:47:12.761317 [ 195 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 434 rows starting from the beginning of the part | ||
| 3768 | 2024.07.19 18:47:12.761331 [ 3 ] {} <Debug> HTTP-Session: 64b55689-5ed1-4da8-bb5a-adfc4eccbff1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3769 | 2024.07.19 18:47:12.761586 [ 3 ] {} <Trace> HTTP-Session: 64b55689-5ed1-4da8-bb5a-adfc4eccbff1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3770 | 2024.07.19 18:47:12.761865 [ 3 ] {1d6b7af7-8e1c-40e0-a816-516f9ded4a29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 3771 | 2024.07.19 18:47:12.761934 [ 3 ] {1d6b7af7-8e1c-40e0-a816-516f9ded4a29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3772 | 2024.07.19 18:47:12.762501 [ 3 ] {1d6b7af7-8e1c-40e0-a816-516f9ded4a29} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3773 | 2024.07.19 18:47:12.763231 [ 3 ] {1d6b7af7-8e1c-40e0-a816-516f9ded4a29} <Trace> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3774 | 2024.07.19 18:47:12.763304 [ 3 ] {1d6b7af7-8e1c-40e0-a816-516f9ded4a29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 3775 | 2024.07.19 18:47:12.763865 [ 3 ] {1d6b7af7-8e1c-40e0-a816-516f9ded4a29} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 3776 | 2024.07.19 18:47:12.764196 [ 195 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1844 rows, containing 4 columns (4 merged, 0 gathered) in 0.004866226 sec., 378938.421684484 rows/sec., 27.12 MiB/sec. | ||
| 3777 | 2024.07.19 18:47:12.764491 [ 199 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3778 | 2024.07.19 18:47:12.764653 [ 3 ] {1d6b7af7-8e1c-40e0-a816-516f9ded4a29} <Trace> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3779 | 2024.07.19 18:47:12.765061 [ 3 ] {1d6b7af7-8e1c-40e0-a816-516f9ded4a29} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.003208 sec., 1870.3241895261847 rows/sec., 80.37 KiB/sec. | ||
| 3780 | 2024.07.19 18:47:12.765504 [ 3 ] {1d6b7af7-8e1c-40e0-a816-516f9ded4a29} <Debug> DynamicQueryHandler: Done processing query | ||
| 3781 | 2024.07.19 18:47:12.765549 [ 199 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_16_3} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3782 | 2024.07.19 18:47:12.765560 [ 3 ] {1d6b7af7-8e1c-40e0-a816-516f9ded4a29} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 3783 | 2024.07.19 18:47:12.765621 [ 3 ] {} <Debug> HTTP-Session: 64b55689-5ed1-4da8-bb5a-adfc4eccbff1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3784 | 2024.07.19 18:47:12.765709 [ 199 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_16_3} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3785 | 2024.07.19 18:47:12.765832 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. | ||
| 3786 | 2024.07.19 18:47:12.765832 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 14079, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3787 | 2024.07.19 18:47:12.765911 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3788 | 2024.07.19 18:47:12.765930 [ 3 ] {} <Debug> HTTP-Session: d19d2970-0aad-4d10-9649-707e2d5066cb Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 3789 | 2024.07.19 18:47:12.765947 [ 3 ] {} <Debug> HTTP-Session: d19d2970-0aad-4d10-9649-707e2d5066cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3790 | 2024.07.19 18:47:12.765960 [ 3 ] {} <Debug> HTTP-Session: d19d2970-0aad-4d10-9649-707e2d5066cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3791 | 2024.07.19 18:47:12.765990 [ 3 ] {} <Trace> HTTP-Session: d19d2970-0aad-4d10-9649-707e2d5066cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3792 | 2024.07.19 18:47:12.766144 [ 3 ] {f93b97cd-45c9-4644-b2b9-d8157f092dbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 3793 | 2024.07.19 18:47:12.766193 [ 3 ] {f93b97cd-45c9-4644-b2b9-d8157f092dbf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 3794 | 2024.07.19 18:47:12.766358 [ 3 ] {f93b97cd-45c9-4644-b2b9-d8157f092dbf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3795 | 2024.07.19 18:47:12.766708 [ 3 ] {f93b97cd-45c9-4644-b2b9-d8157f092dbf} <Trace> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3796 | 2024.07.19 18:47:12.766743 [ 3 ] {f93b97cd-45c9-4644-b2b9-d8157f092dbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 3797 | 2024.07.19 18:47:12.767115 [ 3 ] {f93b97cd-45c9-4644-b2b9-d8157f092dbf} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 3798 | 2024.07.19 18:47:12.767461 [ 3 ] {f93b97cd-45c9-4644-b2b9-d8157f092dbf} <Trace> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3799 | 2024.07.19 18:47:12.767623 [ 3 ] {f93b97cd-45c9-4644-b2b9-d8157f092dbf} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001545 sec., 49838.18770226537 rows/sec., 3.07 MiB/sec. | ||
| 3800 | 2024.07.19 18:47:12.767840 [ 3 ] {f93b97cd-45c9-4644-b2b9-d8157f092dbf} <Debug> DynamicQueryHandler: Done processing query | ||
| 3801 | 2024.07.19 18:47:12.767865 [ 3 ] {f93b97cd-45c9-4644-b2b9-d8157f092dbf} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 3802 | 2024.07.19 18:47:12.767880 [ 3 ] {} <Debug> HTTP-Session: d19d2970-0aad-4d10-9649-707e2d5066cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3803 | 2024.07.19 18:47:12.768033 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 37787, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3804 | 2024.07.19 18:47:12.768080 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3805 | 2024.07.19 18:47:12.768098 [ 3 ] {} <Debug> HTTP-Session: d1b85c9d-ab54-4d12-ac0b-a6316fa07741 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 3806 | 2024.07.19 18:47:12.768113 [ 3 ] {} <Debug> HTTP-Session: d1b85c9d-ab54-4d12-ac0b-a6316fa07741 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3807 | 2024.07.19 18:47:12.768127 [ 3 ] {} <Debug> HTTP-Session: d1b85c9d-ab54-4d12-ac0b-a6316fa07741 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3808 | 2024.07.19 18:47:12.768157 [ 3 ] {} <Trace> HTTP-Session: d1b85c9d-ab54-4d12-ac0b-a6316fa07741 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3809 | 2024.07.19 18:47:12.768364 [ 3 ] {ac833121-0164-4bc5-865d-1053d33b1dbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3810 | 2024.07.19 18:47:12.768408 [ 3 ] {ac833121-0164-4bc5-865d-1053d33b1dbf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3811 | 2024.07.19 18:47:12.768547 [ 3 ] {ac833121-0164-4bc5-865d-1053d33b1dbf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3812 | 2024.07.19 18:47:12.768943 [ 3 ] {ac833121-0164-4bc5-865d-1053d33b1dbf} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3813 | 2024.07.19 18:47:12.768978 [ 3 ] {ac833121-0164-4bc5-865d-1053d33b1dbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 3814 | 2024.07.19 18:47:12.769356 [ 3 ] {ac833121-0164-4bc5-865d-1053d33b1dbf} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3815 | 2024.07.19 18:47:12.769706 [ 3 ] {ac833121-0164-4bc5-865d-1053d33b1dbf} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3816 | 2024.07.19 18:47:12.769861 [ 3 ] {ac833121-0164-4bc5-865d-1053d33b1dbf} <Debug> executeQuery: Read 197 rows, 14.08 KiB in 0.001624 sec., 121305.41871921183 rows/sec., 8.47 MiB/sec. | ||
| 3817 | 2024.07.19 18:47:12.770028 [ 3 ] {ac833121-0164-4bc5-865d-1053d33b1dbf} <Debug> DynamicQueryHandler: Done processing query | ||
| 3818 | 2024.07.19 18:47:12.770052 [ 3 ] {ac833121-0164-4bc5-865d-1053d33b1dbf} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 3819 | 2024.07.19 18:47:12.770067 [ 3 ] {} <Debug> HTTP-Session: d1b85c9d-ab54-4d12-ac0b-a6316fa07741 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3820 | 2024.07.19 18:47:12.770217 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 41795, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3821 | 2024.07.19 18:47:12.770263 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3822 | 2024.07.19 18:47:12.770281 [ 3 ] {} <Debug> HTTP-Session: f7c6d72f-be9c-43a3-b767-898d3edceba1 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 3823 | 2024.07.19 18:47:12.770297 [ 3 ] {} <Debug> HTTP-Session: f7c6d72f-be9c-43a3-b767-898d3edceba1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3824 | 2024.07.19 18:47:12.770310 [ 3 ] {} <Debug> HTTP-Session: f7c6d72f-be9c-43a3-b767-898d3edceba1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3825 | 2024.07.19 18:47:12.770339 [ 3 ] {} <Trace> HTTP-Session: f7c6d72f-be9c-43a3-b767-898d3edceba1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3826 | 2024.07.19 18:47:12.770811 [ 3 ] {f033cc85-d199-4cfe-aba1-7dd9fad92427} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 3827 | 2024.07.19 18:47:12.770874 [ 3 ] {f033cc85-d199-4cfe-aba1-7dd9fad92427} <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 | ||
| 3828 | 2024.07.19 18:47:12.771284 [ 3 ] {f033cc85-d199-4cfe-aba1-7dd9fad92427} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3829 | 2024.07.19 18:47:12.771939 [ 3 ] {f033cc85-d199-4cfe-aba1-7dd9fad92427} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3830 | 2024.07.19 18:47:12.771973 [ 3 ] {f033cc85-d199-4cfe-aba1-7dd9fad92427} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 3831 | 2024.07.19 18:47:12.772575 [ 3 ] {f033cc85-d199-4cfe-aba1-7dd9fad92427} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3832 | 2024.07.19 18:47:12.772970 [ 3 ] {f033cc85-d199-4cfe-aba1-7dd9fad92427} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3833 | 2024.07.19 18:47:12.773152 [ 3 ] {f033cc85-d199-4cfe-aba1-7dd9fad92427} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002724 sec., 9544.787077826726 rows/sec., 17.10 MiB/sec. | ||
| 3834 | 2024.07.19 18:47:12.773369 [ 3 ] {f033cc85-d199-4cfe-aba1-7dd9fad92427} <Debug> DynamicQueryHandler: Done processing query | ||
| 3835 | 2024.07.19 18:47:12.773394 [ 3 ] {f033cc85-d199-4cfe-aba1-7dd9fad92427} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 3836 | 2024.07.19 18:47:12.773409 [ 3 ] {} <Debug> HTTP-Session: f7c6d72f-be9c-43a3-b767-898d3edceba1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3837 | 2024.07.19 18:47:12.773541 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 3212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3838 | 2024.07.19 18:47:12.773587 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3839 | 2024.07.19 18:47:12.773606 [ 3 ] {} <Debug> HTTP-Session: ebb21dc5-b97c-46d8-82c1-4736b8212679 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 3840 | 2024.07.19 18:47:12.773621 [ 3 ] {} <Debug> HTTP-Session: ebb21dc5-b97c-46d8-82c1-4736b8212679 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3841 | 2024.07.19 18:47:12.773635 [ 3 ] {} <Debug> HTTP-Session: ebb21dc5-b97c-46d8-82c1-4736b8212679 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3842 | 2024.07.19 18:47:12.773665 [ 3 ] {} <Trace> HTTP-Session: ebb21dc5-b97c-46d8-82c1-4736b8212679 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3843 | 2024.07.19 18:47:12.773763 [ 3 ] {ceb102b6-d571-413e-94a6-ae870e600fbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 3844 | 2024.07.19 18:47:12.773806 [ 3 ] {ceb102b6-d571-413e-94a6-ae870e600fbf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 3845 | 2024.07.19 18:47:12.773932 [ 3 ] {ceb102b6-d571-413e-94a6-ae870e600fbf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3846 | 2024.07.19 18:47:12.774206 [ 3 ] {ceb102b6-d571-413e-94a6-ae870e600fbf} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3847 | 2024.07.19 18:47:12.774240 [ 3 ] {ceb102b6-d571-413e-94a6-ae870e600fbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 3848 | 2024.07.19 18:47:12.774583 [ 3 ] {ceb102b6-d571-413e-94a6-ae870e600fbf} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3849 | 2024.07.19 18:47:12.774887 [ 3 ] {ceb102b6-d571-413e-94a6-ae870e600fbf} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3850 | 2024.07.19 18:47:12.775022 [ 3 ] {ceb102b6-d571-413e-94a6-ae870e600fbf} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.00128 sec., 17968.75 rows/sec., 971.98 KiB/sec. | ||
| 3851 | 2024.07.19 18:47:12.775071 [ 55 ] {} <Debug> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 3852 | 2024.07.19 18:47:12.775167 [ 55 ] {} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3853 | 2024.07.19 18:47:12.775207 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 3854 | 2024.07.19 18:47:12.775277 [ 3 ] {ceb102b6-d571-413e-94a6-ae870e600fbf} <Debug> DynamicQueryHandler: Done processing query | ||
| 3855 | 2024.07.19 18:47:12.775367 [ 3 ] {ceb102b6-d571-413e-94a6-ae870e600fbf} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 3856 | 2024.07.19 18:47:12.775465 [ 3 ] {} <Debug> HTTP-Session: ebb21dc5-b97c-46d8-82c1-4736b8212679 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3857 | 2024.07.19 18:47:12.775684 [ 200 ] {797d7d8d-66e4-41ae-bea2-1c27ec06771c::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 | ||
| 3858 | 2024.07.19 18:47:12.775692 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3859 | 2024.07.19 18:47:12.775788 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3860 | 2024.07.19 18:47:12.775830 [ 3 ] {} <Debug> HTTP-Session: 9912650b-76a0-4f4d-bec7-368e91da1ee9 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 3861 | 2024.07.19 18:47:12.775870 [ 3 ] {} <Debug> HTTP-Session: 9912650b-76a0-4f4d-bec7-368e91da1ee9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3862 | 2024.07.19 18:47:12.775904 [ 3 ] {} <Debug> HTTP-Session: 9912650b-76a0-4f4d-bec7-368e91da1ee9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3863 | 2024.07.19 18:47:12.775980 [ 3 ] {} <Trace> HTTP-Session: 9912650b-76a0-4f4d-bec7-368e91da1ee9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3864 | 2024.07.19 18:47:12.776060 [ 200 ] {797d7d8d-66e4-41ae-bea2-1c27ec06771c::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3865 | 2024.07.19 18:47:12.776147 [ 200 ] {797d7d8d-66e4-41ae-bea2-1c27ec06771c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 24 rows starting from the beginning of the part | ||
| 3866 | 2024.07.19 18:47:12.776200 [ 3 ] {6b3a11c4-d847-4d65-bb71-44e8dc5e3a16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 3867 | 2024.07.19 18:47:12.776366 [ 3 ] {6b3a11c4-d847-4d65-bb71-44e8dc5e3a16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3868 | 2024.07.19 18:47:12.776403 [ 200 ] {797d7d8d-66e4-41ae-bea2-1c27ec06771c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 3 rows starting from the beginning of the part | ||
| 3869 | 2024.07.19 18:47:12.776806 [ 200 ] {797d7d8d-66e4-41ae-bea2-1c27ec06771c::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 | ||
| 3870 | 2024.07.19 18:47:12.777130 [ 200 ] {797d7d8d-66e4-41ae-bea2-1c27ec06771c::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 | ||
| 3871 | 2024.07.19 18:47:12.777459 [ 200 ] {797d7d8d-66e4-41ae-bea2-1c27ec06771c::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 | ||
| 3872 | 2024.07.19 18:47:12.777717 [ 3 ] {6b3a11c4-d847-4d65-bb71-44e8dc5e3a16} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3873 | 2024.07.19 18:47:12.777750 [ 200 ] {797d7d8d-66e4-41ae-bea2-1c27ec06771c::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 | ||
| 3874 | 2024.07.19 18:47:12.778591 [ 3 ] {6b3a11c4-d847-4d65-bb71-44e8dc5e3a16} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3875 | 2024.07.19 18:47:12.778662 [ 3 ] {6b3a11c4-d847-4d65-bb71-44e8dc5e3a16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 3876 | 2024.07.19 18:47:12.779624 [ 3 ] {6b3a11c4-d847-4d65-bb71-44e8dc5e3a16} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3877 | 2024.07.19 18:47:12.780310 [ 199 ] {797d7d8d-66e4-41ae-bea2-1c27ec06771c::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 119 rows, containing 4 columns (4 merged, 0 gathered) in 0.005003498 sec., 23783.36116053209 rows/sec., 1.36 MiB/sec. | ||
| 3878 | 2024.07.19 18:47:12.780442 [ 3 ] {6b3a11c4-d847-4d65-bb71-44e8dc5e3a16} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3879 | 2024.07.19 18:47:12.780534 [ 188 ] {797d7d8d-66e4-41ae-bea2-1c27ec06771c::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 3880 | 2024.07.19 18:47:12.780686 [ 3 ] {6b3a11c4-d847-4d65-bb71-44e8dc5e3a16} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004574 sec., 13117.621337997376 rows/sec., 905.25 KiB/sec. | ||
| 3881 | 2024.07.19 18:47:12.780914 [ 3 ] {6b3a11c4-d847-4d65-bb71-44e8dc5e3a16} <Debug> DynamicQueryHandler: Done processing query | ||
| 3882 | 2024.07.19 18:47:12.780953 [ 3 ] {6b3a11c4-d847-4d65-bb71-44e8dc5e3a16} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 3883 | 2024.07.19 18:47:12.780978 [ 3 ] {} <Debug> HTTP-Session: 9912650b-76a0-4f4d-bec7-368e91da1ee9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3884 | 2024.07.19 18:47:12.781215 [ 188 ] {797d7d8d-66e4-41ae-bea2-1c27ec06771c::all_1_6_1} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3885 | 2024.07.19 18:47:12.781305 [ 188 ] {797d7d8d-66e4-41ae-bea2-1c27ec06771c::all_1_6_1} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 3886 | 2024.07.19 18:47:12.781399 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 3887 | 2024.07.19 18:47:15.513942 [ 26 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3888 | 2024.07.19 18:47:15.514017 [ 26 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3889 | 2024.07.19 18:47:17.001295 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000883394 sec. | ||
| 3890 | 2024.07.19 18:47:17.737890 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 623, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3891 | 2024.07.19 18:47:17.738015 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3892 | 2024.07.19 18:47:17.738044 [ 3 ] {} <Debug> HTTP-Session: fd46a87b-e2b1-4441-b84e-43936135ffd4 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 3893 | 2024.07.19 18:47:17.738072 [ 3 ] {} <Debug> HTTP-Session: fd46a87b-e2b1-4441-b84e-43936135ffd4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3894 | 2024.07.19 18:47:17.738090 [ 3 ] {} <Debug> HTTP-Session: fd46a87b-e2b1-4441-b84e-43936135ffd4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3895 | 2024.07.19 18:47:17.738145 [ 3 ] {} <Trace> HTTP-Session: fd46a87b-e2b1-4441-b84e-43936135ffd4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3896 | 2024.07.19 18:47:17.738346 [ 3 ] {e9235e9d-fd42-4af6-9a4c-3a320d50851e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 3897 | 2024.07.19 18:47:17.738419 [ 3 ] {e9235e9d-fd42-4af6-9a4c-3a320d50851e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 3898 | 2024.07.19 18:47:17.738636 [ 3 ] {e9235e9d-fd42-4af6-9a4c-3a320d50851e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3899 | 2024.07.19 18:47:17.739075 [ 3 ] {e9235e9d-fd42-4af6-9a4c-3a320d50851e} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3900 | 2024.07.19 18:47:17.739120 [ 3 ] {e9235e9d-fd42-4af6-9a4c-3a320d50851e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 3901 | 2024.07.19 18:47:17.739490 [ 3 ] {e9235e9d-fd42-4af6-9a4c-3a320d50851e} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3902 | 2024.07.19 18:47:17.739826 [ 3 ] {e9235e9d-fd42-4af6-9a4c-3a320d50851e} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3903 | 2024.07.19 18:47:17.739988 [ 3 ] {e9235e9d-fd42-4af6-9a4c-3a320d50851e} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001699 sec., 2354.326074161271 rows/sec., 190.83 KiB/sec. | ||
| 3904 | 2024.07.19 18:47:17.740207 [ 3 ] {e9235e9d-fd42-4af6-9a4c-3a320d50851e} <Debug> DynamicQueryHandler: Done processing query | ||
| 3905 | 2024.07.19 18:47:17.740234 [ 3 ] {e9235e9d-fd42-4af6-9a4c-3a320d50851e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 3906 | 2024.07.19 18:47:17.740250 [ 3 ] {} <Debug> HTTP-Session: fd46a87b-e2b1-4441-b84e-43936135ffd4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3907 | 2024.07.19 18:47:17.740404 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9662, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3908 | 2024.07.19 18:47:17.740461 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3909 | 2024.07.19 18:47:17.740481 [ 3 ] {} <Debug> HTTP-Session: 54e4222f-1a9b-4799-a6ac-0660163c4562 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 3910 | 2024.07.19 18:47:17.740499 [ 3 ] {} <Debug> HTTP-Session: 54e4222f-1a9b-4799-a6ac-0660163c4562 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3911 | 2024.07.19 18:47:17.740513 [ 3 ] {} <Debug> HTTP-Session: 54e4222f-1a9b-4799-a6ac-0660163c4562 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3912 | 2024.07.19 18:47:17.740548 [ 3 ] {} <Trace> HTTP-Session: 54e4222f-1a9b-4799-a6ac-0660163c4562 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3913 | 2024.07.19 18:47:17.740672 [ 3 ] {31c39777-a83d-4461-a4e5-f48cf48040d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3914 | 2024.07.19 18:47:17.740717 [ 3 ] {31c39777-a83d-4461-a4e5-f48cf48040d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3915 | 2024.07.19 18:47:17.740849 [ 3 ] {31c39777-a83d-4461-a4e5-f48cf48040d2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3916 | 2024.07.19 18:47:17.741205 [ 3 ] {31c39777-a83d-4461-a4e5-f48cf48040d2} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3917 | 2024.07.19 18:47:17.741241 [ 3 ] {31c39777-a83d-4461-a4e5-f48cf48040d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 3918 | 2024.07.19 18:47:17.741550 [ 3 ] {31c39777-a83d-4461-a4e5-f48cf48040d2} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3919 | 2024.07.19 18:47:17.741853 [ 3 ] {31c39777-a83d-4461-a4e5-f48cf48040d2} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3920 | 2024.07.19 18:47:17.742010 [ 3 ] {31c39777-a83d-4461-a4e5-f48cf48040d2} <Debug> executeQuery: Read 68 rows, 5.51 KiB in 0.001376 sec., 49418.60465116279 rows/sec., 3.91 MiB/sec. | ||
| 3921 | 2024.07.19 18:47:17.742555 [ 3 ] {31c39777-a83d-4461-a4e5-f48cf48040d2} <Debug> DynamicQueryHandler: Done processing query | ||
| 3922 | 2024.07.19 18:47:17.742632 [ 3 ] {31c39777-a83d-4461-a4e5-f48cf48040d2} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 3923 | 2024.07.19 18:47:17.742686 [ 3 ] {} <Debug> HTTP-Session: 54e4222f-1a9b-4799-a6ac-0660163c4562 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3924 | 2024.07.19 18:47:17.742835 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 11562, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3925 | 2024.07.19 18:47:17.742886 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3926 | 2024.07.19 18:47:17.742905 [ 3 ] {} <Debug> HTTP-Session: a1ccad81-d0ab-45be-b817-74540e8b3042 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 3927 | 2024.07.19 18:47:17.742922 [ 3 ] {} <Debug> HTTP-Session: a1ccad81-d0ab-45be-b817-74540e8b3042 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3928 | 2024.07.19 18:47:17.742935 [ 3 ] {} <Debug> HTTP-Session: a1ccad81-d0ab-45be-b817-74540e8b3042 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3929 | 2024.07.19 18:47:17.742968 [ 3 ] {} <Trace> HTTP-Session: a1ccad81-d0ab-45be-b817-74540e8b3042 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3930 | 2024.07.19 18:47:17.743094 [ 3 ] {d794c0d7-bb7e-4bb1-8955-c015869b6675} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3931 | 2024.07.19 18:47:17.743139 [ 3 ] {d794c0d7-bb7e-4bb1-8955-c015869b6675} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3932 | 2024.07.19 18:47:17.743282 [ 3 ] {d794c0d7-bb7e-4bb1-8955-c015869b6675} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3933 | 2024.07.19 18:47:17.743644 [ 3 ] {d794c0d7-bb7e-4bb1-8955-c015869b6675} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3934 | 2024.07.19 18:47:17.743679 [ 3 ] {d794c0d7-bb7e-4bb1-8955-c015869b6675} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 3935 | 2024.07.19 18:47:17.744019 [ 3 ] {d794c0d7-bb7e-4bb1-8955-c015869b6675} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3936 | 2024.07.19 18:47:17.744317 [ 3 ] {d794c0d7-bb7e-4bb1-8955-c015869b6675} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3937 | 2024.07.19 18:47:17.744475 [ 3 ] {d794c0d7-bb7e-4bb1-8955-c015869b6675} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.00142 sec., 47887.32394366197 rows/sec., 3.74 MiB/sec. | ||
| 3938 | 2024.07.19 18:47:17.745031 [ 3 ] {d794c0d7-bb7e-4bb1-8955-c015869b6675} <Debug> DynamicQueryHandler: Done processing query | ||
| 3939 | 2024.07.19 18:47:17.745127 [ 3 ] {d794c0d7-bb7e-4bb1-8955-c015869b6675} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 3940 | 2024.07.19 18:47:17.745189 [ 3 ] {} <Debug> HTTP-Session: a1ccad81-d0ab-45be-b817-74540e8b3042 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3941 | 2024.07.19 18:47:17.745404 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3942 | 2024.07.19 18:47:17.745456 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3943 | 2024.07.19 18:47:17.745475 [ 3 ] {} <Debug> HTTP-Session: 0a4f0127-69d3-4771-9a8f-4f6173482939 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 3944 | 2024.07.19 18:47:17.745492 [ 3 ] {} <Debug> HTTP-Session: 0a4f0127-69d3-4771-9a8f-4f6173482939 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3945 | 2024.07.19 18:47:17.745506 [ 3 ] {} <Debug> HTTP-Session: 0a4f0127-69d3-4771-9a8f-4f6173482939 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3946 | 2024.07.19 18:47:17.745538 [ 3 ] {} <Trace> HTTP-Session: 0a4f0127-69d3-4771-9a8f-4f6173482939 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3947 | 2024.07.19 18:47:17.745691 [ 3 ] {c5be86a2-23eb-4c59-b1d4-9f1299f8c162} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3948 | 2024.07.19 18:47:17.745740 [ 3 ] {c5be86a2-23eb-4c59-b1d4-9f1299f8c162} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3949 | 2024.07.19 18:47:17.745895 [ 3 ] {c5be86a2-23eb-4c59-b1d4-9f1299f8c162} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3950 | 2024.07.19 18:47:17.746284 [ 3 ] {c5be86a2-23eb-4c59-b1d4-9f1299f8c162} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3951 | 2024.07.19 18:47:17.746318 [ 3 ] {c5be86a2-23eb-4c59-b1d4-9f1299f8c162} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 3952 | 2024.07.19 18:47:17.746703 [ 3 ] {c5be86a2-23eb-4c59-b1d4-9f1299f8c162} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3953 | 2024.07.19 18:47:17.747030 [ 3 ] {c5be86a2-23eb-4c59-b1d4-9f1299f8c162} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3954 | 2024.07.19 18:47:17.747193 [ 3 ] {c5be86a2-23eb-4c59-b1d4-9f1299f8c162} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001568 sec., 102040.81632653062 rows/sec., 7.11 MiB/sec. | ||
| 3955 | 2024.07.19 18:47:17.747393 [ 3 ] {c5be86a2-23eb-4c59-b1d4-9f1299f8c162} <Debug> DynamicQueryHandler: Done processing query | ||
| 3956 | 2024.07.19 18:47:17.747418 [ 3 ] {c5be86a2-23eb-4c59-b1d4-9f1299f8c162} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 3957 | 2024.07.19 18:47:17.747433 [ 3 ] {} <Debug> HTTP-Session: 0a4f0127-69d3-4771-9a8f-4f6173482939 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3958 | 2024.07.19 18:47:17.747559 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 6354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3959 | 2024.07.19 18:47:17.747607 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3960 | 2024.07.19 18:47:17.747624 [ 3 ] {} <Debug> HTTP-Session: b83e5565-bafa-42a3-94a4-9adb427176f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 3961 | 2024.07.19 18:47:17.747640 [ 3 ] {} <Debug> HTTP-Session: b83e5565-bafa-42a3-94a4-9adb427176f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3962 | 2024.07.19 18:47:17.747655 [ 3 ] {} <Debug> HTTP-Session: b83e5565-bafa-42a3-94a4-9adb427176f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3963 | 2024.07.19 18:47:17.747684 [ 3 ] {} <Trace> HTTP-Session: b83e5565-bafa-42a3-94a4-9adb427176f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3964 | 2024.07.19 18:47:17.747825 [ 3 ] {2cca0b51-543c-47f3-8cb2-58bb05fcbd83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 3965 | 2024.07.19 18:47:17.747886 [ 3 ] {2cca0b51-543c-47f3-8cb2-58bb05fcbd83} <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 | ||
| 3966 | 2024.07.19 18:47:17.748299 [ 3 ] {2cca0b51-543c-47f3-8cb2-58bb05fcbd83} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3967 | 2024.07.19 18:47:17.748879 [ 3 ] {2cca0b51-543c-47f3-8cb2-58bb05fcbd83} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3968 | 2024.07.19 18:47:17.748923 [ 3 ] {2cca0b51-543c-47f3-8cb2-58bb05fcbd83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 3969 | 2024.07.19 18:47:17.749683 [ 3 ] {2cca0b51-543c-47f3-8cb2-58bb05fcbd83} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3970 | 2024.07.19 18:47:17.750116 [ 3 ] {2cca0b51-543c-47f3-8cb2-58bb05fcbd83} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3971 | 2024.07.19 18:47:17.750271 [ 3 ] {2cca0b51-543c-47f3-8cb2-58bb05fcbd83} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.00251 sec., 1593.6254980079682 rows/sec., 2.86 MiB/sec. | ||
| 3972 | 2024.07.19 18:47:17.751176 [ 3 ] {2cca0b51-543c-47f3-8cb2-58bb05fcbd83} <Debug> DynamicQueryHandler: Done processing query | ||
| 3973 | 2024.07.19 18:47:17.751202 [ 3 ] {2cca0b51-543c-47f3-8cb2-58bb05fcbd83} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 3974 | 2024.07.19 18:47:17.751219 [ 3 ] {} <Debug> HTTP-Session: b83e5565-bafa-42a3-94a4-9adb427176f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3975 | 2024.07.19 18:47:17.751342 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3976 | 2024.07.19 18:47:17.751392 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3977 | 2024.07.19 18:47:17.751412 [ 3 ] {} <Debug> HTTP-Session: 9b2019e2-0ab8-4c9c-a199-96a0cc620dee Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 3978 | 2024.07.19 18:47:17.751428 [ 3 ] {} <Debug> HTTP-Session: 9b2019e2-0ab8-4c9c-a199-96a0cc620dee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3979 | 2024.07.19 18:47:17.751442 [ 3 ] {} <Debug> HTTP-Session: 9b2019e2-0ab8-4c9c-a199-96a0cc620dee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3980 | 2024.07.19 18:47:17.751474 [ 3 ] {} <Trace> HTTP-Session: 9b2019e2-0ab8-4c9c-a199-96a0cc620dee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3981 | 2024.07.19 18:47:17.751594 [ 3 ] {e7ff806a-9118-40a2-9237-446250d36d00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 3982 | 2024.07.19 18:47:17.751640 [ 3 ] {e7ff806a-9118-40a2-9237-446250d36d00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3983 | 2024.07.19 18:47:17.751776 [ 3 ] {e7ff806a-9118-40a2-9237-446250d36d00} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3984 | 2024.07.19 18:47:17.752086 [ 3 ] {e7ff806a-9118-40a2-9237-446250d36d00} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3985 | 2024.07.19 18:47:17.752121 [ 3 ] {e7ff806a-9118-40a2-9237-446250d36d00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 3986 | 2024.07.19 18:47:17.752490 [ 3 ] {e7ff806a-9118-40a2-9237-446250d36d00} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3987 | 2024.07.19 18:47:17.752821 [ 3 ] {e7ff806a-9118-40a2-9237-446250d36d00} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3988 | 2024.07.19 18:47:17.752976 [ 3 ] {e7ff806a-9118-40a2-9237-446250d36d00} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001416 sec., 42372.88135593221 rows/sec., 2.86 MiB/sec. | ||
| 3989 | 2024.07.19 18:47:17.753261 [ 3 ] {e7ff806a-9118-40a2-9237-446250d36d00} <Debug> DynamicQueryHandler: Done processing query | ||
| 3990 | 2024.07.19 18:47:17.753286 [ 3 ] {e7ff806a-9118-40a2-9237-446250d36d00} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 3991 | 2024.07.19 18:47:17.753302 [ 3 ] {} <Debug> HTTP-Session: 9b2019e2-0ab8-4c9c-a199-96a0cc620dee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3992 | 2024.07.19 18:47:22.743704 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 4480, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3993 | 2024.07.19 18:47:22.743830 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3994 | 2024.07.19 18:47:22.743855 [ 3 ] {} <Debug> HTTP-Session: 43a60ba1-b982-4b72-9c04-2715af58d7b9 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 3995 | 2024.07.19 18:47:22.743879 [ 3 ] {} <Debug> HTTP-Session: 43a60ba1-b982-4b72-9c04-2715af58d7b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3996 | 2024.07.19 18:47:22.743894 [ 3 ] {} <Debug> HTTP-Session: 43a60ba1-b982-4b72-9c04-2715af58d7b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3997 | 2024.07.19 18:47:22.743944 [ 3 ] {} <Trace> HTTP-Session: 43a60ba1-b982-4b72-9c04-2715af58d7b9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3998 | 2024.07.19 18:47:22.744147 [ 3 ] {f06c1b86-5821-468b-9ddb-ae909277ba6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 3999 | 2024.07.19 18:47:22.744221 [ 3 ] {f06c1b86-5821-468b-9ddb-ae909277ba6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 4000 | 2024.07.19 18:47:22.744442 [ 3 ] {f06c1b86-5821-468b-9ddb-ae909277ba6e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4001 | 2024.07.19 18:47:22.744920 [ 3 ] {f06c1b86-5821-468b-9ddb-ae909277ba6e} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4002 | 2024.07.19 18:47:22.744964 [ 3 ] {f06c1b86-5821-468b-9ddb-ae909277ba6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 4003 | 2024.07.19 18:47:22.745330 [ 3 ] {f06c1b86-5821-468b-9ddb-ae909277ba6e} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4004 | 2024.07.19 18:47:22.745666 [ 3 ] {f06c1b86-5821-468b-9ddb-ae909277ba6e} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4005 | 2024.07.19 18:47:22.745832 [ 3 ] {f06c1b86-5821-468b-9ddb-ae909277ba6e} <Debug> executeQuery: Read 32 rows, 2.45 KiB in 0.001748 sec., 18306.636155606408 rows/sec., 1.37 MiB/sec. | ||
| 4006 | 2024.07.19 18:47:22.745847 [ 146 ] {} <Debug> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 4007 | 2024.07.19 18:47:22.745956 [ 146 ] {} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4008 | 2024.07.19 18:47:22.745998 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 4009 | 2024.07.19 18:47:22.746152 [ 3 ] {f06c1b86-5821-468b-9ddb-ae909277ba6e} <Debug> DynamicQueryHandler: Done processing query | ||
| 4010 | 2024.07.19 18:47:22.746250 [ 3 ] {f06c1b86-5821-468b-9ddb-ae909277ba6e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4011 | 2024.07.19 18:47:22.746304 [ 200 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::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 | ||
| 4012 | 2024.07.19 18:47:22.746333 [ 3 ] {} <Debug> HTTP-Session: 43a60ba1-b982-4b72-9c04-2715af58d7b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4013 | 2024.07.19 18:47:22.746535 [ 200 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4014 | 2024.07.19 18:47:22.746592 [ 200 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 36 rows starting from the beginning of the part | ||
| 4015 | 2024.07.19 18:47:22.746609 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 36141, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4016 | 2024.07.19 18:47:22.746768 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4017 | 2024.07.19 18:47:22.746859 [ 200 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 32 rows starting from the beginning of the part | ||
| 4018 | 2024.07.19 18:47:22.746857 [ 3 ] {} <Debug> HTTP-Session: c104eb72-deb4-4215-9837-92339b0e0226 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 4019 | 2024.07.19 18:47:22.746942 [ 3 ] {} <Debug> HTTP-Session: c104eb72-deb4-4215-9837-92339b0e0226 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4020 | 2024.07.19 18:47:22.747012 [ 3 ] {} <Debug> HTTP-Session: c104eb72-deb4-4215-9837-92339b0e0226 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4021 | 2024.07.19 18:47:22.747115 [ 200 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 4 rows starting from the beginning of the part | ||
| 4022 | 2024.07.19 18:47:22.747152 [ 3 ] {} <Trace> HTTP-Session: c104eb72-deb4-4215-9837-92339b0e0226 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4023 | 2024.07.19 18:47:22.747326 [ 200 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 32 rows starting from the beginning of the part | ||
| 4024 | 2024.07.19 18:47:22.747518 [ 200 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::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 | ||
| 4025 | 2024.07.19 18:47:22.747735 [ 3 ] {2899a04f-7fe5-4594-ade3-4aa394c1d62a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4026 | 2024.07.19 18:47:22.747823 [ 200 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 32 rows starting from the beginning of the part | ||
| 4027 | 2024.07.19 18:47:22.747916 [ 3 ] {2899a04f-7fe5-4594-ade3-4aa394c1d62a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4028 | 2024.07.19 18:47:22.748560 [ 3 ] {2899a04f-7fe5-4594-ade3-4aa394c1d62a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4029 | 2024.07.19 18:47:22.749624 [ 3 ] {2899a04f-7fe5-4594-ade3-4aa394c1d62a} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4030 | 2024.07.19 18:47:22.749693 [ 3 ] {2899a04f-7fe5-4594-ade3-4aa394c1d62a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 4031 | 2024.07.19 18:47:22.750146 [ 199 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 140 rows, containing 4 columns (4 merged, 0 gathered) in 0.004048913 sec., 34577.181579352284 rows/sec., 2.60 MiB/sec. | ||
| 4032 | 2024.07.19 18:47:22.750402 [ 199 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 4033 | 2024.07.19 18:47:22.750460 [ 3 ] {2899a04f-7fe5-4594-ade3-4aa394c1d62a} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4034 | 2024.07.19 18:47:22.751334 [ 3 ] {2899a04f-7fe5-4594-ade3-4aa394c1d62a} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4035 | 2024.07.19 18:47:22.751401 [ 199 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_16_3} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4036 | 2024.07.19 18:47:22.751615 [ 3 ] {2899a04f-7fe5-4594-ade3-4aa394c1d62a} <Debug> executeQuery: Read 239 rows, 21.60 KiB in 0.004191 sec., 57026.96253877356 rows/sec., 5.03 MiB/sec. | ||
| 4037 | 2024.07.19 18:47:22.751630 [ 199 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_16_3} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 4038 | 2024.07.19 18:47:22.751902 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 4039 | 2024.07.19 18:47:22.751986 [ 3 ] {2899a04f-7fe5-4594-ade3-4aa394c1d62a} <Debug> DynamicQueryHandler: Done processing query | ||
| 4040 | 2024.07.19 18:47:22.752017 [ 3 ] {2899a04f-7fe5-4594-ade3-4aa394c1d62a} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
| 4041 | 2024.07.19 18:47:22.752033 [ 3 ] {} <Debug> HTTP-Session: c104eb72-deb4-4215-9837-92339b0e0226 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4042 | 2024.07.19 18:47:22.752247 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 65978, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4043 | 2024.07.19 18:47:22.752297 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4044 | 2024.07.19 18:47:22.752316 [ 3 ] {} <Debug> HTTP-Session: 441a2158-4e84-4d89-938f-90adba88c6a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 4045 | 2024.07.19 18:47:22.752333 [ 3 ] {} <Debug> HTTP-Session: 441a2158-4e84-4d89-938f-90adba88c6a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4046 | 2024.07.19 18:47:22.752346 [ 3 ] {} <Debug> HTTP-Session: 441a2158-4e84-4d89-938f-90adba88c6a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4047 | 2024.07.19 18:47:22.752378 [ 3 ] {} <Trace> HTTP-Session: 441a2158-4e84-4d89-938f-90adba88c6a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4048 | 2024.07.19 18:47:22.752615 [ 3 ] {31cc5ec3-e307-414b-82bf-9bad980274ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4049 | 2024.07.19 18:47:22.752711 [ 3 ] {31cc5ec3-e307-414b-82bf-9bad980274ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4050 | 2024.07.19 18:47:22.752951 [ 3 ] {31cc5ec3-e307-414b-82bf-9bad980274ce} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4051 | 2024.07.19 18:47:22.753482 [ 3 ] {31cc5ec3-e307-414b-82bf-9bad980274ce} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4052 | 2024.07.19 18:47:22.753520 [ 3 ] {31cc5ec3-e307-414b-82bf-9bad980274ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 4053 | 2024.07.19 18:47:22.753869 [ 3 ] {31cc5ec3-e307-414b-82bf-9bad980274ce} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4054 | 2024.07.19 18:47:22.754188 [ 3 ] {31cc5ec3-e307-414b-82bf-9bad980274ce} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4055 | 2024.07.19 18:47:22.754357 [ 3 ] {31cc5ec3-e307-414b-82bf-9bad980274ce} <Debug> executeQuery: Read 408 rows, 29.56 KiB in 0.001864 sec., 218884.12017167383 rows/sec., 15.48 MiB/sec. | ||
| 4056 | 2024.07.19 18:47:22.754571 [ 3 ] {31cc5ec3-e307-414b-82bf-9bad980274ce} <Debug> DynamicQueryHandler: Done processing query | ||
| 4057 | 2024.07.19 18:47:22.754596 [ 3 ] {31cc5ec3-e307-414b-82bf-9bad980274ce} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
| 4058 | 2024.07.19 18:47:22.754611 [ 3 ] {} <Debug> HTTP-Session: 441a2158-4e84-4d89-938f-90adba88c6a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4059 | 2024.07.19 18:47:22.754721 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4060 | 2024.07.19 18:47:22.754768 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4061 | 2024.07.19 18:47:22.754787 [ 3 ] {} <Debug> HTTP-Session: f881c42b-6c0d-42cc-8d85-654791f672d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 4062 | 2024.07.19 18:47:22.754803 [ 3 ] {} <Debug> HTTP-Session: f881c42b-6c0d-42cc-8d85-654791f672d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4063 | 2024.07.19 18:47:22.754817 [ 3 ] {} <Debug> HTTP-Session: f881c42b-6c0d-42cc-8d85-654791f672d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4064 | 2024.07.19 18:47:22.754848 [ 3 ] {} <Trace> HTTP-Session: f881c42b-6c0d-42cc-8d85-654791f672d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4065 | 2024.07.19 18:47:22.754942 [ 3 ] {bcd315aa-b577-4da3-905c-21440dd40c2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 4066 | 2024.07.19 18:47:22.754987 [ 3 ] {bcd315aa-b577-4da3-905c-21440dd40c2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4067 | 2024.07.19 18:47:22.755115 [ 3 ] {bcd315aa-b577-4da3-905c-21440dd40c2c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4068 | 2024.07.19 18:47:22.755378 [ 3 ] {bcd315aa-b577-4da3-905c-21440dd40c2c} <Trace> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4069 | 2024.07.19 18:47:22.755412 [ 3 ] {bcd315aa-b577-4da3-905c-21440dd40c2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 4070 | 2024.07.19 18:47:22.755770 [ 3 ] {bcd315aa-b577-4da3-905c-21440dd40c2c} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 4071 | 2024.07.19 18:47:22.756087 [ 3 ] {bcd315aa-b577-4da3-905c-21440dd40c2c} <Trace> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4072 | 2024.07.19 18:47:22.756254 [ 3 ] {bcd315aa-b577-4da3-905c-21440dd40c2c} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001329 sec., 4514.672686230248 rows/sec., 193.99 KiB/sec. | ||
| 4073 | 2024.07.19 18:47:22.756414 [ 3 ] {bcd315aa-b577-4da3-905c-21440dd40c2c} <Debug> DynamicQueryHandler: Done processing query | ||
| 4074 | 2024.07.19 18:47:22.756438 [ 3 ] {bcd315aa-b577-4da3-905c-21440dd40c2c} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 4075 | 2024.07.19 18:47:22.756453 [ 3 ] {} <Debug> HTTP-Session: f881c42b-6c0d-42cc-8d85-654791f672d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4076 | 2024.07.19 18:47:22.756559 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 14079, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4077 | 2024.07.19 18:47:22.756613 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4078 | 2024.07.19 18:47:22.756632 [ 3 ] {} <Debug> HTTP-Session: d75d2911-2ecb-4ab7-95f9-489feec07644 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 4079 | 2024.07.19 18:47:22.756648 [ 3 ] {} <Debug> HTTP-Session: d75d2911-2ecb-4ab7-95f9-489feec07644 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4080 | 2024.07.19 18:47:22.756661 [ 3 ] {} <Debug> HTTP-Session: d75d2911-2ecb-4ab7-95f9-489feec07644 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4081 | 2024.07.19 18:47:22.756691 [ 3 ] {} <Trace> HTTP-Session: d75d2911-2ecb-4ab7-95f9-489feec07644 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4082 | 2024.07.19 18:47:22.756823 [ 3 ] {ca613ec7-0ceb-4247-94cd-ed7b4d09878f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 4083 | 2024.07.19 18:47:22.756869 [ 3 ] {ca613ec7-0ceb-4247-94cd-ed7b4d09878f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 4084 | 2024.07.19 18:47:22.757011 [ 3 ] {ca613ec7-0ceb-4247-94cd-ed7b4d09878f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4085 | 2024.07.19 18:47:22.757330 [ 3 ] {ca613ec7-0ceb-4247-94cd-ed7b4d09878f} <Trace> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4086 | 2024.07.19 18:47:22.757364 [ 3 ] {ca613ec7-0ceb-4247-94cd-ed7b4d09878f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 4087 | 2024.07.19 18:47:22.757723 [ 3 ] {ca613ec7-0ceb-4247-94cd-ed7b4d09878f} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 4088 | 2024.07.19 18:47:22.758052 [ 3 ] {ca613ec7-0ceb-4247-94cd-ed7b4d09878f} <Trace> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4089 | 2024.07.19 18:47:22.758211 [ 3 ] {ca613ec7-0ceb-4247-94cd-ed7b4d09878f} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.00144 sec., 53472.22222222222 rows/sec., 3.29 MiB/sec. | ||
| 4090 | 2024.07.19 18:47:22.758498 [ 3 ] {ca613ec7-0ceb-4247-94cd-ed7b4d09878f} <Debug> DynamicQueryHandler: Done processing query | ||
| 4091 | 2024.07.19 18:47:22.758522 [ 3 ] {ca613ec7-0ceb-4247-94cd-ed7b4d09878f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 4092 | 2024.07.19 18:47:22.758538 [ 3 ] {} <Debug> HTTP-Session: d75d2911-2ecb-4ab7-95f9-489feec07644 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4093 | 2024.07.19 18:47:22.758681 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4094 | 2024.07.19 18:47:22.758730 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4095 | 2024.07.19 18:47:22.758749 [ 3 ] {} <Debug> HTTP-Session: a4301784-0726-40f0-8007-f063971ed9b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 4096 | 2024.07.19 18:47:22.758764 [ 3 ] {} <Debug> HTTP-Session: a4301784-0726-40f0-8007-f063971ed9b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4097 | 2024.07.19 18:47:22.758778 [ 3 ] {} <Debug> HTTP-Session: a4301784-0726-40f0-8007-f063971ed9b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4098 | 2024.07.19 18:47:22.758808 [ 3 ] {} <Trace> HTTP-Session: a4301784-0726-40f0-8007-f063971ed9b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4099 | 2024.07.19 18:47:22.758981 [ 3 ] {2cd9ad65-54f4-40e9-b4df-57322e3def57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4100 | 2024.07.19 18:47:22.759028 [ 3 ] {2cd9ad65-54f4-40e9-b4df-57322e3def57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4101 | 2024.07.19 18:47:22.759186 [ 3 ] {2cd9ad65-54f4-40e9-b4df-57322e3def57} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4102 | 2024.07.19 18:47:22.759571 [ 3 ] {2cd9ad65-54f4-40e9-b4df-57322e3def57} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4103 | 2024.07.19 18:47:22.759607 [ 3 ] {2cd9ad65-54f4-40e9-b4df-57322e3def57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 4104 | 2024.07.19 18:47:22.759977 [ 3 ] {2cd9ad65-54f4-40e9-b4df-57322e3def57} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4105 | 2024.07.19 18:47:22.760308 [ 3 ] {2cd9ad65-54f4-40e9-b4df-57322e3def57} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4106 | 2024.07.19 18:47:22.760475 [ 3 ] {2cd9ad65-54f4-40e9-b4df-57322e3def57} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001574 sec., 101651.84243964421 rows/sec., 7.08 MiB/sec. | ||
| 4107 | 2024.07.19 18:47:22.760791 [ 3 ] {2cd9ad65-54f4-40e9-b4df-57322e3def57} <Debug> DynamicQueryHandler: Done processing query | ||
| 4108 | 2024.07.19 18:47:22.760816 [ 3 ] {2cd9ad65-54f4-40e9-b4df-57322e3def57} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 4109 | 2024.07.19 18:47:22.760831 [ 3 ] {} <Debug> HTTP-Session: a4301784-0726-40f0-8007-f063971ed9b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4110 | 2024.07.19 18:47:22.760961 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 41802, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4111 | 2024.07.19 18:47:22.761010 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4112 | 2024.07.19 18:47:22.761028 [ 3 ] {} <Debug> HTTP-Session: c6f68fec-8b97-4e7a-8a4d-fff84d60776d Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 4113 | 2024.07.19 18:47:22.761043 [ 3 ] {} <Debug> HTTP-Session: c6f68fec-8b97-4e7a-8a4d-fff84d60776d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4114 | 2024.07.19 18:47:22.761057 [ 3 ] {} <Debug> HTTP-Session: c6f68fec-8b97-4e7a-8a4d-fff84d60776d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4115 | 2024.07.19 18:47:22.761087 [ 3 ] {} <Trace> HTTP-Session: c6f68fec-8b97-4e7a-8a4d-fff84d60776d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4116 | 2024.07.19 18:47:22.761540 [ 3 ] {ca18c986-e7e8-42a4-9e27-d700498d0b9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 4117 | 2024.07.19 18:47:22.761613 [ 3 ] {ca18c986-e7e8-42a4-9e27-d700498d0b9f} <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 | ||
| 4118 | 2024.07.19 18:47:22.762041 [ 3 ] {ca18c986-e7e8-42a4-9e27-d700498d0b9f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4119 | 2024.07.19 18:47:22.762661 [ 3 ] {ca18c986-e7e8-42a4-9e27-d700498d0b9f} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4120 | 2024.07.19 18:47:22.762696 [ 3 ] {ca18c986-e7e8-42a4-9e27-d700498d0b9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 4121 | 2024.07.19 18:47:22.763321 [ 3 ] {ca18c986-e7e8-42a4-9e27-d700498d0b9f} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4122 | 2024.07.19 18:47:22.763729 [ 3 ] {ca18c986-e7e8-42a4-9e27-d700498d0b9f} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4123 | 2024.07.19 18:47:22.763907 [ 146 ] {} <Debug> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 4124 | 2024.07.19 18:47:22.763931 [ 3 ] {ca18c986-e7e8-42a4-9e27-d700498d0b9f} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002751 sec., 9451.10868774991 rows/sec., 16.94 MiB/sec. | ||
| 4125 | 2024.07.19 18:47:22.763986 [ 146 ] {} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4126 | 2024.07.19 18:47:22.764072 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 4127 | 2024.07.19 18:47:22.764546 [ 186 ] {088d1ac2-6670-47c5-a942-9441d6520aec::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 | ||
| 4128 | 2024.07.19 18:47:22.764585 [ 3 ] {ca18c986-e7e8-42a4-9e27-d700498d0b9f} <Debug> DynamicQueryHandler: Done processing query | ||
| 4129 | 2024.07.19 18:47:22.764686 [ 3 ] {ca18c986-e7e8-42a4-9e27-d700498d0b9f} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 4130 | 2024.07.19 18:47:22.764762 [ 3 ] {} <Debug> HTTP-Session: c6f68fec-8b97-4e7a-8a4d-fff84d60776d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4131 | 2024.07.19 18:47:22.765075 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 3212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4132 | 2024.07.19 18:47:22.765217 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4133 | 2024.07.19 18:47:22.765291 [ 3 ] {} <Debug> HTTP-Session: a21ecc1c-2621-40af-a74c-c7c537a1370f Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 4134 | 2024.07.19 18:47:22.765333 [ 3 ] {} <Debug> HTTP-Session: a21ecc1c-2621-40af-a74c-c7c537a1370f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4135 | 2024.07.19 18:47:22.765376 [ 3 ] {} <Debug> HTTP-Session: a21ecc1c-2621-40af-a74c-c7c537a1370f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4136 | 2024.07.19 18:47:22.765473 [ 3 ] {} <Trace> HTTP-Session: a21ecc1c-2621-40af-a74c-c7c537a1370f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4137 | 2024.07.19 18:47:22.765696 [ 186 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4138 | 2024.07.19 18:47:22.765729 [ 3 ] {4c15b036-dfba-4b08-9c79-84231464fb1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 4139 | 2024.07.19 18:47:22.765855 [ 3 ] {4c15b036-dfba-4b08-9c79-84231464fb1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 4140 | 2024.07.19 18:47:22.765869 [ 186 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 217 rows starting from the beginning of the part | ||
| 4141 | 2024.07.19 18:47:22.766583 [ 3 ] {4c15b036-dfba-4b08-9c79-84231464fb1c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4142 | 2024.07.19 18:47:22.766759 [ 186 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 26 rows starting from the beginning of the part | ||
| 4143 | 2024.07.19 18:47:22.767390 [ 186 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 4 rows starting from the beginning of the part | ||
| 4144 | 2024.07.19 18:47:22.767687 [ 3 ] {4c15b036-dfba-4b08-9c79-84231464fb1c} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4145 | 2024.07.19 18:47:22.767827 [ 3 ] {4c15b036-dfba-4b08-9c79-84231464fb1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 4146 | 2024.07.19 18:47:22.768128 [ 186 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 26 rows starting from the beginning of the part | ||
| 4147 | 2024.07.19 18:47:22.768751 [ 186 ] {088d1ac2-6670-47c5-a942-9441d6520aec::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 | ||
| 4148 | 2024.07.19 18:47:22.769320 [ 186 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 26 rows starting from the beginning of the part | ||
| 4149 | 2024.07.19 18:47:22.769372 [ 3 ] {4c15b036-dfba-4b08-9c79-84231464fb1c} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 4150 | 2024.07.19 18:47:22.770479 [ 3 ] {4c15b036-dfba-4b08-9c79-84231464fb1c} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4151 | 2024.07.19 18:47:22.770800 [ 3 ] {4c15b036-dfba-4b08-9c79-84231464fb1c} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.005129 sec., 4484.3049327354265 rows/sec., 242.57 KiB/sec. | ||
| 4152 | 2024.07.19 18:47:22.771398 [ 3 ] {4c15b036-dfba-4b08-9c79-84231464fb1c} <Debug> DynamicQueryHandler: Done processing query | ||
| 4153 | 2024.07.19 18:47:22.771460 [ 3 ] {4c15b036-dfba-4b08-9c79-84231464fb1c} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 4154 | 2024.07.19 18:47:22.771506 [ 3 ] {} <Debug> HTTP-Session: a21ecc1c-2621-40af-a74c-c7c537a1370f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4155 | 2024.07.19 18:47:22.771652 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4156 | 2024.07.19 18:47:22.771731 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4157 | 2024.07.19 18:47:22.771768 [ 3 ] {} <Debug> HTTP-Session: 46d45a2f-bc2b-4cda-b006-f1560aa4c3d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 4158 | 2024.07.19 18:47:22.771807 [ 3 ] {} <Debug> HTTP-Session: 46d45a2f-bc2b-4cda-b006-f1560aa4c3d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4159 | 2024.07.19 18:47:22.771835 [ 3 ] {} <Debug> HTTP-Session: 46d45a2f-bc2b-4cda-b006-f1560aa4c3d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4160 | 2024.07.19 18:47:22.771929 [ 3 ] {} <Trace> HTTP-Session: 46d45a2f-bc2b-4cda-b006-f1560aa4c3d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4161 | 2024.07.19 18:47:22.772201 [ 3 ] {75a853ba-6eb4-4229-8016-464fe33355e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4162 | 2024.07.19 18:47:22.772318 [ 3 ] {75a853ba-6eb4-4229-8016-464fe33355e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4163 | 2024.07.19 18:47:22.772994 [ 3 ] {75a853ba-6eb4-4229-8016-464fe33355e1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4164 | 2024.07.19 18:47:22.774007 [ 3 ] {75a853ba-6eb4-4229-8016-464fe33355e1} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4165 | 2024.07.19 18:47:22.774088 [ 3 ] {75a853ba-6eb4-4229-8016-464fe33355e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 4166 | 2024.07.19 18:47:22.775226 [ 3 ] {75a853ba-6eb4-4229-8016-464fe33355e1} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4167 | 2024.07.19 18:47:22.776269 [ 3 ] {75a853ba-6eb4-4229-8016-464fe33355e1} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4168 | 2024.07.19 18:47:22.776619 [ 3 ] {75a853ba-6eb4-4229-8016-464fe33355e1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00453 sec., 13245.033112582782 rows/sec., 914.05 KiB/sec. | ||
| 4169 | 2024.07.19 18:47:22.776914 [ 3 ] {75a853ba-6eb4-4229-8016-464fe33355e1} <Debug> DynamicQueryHandler: Done processing query | ||
| 4170 | 2024.07.19 18:47:22.776948 [ 3 ] {75a853ba-6eb4-4229-8016-464fe33355e1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4171 | 2024.07.19 18:47:22.777018 [ 3 ] {} <Debug> HTTP-Session: 46d45a2f-bc2b-4cda-b006-f1560aa4c3d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4172 | 2024.07.19 18:47:22.777698 [ 199 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 303 rows, containing 19 columns (19 merged, 0 gathered) in 0.013479011 sec., 22479.39407423883 rows/sec., 40.28 MiB/sec. | ||
| 4173 | 2024.07.19 18:47:22.778214 [ 199 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 4174 | 2024.07.19 18:47:22.778758 [ 199 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_16_3} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4175 | 2024.07.19 18:47:22.778830 [ 199 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_16_3} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 4176 | 2024.07.19 18:47:22.778933 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.92 MiB. | ||
| 4177 | 2024.07.19 18:47:27.737390 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 623, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4178 | 2024.07.19 18:47:27.737530 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4179 | 2024.07.19 18:47:27.737559 [ 3 ] {} <Debug> HTTP-Session: 20512efb-145b-4958-adf8-6d7ea94c60be Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 4180 | 2024.07.19 18:47:27.737586 [ 3 ] {} <Debug> HTTP-Session: 20512efb-145b-4958-adf8-6d7ea94c60be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4181 | 2024.07.19 18:47:27.737604 [ 3 ] {} <Debug> HTTP-Session: 20512efb-145b-4958-adf8-6d7ea94c60be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4182 | 2024.07.19 18:47:27.737662 [ 3 ] {} <Trace> HTTP-Session: 20512efb-145b-4958-adf8-6d7ea94c60be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4183 | 2024.07.19 18:47:27.737866 [ 3 ] {67635001-3312-4abd-8c5f-4e6de646bad5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 4184 | 2024.07.19 18:47:27.737942 [ 3 ] {67635001-3312-4abd-8c5f-4e6de646bad5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 4185 | 2024.07.19 18:47:27.738160 [ 3 ] {67635001-3312-4abd-8c5f-4e6de646bad5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4186 | 2024.07.19 18:47:27.738603 [ 3 ] {67635001-3312-4abd-8c5f-4e6de646bad5} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4187 | 2024.07.19 18:47:27.738649 [ 3 ] {67635001-3312-4abd-8c5f-4e6de646bad5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 4188 | 2024.07.19 18:47:27.739023 [ 3 ] {67635001-3312-4abd-8c5f-4e6de646bad5} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4189 | 2024.07.19 18:47:27.739364 [ 3 ] {67635001-3312-4abd-8c5f-4e6de646bad5} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4190 | 2024.07.19 18:47:27.739537 [ 3 ] {67635001-3312-4abd-8c5f-4e6de646bad5} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001722 sec., 2322.8803716608595 rows/sec., 188.28 KiB/sec. | ||
| 4191 | 2024.07.19 18:47:27.739858 [ 3 ] {67635001-3312-4abd-8c5f-4e6de646bad5} <Debug> DynamicQueryHandler: Done processing query | ||
| 4192 | 2024.07.19 18:47:27.739887 [ 3 ] {67635001-3312-4abd-8c5f-4e6de646bad5} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4193 | 2024.07.19 18:47:27.739904 [ 3 ] {} <Debug> HTTP-Session: 20512efb-145b-4958-adf8-6d7ea94c60be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4194 | 2024.07.19 18:47:27.740036 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4195 | 2024.07.19 18:47:27.740092 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4196 | 2024.07.19 18:47:27.740111 [ 3 ] {} <Debug> HTTP-Session: 1b24b42c-b02a-4333-8096-b9e496a5c3bd Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 4197 | 2024.07.19 18:47:27.740130 [ 3 ] {} <Debug> HTTP-Session: 1b24b42c-b02a-4333-8096-b9e496a5c3bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4198 | 2024.07.19 18:47:27.740144 [ 3 ] {} <Debug> HTTP-Session: 1b24b42c-b02a-4333-8096-b9e496a5c3bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4199 | 2024.07.19 18:47:27.740180 [ 3 ] {} <Trace> HTTP-Session: 1b24b42c-b02a-4333-8096-b9e496a5c3bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4200 | 2024.07.19 18:47:27.740288 [ 3 ] {daadb3cb-afda-4d5b-897d-f1f89e22bf1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 4201 | 2024.07.19 18:47:27.740337 [ 3 ] {daadb3cb-afda-4d5b-897d-f1f89e22bf1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4202 | 2024.07.19 18:47:27.740492 [ 3 ] {daadb3cb-afda-4d5b-897d-f1f89e22bf1c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4203 | 2024.07.19 18:47:27.740810 [ 3 ] {daadb3cb-afda-4d5b-897d-f1f89e22bf1c} <Trace> oximeter.fields_ipaddr (5b198a67-6d84-4324-b6a3-e6f140922631): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4204 | 2024.07.19 18:47:27.740847 [ 3 ] {daadb3cb-afda-4d5b-897d-f1f89e22bf1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 4205 | 2024.07.19 18:47:27.741150 [ 3 ] {daadb3cb-afda-4d5b-897d-f1f89e22bf1c} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 4206 | 2024.07.19 18:47:27.741469 [ 3 ] {daadb3cb-afda-4d5b-897d-f1f89e22bf1c} <Trace> oximeter.fields_ipaddr (5b198a67-6d84-4324-b6a3-e6f140922631): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4207 | 2024.07.19 18:47:27.741629 [ 3 ] {daadb3cb-afda-4d5b-897d-f1f89e22bf1c} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001362 sec., 2936.857562408223 rows/sec., 239.48 KiB/sec. | ||
| 4208 | 2024.07.19 18:47:27.742044 [ 3 ] {daadb3cb-afda-4d5b-897d-f1f89e22bf1c} <Debug> DynamicQueryHandler: Done processing query | ||
| 4209 | 2024.07.19 18:47:27.742069 [ 3 ] {daadb3cb-afda-4d5b-897d-f1f89e22bf1c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4210 | 2024.07.19 18:47:27.742085 [ 3 ] {} <Debug> HTTP-Session: 1b24b42c-b02a-4333-8096-b9e496a5c3bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4211 | 2024.07.19 18:47:27.742199 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9928, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4212 | 2024.07.19 18:47:27.742250 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4213 | 2024.07.19 18:47:27.742270 [ 3 ] {} <Debug> HTTP-Session: 6a269c8d-fc60-47bc-ae07-08bec67e7bbd Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 4214 | 2024.07.19 18:47:27.742286 [ 3 ] {} <Debug> HTTP-Session: 6a269c8d-fc60-47bc-ae07-08bec67e7bbd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4215 | 2024.07.19 18:47:27.742300 [ 3 ] {} <Debug> HTTP-Session: 6a269c8d-fc60-47bc-ae07-08bec67e7bbd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4216 | 2024.07.19 18:47:27.742332 [ 3 ] {} <Trace> HTTP-Session: 6a269c8d-fc60-47bc-ae07-08bec67e7bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4217 | 2024.07.19 18:47:27.742452 [ 3 ] {a6ad38b7-a522-47f7-a043-a5bb8934a491} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4218 | 2024.07.19 18:47:27.742497 [ 3 ] {a6ad38b7-a522-47f7-a043-a5bb8934a491} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4219 | 2024.07.19 18:47:27.742647 [ 3 ] {a6ad38b7-a522-47f7-a043-a5bb8934a491} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4220 | 2024.07.19 18:47:27.743050 [ 3 ] {a6ad38b7-a522-47f7-a043-a5bb8934a491} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4221 | 2024.07.19 18:47:27.743086 [ 3 ] {a6ad38b7-a522-47f7-a043-a5bb8934a491} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 4222 | 2024.07.19 18:47:27.743409 [ 3 ] {a6ad38b7-a522-47f7-a043-a5bb8934a491} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4223 | 2024.07.19 18:47:27.743715 [ 3 ] {a6ad38b7-a522-47f7-a043-a5bb8934a491} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4224 | 2024.07.19 18:47:27.743868 [ 3 ] {a6ad38b7-a522-47f7-a043-a5bb8934a491} <Debug> executeQuery: Read 70 rows, 5.65 KiB in 0.001455 sec., 48109.96563573884 rows/sec., 3.79 MiB/sec. | ||
| 4225 | 2024.07.19 18:47:27.744033 [ 3 ] {a6ad38b7-a522-47f7-a043-a5bb8934a491} <Debug> DynamicQueryHandler: Done processing query | ||
| 4226 | 2024.07.19 18:47:27.744057 [ 3 ] {a6ad38b7-a522-47f7-a043-a5bb8934a491} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 4227 | 2024.07.19 18:47:27.744072 [ 3 ] {} <Debug> HTTP-Session: 6a269c8d-fc60-47bc-ae07-08bec67e7bbd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4228 | 2024.07.19 18:47:27.744172 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4229 | 2024.07.19 18:47:27.744220 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4230 | 2024.07.19 18:47:27.744238 [ 3 ] {} <Debug> HTTP-Session: 4cc84e33-7010-4531-bbd8-59393e745a66 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 4231 | 2024.07.19 18:47:27.744255 [ 3 ] {} <Debug> HTTP-Session: 4cc84e33-7010-4531-bbd8-59393e745a66 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4232 | 2024.07.19 18:47:27.744269 [ 3 ] {} <Debug> HTTP-Session: 4cc84e33-7010-4531-bbd8-59393e745a66 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4233 | 2024.07.19 18:47:27.744300 [ 3 ] {} <Trace> HTTP-Session: 4cc84e33-7010-4531-bbd8-59393e745a66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4234 | 2024.07.19 18:47:27.744396 [ 3 ] {1aa2690e-8612-4afc-a8d3-3fa62fa3baac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 4235 | 2024.07.19 18:47:27.744439 [ 3 ] {1aa2690e-8612-4afc-a8d3-3fa62fa3baac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4236 | 2024.07.19 18:47:27.744568 [ 3 ] {1aa2690e-8612-4afc-a8d3-3fa62fa3baac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4237 | 2024.07.19 18:47:27.744928 [ 3 ] {1aa2690e-8612-4afc-a8d3-3fa62fa3baac} <Trace> oximeter.fields_u16 (3a790436-232b-4913-bf8d-eba3067e022c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4238 | 2024.07.19 18:47:27.744963 [ 3 ] {1aa2690e-8612-4afc-a8d3-3fa62fa3baac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 4239 | 2024.07.19 18:47:27.745260 [ 3 ] {1aa2690e-8612-4afc-a8d3-3fa62fa3baac} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 4240 | 2024.07.19 18:47:27.745560 [ 3 ] {1aa2690e-8612-4afc-a8d3-3fa62fa3baac} <Trace> oximeter.fields_u16 (3a790436-232b-4913-bf8d-eba3067e022c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4241 | 2024.07.19 18:47:27.745727 [ 3 ] {1aa2690e-8612-4afc-a8d3-3fa62fa3baac} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001345 sec., 2973.977695167286 rows/sec., 207.66 KiB/sec. | ||
| 4242 | 2024.07.19 18:47:27.746002 [ 3 ] {1aa2690e-8612-4afc-a8d3-3fa62fa3baac} <Debug> DynamicQueryHandler: Done processing query | ||
| 4243 | 2024.07.19 18:47:27.746026 [ 3 ] {1aa2690e-8612-4afc-a8d3-3fa62fa3baac} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4244 | 2024.07.19 18:47:27.746043 [ 3 ] {} <Debug> HTTP-Session: 4cc84e33-7010-4531-bbd8-59393e745a66 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4245 | 2024.07.19 18:47:27.746150 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 12244, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4246 | 2024.07.19 18:47:27.746199 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4247 | 2024.07.19 18:47:27.746218 [ 3 ] {} <Debug> HTTP-Session: 84fe2e49-677e-4cbe-84e8-24f7da036725 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 4248 | 2024.07.19 18:47:27.746234 [ 3 ] {} <Debug> HTTP-Session: 84fe2e49-677e-4cbe-84e8-24f7da036725 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4249 | 2024.07.19 18:47:27.746248 [ 3 ] {} <Debug> HTTP-Session: 84fe2e49-677e-4cbe-84e8-24f7da036725 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4250 | 2024.07.19 18:47:27.746278 [ 3 ] {} <Trace> HTTP-Session: 84fe2e49-677e-4cbe-84e8-24f7da036725 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4251 | 2024.07.19 18:47:27.746398 [ 3 ] {ed271b2a-1334-4993-990c-ba01d180a731} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4252 | 2024.07.19 18:47:27.746442 [ 3 ] {ed271b2a-1334-4993-990c-ba01d180a731} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4253 | 2024.07.19 18:47:27.746589 [ 3 ] {ed271b2a-1334-4993-990c-ba01d180a731} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4254 | 2024.07.19 18:47:27.746932 [ 3 ] {ed271b2a-1334-4993-990c-ba01d180a731} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4255 | 2024.07.19 18:47:27.746969 [ 3 ] {ed271b2a-1334-4993-990c-ba01d180a731} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 4256 | 2024.07.19 18:47:27.747276 [ 3 ] {ed271b2a-1334-4993-990c-ba01d180a731} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4257 | 2024.07.19 18:47:27.747589 [ 3 ] {ed271b2a-1334-4993-990c-ba01d180a731} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4258 | 2024.07.19 18:47:27.747742 [ 3 ] {ed271b2a-1334-4993-990c-ba01d180a731} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001382 sec., 52098.40810419682 rows/sec., 4.07 MiB/sec. | ||
| 4259 | 2024.07.19 18:47:27.748074 [ 3 ] {ed271b2a-1334-4993-990c-ba01d180a731} <Debug> DynamicQueryHandler: Done processing query | ||
| 4260 | 2024.07.19 18:47:27.748099 [ 3 ] {ed271b2a-1334-4993-990c-ba01d180a731} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 4261 | 2024.07.19 18:47:27.748115 [ 3 ] {} <Debug> HTTP-Session: 84fe2e49-677e-4cbe-84e8-24f7da036725 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4262 | 2024.07.19 18:47:27.748258 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 31015, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4263 | 2024.07.19 18:47:27.748307 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4264 | 2024.07.19 18:47:27.748326 [ 3 ] {} <Debug> HTTP-Session: 357358c0-f9f5-4037-9372-aa4f2b23a4d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 4265 | 2024.07.19 18:47:27.748343 [ 3 ] {} <Debug> HTTP-Session: 357358c0-f9f5-4037-9372-aa4f2b23a4d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4266 | 2024.07.19 18:47:27.748357 [ 3 ] {} <Debug> HTTP-Session: 357358c0-f9f5-4037-9372-aa4f2b23a4d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4267 | 2024.07.19 18:47:27.748388 [ 3 ] {} <Trace> HTTP-Session: 357358c0-f9f5-4037-9372-aa4f2b23a4d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4268 | 2024.07.19 18:47:27.748537 [ 3 ] {de8ac780-e439-482a-9cc2-a31e48ae0744} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4269 | 2024.07.19 18:47:27.748585 [ 3 ] {de8ac780-e439-482a-9cc2-a31e48ae0744} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4270 | 2024.07.19 18:47:27.748755 [ 3 ] {de8ac780-e439-482a-9cc2-a31e48ae0744} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4271 | 2024.07.19 18:47:27.749138 [ 3 ] {de8ac780-e439-482a-9cc2-a31e48ae0744} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4272 | 2024.07.19 18:47:27.749174 [ 3 ] {de8ac780-e439-482a-9cc2-a31e48ae0744} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 4273 | 2024.07.19 18:47:27.749559 [ 3 ] {de8ac780-e439-482a-9cc2-a31e48ae0744} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4274 | 2024.07.19 18:47:27.749896 [ 3 ] {de8ac780-e439-482a-9cc2-a31e48ae0744} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4275 | 2024.07.19 18:47:27.750054 [ 116 ] {} <Debug> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 4276 | 2024.07.19 18:47:27.750058 [ 3 ] {de8ac780-e439-482a-9cc2-a31e48ae0744} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001586 sec., 102143.7578814628 rows/sec., 7.11 MiB/sec. | ||
| 4277 | 2024.07.19 18:47:27.750139 [ 116 ] {} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4278 | 2024.07.19 18:47:27.750212 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 4279 | 2024.07.19 18:47:27.750514 [ 3 ] {de8ac780-e439-482a-9cc2-a31e48ae0744} <Debug> DynamicQueryHandler: Done processing query | ||
| 4280 | 2024.07.19 18:47:27.750630 [ 3 ] {de8ac780-e439-482a-9cc2-a31e48ae0744} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 4281 | 2024.07.19 18:47:27.750631 [ 186 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::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 | ||
| 4282 | 2024.07.19 18:47:27.750707 [ 3 ] {} <Debug> HTTP-Session: 357358c0-f9f5-4037-9372-aa4f2b23a4d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4283 | 2024.07.19 18:47:27.750924 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 6354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4284 | 2024.07.19 18:47:27.751038 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4285 | 2024.07.19 18:47:27.751045 [ 186 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4286 | 2024.07.19 18:47:27.751065 [ 3 ] {} <Debug> HTTP-Session: fe17ff7b-aee2-437b-9337-e83dbda99b1a Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 4287 | 2024.07.19 18:47:27.751111 [ 3 ] {} <Debug> HTTP-Session: fe17ff7b-aee2-437b-9337-e83dbda99b1a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4288 | 2024.07.19 18:47:27.751124 [ 186 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1284 rows starting from the beginning of the part | ||
| 4289 | 2024.07.19 18:47:27.751141 [ 3 ] {} <Debug> HTTP-Session: fe17ff7b-aee2-437b-9337-e83dbda99b1a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4290 | 2024.07.19 18:47:27.751220 [ 3 ] {} <Trace> HTTP-Session: fe17ff7b-aee2-437b-9337-e83dbda99b1a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4291 | 2024.07.19 18:47:27.751375 [ 186 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 160 rows starting from the beginning of the part | ||
| 4292 | 2024.07.19 18:47:27.751678 [ 186 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 197 rows starting from the beginning of the part | ||
| 4293 | 2024.07.19 18:47:27.751810 [ 3 ] {7dc5da95-0bd3-4c7a-b71c-d7880fab4697} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 4294 | 2024.07.19 18:47:27.751950 [ 186 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 160 rows starting from the beginning of the part | ||
| 4295 | 2024.07.19 18:47:27.752211 [ 186 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::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 | ||
| 4296 | 2024.07.19 18:47:27.752385 [ 3 ] {7dc5da95-0bd3-4c7a-b71c-d7880fab4697} <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 | ||
| 4297 | 2024.07.19 18:47:27.752506 [ 186 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 162 rows starting from the beginning of the part | ||
| 4298 | 2024.07.19 18:47:27.754496 [ 3 ] {7dc5da95-0bd3-4c7a-b71c-d7880fab4697} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4299 | 2024.07.19 18:47:27.755901 [ 3 ] {7dc5da95-0bd3-4c7a-b71c-d7880fab4697} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4300 | 2024.07.19 18:47:27.755943 [ 3 ] {7dc5da95-0bd3-4c7a-b71c-d7880fab4697} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 4301 | 2024.07.19 18:47:27.756714 [ 186 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2123 rows, containing 5 columns (5 merged, 0 gathered) in 0.00638596 sec., 332448.0579270775 rows/sec., 23.19 MiB/sec. | ||
| 4302 | 2024.07.19 18:47:27.757101 [ 199 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 4303 | 2024.07.19 18:47:27.757989 [ 3 ] {7dc5da95-0bd3-4c7a-b71c-d7880fab4697} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4304 | 2024.07.19 18:47:27.758258 [ 186 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4305 | 2024.07.19 18:47:27.758546 [ 186 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 4306 | 2024.07.19 18:47:27.758751 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. | ||
| 4307 | 2024.07.19 18:47:27.758951 [ 3 ] {7dc5da95-0bd3-4c7a-b71c-d7880fab4697} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4308 | 2024.07.19 18:47:27.759165 [ 3 ] {7dc5da95-0bd3-4c7a-b71c-d7880fab4697} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.007682 sec., 520.6977349648529 rows/sec., 955.46 KiB/sec. | ||
| 4309 | 2024.07.19 18:47:27.759772 [ 3 ] {7dc5da95-0bd3-4c7a-b71c-d7880fab4697} <Debug> DynamicQueryHandler: Done processing query | ||
| 4310 | 2024.07.19 18:47:27.759797 [ 3 ] {7dc5da95-0bd3-4c7a-b71c-d7880fab4697} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 4311 | 2024.07.19 18:47:27.759814 [ 3 ] {} <Debug> HTTP-Session: fe17ff7b-aee2-437b-9337-e83dbda99b1a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4312 | 2024.07.19 18:47:27.759927 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4313 | 2024.07.19 18:47:27.759975 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4314 | 2024.07.19 18:47:27.759994 [ 3 ] {} <Debug> HTTP-Session: ef821b98-43c3-40c6-a78f-47c4d9710dda Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 4315 | 2024.07.19 18:47:27.760010 [ 3 ] {} <Debug> HTTP-Session: ef821b98-43c3-40c6-a78f-47c4d9710dda Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4316 | 2024.07.19 18:47:27.760024 [ 3 ] {} <Debug> HTTP-Session: ef821b98-43c3-40c6-a78f-47c4d9710dda Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4317 | 2024.07.19 18:47:27.760055 [ 3 ] {} <Trace> HTTP-Session: ef821b98-43c3-40c6-a78f-47c4d9710dda Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4318 | 2024.07.19 18:47:27.760182 [ 3 ] {25c36387-3b8f-487a-8b6e-395a206a5759} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4319 | 2024.07.19 18:47:27.760229 [ 3 ] {25c36387-3b8f-487a-8b6e-395a206a5759} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4320 | 2024.07.19 18:47:27.760379 [ 3 ] {25c36387-3b8f-487a-8b6e-395a206a5759} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4321 | 2024.07.19 18:47:27.760679 [ 3 ] {25c36387-3b8f-487a-8b6e-395a206a5759} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4322 | 2024.07.19 18:47:27.760719 [ 3 ] {25c36387-3b8f-487a-8b6e-395a206a5759} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 4323 | 2024.07.19 18:47:27.761082 [ 3 ] {25c36387-3b8f-487a-8b6e-395a206a5759} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4324 | 2024.07.19 18:47:27.761410 [ 3 ] {25c36387-3b8f-487a-8b6e-395a206a5759} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4325 | 2024.07.19 18:47:27.761565 [ 88 ] {} <Debug> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 4326 | 2024.07.19 18:47:27.761574 [ 3 ] {25c36387-3b8f-487a-8b6e-395a206a5759} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00143 sec., 41958.041958041955 rows/sec., 2.83 MiB/sec. | ||
| 4327 | 2024.07.19 18:47:27.761622 [ 88 ] {} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4328 | 2024.07.19 18:47:27.761693 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 4329 | 2024.07.19 18:47:27.761881 [ 199 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::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 | ||
| 4330 | 2024.07.19 18:47:27.761894 [ 3 ] {25c36387-3b8f-487a-8b6e-395a206a5759} <Debug> DynamicQueryHandler: Done processing query | ||
| 4331 | 2024.07.19 18:47:27.761960 [ 3 ] {25c36387-3b8f-487a-8b6e-395a206a5759} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4332 | 2024.07.19 18:47:27.761984 [ 3 ] {} <Debug> HTTP-Session: ef821b98-43c3-40c6-a78f-47c4d9710dda Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4333 | 2024.07.19 18:47:27.762096 [ 199 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4334 | 2024.07.19 18:47:27.762136 [ 199 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 356 rows starting from the beginning of the part | ||
| 4335 | 2024.07.19 18:47:27.762229 [ 199 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 60 rows starting from the beginning of the part | ||
| 4336 | 2024.07.19 18:47:27.762451 [ 199 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::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 | ||
| 4337 | 2024.07.19 18:47:27.762641 [ 199 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::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 | ||
| 4338 | 2024.07.19 18:47:27.762760 [ 199 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::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 | ||
| 4339 | 2024.07.19 18:47:27.762955 [ 199 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::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 | ||
| 4340 | 2024.07.19 18:47:27.764087 [ 186 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 656 rows, containing 4 columns (4 merged, 0 gathered) in 0.002299566 sec., 285271.2207433925 rows/sec., 19.31 MiB/sec. | ||
| 4341 | 2024.07.19 18:47:27.764213 [ 199 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 4342 | 2024.07.19 18:47:27.764570 [ 199 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_16_3} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4343 | 2024.07.19 18:47:27.764643 [ 199 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_16_3} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 4344 | 2024.07.19 18:47:27.764709 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
| 4345 | 2024.07.19 18:47:30.514078 [ 36 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4346 | 2024.07.19 18:47:30.514149 [ 36 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4347 | 2024.07.19 18:47:32.742917 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 4480, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4348 | 2024.07.19 18:47:32.743048 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4349 | 2024.07.19 18:47:32.743072 [ 3 ] {} <Debug> HTTP-Session: 8549d754-c8a0-4974-b140-d795104dca4c Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 4350 | 2024.07.19 18:47:32.743097 [ 3 ] {} <Debug> HTTP-Session: 8549d754-c8a0-4974-b140-d795104dca4c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4351 | 2024.07.19 18:47:32.743111 [ 3 ] {} <Debug> HTTP-Session: 8549d754-c8a0-4974-b140-d795104dca4c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4352 | 2024.07.19 18:47:32.743160 [ 3 ] {} <Trace> HTTP-Session: 8549d754-c8a0-4974-b140-d795104dca4c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4353 | 2024.07.19 18:47:32.743354 [ 3 ] {aad7f111-fd1a-44ac-b23b-1be20849f5a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 4354 | 2024.07.19 18:47:32.743423 [ 3 ] {aad7f111-fd1a-44ac-b23b-1be20849f5a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 4355 | 2024.07.19 18:47:32.743613 [ 3 ] {aad7f111-fd1a-44ac-b23b-1be20849f5a1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4356 | 2024.07.19 18:47:32.744081 [ 3 ] {aad7f111-fd1a-44ac-b23b-1be20849f5a1} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4357 | 2024.07.19 18:47:32.744129 [ 3 ] {aad7f111-fd1a-44ac-b23b-1be20849f5a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 4358 | 2024.07.19 18:47:32.744509 [ 3 ] {aad7f111-fd1a-44ac-b23b-1be20849f5a1} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4359 | 2024.07.19 18:47:32.744852 [ 3 ] {aad7f111-fd1a-44ac-b23b-1be20849f5a1} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4360 | 2024.07.19 18:47:32.745035 [ 3 ] {aad7f111-fd1a-44ac-b23b-1be20849f5a1} <Debug> executeQuery: Read 32 rows, 2.45 KiB in 0.001735 sec., 18443.804034582132 rows/sec., 1.38 MiB/sec. | ||
| 4361 | 2024.07.19 18:47:32.745262 [ 3 ] {aad7f111-fd1a-44ac-b23b-1be20849f5a1} <Debug> DynamicQueryHandler: Done processing query | ||
| 4362 | 2024.07.19 18:47:32.745290 [ 3 ] {aad7f111-fd1a-44ac-b23b-1be20849f5a1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4363 | 2024.07.19 18:47:32.745307 [ 3 ] {} <Debug> HTTP-Session: 8549d754-c8a0-4974-b140-d795104dca4c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4364 | 2024.07.19 18:47:32.745433 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4365 | 2024.07.19 18:47:32.745492 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4366 | 2024.07.19 18:47:32.745512 [ 3 ] {} <Debug> HTTP-Session: 65f9ca60-eb54-46b0-a109-11ac1b3e65aa Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 4367 | 2024.07.19 18:47:32.745531 [ 3 ] {} <Debug> HTTP-Session: 65f9ca60-eb54-46b0-a109-11ac1b3e65aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4368 | 2024.07.19 18:47:32.745545 [ 3 ] {} <Debug> HTTP-Session: 65f9ca60-eb54-46b0-a109-11ac1b3e65aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4369 | 2024.07.19 18:47:32.745581 [ 3 ] {} <Trace> HTTP-Session: 65f9ca60-eb54-46b0-a109-11ac1b3e65aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4370 | 2024.07.19 18:47:32.745692 [ 3 ] {2bcb463d-5d12-41ee-9ca5-3080c7c40067} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 4371 | 2024.07.19 18:47:32.745740 [ 3 ] {2bcb463d-5d12-41ee-9ca5-3080c7c40067} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4372 | 2024.07.19 18:47:32.745882 [ 3 ] {2bcb463d-5d12-41ee-9ca5-3080c7c40067} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4373 | 2024.07.19 18:47:32.746212 [ 3 ] {2bcb463d-5d12-41ee-9ca5-3080c7c40067} <Trace> oximeter.fields_ipaddr (5b198a67-6d84-4324-b6a3-e6f140922631): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4374 | 2024.07.19 18:47:32.746251 [ 3 ] {2bcb463d-5d12-41ee-9ca5-3080c7c40067} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 4375 | 2024.07.19 18:47:32.746553 [ 3 ] {2bcb463d-5d12-41ee-9ca5-3080c7c40067} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 4376 | 2024.07.19 18:47:32.746910 [ 3 ] {2bcb463d-5d12-41ee-9ca5-3080c7c40067} <Trace> oximeter.fields_ipaddr (5b198a67-6d84-4324-b6a3-e6f140922631): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4377 | 2024.07.19 18:47:32.747062 [ 3 ] {2bcb463d-5d12-41ee-9ca5-3080c7c40067} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001401 sec., 2855.1034975017847 rows/sec., 232.81 KiB/sec. | ||
| 4378 | 2024.07.19 18:47:32.747372 [ 3 ] {2bcb463d-5d12-41ee-9ca5-3080c7c40067} <Debug> DynamicQueryHandler: Done processing query | ||
| 4379 | 2024.07.19 18:47:32.747398 [ 3 ] {2bcb463d-5d12-41ee-9ca5-3080c7c40067} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4380 | 2024.07.19 18:47:32.747415 [ 3 ] {} <Debug> HTTP-Session: 65f9ca60-eb54-46b0-a109-11ac1b3e65aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4381 | 2024.07.19 18:47:32.747583 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 36407, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4382 | 2024.07.19 18:47:32.747637 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4383 | 2024.07.19 18:47:32.747655 [ 3 ] {} <Debug> HTTP-Session: f6dbce2c-8914-4eea-b67d-be3b8a3751b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 4384 | 2024.07.19 18:47:32.747674 [ 3 ] {} <Debug> HTTP-Session: f6dbce2c-8914-4eea-b67d-be3b8a3751b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4385 | 2024.07.19 18:47:32.747687 [ 3 ] {} <Debug> HTTP-Session: f6dbce2c-8914-4eea-b67d-be3b8a3751b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4386 | 2024.07.19 18:47:32.747721 [ 3 ] {} <Trace> HTTP-Session: f6dbce2c-8914-4eea-b67d-be3b8a3751b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4387 | 2024.07.19 18:47:32.747893 [ 3 ] {a54ac539-fd3c-4e62-8bde-dcbc7d922a28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4388 | 2024.07.19 18:47:32.747939 [ 3 ] {a54ac539-fd3c-4e62-8bde-dcbc7d922a28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4389 | 2024.07.19 18:47:32.748110 [ 3 ] {a54ac539-fd3c-4e62-8bde-dcbc7d922a28} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4390 | 2024.07.19 18:47:32.748561 [ 3 ] {a54ac539-fd3c-4e62-8bde-dcbc7d922a28} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4391 | 2024.07.19 18:47:32.748598 [ 3 ] {a54ac539-fd3c-4e62-8bde-dcbc7d922a28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 4392 | 2024.07.19 18:47:32.748924 [ 3 ] {a54ac539-fd3c-4e62-8bde-dcbc7d922a28} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4393 | 2024.07.19 18:47:32.749231 [ 3 ] {a54ac539-fd3c-4e62-8bde-dcbc7d922a28} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4394 | 2024.07.19 18:47:32.749395 [ 3 ] {a54ac539-fd3c-4e62-8bde-dcbc7d922a28} <Debug> executeQuery: Read 241 rows, 21.75 KiB in 0.001583 sec., 152242.57738471258 rows/sec., 13.42 MiB/sec. | ||
| 4395 | 2024.07.19 18:47:32.749566 [ 3 ] {a54ac539-fd3c-4e62-8bde-dcbc7d922a28} <Debug> DynamicQueryHandler: Done processing query | ||
| 4396 | 2024.07.19 18:47:32.749590 [ 3 ] {a54ac539-fd3c-4e62-8bde-dcbc7d922a28} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
| 4397 | 2024.07.19 18:47:32.749605 [ 3 ] {} <Debug> HTTP-Session: f6dbce2c-8914-4eea-b67d-be3b8a3751b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4398 | 2024.07.19 18:47:32.749727 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4399 | 2024.07.19 18:47:32.749776 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4400 | 2024.07.19 18:47:32.749794 [ 3 ] {} <Debug> HTTP-Session: 879ff023-de6d-4b7f-9ccd-2b47db33b16d Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 4401 | 2024.07.19 18:47:32.749812 [ 3 ] {} <Debug> HTTP-Session: 879ff023-de6d-4b7f-9ccd-2b47db33b16d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4402 | 2024.07.19 18:47:32.749825 [ 3 ] {} <Debug> HTTP-Session: 879ff023-de6d-4b7f-9ccd-2b47db33b16d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4403 | 2024.07.19 18:47:32.749856 [ 3 ] {} <Trace> HTTP-Session: 879ff023-de6d-4b7f-9ccd-2b47db33b16d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4404 | 2024.07.19 18:47:32.749950 [ 3 ] {38da35ff-f192-4aef-972e-9e29f09daac2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 4405 | 2024.07.19 18:47:32.749993 [ 3 ] {38da35ff-f192-4aef-972e-9e29f09daac2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4406 | 2024.07.19 18:47:32.750121 [ 3 ] {38da35ff-f192-4aef-972e-9e29f09daac2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4407 | 2024.07.19 18:47:32.750428 [ 3 ] {38da35ff-f192-4aef-972e-9e29f09daac2} <Trace> oximeter.fields_u16 (3a790436-232b-4913-bf8d-eba3067e022c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4408 | 2024.07.19 18:47:32.750474 [ 3 ] {38da35ff-f192-4aef-972e-9e29f09daac2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 4409 | 2024.07.19 18:47:32.750777 [ 3 ] {38da35ff-f192-4aef-972e-9e29f09daac2} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 4410 | 2024.07.19 18:47:32.751080 [ 3 ] {38da35ff-f192-4aef-972e-9e29f09daac2} <Trace> oximeter.fields_u16 (3a790436-232b-4913-bf8d-eba3067e022c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4411 | 2024.07.19 18:47:32.751244 [ 3 ] {38da35ff-f192-4aef-972e-9e29f09daac2} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001314 sec., 3044.1400304414 rows/sec., 212.55 KiB/sec. | ||
| 4412 | 2024.07.19 18:47:32.751409 [ 3 ] {38da35ff-f192-4aef-972e-9e29f09daac2} <Debug> DynamicQueryHandler: Done processing query | ||
| 4413 | 2024.07.19 18:47:32.751433 [ 3 ] {38da35ff-f192-4aef-972e-9e29f09daac2} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4414 | 2024.07.19 18:47:32.751449 [ 3 ] {} <Debug> HTTP-Session: 879ff023-de6d-4b7f-9ccd-2b47db33b16d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4415 | 2024.07.19 18:47:32.751727 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 66660, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4416 | 2024.07.19 18:47:32.751775 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4417 | 2024.07.19 18:47:32.751794 [ 3 ] {} <Debug> HTTP-Session: 8bfc6778-286c-4556-948c-5111f7232cec Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 4418 | 2024.07.19 18:47:32.751810 [ 3 ] {} <Debug> HTTP-Session: 8bfc6778-286c-4556-948c-5111f7232cec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4419 | 2024.07.19 18:47:32.751823 [ 3 ] {} <Debug> HTTP-Session: 8bfc6778-286c-4556-948c-5111f7232cec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4420 | 2024.07.19 18:47:32.751853 [ 3 ] {} <Trace> HTTP-Session: 8bfc6778-286c-4556-948c-5111f7232cec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4421 | 2024.07.19 18:47:32.752067 [ 3 ] {c794c5d7-b470-4197-8aea-b852045c6fe2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4422 | 2024.07.19 18:47:32.752110 [ 3 ] {c794c5d7-b470-4197-8aea-b852045c6fe2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4423 | 2024.07.19 18:47:32.752236 [ 3 ] {c794c5d7-b470-4197-8aea-b852045c6fe2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4424 | 2024.07.19 18:47:32.752798 [ 3 ] {c794c5d7-b470-4197-8aea-b852045c6fe2} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4425 | 2024.07.19 18:47:32.752835 [ 3 ] {c794c5d7-b470-4197-8aea-b852045c6fe2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 4426 | 2024.07.19 18:47:32.753157 [ 3 ] {c794c5d7-b470-4197-8aea-b852045c6fe2} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4427 | 2024.07.19 18:47:32.753468 [ 3 ] {c794c5d7-b470-4197-8aea-b852045c6fe2} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4428 | 2024.07.19 18:47:32.753618 [ 3 ] {c794c5d7-b470-4197-8aea-b852045c6fe2} <Debug> executeQuery: Read 412 rows, 29.88 KiB in 0.001664 sec., 247596.15384615387 rows/sec., 17.54 MiB/sec. | ||
| 4429 | 2024.07.19 18:47:32.753785 [ 3 ] {c794c5d7-b470-4197-8aea-b852045c6fe2} <Debug> DynamicQueryHandler: Done processing query | ||
| 4430 | 2024.07.19 18:47:32.753810 [ 3 ] {c794c5d7-b470-4197-8aea-b852045c6fe2} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
| 4431 | 2024.07.19 18:47:32.753825 [ 3 ] {} <Debug> HTTP-Session: 8bfc6778-286c-4556-948c-5111f7232cec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4432 | 2024.07.19 18:47:32.753952 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4433 | 2024.07.19 18:47:32.753999 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4434 | 2024.07.19 18:47:32.754017 [ 3 ] {} <Debug> HTTP-Session: 80162b99-fad1-409c-8d65-670908729355 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 4435 | 2024.07.19 18:47:32.754034 [ 3 ] {} <Debug> HTTP-Session: 80162b99-fad1-409c-8d65-670908729355 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4436 | 2024.07.19 18:47:32.754047 [ 3 ] {} <Debug> HTTP-Session: 80162b99-fad1-409c-8d65-670908729355 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4437 | 2024.07.19 18:47:32.754076 [ 3 ] {} <Trace> HTTP-Session: 80162b99-fad1-409c-8d65-670908729355 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4438 | 2024.07.19 18:47:32.754172 [ 3 ] {8f9ba022-6342-485a-af70-bff95aea65a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 4439 | 2024.07.19 18:47:32.754217 [ 3 ] {8f9ba022-6342-485a-af70-bff95aea65a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4440 | 2024.07.19 18:47:32.754346 [ 3 ] {8f9ba022-6342-485a-af70-bff95aea65a4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4441 | 2024.07.19 18:47:32.754607 [ 3 ] {8f9ba022-6342-485a-af70-bff95aea65a4} <Trace> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4442 | 2024.07.19 18:47:32.754642 [ 3 ] {8f9ba022-6342-485a-af70-bff95aea65a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 4443 | 2024.07.19 18:47:32.754992 [ 3 ] {8f9ba022-6342-485a-af70-bff95aea65a4} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 4444 | 2024.07.19 18:47:32.755310 [ 3 ] {8f9ba022-6342-485a-af70-bff95aea65a4} <Trace> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4445 | 2024.07.19 18:47:32.755459 [ 58 ] {} <Debug> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 4446 | 2024.07.19 18:47:32.755470 [ 3 ] {8f9ba022-6342-485a-af70-bff95aea65a4} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001313 sec., 4569.68773800457 rows/sec., 196.35 KiB/sec. | ||
| 4447 | 2024.07.19 18:47:32.755540 [ 58 ] {} <Trace> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4448 | 2024.07.19 18:47:32.755606 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 4449 | 2024.07.19 18:47:32.755826 [ 3 ] {8f9ba022-6342-485a-af70-bff95aea65a4} <Debug> DynamicQueryHandler: Done processing query | ||
| 4450 | 2024.07.19 18:47:32.755879 [ 194 ] {df0343a6-e0c4-40da-a26b-df51f3875d9d::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 | ||
| 4451 | 2024.07.19 18:47:32.755908 [ 3 ] {8f9ba022-6342-485a-af70-bff95aea65a4} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 4452 | 2024.07.19 18:47:32.755979 [ 3 ] {} <Debug> HTTP-Session: 80162b99-fad1-409c-8d65-670908729355 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4453 | 2024.07.19 18:47:32.756167 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 14079, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4454 | 2024.07.19 18:47:32.756176 [ 194 ] {df0343a6-e0c4-40da-a26b-df51f3875d9d::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4455 | 2024.07.19 18:47:32.756219 [ 194 ] {df0343a6-e0c4-40da-a26b-df51f3875d9d::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 | ||
| 4456 | 2024.07.19 18:47:32.756225 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4457 | 2024.07.19 18:47:32.756248 [ 3 ] {} <Debug> HTTP-Session: 99420818-90b8-476f-a178-74a4ead7888a Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 4458 | 2024.07.19 18:47:32.756271 [ 3 ] {} <Debug> HTTP-Session: 99420818-90b8-476f-a178-74a4ead7888a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4459 | 2024.07.19 18:47:32.756299 [ 3 ] {} <Debug> HTTP-Session: 99420818-90b8-476f-a178-74a4ead7888a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4460 | 2024.07.19 18:47:32.756333 [ 194 ] {df0343a6-e0c4-40da-a26b-df51f3875d9d::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 | ||
| 4461 | 2024.07.19 18:47:32.756396 [ 3 ] {} <Trace> HTTP-Session: 99420818-90b8-476f-a178-74a4ead7888a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4462 | 2024.07.19 18:47:32.756712 [ 194 ] {df0343a6-e0c4-40da-a26b-df51f3875d9d::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 | ||
| 4463 | 2024.07.19 18:47:32.756783 [ 3 ] {d1636088-51fb-4372-abaf-197d7592affc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 4464 | 2024.07.19 18:47:32.756897 [ 194 ] {df0343a6-e0c4-40da-a26b-df51f3875d9d::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 | ||
| 4465 | 2024.07.19 18:47:32.756932 [ 3 ] {d1636088-51fb-4372-abaf-197d7592affc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 4466 | 2024.07.19 18:47:32.757251 [ 194 ] {df0343a6-e0c4-40da-a26b-df51f3875d9d::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 | ||
| 4467 | 2024.07.19 18:47:32.757585 [ 194 ] {df0343a6-e0c4-40da-a26b-df51f3875d9d::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 | ||
| 4468 | 2024.07.19 18:47:32.758163 [ 3 ] {d1636088-51fb-4372-abaf-197d7592affc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4469 | 2024.07.19 18:47:32.758672 [ 3 ] {d1636088-51fb-4372-abaf-197d7592affc} <Trace> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4470 | 2024.07.19 18:47:32.758712 [ 3 ] {d1636088-51fb-4372-abaf-197d7592affc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 4471 | 2024.07.19 18:47:32.759351 [ 3 ] {d1636088-51fb-4372-abaf-197d7592affc} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 4472 | 2024.07.19 18:47:32.759362 [ 186 ] {df0343a6-e0c4-40da-a26b-df51f3875d9d::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.003653127 sec., 9854.571166017497 rows/sec., 423.44 KiB/sec. | ||
| 4473 | 2024.07.19 18:47:32.759572 [ 186 ] {df0343a6-e0c4-40da-a26b-df51f3875d9d::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 4474 | 2024.07.19 18:47:32.760125 [ 3 ] {d1636088-51fb-4372-abaf-197d7592affc} <Trace> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4475 | 2024.07.19 18:47:32.760462 [ 58 ] {} <Debug> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 4476 | 2024.07.19 18:47:32.760510 [ 3 ] {d1636088-51fb-4372-abaf-197d7592affc} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.003879 sec., 19850.47692704305 rows/sec., 1.22 MiB/sec. | ||
| 4477 | 2024.07.19 18:47:32.760534 [ 58 ] {} <Trace> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4478 | 2024.07.19 18:47:32.760614 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 4479 | 2024.07.19 18:47:32.760770 [ 186 ] {df0343a6-e0c4-40da-a26b-df51f3875d9d::all_1_6_1} <Trace> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4480 | 2024.07.19 18:47:32.761105 [ 194 ] {1fb508e0-969d-4987-9814-9a74e65b75c4::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 | ||
| 4481 | 2024.07.19 18:47:32.761142 [ 186 ] {df0343a6-e0c4-40da-a26b-df51f3875d9d::all_1_6_1} <Trace> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 4482 | 2024.07.19 18:47:32.761443 [ 3 ] {d1636088-51fb-4372-abaf-197d7592affc} <Debug> DynamicQueryHandler: Done processing query | ||
| 4483 | 2024.07.19 18:47:32.761508 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 4484 | 2024.07.19 18:47:32.761519 [ 3 ] {d1636088-51fb-4372-abaf-197d7592affc} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 4485 | 2024.07.19 18:47:32.761596 [ 3 ] {} <Debug> HTTP-Session: 99420818-90b8-476f-a178-74a4ead7888a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4486 | 2024.07.19 18:47:32.761640 [ 194 ] {1fb508e0-969d-4987-9814-9a74e65b75c4::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4487 | 2024.07.19 18:47:32.761674 [ 194 ] {1fb508e0-969d-4987-9814-9a74e65b75c4::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 | ||
| 4488 | 2024.07.19 18:47:32.761746 [ 194 ] {1fb508e0-969d-4987-9814-9a74e65b75c4::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 | ||
| 4489 | 2024.07.19 18:47:32.761843 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 31016, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4490 | 2024.07.19 18:47:32.762064 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4491 | 2024.07.19 18:47:32.762140 [ 194 ] {1fb508e0-969d-4987-9814-9a74e65b75c4::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 | ||
| 4492 | 2024.07.19 18:47:32.762184 [ 3 ] {} <Debug> HTTP-Session: 52b53646-ad6a-427c-b57f-7ea789f451ca Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 4493 | 2024.07.19 18:47:32.762235 [ 3 ] {} <Debug> HTTP-Session: 52b53646-ad6a-427c-b57f-7ea789f451ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4494 | 2024.07.19 18:47:32.762319 [ 3 ] {} <Debug> HTTP-Session: 52b53646-ad6a-427c-b57f-7ea789f451ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4495 | 2024.07.19 18:47:32.762435 [ 194 ] {1fb508e0-969d-4987-9814-9a74e65b75c4::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 | ||
| 4496 | 2024.07.19 18:47:32.762449 [ 3 ] {} <Trace> HTTP-Session: 52b53646-ad6a-427c-b57f-7ea789f451ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4497 | 2024.07.19 18:47:32.762737 [ 194 ] {1fb508e0-969d-4987-9814-9a74e65b75c4::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 | ||
| 4498 | 2024.07.19 18:47:32.762900 [ 3 ] {03daa0f8-8b2a-48a3-9663-b1a0e73edd2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4499 | 2024.07.19 18:47:32.763041 [ 194 ] {1fb508e0-969d-4987-9814-9a74e65b75c4::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 | ||
| 4500 | 2024.07.19 18:47:32.763083 [ 3 ] {03daa0f8-8b2a-48a3-9663-b1a0e73edd2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4501 | 2024.07.19 18:47:32.763711 [ 3 ] {03daa0f8-8b2a-48a3-9663-b1a0e73edd2d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4502 | 2024.07.19 18:47:32.764339 [ 3 ] {03daa0f8-8b2a-48a3-9663-b1a0e73edd2d} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4503 | 2024.07.19 18:47:32.764382 [ 3 ] {03daa0f8-8b2a-48a3-9663-b1a0e73edd2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 4504 | 2024.07.19 18:47:32.765008 [ 190 ] {1fb508e0-969d-4987-9814-9a74e65b75c4::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 462 rows, containing 5 columns (5 merged, 0 gathered) in 0.004257097 sec., 108524.65894011813 rows/sec., 6.68 MiB/sec. | ||
| 4505 | 2024.07.19 18:47:32.765018 [ 3 ] {03daa0f8-8b2a-48a3-9663-b1a0e73edd2d} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4506 | 2024.07.19 18:47:32.765262 [ 190 ] {1fb508e0-969d-4987-9814-9a74e65b75c4::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 4507 | 2024.07.19 18:47:32.765869 [ 3 ] {03daa0f8-8b2a-48a3-9663-b1a0e73edd2d} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4508 | 2024.07.19 18:47:32.766190 [ 3 ] {03daa0f8-8b2a-48a3-9663-b1a0e73edd2d} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.003513 sec., 46114.43210930828 rows/sec., 3.21 MiB/sec. | ||
| 4509 | 2024.07.19 18:47:32.766431 [ 194 ] {1fb508e0-969d-4987-9814-9a74e65b75c4::all_1_6_1} <Trace> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4510 | 2024.07.19 18:47:32.766520 [ 3 ] {03daa0f8-8b2a-48a3-9663-b1a0e73edd2d} <Debug> DynamicQueryHandler: Done processing query | ||
| 4511 | 2024.07.19 18:47:32.766531 [ 194 ] {1fb508e0-969d-4987-9814-9a74e65b75c4::all_1_6_1} <Trace> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 4512 | 2024.07.19 18:47:32.766548 [ 3 ] {03daa0f8-8b2a-48a3-9663-b1a0e73edd2d} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 4513 | 2024.07.19 18:47:32.766565 [ 3 ] {} <Debug> HTTP-Session: 52b53646-ad6a-427c-b57f-7ea789f451ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4514 | 2024.07.19 18:47:32.766643 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 4515 | 2024.07.19 18:47:32.766729 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 41810, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4516 | 2024.07.19 18:47:32.766779 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4517 | 2024.07.19 18:47:32.766797 [ 3 ] {} <Debug> HTTP-Session: 9977769b-60d1-4fe5-ad4a-b0361a95dc1e Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 4518 | 2024.07.19 18:47:32.766814 [ 3 ] {} <Debug> HTTP-Session: 9977769b-60d1-4fe5-ad4a-b0361a95dc1e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4519 | 2024.07.19 18:47:32.766827 [ 3 ] {} <Debug> HTTP-Session: 9977769b-60d1-4fe5-ad4a-b0361a95dc1e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4520 | 2024.07.19 18:47:32.766858 [ 3 ] {} <Trace> HTTP-Session: 9977769b-60d1-4fe5-ad4a-b0361a95dc1e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4521 | 2024.07.19 18:47:32.767265 [ 3 ] {c1df2bc8-fb40-469b-88b5-72af02063b10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 4522 | 2024.07.19 18:47:32.767333 [ 3 ] {c1df2bc8-fb40-469b-88b5-72af02063b10} <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 | ||
| 4523 | 2024.07.19 18:47:32.767752 [ 3 ] {c1df2bc8-fb40-469b-88b5-72af02063b10} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4524 | 2024.07.19 18:47:32.768494 [ 3 ] {c1df2bc8-fb40-469b-88b5-72af02063b10} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4525 | 2024.07.19 18:47:32.768530 [ 3 ] {c1df2bc8-fb40-469b-88b5-72af02063b10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 4526 | 2024.07.19 18:47:32.769157 [ 3 ] {c1df2bc8-fb40-469b-88b5-72af02063b10} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4527 | 2024.07.19 18:47:32.769561 [ 3 ] {c1df2bc8-fb40-469b-88b5-72af02063b10} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4528 | 2024.07.19 18:47:32.769776 [ 3 ] {c1df2bc8-fb40-469b-88b5-72af02063b10} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002813 sec., 9242.801279772484 rows/sec., 16.56 MiB/sec. | ||
| 4529 | 2024.07.19 18:47:32.770303 [ 3 ] {c1df2bc8-fb40-469b-88b5-72af02063b10} <Debug> DynamicQueryHandler: Done processing query | ||
| 4530 | 2024.07.19 18:47:32.770327 [ 3 ] {c1df2bc8-fb40-469b-88b5-72af02063b10} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 4531 | 2024.07.19 18:47:32.770343 [ 3 ] {} <Debug> HTTP-Session: 9977769b-60d1-4fe5-ad4a-b0361a95dc1e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4532 | 2024.07.19 18:47:32.770454 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 3212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4533 | 2024.07.19 18:47:32.770502 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4534 | 2024.07.19 18:47:32.770521 [ 3 ] {} <Debug> HTTP-Session: 85d9aa1e-0c85-4d18-8f4b-9efb3ed66e6d Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 4535 | 2024.07.19 18:47:32.770537 [ 3 ] {} <Debug> HTTP-Session: 85d9aa1e-0c85-4d18-8f4b-9efb3ed66e6d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4536 | 2024.07.19 18:47:32.770551 [ 3 ] {} <Debug> HTTP-Session: 85d9aa1e-0c85-4d18-8f4b-9efb3ed66e6d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4537 | 2024.07.19 18:47:32.770581 [ 3 ] {} <Trace> HTTP-Session: 85d9aa1e-0c85-4d18-8f4b-9efb3ed66e6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4538 | 2024.07.19 18:47:32.770681 [ 3 ] {39279235-8b7a-4968-9c87-f8870f886107} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 4539 | 2024.07.19 18:47:32.770726 [ 3 ] {39279235-8b7a-4968-9c87-f8870f886107} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 4540 | 2024.07.19 18:47:32.770873 [ 3 ] {39279235-8b7a-4968-9c87-f8870f886107} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4541 | 2024.07.19 18:47:32.771152 [ 3 ] {39279235-8b7a-4968-9c87-f8870f886107} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4542 | 2024.07.19 18:47:32.771188 [ 3 ] {39279235-8b7a-4968-9c87-f8870f886107} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 4543 | 2024.07.19 18:47:32.771539 [ 3 ] {39279235-8b7a-4968-9c87-f8870f886107} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 4544 | 2024.07.19 18:47:32.771870 [ 3 ] {39279235-8b7a-4968-9c87-f8870f886107} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4545 | 2024.07.19 18:47:32.772030 [ 3 ] {39279235-8b7a-4968-9c87-f8870f886107} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001373 sec., 16751.638747268753 rows/sec., 906.15 KiB/sec. | ||
| 4546 | 2024.07.19 18:47:32.772199 [ 3 ] {39279235-8b7a-4968-9c87-f8870f886107} <Debug> DynamicQueryHandler: Done processing query | ||
| 4547 | 2024.07.19 18:47:32.772223 [ 3 ] {39279235-8b7a-4968-9c87-f8870f886107} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 4548 | 2024.07.19 18:47:32.772238 [ 3 ] {} <Debug> HTTP-Session: 85d9aa1e-0c85-4d18-8f4b-9efb3ed66e6d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4549 | 2024.07.19 18:47:32.772355 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4550 | 2024.07.19 18:47:32.772403 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4551 | 2024.07.19 18:47:32.772421 [ 3 ] {} <Debug> HTTP-Session: 49496c5e-3664-4d2c-a174-de68ca47075f Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 4552 | 2024.07.19 18:47:32.772436 [ 3 ] {} <Debug> HTTP-Session: 49496c5e-3664-4d2c-a174-de68ca47075f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4553 | 2024.07.19 18:47:32.772449 [ 3 ] {} <Debug> HTTP-Session: 49496c5e-3664-4d2c-a174-de68ca47075f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4554 | 2024.07.19 18:47:32.772480 [ 3 ] {} <Trace> HTTP-Session: 49496c5e-3664-4d2c-a174-de68ca47075f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4555 | 2024.07.19 18:47:32.772594 [ 3 ] {f06f670d-bfc8-4bfb-9eee-cd5941770a99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4556 | 2024.07.19 18:47:32.772638 [ 3 ] {f06f670d-bfc8-4bfb-9eee-cd5941770a99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4557 | 2024.07.19 18:47:32.772766 [ 3 ] {f06f670d-bfc8-4bfb-9eee-cd5941770a99} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4558 | 2024.07.19 18:47:32.773066 [ 3 ] {f06f670d-bfc8-4bfb-9eee-cd5941770a99} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4559 | 2024.07.19 18:47:32.773102 [ 3 ] {f06f670d-bfc8-4bfb-9eee-cd5941770a99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 4560 | 2024.07.19 18:47:32.773456 [ 3 ] {f06f670d-bfc8-4bfb-9eee-cd5941770a99} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4561 | 2024.07.19 18:47:32.773775 [ 3 ] {f06f670d-bfc8-4bfb-9eee-cd5941770a99} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4562 | 2024.07.19 18:47:32.773921 [ 3 ] {f06f670d-bfc8-4bfb-9eee-cd5941770a99} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001368 sec., 43859.649122807015 rows/sec., 2.96 MiB/sec. | ||
| 4563 | 2024.07.19 18:47:32.774082 [ 3 ] {f06f670d-bfc8-4bfb-9eee-cd5941770a99} <Debug> DynamicQueryHandler: Done processing query | ||
| 4564 | 2024.07.19 18:47:32.774107 [ 3 ] {f06f670d-bfc8-4bfb-9eee-cd5941770a99} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4565 | 2024.07.19 18:47:32.774122 [ 3 ] {} <Debug> HTTP-Session: 49496c5e-3664-4d2c-a174-de68ca47075f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4566 | 2024.07.19 18:47:37.737474 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 623, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4567 | 2024.07.19 18:47:37.737622 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4568 | 2024.07.19 18:47:37.737651 [ 3 ] {} <Debug> HTTP-Session: b2d1b548-a32b-4cd6-8d5d-54a036129977 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 4569 | 2024.07.19 18:47:37.737684 [ 3 ] {} <Debug> HTTP-Session: b2d1b548-a32b-4cd6-8d5d-54a036129977 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4570 | 2024.07.19 18:47:37.737704 [ 3 ] {} <Debug> HTTP-Session: b2d1b548-a32b-4cd6-8d5d-54a036129977 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4571 | 2024.07.19 18:47:37.737758 [ 3 ] {} <Trace> HTTP-Session: b2d1b548-a32b-4cd6-8d5d-54a036129977 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4572 | 2024.07.19 18:47:37.737958 [ 3 ] {5829426c-eaae-4e04-b3d1-90a8c9dbf889} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 4573 | 2024.07.19 18:47:37.738031 [ 3 ] {5829426c-eaae-4e04-b3d1-90a8c9dbf889} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 4574 | 2024.07.19 18:47:37.738246 [ 3 ] {5829426c-eaae-4e04-b3d1-90a8c9dbf889} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4575 | 2024.07.19 18:47:37.738738 [ 3 ] {5829426c-eaae-4e04-b3d1-90a8c9dbf889} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4576 | 2024.07.19 18:47:37.738780 [ 3 ] {5829426c-eaae-4e04-b3d1-90a8c9dbf889} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 4577 | 2024.07.19 18:47:37.739144 [ 3 ] {5829426c-eaae-4e04-b3d1-90a8c9dbf889} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4578 | 2024.07.19 18:47:37.739477 [ 3 ] {5829426c-eaae-4e04-b3d1-90a8c9dbf889} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4579 | 2024.07.19 18:47:37.739636 [ 3 ] {5829426c-eaae-4e04-b3d1-90a8c9dbf889} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001731 sec., 2310.8030040439053 rows/sec., 187.30 KiB/sec. | ||
| 4580 | 2024.07.19 18:47:37.739982 [ 3 ] {5829426c-eaae-4e04-b3d1-90a8c9dbf889} <Debug> DynamicQueryHandler: Done processing query | ||
| 4581 | 2024.07.19 18:47:37.740009 [ 3 ] {5829426c-eaae-4e04-b3d1-90a8c9dbf889} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4582 | 2024.07.19 18:47:37.740025 [ 3 ] {} <Debug> HTTP-Session: b2d1b548-a32b-4cd6-8d5d-54a036129977 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4583 | 2024.07.19 18:47:37.740180 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9662, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4584 | 2024.07.19 18:47:37.740229 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4585 | 2024.07.19 18:47:37.740248 [ 3 ] {} <Debug> HTTP-Session: 1e758be2-b0e0-4510-a479-813dcc1c0876 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 4586 | 2024.07.19 18:47:37.740264 [ 3 ] {} <Debug> HTTP-Session: 1e758be2-b0e0-4510-a479-813dcc1c0876 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4587 | 2024.07.19 18:47:37.740278 [ 3 ] {} <Debug> HTTP-Session: 1e758be2-b0e0-4510-a479-813dcc1c0876 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4588 | 2024.07.19 18:47:37.740309 [ 3 ] {} <Trace> HTTP-Session: 1e758be2-b0e0-4510-a479-813dcc1c0876 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4589 | 2024.07.19 18:47:37.740425 [ 3 ] {1dfc2aaf-be4b-4751-9dd5-79cc5e96b42a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4590 | 2024.07.19 18:47:37.740470 [ 3 ] {1dfc2aaf-be4b-4751-9dd5-79cc5e96b42a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4591 | 2024.07.19 18:47:37.740614 [ 3 ] {1dfc2aaf-be4b-4751-9dd5-79cc5e96b42a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4592 | 2024.07.19 18:47:37.740966 [ 3 ] {1dfc2aaf-be4b-4751-9dd5-79cc5e96b42a} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4593 | 2024.07.19 18:47:37.741003 [ 3 ] {1dfc2aaf-be4b-4751-9dd5-79cc5e96b42a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 4594 | 2024.07.19 18:47:37.741316 [ 3 ] {1dfc2aaf-be4b-4751-9dd5-79cc5e96b42a} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4595 | 2024.07.19 18:47:37.741629 [ 3 ] {1dfc2aaf-be4b-4751-9dd5-79cc5e96b42a} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4596 | 2024.07.19 18:47:37.741772 [ 3 ] {1dfc2aaf-be4b-4751-9dd5-79cc5e96b42a} <Debug> executeQuery: Read 68 rows, 5.51 KiB in 0.001384 sec., 49132.94797687861 rows/sec., 3.89 MiB/sec. | ||
| 4597 | 2024.07.19 18:47:37.741784 [ 97 ] {} <Debug> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4598 | 2024.07.19 18:47:37.741882 [ 97 ] {} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4599 | 2024.07.19 18:47:37.741923 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 4600 | 2024.07.19 18:47:37.742016 [ 3 ] {1dfc2aaf-be4b-4751-9dd5-79cc5e96b42a} <Debug> DynamicQueryHandler: Done processing query | ||
| 4601 | 2024.07.19 18:47:37.742075 [ 3 ] {1dfc2aaf-be4b-4751-9dd5-79cc5e96b42a} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 4602 | 2024.07.19 18:47:37.742136 [ 3 ] {} <Debug> HTTP-Session: 1e758be2-b0e0-4510-a479-813dcc1c0876 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4603 | 2024.07.19 18:47:37.742262 [ 190 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::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 | ||
| 4604 | 2024.07.19 18:47:37.742382 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 11562, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4605 | 2024.07.19 18:47:37.742471 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4606 | 2024.07.19 18:47:37.742528 [ 3 ] {} <Debug> HTTP-Session: a120c7be-ac6f-4501-98a2-586bf0a4d1fe Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 4607 | 2024.07.19 18:47:37.742580 [ 3 ] {} <Debug> HTTP-Session: a120c7be-ac6f-4501-98a2-586bf0a4d1fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4608 | 2024.07.19 18:47:37.742620 [ 3 ] {} <Debug> HTTP-Session: a120c7be-ac6f-4501-98a2-586bf0a4d1fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4609 | 2024.07.19 18:47:37.742652 [ 190 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4610 | 2024.07.19 18:47:37.742683 [ 3 ] {} <Trace> HTTP-Session: a120c7be-ac6f-4501-98a2-586bf0a4d1fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4611 | 2024.07.19 18:47:37.742717 [ 190 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 290 rows starting from the beginning of the part | ||
| 4612 | 2024.07.19 18:47:37.742958 [ 190 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 68 rows starting from the beginning of the part | ||
| 4613 | 2024.07.19 18:47:37.743051 [ 3 ] {16589959-085c-410b-84b4-128819ecec4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4614 | 2024.07.19 18:47:37.743253 [ 190 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 239 rows starting from the beginning of the part | ||
| 4615 | 2024.07.19 18:47:37.743338 [ 3 ] {16589959-085c-410b-84b4-128819ecec4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4616 | 2024.07.19 18:47:37.743499 [ 190 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 70 rows starting from the beginning of the part | ||
| 4617 | 2024.07.19 18:47:37.743867 [ 190 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 241 rows starting from the beginning of the part | ||
| 4618 | 2024.07.19 18:47:37.744125 [ 190 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 68 rows starting from the beginning of the part | ||
| 4619 | 2024.07.19 18:47:37.744787 [ 3 ] {16589959-085c-410b-84b4-128819ecec4e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4620 | 2024.07.19 18:47:37.745689 [ 3 ] {16589959-085c-410b-84b4-128819ecec4e} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4621 | 2024.07.19 18:47:37.745773 [ 3 ] {16589959-085c-410b-84b4-128819ecec4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 4622 | 2024.07.19 18:47:37.746648 [ 3 ] {16589959-085c-410b-84b4-128819ecec4e} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4623 | 2024.07.19 18:47:37.747347 [ 194 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 976 rows, containing 4 columns (4 merged, 0 gathered) in 0.005328303 sec., 183172.76626348012 rows/sec., 15.72 MiB/sec. | ||
| 4624 | 2024.07.19 18:47:37.747419 [ 3 ] {16589959-085c-410b-84b4-128819ecec4e} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4625 | 2024.07.19 18:47:37.747508 [ 194 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4626 | 2024.07.19 18:47:37.747609 [ 97 ] {} <Debug> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4627 | 2024.07.19 18:47:37.747677 [ 3 ] {16589959-085c-410b-84b4-128819ecec4e} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.004836 sec., 14061.207609594707 rows/sec., 1.10 MiB/sec. | ||
| 4628 | 2024.07.19 18:47:37.747701 [ 97 ] {} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4629 | 2024.07.19 18:47:37.747831 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 4630 | 2024.07.19 18:47:37.748226 [ 3 ] {16589959-085c-410b-84b4-128819ecec4e} <Debug> DynamicQueryHandler: Done processing query | ||
| 4631 | 2024.07.19 18:47:37.748316 [ 3 ] {16589959-085c-410b-84b4-128819ecec4e} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 4632 | 2024.07.19 18:47:37.748398 [ 3 ] {} <Debug> HTTP-Session: a120c7be-ac6f-4501-98a2-586bf0a4d1fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4633 | 2024.07.19 18:47:37.748428 [ 190 ] {67671d04-4863-4609-b795-f6318ed5bf2b::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 | ||
| 4634 | 2024.07.19 18:47:37.748662 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4635 | 2024.07.19 18:47:37.748813 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4636 | 2024.07.19 18:47:37.748913 [ 3 ] {} <Debug> HTTP-Session: eb964738-ea1f-4831-a7e9-69792db33e9c Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 4637 | 2024.07.19 18:47:37.748899 [ 190 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4638 | 2024.07.19 18:47:37.748954 [ 3 ] {} <Debug> HTTP-Session: eb964738-ea1f-4831-a7e9-69792db33e9c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4639 | 2024.07.19 18:47:37.749019 [ 190 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 460 rows starting from the beginning of the part | ||
| 4640 | 2024.07.19 18:47:37.749039 [ 194 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_21_4} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4641 | 2024.07.19 18:47:37.749033 [ 3 ] {} <Debug> HTTP-Session: eb964738-ea1f-4831-a7e9-69792db33e9c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4642 | 2024.07.19 18:47:37.749204 [ 3 ] {} <Trace> HTTP-Session: eb964738-ea1f-4831-a7e9-69792db33e9c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4643 | 2024.07.19 18:47:37.749358 [ 190 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 68 rows starting from the beginning of the part | ||
| 4644 | 2024.07.19 18:47:37.749460 [ 194 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_21_4} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4645 | 2024.07.19 18:47:37.749711 [ 190 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 408 rows starting from the beginning of the part | ||
| 4646 | 2024.07.19 18:47:37.749985 [ 3 ] {c882ab06-bcd2-4d10-84e3-fb028885d8d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4647 | 2024.07.19 18:47:37.750119 [ 190 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 72 rows starting from the beginning of the part | ||
| 4648 | 2024.07.19 18:47:37.750157 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
| 4649 | 2024.07.19 18:47:37.750350 [ 190 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 412 rows starting from the beginning of the part | ||
| 4650 | 2024.07.19 18:47:37.750614 [ 190 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 68 rows starting from the beginning of the part | ||
| 4651 | 2024.07.19 18:47:37.750642 [ 3 ] {c882ab06-bcd2-4d10-84e3-fb028885d8d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4652 | 2024.07.19 18:47:37.751494 [ 3 ] {c882ab06-bcd2-4d10-84e3-fb028885d8d5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4653 | 2024.07.19 18:47:37.752623 [ 3 ] {c882ab06-bcd2-4d10-84e3-fb028885d8d5} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4654 | 2024.07.19 18:47:37.752687 [ 3 ] {c882ab06-bcd2-4d10-84e3-fb028885d8d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 4655 | 2024.07.19 18:47:37.753645 [ 190 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1488 rows, containing 4 columns (4 merged, 0 gathered) in 0.005639938 sec., 263832.6875224515 rows/sec., 19.01 MiB/sec. | ||
| 4656 | 2024.07.19 18:47:37.753655 [ 3 ] {c882ab06-bcd2-4d10-84e3-fb028885d8d5} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4657 | 2024.07.19 18:47:37.753835 [ 194 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4658 | 2024.07.19 18:47:37.754167 [ 3 ] {c882ab06-bcd2-4d10-84e3-fb028885d8d5} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4659 | 2024.07.19 18:47:37.754394 [ 3 ] {c882ab06-bcd2-4d10-84e3-fb028885d8d5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004862 sec., 32908.26820238585 rows/sec., 2.29 MiB/sec. | ||
| 4660 | 2024.07.19 18:47:37.754602 [ 194 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_21_4} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4661 | 2024.07.19 18:47:37.754984 [ 194 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_21_4} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4662 | 2024.07.19 18:47:37.754986 [ 3 ] {c882ab06-bcd2-4d10-84e3-fb028885d8d5} <Debug> DynamicQueryHandler: Done processing query | ||
| 4663 | 2024.07.19 18:47:37.755047 [ 3 ] {c882ab06-bcd2-4d10-84e3-fb028885d8d5} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 4664 | 2024.07.19 18:47:37.755130 [ 3 ] {} <Debug> HTTP-Session: eb964738-ea1f-4831-a7e9-69792db33e9c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4665 | 2024.07.19 18:47:37.755187 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
| 4666 | 2024.07.19 18:47:37.755289 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 6354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4667 | 2024.07.19 18:47:37.755336 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4668 | 2024.07.19 18:47:37.755355 [ 3 ] {} <Debug> HTTP-Session: 563b9b9e-90a1-4b0c-b4dc-4bdc7398b417 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 4669 | 2024.07.19 18:47:37.755372 [ 3 ] {} <Debug> HTTP-Session: 563b9b9e-90a1-4b0c-b4dc-4bdc7398b417 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4670 | 2024.07.19 18:47:37.755385 [ 3 ] {} <Debug> HTTP-Session: 563b9b9e-90a1-4b0c-b4dc-4bdc7398b417 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4671 | 2024.07.19 18:47:37.755416 [ 3 ] {} <Trace> HTTP-Session: 563b9b9e-90a1-4b0c-b4dc-4bdc7398b417 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4672 | 2024.07.19 18:47:37.755570 [ 3 ] {38e16cc3-0c76-46db-91dd-77cc38711cbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 4673 | 2024.07.19 18:47:37.755638 [ 3 ] {38e16cc3-0c76-46db-91dd-77cc38711cbc} <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 | ||
| 4674 | 2024.07.19 18:47:37.756072 [ 3 ] {38e16cc3-0c76-46db-91dd-77cc38711cbc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4675 | 2024.07.19 18:47:37.756565 [ 3 ] {38e16cc3-0c76-46db-91dd-77cc38711cbc} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4676 | 2024.07.19 18:47:37.756600 [ 3 ] {38e16cc3-0c76-46db-91dd-77cc38711cbc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 4677 | 2024.07.19 18:47:37.757206 [ 3 ] {38e16cc3-0c76-46db-91dd-77cc38711cbc} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4678 | 2024.07.19 18:47:37.757618 [ 3 ] {38e16cc3-0c76-46db-91dd-77cc38711cbc} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4679 | 2024.07.19 18:47:37.757802 [ 3 ] {38e16cc3-0c76-46db-91dd-77cc38711cbc} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002311 sec., 1730.8524448290782 rows/sec., 3.10 MiB/sec. | ||
| 4680 | 2024.07.19 18:47:37.758023 [ 3 ] {38e16cc3-0c76-46db-91dd-77cc38711cbc} <Debug> DynamicQueryHandler: Done processing query | ||
| 4681 | 2024.07.19 18:47:37.758048 [ 3 ] {38e16cc3-0c76-46db-91dd-77cc38711cbc} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 4682 | 2024.07.19 18:47:37.758063 [ 3 ] {} <Debug> HTTP-Session: 563b9b9e-90a1-4b0c-b4dc-4bdc7398b417 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4683 | 2024.07.19 18:47:37.758196 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4684 | 2024.07.19 18:47:37.758244 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4685 | 2024.07.19 18:47:37.758262 [ 3 ] {} <Debug> HTTP-Session: dfa842a7-efcc-4d19-9b1c-13cfe885e169 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 4686 | 2024.07.19 18:47:37.758278 [ 3 ] {} <Debug> HTTP-Session: dfa842a7-efcc-4d19-9b1c-13cfe885e169 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4687 | 2024.07.19 18:47:37.758291 [ 3 ] {} <Debug> HTTP-Session: dfa842a7-efcc-4d19-9b1c-13cfe885e169 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4688 | 2024.07.19 18:47:37.758324 [ 3 ] {} <Trace> HTTP-Session: dfa842a7-efcc-4d19-9b1c-13cfe885e169 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4689 | 2024.07.19 18:47:37.758439 [ 3 ] {60ff96ef-387f-45cf-a556-81a7936cb87e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4690 | 2024.07.19 18:47:37.758483 [ 3 ] {60ff96ef-387f-45cf-a556-81a7936cb87e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4691 | 2024.07.19 18:47:37.758611 [ 3 ] {60ff96ef-387f-45cf-a556-81a7936cb87e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4692 | 2024.07.19 18:47:37.758925 [ 3 ] {60ff96ef-387f-45cf-a556-81a7936cb87e} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4693 | 2024.07.19 18:47:37.758960 [ 3 ] {60ff96ef-387f-45cf-a556-81a7936cb87e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 4694 | 2024.07.19 18:47:37.759313 [ 3 ] {60ff96ef-387f-45cf-a556-81a7936cb87e} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4695 | 2024.07.19 18:47:37.759633 [ 3 ] {60ff96ef-387f-45cf-a556-81a7936cb87e} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4696 | 2024.07.19 18:47:37.759791 [ 3 ] {60ff96ef-387f-45cf-a556-81a7936cb87e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001392 sec., 43103.448275862065 rows/sec., 2.90 MiB/sec. | ||
| 4697 | 2024.07.19 18:47:37.760065 [ 3 ] {60ff96ef-387f-45cf-a556-81a7936cb87e} <Debug> DynamicQueryHandler: Done processing query | ||
| 4698 | 2024.07.19 18:47:37.760096 [ 3 ] {60ff96ef-387f-45cf-a556-81a7936cb87e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4699 | 2024.07.19 18:47:37.760112 [ 3 ] {} <Debug> HTTP-Session: dfa842a7-efcc-4d19-9b1c-13cfe885e169 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4700 | 2024.07.19 18:47:42.744440 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 4480, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4701 | 2024.07.19 18:47:42.744580 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4702 | 2024.07.19 18:47:42.744610 [ 3 ] {} <Debug> HTTP-Session: 1850a0cd-6342-44fd-a9d8-25ff54ad333e Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 4703 | 2024.07.19 18:47:42.744639 [ 3 ] {} <Debug> HTTP-Session: 1850a0cd-6342-44fd-a9d8-25ff54ad333e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4704 | 2024.07.19 18:47:42.744663 [ 3 ] {} <Debug> HTTP-Session: 1850a0cd-6342-44fd-a9d8-25ff54ad333e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4705 | 2024.07.19 18:47:42.744719 [ 3 ] {} <Trace> HTTP-Session: 1850a0cd-6342-44fd-a9d8-25ff54ad333e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4706 | 2024.07.19 18:47:42.744932 [ 3 ] {da5744c0-1a8f-417e-86b2-75e7db30db14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 4707 | 2024.07.19 18:47:42.745007 [ 3 ] {da5744c0-1a8f-417e-86b2-75e7db30db14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 4708 | 2024.07.19 18:47:42.745228 [ 3 ] {da5744c0-1a8f-417e-86b2-75e7db30db14} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4709 | 2024.07.19 18:47:42.745766 [ 3 ] {da5744c0-1a8f-417e-86b2-75e7db30db14} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4710 | 2024.07.19 18:47:42.745811 [ 3 ] {da5744c0-1a8f-417e-86b2-75e7db30db14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 4711 | 2024.07.19 18:47:42.746190 [ 3 ] {da5744c0-1a8f-417e-86b2-75e7db30db14} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4712 | 2024.07.19 18:47:42.746534 [ 3 ] {da5744c0-1a8f-417e-86b2-75e7db30db14} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4713 | 2024.07.19 18:47:42.746711 [ 3 ] {da5744c0-1a8f-417e-86b2-75e7db30db14} <Debug> executeQuery: Read 32 rows, 2.45 KiB in 0.001837 sec., 17419.706042460533 rows/sec., 1.30 MiB/sec. | ||
| 4714 | 2024.07.19 18:47:42.746922 [ 3 ] {da5744c0-1a8f-417e-86b2-75e7db30db14} <Debug> DynamicQueryHandler: Done processing query | ||
| 4715 | 2024.07.19 18:47:42.746950 [ 3 ] {da5744c0-1a8f-417e-86b2-75e7db30db14} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4716 | 2024.07.19 18:47:42.746967 [ 3 ] {} <Debug> HTTP-Session: 1850a0cd-6342-44fd-a9d8-25ff54ad333e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4717 | 2024.07.19 18:47:42.747095 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4718 | 2024.07.19 18:47:42.747152 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4719 | 2024.07.19 18:47:42.747172 [ 3 ] {} <Debug> HTTP-Session: 47863343-3281-4822-b0a2-1eb9f17670f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 4720 | 2024.07.19 18:47:42.747189 [ 3 ] {} <Debug> HTTP-Session: 47863343-3281-4822-b0a2-1eb9f17670f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4721 | 2024.07.19 18:47:42.747204 [ 3 ] {} <Debug> HTTP-Session: 47863343-3281-4822-b0a2-1eb9f17670f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4722 | 2024.07.19 18:47:42.747240 [ 3 ] {} <Trace> HTTP-Session: 47863343-3281-4822-b0a2-1eb9f17670f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4723 | 2024.07.19 18:47:42.747342 [ 3 ] {9edf1a1f-a8af-4a3c-b066-79e4f1ebb374} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 4724 | 2024.07.19 18:47:42.747390 [ 3 ] {9edf1a1f-a8af-4a3c-b066-79e4f1ebb374} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4725 | 2024.07.19 18:47:42.747524 [ 3 ] {9edf1a1f-a8af-4a3c-b066-79e4f1ebb374} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4726 | 2024.07.19 18:47:42.747827 [ 3 ] {9edf1a1f-a8af-4a3c-b066-79e4f1ebb374} <Trace> oximeter.fields_ipaddr (5b198a67-6d84-4324-b6a3-e6f140922631): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4727 | 2024.07.19 18:47:42.747864 [ 3 ] {9edf1a1f-a8af-4a3c-b066-79e4f1ebb374} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 4728 | 2024.07.19 18:47:42.748172 [ 3 ] {9edf1a1f-a8af-4a3c-b066-79e4f1ebb374} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 4729 | 2024.07.19 18:47:42.748476 [ 3 ] {9edf1a1f-a8af-4a3c-b066-79e4f1ebb374} <Trace> oximeter.fields_ipaddr (5b198a67-6d84-4324-b6a3-e6f140922631): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4730 | 2024.07.19 18:47:42.748624 [ 108 ] {} <Debug> oximeter.fields_ipaddr (5b198a67-6d84-4324-b6a3-e6f140922631) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 4731 | 2024.07.19 18:47:42.748635 [ 3 ] {9edf1a1f-a8af-4a3c-b066-79e4f1ebb374} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001312 sec., 1524.390243902439 rows/sec., 124.30 KiB/sec. | ||
| 4732 | 2024.07.19 18:47:42.748707 [ 108 ] {} <Trace> oximeter.fields_ipaddr (5b198a67-6d84-4324-b6a3-e6f140922631): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4733 | 2024.07.19 18:47:42.748767 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 4734 | 2024.07.19 18:47:42.748924 [ 3 ] {9edf1a1f-a8af-4a3c-b066-79e4f1ebb374} <Debug> DynamicQueryHandler: Done processing query | ||
| 4735 | 2024.07.19 18:47:42.748932 [ 201 ] {5b198a67-6d84-4324-b6a3-e6f140922631::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 | ||
| 4736 | 2024.07.19 18:47:42.748954 [ 3 ] {9edf1a1f-a8af-4a3c-b066-79e4f1ebb374} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4737 | 2024.07.19 18:47:42.748985 [ 3 ] {} <Debug> HTTP-Session: 47863343-3281-4822-b0a2-1eb9f17670f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4738 | 2024.07.19 18:47:42.749091 [ 201 ] {5b198a67-6d84-4324-b6a3-e6f140922631::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4739 | 2024.07.19 18:47:42.749126 [ 201 ] {5b198a67-6d84-4324-b6a3-e6f140922631::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 | ||
| 4740 | 2024.07.19 18:47:42.749162 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 41252, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4741 | 2024.07.19 18:47:42.749212 [ 201 ] {5b198a67-6d84-4324-b6a3-e6f140922631::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part | ||
| 4742 | 2024.07.19 18:47:42.749287 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4743 | 2024.07.19 18:47:42.749368 [ 3 ] {} <Debug> HTTP-Session: 6edb4765-fb94-40dc-831f-74bdbf9a7003 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 4744 | 2024.07.19 18:47:42.749489 [ 3 ] {} <Debug> HTTP-Session: 6edb4765-fb94-40dc-831f-74bdbf9a7003 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4745 | 2024.07.19 18:47:42.749579 [ 3 ] {} <Debug> HTTP-Session: 6edb4765-fb94-40dc-831f-74bdbf9a7003 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4746 | 2024.07.19 18:47:42.749622 [ 201 ] {5b198a67-6d84-4324-b6a3-e6f140922631::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 | ||
| 4747 | 2024.07.19 18:47:42.749700 [ 3 ] {} <Trace> HTTP-Session: 6edb4765-fb94-40dc-831f-74bdbf9a7003 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4748 | 2024.07.19 18:47:42.749874 [ 201 ] {5b198a67-6d84-4324-b6a3-e6f140922631::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 4 rows starting from the beginning of the part | ||
| 4749 | 2024.07.19 18:47:42.750142 [ 201 ] {5b198a67-6d84-4324-b6a3-e6f140922631::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 | ||
| 4750 | 2024.07.19 18:47:42.750164 [ 3 ] {aa662d9d-e87d-4a58-83b7-ddeeea0a189d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4751 | 2024.07.19 18:47:42.750318 [ 3 ] {aa662d9d-e87d-4a58-83b7-ddeeea0a189d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4752 | 2024.07.19 18:47:42.750429 [ 201 ] {5b198a67-6d84-4324-b6a3-e6f140922631::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 | ||
| 4753 | 2024.07.19 18:47:42.751031 [ 3 ] {aa662d9d-e87d-4a58-83b7-ddeeea0a189d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4754 | 2024.07.19 18:47:42.751831 [ 3 ] {aa662d9d-e87d-4a58-83b7-ddeeea0a189d} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4755 | 2024.07.19 18:47:42.751879 [ 3 ] {aa662d9d-e87d-4a58-83b7-ddeeea0a189d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 4756 | 2024.07.19 18:47:42.752170 [ 193 ] {5b198a67-6d84-4324-b6a3-e6f140922631::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16 rows, containing 4 columns (4 merged, 0 gathered) in 0.003287011 sec., 4867.64419102948 rows/sec., 396.92 KiB/sec. | ||
| 4757 | 2024.07.19 18:47:42.752477 [ 3 ] {aa662d9d-e87d-4a58-83b7-ddeeea0a189d} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4758 | 2024.07.19 18:47:42.752573 [ 193 ] {5b198a67-6d84-4324-b6a3-e6f140922631::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 4759 | 2024.07.19 18:47:42.753300 [ 3 ] {aa662d9d-e87d-4a58-83b7-ddeeea0a189d} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4760 | 2024.07.19 18:47:42.753584 [ 3 ] {aa662d9d-e87d-4a58-83b7-ddeeea0a189d} <Debug> executeQuery: Read 276 rows, 24.49 KiB in 0.003625 sec., 76137.93103448275 rows/sec., 6.60 MiB/sec. | ||
| 4761 | 2024.07.19 18:47:42.753609 [ 193 ] {5b198a67-6d84-4324-b6a3-e6f140922631::all_1_6_1} <Trace> oximeter.fields_ipaddr (5b198a67-6d84-4324-b6a3-e6f140922631): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4762 | 2024.07.19 18:47:42.753821 [ 193 ] {5b198a67-6d84-4324-b6a3-e6f140922631::all_1_6_1} <Trace> oximeter.fields_ipaddr (5b198a67-6d84-4324-b6a3-e6f140922631) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 4763 | 2024.07.19 18:47:42.753895 [ 3 ] {aa662d9d-e87d-4a58-83b7-ddeeea0a189d} <Debug> DynamicQueryHandler: Done processing query | ||
| 4764 | 2024.07.19 18:47:42.753966 [ 3 ] {aa662d9d-e87d-4a58-83b7-ddeeea0a189d} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
| 4765 | 2024.07.19 18:47:42.753999 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 4766 | 2024.07.19 18:47:42.754004 [ 3 ] {} <Debug> HTTP-Session: 6edb4765-fb94-40dc-831f-74bdbf9a7003 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4767 | 2024.07.19 18:47:42.754156 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4768 | 2024.07.19 18:47:42.754206 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4769 | 2024.07.19 18:47:42.754225 [ 3 ] {} <Debug> HTTP-Session: 16425fac-9508-4d3f-a77a-37bc15831626 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 4770 | 2024.07.19 18:47:42.754242 [ 3 ] {} <Debug> HTTP-Session: 16425fac-9508-4d3f-a77a-37bc15831626 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4771 | 2024.07.19 18:47:42.754255 [ 3 ] {} <Debug> HTTP-Session: 16425fac-9508-4d3f-a77a-37bc15831626 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4772 | 2024.07.19 18:47:42.754287 [ 3 ] {} <Trace> HTTP-Session: 16425fac-9508-4d3f-a77a-37bc15831626 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4773 | 2024.07.19 18:47:42.754387 [ 3 ] {2910b8b2-2ab7-4c38-99b8-753674d4d44e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 4774 | 2024.07.19 18:47:42.754431 [ 3 ] {2910b8b2-2ab7-4c38-99b8-753674d4d44e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4775 | 2024.07.19 18:47:42.754576 [ 3 ] {2910b8b2-2ab7-4c38-99b8-753674d4d44e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4776 | 2024.07.19 18:47:42.754864 [ 3 ] {2910b8b2-2ab7-4c38-99b8-753674d4d44e} <Trace> oximeter.fields_u16 (3a790436-232b-4913-bf8d-eba3067e022c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4777 | 2024.07.19 18:47:42.754901 [ 3 ] {2910b8b2-2ab7-4c38-99b8-753674d4d44e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 4778 | 2024.07.19 18:47:42.755197 [ 3 ] {2910b8b2-2ab7-4c38-99b8-753674d4d44e} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 4779 | 2024.07.19 18:47:42.755498 [ 3 ] {2910b8b2-2ab7-4c38-99b8-753674d4d44e} <Trace> oximeter.fields_u16 (3a790436-232b-4913-bf8d-eba3067e022c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4780 | 2024.07.19 18:47:42.755636 [ 108 ] {} <Debug> oximeter.fields_u16 (3a790436-232b-4913-bf8d-eba3067e022c) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 4781 | 2024.07.19 18:47:42.755652 [ 3 ] {2910b8b2-2ab7-4c38-99b8-753674d4d44e} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001283 sec., 1558.846453624318 rows/sec., 108.85 KiB/sec. | ||
| 4782 | 2024.07.19 18:47:42.755697 [ 108 ] {} <Trace> oximeter.fields_u16 (3a790436-232b-4913-bf8d-eba3067e022c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4783 | 2024.07.19 18:47:42.755761 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 4784 | 2024.07.19 18:47:42.756013 [ 3 ] {2910b8b2-2ab7-4c38-99b8-753674d4d44e} <Debug> DynamicQueryHandler: Done processing query | ||
| 4785 | 2024.07.19 18:47:42.756112 [ 3 ] {2910b8b2-2ab7-4c38-99b8-753674d4d44e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4786 | 2024.07.19 18:47:42.756171 [ 192 ] {3a790436-232b-4913-bf8d-eba3067e022c::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 | ||
| 4787 | 2024.07.19 18:47:42.756201 [ 3 ] {} <Debug> HTTP-Session: 16425fac-9508-4d3f-a77a-37bc15831626 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4788 | 2024.07.19 18:47:42.756407 [ 192 ] {3a790436-232b-4913-bf8d-eba3067e022c::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4789 | 2024.07.19 18:47:42.756474 [ 192 ] {3a790436-232b-4913-bf8d-eba3067e022c::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 | ||
| 4790 | 2024.07.19 18:47:42.756477 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 70359, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4791 | 2024.07.19 18:47:42.756637 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4792 | 2024.07.19 18:47:42.756683 [ 192 ] {3a790436-232b-4913-bf8d-eba3067e022c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part | ||
| 4793 | 2024.07.19 18:47:42.756704 [ 3 ] {} <Debug> HTTP-Session: 7d9e14cd-72ff-4c8e-bb2d-07c609e51c46 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 4794 | 2024.07.19 18:47:42.756790 [ 3 ] {} <Debug> HTTP-Session: 7d9e14cd-72ff-4c8e-bb2d-07c609e51c46 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4795 | 2024.07.19 18:47:42.756890 [ 3 ] {} <Debug> HTTP-Session: 7d9e14cd-72ff-4c8e-bb2d-07c609e51c46 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4796 | 2024.07.19 18:47:42.756980 [ 192 ] {3a790436-232b-4913-bf8d-eba3067e022c::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 | ||
| 4797 | 2024.07.19 18:47:42.757074 [ 3 ] {} <Trace> HTTP-Session: 7d9e14cd-72ff-4c8e-bb2d-07c609e51c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4798 | 2024.07.19 18:47:42.757276 [ 192 ] {3a790436-232b-4913-bf8d-eba3067e022c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 4 rows starting from the beginning of the part | ||
| 4799 | 2024.07.19 18:47:42.757525 [ 192 ] {3a790436-232b-4913-bf8d-eba3067e022c::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 | ||
| 4800 | 2024.07.19 18:47:42.757746 [ 192 ] {3a790436-232b-4913-bf8d-eba3067e022c::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 | ||
| 4801 | 2024.07.19 18:47:42.757918 [ 3 ] {9f114538-353a-4190-b154-3b84e150ce9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4802 | 2024.07.19 18:47:42.758142 [ 3 ] {9f114538-353a-4190-b154-3b84e150ce9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4803 | 2024.07.19 18:47:42.758547 [ 3 ] {9f114538-353a-4190-b154-3b84e150ce9f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4804 | 2024.07.19 18:47:42.759673 [ 3 ] {9f114538-353a-4190-b154-3b84e150ce9f} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4805 | 2024.07.19 18:47:42.759745 [ 3 ] {9f114538-353a-4190-b154-3b84e150ce9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 4806 | 2024.07.19 18:47:42.760101 [ 193 ] {3a790436-232b-4913-bf8d-eba3067e022c::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16 rows, containing 4 columns (4 merged, 0 gathered) in 0.004230776 sec., 3781.8121309187723 rows/sec., 264.06 KiB/sec. | ||
| 4807 | 2024.07.19 18:47:42.760299 [ 193 ] {3a790436-232b-4913-bf8d-eba3067e022c::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 4808 | 2024.07.19 18:47:42.760492 [ 3 ] {9f114538-353a-4190-b154-3b84e150ce9f} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4809 | 2024.07.19 18:47:42.761142 [ 193 ] {3a790436-232b-4913-bf8d-eba3067e022c::all_1_6_1} <Trace> oximeter.fields_u16 (3a790436-232b-4913-bf8d-eba3067e022c): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4810 | 2024.07.19 18:47:42.761294 [ 3 ] {9f114538-353a-4190-b154-3b84e150ce9f} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4811 | 2024.07.19 18:47:42.761309 [ 193 ] {3a790436-232b-4913-bf8d-eba3067e022c::all_1_6_1} <Trace> oximeter.fields_u16 (3a790436-232b-4913-bf8d-eba3067e022c) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 4812 | 2024.07.19 18:47:42.761475 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 4813 | 2024.07.19 18:47:42.761612 [ 3 ] {9f114538-353a-4190-b154-3b84e150ce9f} <Debug> executeQuery: Read 434 rows, 31.62 KiB in 0.00413 sec., 105084.74576271187 rows/sec., 7.48 MiB/sec. | ||
| 4814 | 2024.07.19 18:47:42.761867 [ 3 ] {9f114538-353a-4190-b154-3b84e150ce9f} <Debug> DynamicQueryHandler: Done processing query | ||
| 4815 | 2024.07.19 18:47:42.761893 [ 3 ] {9f114538-353a-4190-b154-3b84e150ce9f} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 4816 | 2024.07.19 18:47:42.761910 [ 3 ] {} <Debug> HTTP-Session: 7d9e14cd-72ff-4c8e-bb2d-07c609e51c46 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4817 | 2024.07.19 18:47:42.762015 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4818 | 2024.07.19 18:47:42.762064 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4819 | 2024.07.19 18:47:42.762083 [ 3 ] {} <Debug> HTTP-Session: b9104113-2055-4afd-b5d8-dd094b9a07a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 4820 | 2024.07.19 18:47:42.762100 [ 3 ] {} <Debug> HTTP-Session: b9104113-2055-4afd-b5d8-dd094b9a07a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4821 | 2024.07.19 18:47:42.762114 [ 3 ] {} <Debug> HTTP-Session: b9104113-2055-4afd-b5d8-dd094b9a07a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4822 | 2024.07.19 18:47:42.762146 [ 3 ] {} <Trace> HTTP-Session: b9104113-2055-4afd-b5d8-dd094b9a07a6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4823 | 2024.07.19 18:47:42.762242 [ 3 ] {570feae2-c929-45f8-8abe-cf271be61fce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 4824 | 2024.07.19 18:47:42.762289 [ 3 ] {570feae2-c929-45f8-8abe-cf271be61fce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4825 | 2024.07.19 18:47:42.762425 [ 3 ] {570feae2-c929-45f8-8abe-cf271be61fce} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4826 | 2024.07.19 18:47:42.762728 [ 3 ] {570feae2-c929-45f8-8abe-cf271be61fce} <Trace> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4827 | 2024.07.19 18:47:42.762764 [ 3 ] {570feae2-c929-45f8-8abe-cf271be61fce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 4828 | 2024.07.19 18:47:42.763120 [ 3 ] {570feae2-c929-45f8-8abe-cf271be61fce} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 4829 | 2024.07.19 18:47:42.763448 [ 3 ] {570feae2-c929-45f8-8abe-cf271be61fce} <Trace> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4830 | 2024.07.19 18:47:42.763607 [ 3 ] {570feae2-c929-45f8-8abe-cf271be61fce} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001387 sec., 4325.883201153569 rows/sec., 185.88 KiB/sec. | ||
| 4831 | 2024.07.19 18:47:42.763881 [ 3 ] {570feae2-c929-45f8-8abe-cf271be61fce} <Debug> DynamicQueryHandler: Done processing query | ||
| 4832 | 2024.07.19 18:47:42.763906 [ 3 ] {570feae2-c929-45f8-8abe-cf271be61fce} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 4833 | 2024.07.19 18:47:42.763921 [ 3 ] {} <Debug> HTTP-Session: b9104113-2055-4afd-b5d8-dd094b9a07a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4834 | 2024.07.19 18:47:42.764044 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 14079, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4835 | 2024.07.19 18:47:42.764091 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4836 | 2024.07.19 18:47:42.764110 [ 3 ] {} <Debug> HTTP-Session: ae9dd294-4414-4ff2-9699-c9ec13e2ffcc Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 4837 | 2024.07.19 18:47:42.764126 [ 3 ] {} <Debug> HTTP-Session: ae9dd294-4414-4ff2-9699-c9ec13e2ffcc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4838 | 2024.07.19 18:47:42.764140 [ 3 ] {} <Debug> HTTP-Session: ae9dd294-4414-4ff2-9699-c9ec13e2ffcc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4839 | 2024.07.19 18:47:42.764170 [ 3 ] {} <Trace> HTTP-Session: ae9dd294-4414-4ff2-9699-c9ec13e2ffcc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4840 | 2024.07.19 18:47:42.764288 [ 3 ] {312efd59-01c4-4d98-af10-ffbff793cfea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 4841 | 2024.07.19 18:47:42.764336 [ 3 ] {312efd59-01c4-4d98-af10-ffbff793cfea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 4842 | 2024.07.19 18:47:42.764496 [ 3 ] {312efd59-01c4-4d98-af10-ffbff793cfea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4843 | 2024.07.19 18:47:42.764839 [ 3 ] {312efd59-01c4-4d98-af10-ffbff793cfea} <Trace> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4844 | 2024.07.19 18:47:42.764875 [ 3 ] {312efd59-01c4-4d98-af10-ffbff793cfea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 4845 | 2024.07.19 18:47:42.765237 [ 3 ] {312efd59-01c4-4d98-af10-ffbff793cfea} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 4846 | 2024.07.19 18:47:42.765574 [ 3 ] {312efd59-01c4-4d98-af10-ffbff793cfea} <Trace> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4847 | 2024.07.19 18:47:42.765739 [ 3 ] {312efd59-01c4-4d98-af10-ffbff793cfea} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001492 sec., 51608.579088471844 rows/sec., 3.18 MiB/sec. | ||
| 4848 | 2024.07.19 18:47:42.765964 [ 3 ] {312efd59-01c4-4d98-af10-ffbff793cfea} <Debug> DynamicQueryHandler: Done processing query | ||
| 4849 | 2024.07.19 18:47:42.765989 [ 3 ] {312efd59-01c4-4d98-af10-ffbff793cfea} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 4850 | 2024.07.19 18:47:42.766004 [ 3 ] {} <Debug> HTTP-Session: ae9dd294-4414-4ff2-9699-c9ec13e2ffcc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4851 | 2024.07.19 18:47:42.766132 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 37787, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4852 | 2024.07.19 18:47:42.766181 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4853 | 2024.07.19 18:47:42.766199 [ 3 ] {} <Debug> HTTP-Session: 153faf7a-8322-4937-9b9c-95eb940aa4d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 4854 | 2024.07.19 18:47:42.766215 [ 3 ] {} <Debug> HTTP-Session: 153faf7a-8322-4937-9b9c-95eb940aa4d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4855 | 2024.07.19 18:47:42.766229 [ 3 ] {} <Debug> HTTP-Session: 153faf7a-8322-4937-9b9c-95eb940aa4d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4856 | 2024.07.19 18:47:42.766260 [ 3 ] {} <Trace> HTTP-Session: 153faf7a-8322-4937-9b9c-95eb940aa4d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4857 | 2024.07.19 18:47:42.766467 [ 3 ] {67b24637-2fd6-40fc-9ace-3ff36b4a8352} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4858 | 2024.07.19 18:47:42.766514 [ 3 ] {67b24637-2fd6-40fc-9ace-3ff36b4a8352} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4859 | 2024.07.19 18:47:42.766657 [ 3 ] {67b24637-2fd6-40fc-9ace-3ff36b4a8352} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4860 | 2024.07.19 18:47:42.767227 [ 3 ] {67b24637-2fd6-40fc-9ace-3ff36b4a8352} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4861 | 2024.07.19 18:47:42.767262 [ 3 ] {67b24637-2fd6-40fc-9ace-3ff36b4a8352} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 4862 | 2024.07.19 18:47:42.767637 [ 3 ] {67b24637-2fd6-40fc-9ace-3ff36b4a8352} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4863 | 2024.07.19 18:47:42.767968 [ 3 ] {67b24637-2fd6-40fc-9ace-3ff36b4a8352} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4864 | 2024.07.19 18:47:42.768116 [ 3 ] {67b24637-2fd6-40fc-9ace-3ff36b4a8352} <Debug> executeQuery: Read 197 rows, 14.08 KiB in 0.001761 sec., 111868.25667234526 rows/sec., 7.81 MiB/sec. | ||
| 4865 | 2024.07.19 18:47:42.768282 [ 3 ] {67b24637-2fd6-40fc-9ace-3ff36b4a8352} <Debug> DynamicQueryHandler: Done processing query | ||
| 4866 | 2024.07.19 18:47:42.768306 [ 3 ] {67b24637-2fd6-40fc-9ace-3ff36b4a8352} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 4867 | 2024.07.19 18:47:42.768322 [ 3 ] {} <Debug> HTTP-Session: 153faf7a-8322-4937-9b9c-95eb940aa4d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4868 | 2024.07.19 18:47:42.768466 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 41842, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4869 | 2024.07.19 18:47:42.768513 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4870 | 2024.07.19 18:47:42.768531 [ 3 ] {} <Debug> HTTP-Session: 87457295-4e2a-44f9-aaae-915bc1463ff5 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 4871 | 2024.07.19 18:47:42.768548 [ 3 ] {} <Debug> HTTP-Session: 87457295-4e2a-44f9-aaae-915bc1463ff5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4872 | 2024.07.19 18:47:42.768561 [ 3 ] {} <Debug> HTTP-Session: 87457295-4e2a-44f9-aaae-915bc1463ff5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4873 | 2024.07.19 18:47:42.768591 [ 3 ] {} <Trace> HTTP-Session: 87457295-4e2a-44f9-aaae-915bc1463ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4874 | 2024.07.19 18:47:42.769129 [ 3 ] {57642a3b-f03c-4a31-9bb6-c5bdb72260c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 4875 | 2024.07.19 18:47:42.769195 [ 3 ] {57642a3b-f03c-4a31-9bb6-c5bdb72260c5} <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 | ||
| 4876 | 2024.07.19 18:47:42.769596 [ 3 ] {57642a3b-f03c-4a31-9bb6-c5bdb72260c5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4877 | 2024.07.19 18:47:42.770256 [ 3 ] {57642a3b-f03c-4a31-9bb6-c5bdb72260c5} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4878 | 2024.07.19 18:47:42.770292 [ 3 ] {57642a3b-f03c-4a31-9bb6-c5bdb72260c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 4879 | 2024.07.19 18:47:42.770888 [ 3 ] {57642a3b-f03c-4a31-9bb6-c5bdb72260c5} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4880 | 2024.07.19 18:47:42.771297 [ 3 ] {57642a3b-f03c-4a31-9bb6-c5bdb72260c5} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4881 | 2024.07.19 18:47:42.771491 [ 3 ] {57642a3b-f03c-4a31-9bb6-c5bdb72260c5} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002809 sec., 9255.962976148096 rows/sec., 16.59 MiB/sec. | ||
| 4882 | 2024.07.19 18:47:42.771715 [ 3 ] {57642a3b-f03c-4a31-9bb6-c5bdb72260c5} <Debug> DynamicQueryHandler: Done processing query | ||
| 4883 | 2024.07.19 18:47:42.771739 [ 3 ] {57642a3b-f03c-4a31-9bb6-c5bdb72260c5} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 4884 | 2024.07.19 18:47:42.771754 [ 3 ] {} <Debug> HTTP-Session: 87457295-4e2a-44f9-aaae-915bc1463ff5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4885 | 2024.07.19 18:47:42.771861 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 3212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4886 | 2024.07.19 18:47:42.771910 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4887 | 2024.07.19 18:47:42.771929 [ 3 ] {} <Debug> HTTP-Session: 626f1110-18c1-46b3-819f-c83e64469342 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 4888 | 2024.07.19 18:47:42.771945 [ 3 ] {} <Debug> HTTP-Session: 626f1110-18c1-46b3-819f-c83e64469342 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4889 | 2024.07.19 18:47:42.771959 [ 3 ] {} <Debug> HTTP-Session: 626f1110-18c1-46b3-819f-c83e64469342 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4890 | 2024.07.19 18:47:42.771989 [ 3 ] {} <Trace> HTTP-Session: 626f1110-18c1-46b3-819f-c83e64469342 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4891 | 2024.07.19 18:47:42.772090 [ 3 ] {2ca4fe5d-1b50-4df1-8398-e567e22b983e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 4892 | 2024.07.19 18:47:42.772134 [ 3 ] {2ca4fe5d-1b50-4df1-8398-e567e22b983e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 4893 | 2024.07.19 18:47:42.772262 [ 3 ] {2ca4fe5d-1b50-4df1-8398-e567e22b983e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4894 | 2024.07.19 18:47:42.772556 [ 3 ] {2ca4fe5d-1b50-4df1-8398-e567e22b983e} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4895 | 2024.07.19 18:47:42.772591 [ 3 ] {2ca4fe5d-1b50-4df1-8398-e567e22b983e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 4896 | 2024.07.19 18:47:42.772933 [ 3 ] {2ca4fe5d-1b50-4df1-8398-e567e22b983e} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 4897 | 2024.07.19 18:47:42.773258 [ 3 ] {2ca4fe5d-1b50-4df1-8398-e567e22b983e} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4898 | 2024.07.19 18:47:42.773411 [ 3 ] {2ca4fe5d-1b50-4df1-8398-e567e22b983e} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001343 sec., 17125.83767684289 rows/sec., 926.39 KiB/sec. | ||
| 4899 | 2024.07.19 18:47:42.773575 [ 3 ] {2ca4fe5d-1b50-4df1-8398-e567e22b983e} <Debug> DynamicQueryHandler: Done processing query | ||
| 4900 | 2024.07.19 18:47:42.773599 [ 3 ] {2ca4fe5d-1b50-4df1-8398-e567e22b983e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 4901 | 2024.07.19 18:47:42.773615 [ 3 ] {} <Debug> HTTP-Session: 626f1110-18c1-46b3-819f-c83e64469342 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4902 | 2024.07.19 18:47:42.773723 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4903 | 2024.07.19 18:47:42.773772 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4904 | 2024.07.19 18:47:42.773790 [ 3 ] {} <Debug> HTTP-Session: ca0f5ada-5792-497b-9343-a87480acc526 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 4905 | 2024.07.19 18:47:42.773806 [ 3 ] {} <Debug> HTTP-Session: ca0f5ada-5792-497b-9343-a87480acc526 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4906 | 2024.07.19 18:47:42.773820 [ 3 ] {} <Debug> HTTP-Session: ca0f5ada-5792-497b-9343-a87480acc526 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4907 | 2024.07.19 18:47:42.773850 [ 3 ] {} <Trace> HTTP-Session: ca0f5ada-5792-497b-9343-a87480acc526 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4908 | 2024.07.19 18:47:42.773966 [ 3 ] {14a3c29c-9cf7-479a-b748-411e3b190cf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4909 | 2024.07.19 18:47:42.774010 [ 3 ] {14a3c29c-9cf7-479a-b748-411e3b190cf0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4910 | 2024.07.19 18:47:42.774136 [ 3 ] {14a3c29c-9cf7-479a-b748-411e3b190cf0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4911 | 2024.07.19 18:47:42.774421 [ 3 ] {14a3c29c-9cf7-479a-b748-411e3b190cf0} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4912 | 2024.07.19 18:47:42.774456 [ 3 ] {14a3c29c-9cf7-479a-b748-411e3b190cf0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 4913 | 2024.07.19 18:47:42.774802 [ 3 ] {14a3c29c-9cf7-479a-b748-411e3b190cf0} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4914 | 2024.07.19 18:47:42.775115 [ 3 ] {14a3c29c-9cf7-479a-b748-411e3b190cf0} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4915 | 2024.07.19 18:47:42.775273 [ 3 ] {14a3c29c-9cf7-479a-b748-411e3b190cf0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001349 sec., 44477.390659747965 rows/sec., 3.00 MiB/sec. | ||
| 4916 | 2024.07.19 18:47:42.775435 [ 3 ] {14a3c29c-9cf7-479a-b748-411e3b190cf0} <Debug> DynamicQueryHandler: Done processing query | ||
| 4917 | 2024.07.19 18:47:42.775460 [ 3 ] {14a3c29c-9cf7-479a-b748-411e3b190cf0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4918 | 2024.07.19 18:47:42.775475 [ 3 ] {} <Debug> HTTP-Session: ca0f5ada-5792-497b-9343-a87480acc526 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4919 | 2024.07.19 18:47:45.514412 [ 127 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4920 | 2024.07.19 18:47:45.514484 [ 127 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4921 | 2024.07.19 18:47:47.736688 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 623, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4922 | 2024.07.19 18:47:47.736811 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4923 | 2024.07.19 18:47:47.736835 [ 3 ] {} <Debug> HTTP-Session: f1e55563-d8cb-4e83-8420-7b5ce52fac54 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 4924 | 2024.07.19 18:47:47.736859 [ 3 ] {} <Debug> HTTP-Session: f1e55563-d8cb-4e83-8420-7b5ce52fac54 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4925 | 2024.07.19 18:47:47.736872 [ 3 ] {} <Debug> HTTP-Session: f1e55563-d8cb-4e83-8420-7b5ce52fac54 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4926 | 2024.07.19 18:47:47.736922 [ 3 ] {} <Trace> HTTP-Session: f1e55563-d8cb-4e83-8420-7b5ce52fac54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4927 | 2024.07.19 18:47:47.737099 [ 3 ] {c2637825-f7b8-4c6a-a257-65a1b2fafa5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 4928 | 2024.07.19 18:47:47.737164 [ 3 ] {c2637825-f7b8-4c6a-a257-65a1b2fafa5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 4929 | 2024.07.19 18:47:47.737351 [ 3 ] {c2637825-f7b8-4c6a-a257-65a1b2fafa5c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4930 | 2024.07.19 18:47:47.737790 [ 3 ] {c2637825-f7b8-4c6a-a257-65a1b2fafa5c} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4931 | 2024.07.19 18:47:47.737835 [ 3 ] {c2637825-f7b8-4c6a-a257-65a1b2fafa5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 4932 | 2024.07.19 18:47:47.738202 [ 3 ] {c2637825-f7b8-4c6a-a257-65a1b2fafa5c} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4933 | 2024.07.19 18:47:47.738545 [ 3 ] {c2637825-f7b8-4c6a-a257-65a1b2fafa5c} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4934 | 2024.07.19 18:47:47.738719 [ 3 ] {c2637825-f7b8-4c6a-a257-65a1b2fafa5c} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001665 sec., 2402.4024024024025 rows/sec., 194.73 KiB/sec. | ||
| 4935 | 2024.07.19 18:47:47.738728 [ 163 ] {} <Debug> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4936 | 2024.07.19 18:47:47.738828 [ 163 ] {} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4937 | 2024.07.19 18:47:47.738881 [ 163 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 4938 | 2024.07.19 18:47:47.739067 [ 3 ] {c2637825-f7b8-4c6a-a257-65a1b2fafa5c} <Debug> DynamicQueryHandler: Done processing query | ||
| 4939 | 2024.07.19 18:47:47.739117 [ 196 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::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 | ||
| 4940 | 2024.07.19 18:47:47.739139 [ 3 ] {c2637825-f7b8-4c6a-a257-65a1b2fafa5c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4941 | 2024.07.19 18:47:47.739243 [ 3 ] {} <Debug> HTTP-Session: f1e55563-d8cb-4e83-8420-7b5ce52fac54 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4942 | 2024.07.19 18:47:47.739507 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 680, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4943 | 2024.07.19 18:47:47.739528 [ 196 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4944 | 2024.07.19 18:47:47.739590 [ 196 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 36 rows starting from the beginning of the part | ||
| 4945 | 2024.07.19 18:47:47.739605 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4946 | 2024.07.19 18:47:47.739654 [ 3 ] {} <Debug> HTTP-Session: 745ea599-0f4c-460a-aa76-81e44151dcbf Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 4947 | 2024.07.19 18:47:47.739702 [ 3 ] {} <Debug> HTTP-Session: 745ea599-0f4c-460a-aa76-81e44151dcbf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4948 | 2024.07.19 18:47:47.739762 [ 3 ] {} <Debug> HTTP-Session: 745ea599-0f4c-460a-aa76-81e44151dcbf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4949 | 2024.07.19 18:47:47.739785 [ 196 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 4 rows starting from the beginning of the part | ||
| 4950 | 2024.07.19 18:47:47.739944 [ 3 ] {} <Trace> HTTP-Session: 745ea599-0f4c-460a-aa76-81e44151dcbf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4951 | 2024.07.19 18:47:47.740112 [ 196 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 32 rows starting from the beginning of the part | ||
| 4952 | 2024.07.19 18:47:47.740370 [ 196 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 4 rows starting from the beginning of the part | ||
| 4953 | 2024.07.19 18:47:47.740471 [ 3 ] {6270f852-7ae5-4644-91c5-daf837a35f98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 4954 | 2024.07.19 18:47:47.740698 [ 196 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 32 rows starting from the beginning of the part | ||
| 4955 | 2024.07.19 18:47:47.740751 [ 3 ] {6270f852-7ae5-4644-91c5-daf837a35f98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4956 | 2024.07.19 18:47:47.740978 [ 196 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 4 rows starting from the beginning of the part | ||
| 4957 | 2024.07.19 18:47:47.741699 [ 3 ] {6270f852-7ae5-4644-91c5-daf837a35f98} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4958 | 2024.07.19 18:47:47.742561 [ 3 ] {6270f852-7ae5-4644-91c5-daf837a35f98} <Trace> oximeter.fields_ipaddr (5b198a67-6d84-4324-b6a3-e6f140922631): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4959 | 2024.07.19 18:47:47.742656 [ 3 ] {6270f852-7ae5-4644-91c5-daf837a35f98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 4960 | 2024.07.19 18:47:47.743774 [ 3 ] {6270f852-7ae5-4644-91c5-daf837a35f98} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 4961 | 2024.07.19 18:47:47.744151 [ 196 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 112 rows, containing 4 columns (4 merged, 0 gathered) in 0.00516828 sec., 21670.65251882638 rows/sec., 1.63 MiB/sec. | ||
| 4962 | 2024.07.19 18:47:47.744387 [ 196 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4963 | 2024.07.19 18:47:47.744539 [ 3 ] {6270f852-7ae5-4644-91c5-daf837a35f98} <Trace> oximeter.fields_ipaddr (5b198a67-6d84-4324-b6a3-e6f140922631): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4964 | 2024.07.19 18:47:47.744995 [ 3 ] {6270f852-7ae5-4644-91c5-daf837a35f98} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.004722 sec., 847.0986869970352 rows/sec., 69.07 KiB/sec. | ||
| 4965 | 2024.07.19 18:47:47.745326 [ 196 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_21_4} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4966 | 2024.07.19 18:47:47.745356 [ 3 ] {6270f852-7ae5-4644-91c5-daf837a35f98} <Debug> DynamicQueryHandler: Done processing query | ||
| 4967 | 2024.07.19 18:47:47.745409 [ 3 ] {6270f852-7ae5-4644-91c5-daf837a35f98} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4968 | 2024.07.19 18:47:47.745449 [ 3 ] {} <Debug> HTTP-Session: 745ea599-0f4c-460a-aa76-81e44151dcbf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4969 | 2024.07.19 18:47:47.745492 [ 196 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_21_4} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4970 | 2024.07.19 18:47:47.745597 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 4971 | 2024.07.19 18:47:47.745637 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9930, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4972 | 2024.07.19 18:47:47.745696 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4973 | 2024.07.19 18:47:47.745715 [ 3 ] {} <Debug> HTTP-Session: 9a13031d-9bcb-4099-afe5-120b0e3be3fc Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 4974 | 2024.07.19 18:47:47.745732 [ 3 ] {} <Debug> HTTP-Session: 9a13031d-9bcb-4099-afe5-120b0e3be3fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4975 | 2024.07.19 18:47:47.745746 [ 3 ] {} <Debug> HTTP-Session: 9a13031d-9bcb-4099-afe5-120b0e3be3fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4976 | 2024.07.19 18:47:47.745780 [ 3 ] {} <Trace> HTTP-Session: 9a13031d-9bcb-4099-afe5-120b0e3be3fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4977 | 2024.07.19 18:47:47.745915 [ 3 ] {d3e627e8-648a-4678-9bcb-3b6ffb15cf2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4978 | 2024.07.19 18:47:47.745962 [ 3 ] {d3e627e8-648a-4678-9bcb-3b6ffb15cf2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4979 | 2024.07.19 18:47:47.746114 [ 3 ] {d3e627e8-648a-4678-9bcb-3b6ffb15cf2b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4980 | 2024.07.19 18:47:47.746472 [ 3 ] {d3e627e8-648a-4678-9bcb-3b6ffb15cf2b} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4981 | 2024.07.19 18:47:47.746509 [ 3 ] {d3e627e8-648a-4678-9bcb-3b6ffb15cf2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 4982 | 2024.07.19 18:47:47.746824 [ 3 ] {d3e627e8-648a-4678-9bcb-3b6ffb15cf2b} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4983 | 2024.07.19 18:47:47.747130 [ 3 ] {d3e627e8-648a-4678-9bcb-3b6ffb15cf2b} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4984 | 2024.07.19 18:47:47.747285 [ 3 ] {d3e627e8-648a-4678-9bcb-3b6ffb15cf2b} <Debug> executeQuery: Read 70 rows, 5.65 KiB in 0.001422 sec., 49226.44163150492 rows/sec., 3.88 MiB/sec. | ||
| 4985 | 2024.07.19 18:47:47.747453 [ 3 ] {d3e627e8-648a-4678-9bcb-3b6ffb15cf2b} <Debug> DynamicQueryHandler: Done processing query | ||
| 4986 | 2024.07.19 18:47:47.747476 [ 3 ] {d3e627e8-648a-4678-9bcb-3b6ffb15cf2b} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 4987 | 2024.07.19 18:47:47.747491 [ 3 ] {} <Debug> HTTP-Session: 9a13031d-9bcb-4099-afe5-120b0e3be3fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4988 | 2024.07.19 18:47:47.747603 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4989 | 2024.07.19 18:47:47.747651 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4990 | 2024.07.19 18:47:47.747670 [ 3 ] {} <Debug> HTTP-Session: 40990ee6-adae-484b-a605-815921d0db05 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 4991 | 2024.07.19 18:47:47.747687 [ 3 ] {} <Debug> HTTP-Session: 40990ee6-adae-484b-a605-815921d0db05 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4992 | 2024.07.19 18:47:47.747700 [ 3 ] {} <Debug> HTTP-Session: 40990ee6-adae-484b-a605-815921d0db05 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4993 | 2024.07.19 18:47:47.747731 [ 3 ] {} <Trace> HTTP-Session: 40990ee6-adae-484b-a605-815921d0db05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4994 | 2024.07.19 18:47:47.747826 [ 3 ] {a3e865ec-e644-4de8-bc47-41d33670ade6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 4995 | 2024.07.19 18:47:47.747867 [ 3 ] {a3e865ec-e644-4de8-bc47-41d33670ade6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4996 | 2024.07.19 18:47:47.747994 [ 3 ] {a3e865ec-e644-4de8-bc47-41d33670ade6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4997 | 2024.07.19 18:47:47.748271 [ 3 ] {a3e865ec-e644-4de8-bc47-41d33670ade6} <Trace> oximeter.fields_u16 (3a790436-232b-4913-bf8d-eba3067e022c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4998 | 2024.07.19 18:47:47.748306 [ 3 ] {a3e865ec-e644-4de8-bc47-41d33670ade6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 4999 | 2024.07.19 18:47:47.748600 [ 3 ] {a3e865ec-e644-4de8-bc47-41d33670ade6} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 5000 | 2024.07.19 18:47:47.748909 [ 3 ] {a3e865ec-e644-4de8-bc47-41d33670ade6} <Trace> oximeter.fields_u16 (3a790436-232b-4913-bf8d-eba3067e022c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5001 | 2024.07.19 18:47:47.749056 [ 3 ] {a3e865ec-e644-4de8-bc47-41d33670ade6} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001253 sec., 3192.3383878691143 rows/sec., 222.90 KiB/sec. | ||
| 5002 | 2024.07.19 18:47:47.749219 [ 3 ] {a3e865ec-e644-4de8-bc47-41d33670ade6} <Debug> DynamicQueryHandler: Done processing query | ||
| 5003 | 2024.07.19 18:47:47.749244 [ 3 ] {a3e865ec-e644-4de8-bc47-41d33670ade6} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 5004 | 2024.07.19 18:47:47.749260 [ 3 ] {} <Debug> HTTP-Session: 40990ee6-adae-484b-a605-815921d0db05 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5005 | 2024.07.19 18:47:47.749376 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 12248, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5006 | 2024.07.19 18:47:47.749424 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5007 | 2024.07.19 18:47:47.749443 [ 3 ] {} <Debug> HTTP-Session: b48effca-0cc4-45ab-b5dd-1c071caefb55 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 5008 | 2024.07.19 18:47:47.749460 [ 3 ] {} <Debug> HTTP-Session: b48effca-0cc4-45ab-b5dd-1c071caefb55 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5009 | 2024.07.19 18:47:47.749473 [ 3 ] {} <Debug> HTTP-Session: b48effca-0cc4-45ab-b5dd-1c071caefb55 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5010 | 2024.07.19 18:47:47.749504 [ 3 ] {} <Trace> HTTP-Session: b48effca-0cc4-45ab-b5dd-1c071caefb55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5011 | 2024.07.19 18:47:47.749621 [ 3 ] {95e47477-d8a1-44f5-a24a-62078e262827} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5012 | 2024.07.19 18:47:47.749663 [ 3 ] {95e47477-d8a1-44f5-a24a-62078e262827} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5013 | 2024.07.19 18:47:47.749788 [ 3 ] {95e47477-d8a1-44f5-a24a-62078e262827} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5014 | 2024.07.19 18:47:47.750171 [ 3 ] {95e47477-d8a1-44f5-a24a-62078e262827} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5015 | 2024.07.19 18:47:47.750208 [ 3 ] {95e47477-d8a1-44f5-a24a-62078e262827} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 5016 | 2024.07.19 18:47:47.750523 [ 3 ] {95e47477-d8a1-44f5-a24a-62078e262827} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 5017 | 2024.07.19 18:47:47.750830 [ 3 ] {95e47477-d8a1-44f5-a24a-62078e262827} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5018 | 2024.07.19 18:47:47.750972 [ 3 ] {95e47477-d8a1-44f5-a24a-62078e262827} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001391 sec., 51761.32278936017 rows/sec., 4.05 MiB/sec. | ||
| 5019 | 2024.07.19 18:47:47.751292 [ 3 ] {95e47477-d8a1-44f5-a24a-62078e262827} <Debug> DynamicQueryHandler: Done processing query | ||
| 5020 | 2024.07.19 18:47:47.751319 [ 3 ] {95e47477-d8a1-44f5-a24a-62078e262827} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 5021 | 2024.07.19 18:47:47.751335 [ 3 ] {} <Debug> HTTP-Session: b48effca-0cc4-45ab-b5dd-1c071caefb55 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5022 | 2024.07.19 18:47:47.751466 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 31019, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5023 | 2024.07.19 18:47:47.751515 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5024 | 2024.07.19 18:47:47.751533 [ 3 ] {} <Debug> HTTP-Session: e755ec89-3f2e-46c4-98be-2d86822bbb2b Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 5025 | 2024.07.19 18:47:47.751549 [ 3 ] {} <Debug> HTTP-Session: e755ec89-3f2e-46c4-98be-2d86822bbb2b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5026 | 2024.07.19 18:47:47.751562 [ 3 ] {} <Debug> HTTP-Session: e755ec89-3f2e-46c4-98be-2d86822bbb2b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5027 | 2024.07.19 18:47:47.751593 [ 3 ] {} <Trace> HTTP-Session: e755ec89-3f2e-46c4-98be-2d86822bbb2b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5028 | 2024.07.19 18:47:47.751742 [ 3 ] {d2637f07-f892-4bcd-8adf-86aacc4d98a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5029 | 2024.07.19 18:47:47.751790 [ 3 ] {d2637f07-f892-4bcd-8adf-86aacc4d98a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5030 | 2024.07.19 18:47:47.751959 [ 3 ] {d2637f07-f892-4bcd-8adf-86aacc4d98a7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5031 | 2024.07.19 18:47:47.752367 [ 3 ] {d2637f07-f892-4bcd-8adf-86aacc4d98a7} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5032 | 2024.07.19 18:47:47.752404 [ 3 ] {d2637f07-f892-4bcd-8adf-86aacc4d98a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 5033 | 2024.07.19 18:47:47.752803 [ 3 ] {d2637f07-f892-4bcd-8adf-86aacc4d98a7} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5034 | 2024.07.19 18:47:47.753145 [ 3 ] {d2637f07-f892-4bcd-8adf-86aacc4d98a7} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5035 | 2024.07.19 18:47:47.753315 [ 3 ] {d2637f07-f892-4bcd-8adf-86aacc4d98a7} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001635 sec., 99082.56880733946 rows/sec., 6.90 MiB/sec. | ||
| 5036 | 2024.07.19 18:47:47.753496 [ 3 ] {d2637f07-f892-4bcd-8adf-86aacc4d98a7} <Debug> DynamicQueryHandler: Done processing query | ||
| 5037 | 2024.07.19 18:47:47.753520 [ 3 ] {d2637f07-f892-4bcd-8adf-86aacc4d98a7} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 5038 | 2024.07.19 18:47:47.753535 [ 3 ] {} <Debug> HTTP-Session: e755ec89-3f2e-46c4-98be-2d86822bbb2b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5039 | 2024.07.19 18:47:47.753666 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 6354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5040 | 2024.07.19 18:47:47.753714 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5041 | 2024.07.19 18:47:47.753733 [ 3 ] {} <Debug> HTTP-Session: 0bba51b7-ac51-4386-b4c6-2b6770d6e4e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 5042 | 2024.07.19 18:47:47.753749 [ 3 ] {} <Debug> HTTP-Session: 0bba51b7-ac51-4386-b4c6-2b6770d6e4e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5043 | 2024.07.19 18:47:47.753764 [ 3 ] {} <Debug> HTTP-Session: 0bba51b7-ac51-4386-b4c6-2b6770d6e4e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5044 | 2024.07.19 18:47:47.753796 [ 3 ] {} <Trace> HTTP-Session: 0bba51b7-ac51-4386-b4c6-2b6770d6e4e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5045 | 2024.07.19 18:47:47.753945 [ 3 ] {9377a9f6-6c33-476e-b9c8-62499e8016aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 5046 | 2024.07.19 18:47:47.754012 [ 3 ] {9377a9f6-6c33-476e-b9c8-62499e8016aa} <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 | ||
| 5047 | 2024.07.19 18:47:47.754438 [ 3 ] {9377a9f6-6c33-476e-b9c8-62499e8016aa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5048 | 2024.07.19 18:47:47.754933 [ 3 ] {9377a9f6-6c33-476e-b9c8-62499e8016aa} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5049 | 2024.07.19 18:47:47.754969 [ 3 ] {9377a9f6-6c33-476e-b9c8-62499e8016aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 5050 | 2024.07.19 18:47:47.755612 [ 3 ] {9377a9f6-6c33-476e-b9c8-62499e8016aa} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 5051 | 2024.07.19 18:47:47.756046 [ 3 ] {9377a9f6-6c33-476e-b9c8-62499e8016aa} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5052 | 2024.07.19 18:47:47.756230 [ 163 ] {} <Debug> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 5053 | 2024.07.19 18:47:47.756250 [ 3 ] {9377a9f6-6c33-476e-b9c8-62499e8016aa} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002374 sec., 1684.9199663016009 rows/sec., 3.02 MiB/sec. | ||
| 5054 | 2024.07.19 18:47:47.756306 [ 163 ] {} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5055 | 2024.07.19 18:47:47.756393 [ 163 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 5056 | 2024.07.19 18:47:47.756718 [ 192 ] {088d1ac2-6670-47c5-a942-9441d6520aec::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 | ||
| 5057 | 2024.07.19 18:47:47.756804 [ 3 ] {9377a9f6-6c33-476e-b9c8-62499e8016aa} <Debug> DynamicQueryHandler: Done processing query | ||
| 5058 | 2024.07.19 18:47:47.756856 [ 3 ] {9377a9f6-6c33-476e-b9c8-62499e8016aa} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 5059 | 2024.07.19 18:47:47.756892 [ 3 ] {} <Debug> HTTP-Session: 0bba51b7-ac51-4386-b4c6-2b6770d6e4e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5060 | 2024.07.19 18:47:47.757086 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5061 | 2024.07.19 18:47:47.757204 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5062 | 2024.07.19 18:47:47.757262 [ 3 ] {} <Debug> HTTP-Session: 61616220-7b3e-4f0d-ad12-518506a0e513 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 5063 | 2024.07.19 18:47:47.757311 [ 3 ] {} <Debug> HTTP-Session: 61616220-7b3e-4f0d-ad12-518506a0e513 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5064 | 2024.07.19 18:47:47.757350 [ 3 ] {} <Debug> HTTP-Session: 61616220-7b3e-4f0d-ad12-518506a0e513 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5065 | 2024.07.19 18:47:47.757444 [ 3 ] {} <Trace> HTTP-Session: 61616220-7b3e-4f0d-ad12-518506a0e513 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5066 | 2024.07.19 18:47:47.757459 [ 192 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5067 | 2024.07.19 18:47:47.757615 [ 192 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 303 rows starting from the beginning of the part | ||
| 5068 | 2024.07.19 18:47:47.757663 [ 3 ] {191484fc-c07a-42dd-a149-727e294f3728} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 5069 | 2024.07.19 18:47:47.757781 [ 3 ] {191484fc-c07a-42dd-a149-727e294f3728} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5070 | 2024.07.19 18:47:47.758359 [ 192 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 4 rows starting from the beginning of the part | ||
| 5071 | 2024.07.19 18:47:47.758652 [ 3 ] {191484fc-c07a-42dd-a149-727e294f3728} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5072 | 2024.07.19 18:47:47.759130 [ 192 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 26 rows starting from the beginning of the part | ||
| 5073 | 2024.07.19 18:47:47.759743 [ 192 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 4 rows starting from the beginning of the part | ||
| 5074 | 2024.07.19 18:47:47.759928 [ 3 ] {191484fc-c07a-42dd-a149-727e294f3728} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5075 | 2024.07.19 18:47:47.760037 [ 3 ] {191484fc-c07a-42dd-a149-727e294f3728} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 5076 | 2024.07.19 18:47:47.760465 [ 192 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 26 rows starting from the beginning of the part | ||
| 5077 | 2024.07.19 18:47:47.761144 [ 192 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 4 rows starting from the beginning of the part | ||
| 5078 | 2024.07.19 18:47:47.761646 [ 3 ] {191484fc-c07a-42dd-a149-727e294f3728} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5079 | 2024.07.19 18:47:47.762640 [ 3 ] {191484fc-c07a-42dd-a149-727e294f3728} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5080 | 2024.07.19 18:47:47.763001 [ 3 ] {191484fc-c07a-42dd-a149-727e294f3728} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005414 sec., 11082.379017362393 rows/sec., 764.80 KiB/sec. | ||
| 5081 | 2024.07.19 18:47:47.763397 [ 3 ] {191484fc-c07a-42dd-a149-727e294f3728} <Debug> DynamicQueryHandler: Done processing query | ||
| 5082 | 2024.07.19 18:47:47.763441 [ 3 ] {191484fc-c07a-42dd-a149-727e294f3728} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5083 | 2024.07.19 18:47:47.763484 [ 3 ] {} <Debug> HTTP-Session: 61616220-7b3e-4f0d-ad12-518506a0e513 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5084 | 2024.07.19 18:47:47.765886 [ 189 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 367 rows, containing 19 columns (19 merged, 0 gathered) in 0.009354656 sec., 39231.80072041132 rows/sec., 70.30 MiB/sec. | ||
| 5085 | 2024.07.19 18:47:47.766371 [ 195 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 5086 | 2024.07.19 18:47:47.766986 [ 195 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_21_4} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5087 | 2024.07.19 18:47:47.767069 [ 195 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_21_4} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 5088 | 2024.07.19 18:47:47.767176 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.99 MiB. | ||
| 5089 | 2024.07.19 18:47:52.742878 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 4480, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5090 | 2024.07.19 18:47:52.743021 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5091 | 2024.07.19 18:47:52.743050 [ 3 ] {} <Debug> HTTP-Session: fa2aa6f7-a7e7-41bc-918b-0f1fd50a3414 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 5092 | 2024.07.19 18:47:52.743077 [ 3 ] {} <Debug> HTTP-Session: fa2aa6f7-a7e7-41bc-918b-0f1fd50a3414 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5093 | 2024.07.19 18:47:52.743095 [ 3 ] {} <Debug> HTTP-Session: fa2aa6f7-a7e7-41bc-918b-0f1fd50a3414 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5094 | 2024.07.19 18:47:52.743150 [ 3 ] {} <Trace> HTTP-Session: fa2aa6f7-a7e7-41bc-918b-0f1fd50a3414 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5095 | 2024.07.19 18:47:52.743361 [ 3 ] {b9da1fa5-dcac-49ca-9c41-37ff44458b6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 5096 | 2024.07.19 18:47:52.743435 [ 3 ] {b9da1fa5-dcac-49ca-9c41-37ff44458b6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 5097 | 2024.07.19 18:47:52.743656 [ 3 ] {b9da1fa5-dcac-49ca-9c41-37ff44458b6d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5098 | 2024.07.19 18:47:52.744122 [ 3 ] {b9da1fa5-dcac-49ca-9c41-37ff44458b6d} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5099 | 2024.07.19 18:47:52.744267 [ 3 ] {b9da1fa5-dcac-49ca-9c41-37ff44458b6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 5100 | 2024.07.19 18:47:52.744642 [ 3 ] {b9da1fa5-dcac-49ca-9c41-37ff44458b6d} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 5101 | 2024.07.19 18:47:52.744976 [ 3 ] {b9da1fa5-dcac-49ca-9c41-37ff44458b6d} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5102 | 2024.07.19 18:47:52.745141 [ 3 ] {b9da1fa5-dcac-49ca-9c41-37ff44458b6d} <Debug> executeQuery: Read 32 rows, 2.45 KiB in 0.001848 sec., 17316.017316017314 rows/sec., 1.29 MiB/sec. | ||
| 5103 | 2024.07.19 18:47:52.745366 [ 3 ] {b9da1fa5-dcac-49ca-9c41-37ff44458b6d} <Debug> DynamicQueryHandler: Done processing query | ||
| 5104 | 2024.07.19 18:47:52.745393 [ 3 ] {b9da1fa5-dcac-49ca-9c41-37ff44458b6d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5105 | 2024.07.19 18:47:52.745410 [ 3 ] {} <Debug> HTTP-Session: fa2aa6f7-a7e7-41bc-918b-0f1fd50a3414 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5106 | 2024.07.19 18:47:52.745621 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 36141, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5107 | 2024.07.19 18:47:52.745681 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5108 | 2024.07.19 18:47:52.745701 [ 3 ] {} <Debug> HTTP-Session: 0523adea-36a9-484d-9870-904b896cc0b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 5109 | 2024.07.19 18:47:52.745718 [ 3 ] {} <Debug> HTTP-Session: 0523adea-36a9-484d-9870-904b896cc0b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5110 | 2024.07.19 18:47:52.745732 [ 3 ] {} <Debug> HTTP-Session: 0523adea-36a9-484d-9870-904b896cc0b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5111 | 2024.07.19 18:47:52.745768 [ 3 ] {} <Trace> HTTP-Session: 0523adea-36a9-484d-9870-904b896cc0b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5112 | 2024.07.19 18:47:52.745941 [ 3 ] {b5e8c60d-40f0-48ae-8a32-c077f273918f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5113 | 2024.07.19 18:47:52.745989 [ 3 ] {b5e8c60d-40f0-48ae-8a32-c077f273918f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5114 | 2024.07.19 18:47:52.746125 [ 3 ] {b5e8c60d-40f0-48ae-8a32-c077f273918f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5115 | 2024.07.19 18:47:52.746627 [ 3 ] {b5e8c60d-40f0-48ae-8a32-c077f273918f} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5116 | 2024.07.19 18:47:52.746666 [ 3 ] {b5e8c60d-40f0-48ae-8a32-c077f273918f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 5117 | 2024.07.19 18:47:52.747002 [ 3 ] {b5e8c60d-40f0-48ae-8a32-c077f273918f} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5118 | 2024.07.19 18:47:52.747341 [ 3 ] {b5e8c60d-40f0-48ae-8a32-c077f273918f} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5119 | 2024.07.19 18:47:52.747503 [ 3 ] {b5e8c60d-40f0-48ae-8a32-c077f273918f} <Debug> executeQuery: Read 239 rows, 21.60 KiB in 0.001634 sec., 146266.82986536107 rows/sec., 12.91 MiB/sec. | ||
| 5120 | 2024.07.19 18:47:52.747793 [ 3 ] {b5e8c60d-40f0-48ae-8a32-c077f273918f} <Debug> DynamicQueryHandler: Done processing query | ||
| 5121 | 2024.07.19 18:47:52.747831 [ 3 ] {b5e8c60d-40f0-48ae-8a32-c077f273918f} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
| 5122 | 2024.07.19 18:47:52.747851 [ 3 ] {} <Debug> HTTP-Session: 0523adea-36a9-484d-9870-904b896cc0b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5123 | 2024.07.19 18:47:52.748043 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 65978, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5124 | 2024.07.19 18:47:52.748095 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5125 | 2024.07.19 18:47:52.748114 [ 3 ] {} <Debug> HTTP-Session: 91d2bc60-7309-48eb-9b56-84bd3b023477 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 5126 | 2024.07.19 18:47:52.748131 [ 3 ] {} <Debug> HTTP-Session: 91d2bc60-7309-48eb-9b56-84bd3b023477 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5127 | 2024.07.19 18:47:52.748145 [ 3 ] {} <Debug> HTTP-Session: 91d2bc60-7309-48eb-9b56-84bd3b023477 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5128 | 2024.07.19 18:47:52.748176 [ 3 ] {} <Trace> HTTP-Session: 91d2bc60-7309-48eb-9b56-84bd3b023477 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5129 | 2024.07.19 18:47:52.748427 [ 3 ] {20a24941-d3c2-4edc-b6e8-09a453ba745c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5130 | 2024.07.19 18:47:52.748474 [ 3 ] {20a24941-d3c2-4edc-b6e8-09a453ba745c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5131 | 2024.07.19 18:47:52.748623 [ 3 ] {20a24941-d3c2-4edc-b6e8-09a453ba745c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5132 | 2024.07.19 18:47:52.749158 [ 3 ] {20a24941-d3c2-4edc-b6e8-09a453ba745c} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5133 | 2024.07.19 18:47:52.749196 [ 3 ] {20a24941-d3c2-4edc-b6e8-09a453ba745c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 5134 | 2024.07.19 18:47:52.749530 [ 3 ] {20a24941-d3c2-4edc-b6e8-09a453ba745c} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5135 | 2024.07.19 18:47:52.749835 [ 3 ] {20a24941-d3c2-4edc-b6e8-09a453ba745c} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5136 | 2024.07.19 18:47:52.749969 [ 3 ] {20a24941-d3c2-4edc-b6e8-09a453ba745c} <Debug> executeQuery: Read 408 rows, 29.56 KiB in 0.001687 sec., 241849.43687018377 rows/sec., 17.11 MiB/sec. | ||
| 5137 | 2024.07.19 18:47:52.750161 [ 3 ] {20a24941-d3c2-4edc-b6e8-09a453ba745c} <Debug> DynamicQueryHandler: Done processing query | ||
| 5138 | 2024.07.19 18:47:52.750187 [ 3 ] {20a24941-d3c2-4edc-b6e8-09a453ba745c} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
| 5139 | 2024.07.19 18:47:52.750203 [ 3 ] {} <Debug> HTTP-Session: 91d2bc60-7309-48eb-9b56-84bd3b023477 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5140 | 2024.07.19 18:47:52.750349 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5141 | 2024.07.19 18:47:52.750399 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5142 | 2024.07.19 18:47:52.750418 [ 3 ] {} <Debug> HTTP-Session: 684f6f3a-db36-4d78-aa80-31377a3f0a75 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 5143 | 2024.07.19 18:47:52.750433 [ 3 ] {} <Debug> HTTP-Session: 684f6f3a-db36-4d78-aa80-31377a3f0a75 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5144 | 2024.07.19 18:47:52.750448 [ 3 ] {} <Debug> HTTP-Session: 684f6f3a-db36-4d78-aa80-31377a3f0a75 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5145 | 2024.07.19 18:47:52.750479 [ 3 ] {} <Trace> HTTP-Session: 684f6f3a-db36-4d78-aa80-31377a3f0a75 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5146 | 2024.07.19 18:47:52.750573 [ 3 ] {153b2e53-df5e-4f4b-8cf3-b57beb54e83b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 5147 | 2024.07.19 18:47:52.750619 [ 3 ] {153b2e53-df5e-4f4b-8cf3-b57beb54e83b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5148 | 2024.07.19 18:47:52.750754 [ 3 ] {153b2e53-df5e-4f4b-8cf3-b57beb54e83b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5149 | 2024.07.19 18:47:52.751027 [ 3 ] {153b2e53-df5e-4f4b-8cf3-b57beb54e83b} <Trace> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5150 | 2024.07.19 18:47:52.751062 [ 3 ] {153b2e53-df5e-4f4b-8cf3-b57beb54e83b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 5151 | 2024.07.19 18:47:52.751414 [ 3 ] {153b2e53-df5e-4f4b-8cf3-b57beb54e83b} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 5152 | 2024.07.19 18:47:52.751743 [ 3 ] {153b2e53-df5e-4f4b-8cf3-b57beb54e83b} <Trace> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5153 | 2024.07.19 18:47:52.751901 [ 3 ] {153b2e53-df5e-4f4b-8cf3-b57beb54e83b} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001347 sec., 4454.342984409799 rows/sec., 191.40 KiB/sec. | ||
| 5154 | 2024.07.19 18:47:52.752066 [ 3 ] {153b2e53-df5e-4f4b-8cf3-b57beb54e83b} <Debug> DynamicQueryHandler: Done processing query | ||
| 5155 | 2024.07.19 18:47:52.752089 [ 3 ] {153b2e53-df5e-4f4b-8cf3-b57beb54e83b} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 5156 | 2024.07.19 18:47:52.752105 [ 3 ] {} <Debug> HTTP-Session: 684f6f3a-db36-4d78-aa80-31377a3f0a75 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5157 | 2024.07.19 18:47:52.752222 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 14079, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5158 | 2024.07.19 18:47:52.752271 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5159 | 2024.07.19 18:47:52.752289 [ 3 ] {} <Debug> HTTP-Session: f109c4f6-305d-43ab-bd54-fc502a17f43c Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 5160 | 2024.07.19 18:47:52.752304 [ 3 ] {} <Debug> HTTP-Session: f109c4f6-305d-43ab-bd54-fc502a17f43c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5161 | 2024.07.19 18:47:52.752318 [ 3 ] {} <Debug> HTTP-Session: f109c4f6-305d-43ab-bd54-fc502a17f43c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5162 | 2024.07.19 18:47:52.752349 [ 3 ] {} <Trace> HTTP-Session: f109c4f6-305d-43ab-bd54-fc502a17f43c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5163 | 2024.07.19 18:47:52.752492 [ 3 ] {99ef1598-0c2a-4efd-9c66-ec4826955c06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 5164 | 2024.07.19 18:47:52.752539 [ 3 ] {99ef1598-0c2a-4efd-9c66-ec4826955c06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 5165 | 2024.07.19 18:47:52.752682 [ 3 ] {99ef1598-0c2a-4efd-9c66-ec4826955c06} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5166 | 2024.07.19 18:47:52.753076 [ 3 ] {99ef1598-0c2a-4efd-9c66-ec4826955c06} <Trace> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5167 | 2024.07.19 18:47:52.753112 [ 3 ] {99ef1598-0c2a-4efd-9c66-ec4826955c06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 5168 | 2024.07.19 18:47:52.753472 [ 3 ] {99ef1598-0c2a-4efd-9c66-ec4826955c06} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 5169 | 2024.07.19 18:47:52.753833 [ 3 ] {99ef1598-0c2a-4efd-9c66-ec4826955c06} <Trace> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5170 | 2024.07.19 18:47:52.753991 [ 3 ] {99ef1598-0c2a-4efd-9c66-ec4826955c06} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001561 sec., 49327.35426008968 rows/sec., 3.04 MiB/sec. | ||
| 5171 | 2024.07.19 18:47:52.754161 [ 3 ] {99ef1598-0c2a-4efd-9c66-ec4826955c06} <Debug> DynamicQueryHandler: Done processing query | ||
| 5172 | 2024.07.19 18:47:52.754184 [ 3 ] {99ef1598-0c2a-4efd-9c66-ec4826955c06} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 5173 | 2024.07.19 18:47:52.754200 [ 3 ] {} <Debug> HTTP-Session: f109c4f6-305d-43ab-bd54-fc502a17f43c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5174 | 2024.07.19 18:47:52.754358 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5175 | 2024.07.19 18:47:52.754406 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5176 | 2024.07.19 18:47:52.754425 [ 3 ] {} <Debug> HTTP-Session: 50b1aefc-877f-42c9-96ab-76be6482cddc Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 5177 | 2024.07.19 18:47:52.754441 [ 3 ] {} <Debug> HTTP-Session: 50b1aefc-877f-42c9-96ab-76be6482cddc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5178 | 2024.07.19 18:47:52.754454 [ 3 ] {} <Debug> HTTP-Session: 50b1aefc-877f-42c9-96ab-76be6482cddc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5179 | 2024.07.19 18:47:52.754484 [ 3 ] {} <Trace> HTTP-Session: 50b1aefc-877f-42c9-96ab-76be6482cddc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5180 | 2024.07.19 18:47:52.754649 [ 3 ] {4781c783-84a1-43c5-83ed-29a296fb43c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5181 | 2024.07.19 18:47:52.754693 [ 3 ] {4781c783-84a1-43c5-83ed-29a296fb43c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5182 | 2024.07.19 18:47:52.754836 [ 3 ] {4781c783-84a1-43c5-83ed-29a296fb43c5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5183 | 2024.07.19 18:47:52.755239 [ 3 ] {4781c783-84a1-43c5-83ed-29a296fb43c5} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5184 | 2024.07.19 18:47:52.755275 [ 3 ] {4781c783-84a1-43c5-83ed-29a296fb43c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 5185 | 2024.07.19 18:47:52.755646 [ 3 ] {4781c783-84a1-43c5-83ed-29a296fb43c5} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 5186 | 2024.07.19 18:47:52.755979 [ 3 ] {4781c783-84a1-43c5-83ed-29a296fb43c5} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5187 | 2024.07.19 18:47:52.756139 [ 3 ] {4781c783-84a1-43c5-83ed-29a296fb43c5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00157 sec., 101910.8280254777 rows/sec., 7.10 MiB/sec. | ||
| 5188 | 2024.07.19 18:47:52.756137 [ 145 ] {} <Debug> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 5189 | 2024.07.19 18:47:52.756264 [ 145 ] {} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5190 | 2024.07.19 18:47:52.756301 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 5191 | 2024.07.19 18:47:52.756391 [ 3 ] {4781c783-84a1-43c5-83ed-29a296fb43c5} <Debug> DynamicQueryHandler: Done processing query | ||
| 5192 | 2024.07.19 18:47:52.756438 [ 3 ] {4781c783-84a1-43c5-83ed-29a296fb43c5} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 5193 | 2024.07.19 18:47:52.756462 [ 3 ] {} <Debug> HTTP-Session: 50b1aefc-877f-42c9-96ab-76be6482cddc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5194 | 2024.07.19 18:47:52.756492 [ 188 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::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 | ||
| 5195 | 2024.07.19 18:47:52.756626 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 41824, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5196 | 2024.07.19 18:47:52.756667 [ 188 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5197 | 2024.07.19 18:47:52.756690 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5198 | 2024.07.19 18:47:52.756712 [ 188 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 2123 rows starting from the beginning of the part | ||
| 5199 | 2024.07.19 18:47:52.756718 [ 3 ] {} <Debug> HTTP-Session: b10072a2-c1cf-4d52-94e6-a89353e3b249 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 5200 | 2024.07.19 18:47:52.756743 [ 3 ] {} <Debug> HTTP-Session: b10072a2-c1cf-4d52-94e6-a89353e3b249 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5201 | 2024.07.19 18:47:52.756762 [ 3 ] {} <Debug> HTTP-Session: b10072a2-c1cf-4d52-94e6-a89353e3b249 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5202 | 2024.07.19 18:47:52.756811 [ 3 ] {} <Trace> HTTP-Session: b10072a2-c1cf-4d52-94e6-a89353e3b249 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5203 | 2024.07.19 18:47:52.756865 [ 188 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 162 rows starting from the beginning of the part | ||
| 5204 | 2024.07.19 18:47:52.757207 [ 188 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 160 rows starting from the beginning of the part | ||
| 5205 | 2024.07.19 18:47:52.757379 [ 3 ] {fa370ec4-49b5-4735-ac06-238b8a6eb4e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 5206 | 2024.07.19 18:47:52.757463 [ 188 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 197 rows starting from the beginning of the part | ||
| 5207 | 2024.07.19 18:47:52.757698 [ 3 ] {fa370ec4-49b5-4735-ac06-238b8a6eb4e1} <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 | ||
| 5208 | 2024.07.19 18:47:52.757778 [ 188 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 162 rows starting from the beginning of the part | ||
| 5209 | 2024.07.19 18:47:52.758146 [ 188 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::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 | ||
| 5210 | 2024.07.19 18:47:52.759239 [ 3 ] {fa370ec4-49b5-4735-ac06-238b8a6eb4e1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5211 | 2024.07.19 18:47:52.760597 [ 3 ] {fa370ec4-49b5-4735-ac06-238b8a6eb4e1} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5212 | 2024.07.19 18:47:52.760709 [ 3 ] {fa370ec4-49b5-4735-ac06-238b8a6eb4e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 5213 | 2024.07.19 18:47:52.761302 [ 189 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2964 rows, containing 5 columns (5 merged, 0 gathered) in 0.004852415 sec., 610829.8651290131 rows/sec., 42.60 MiB/sec. | ||
| 5214 | 2024.07.19 18:47:52.761727 [ 3 ] {fa370ec4-49b5-4735-ac06-238b8a6eb4e1} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 5215 | 2024.07.19 18:47:52.761776 [ 189 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 5216 | 2024.07.19 18:47:52.762654 [ 3 ] {fa370ec4-49b5-4735-ac06-238b8a6eb4e1} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5217 | 2024.07.19 18:47:52.762860 [ 189 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5218 | 2024.07.19 18:47:52.763012 [ 3 ] {fa370ec4-49b5-4735-ac06-238b8a6eb4e1} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.005988 sec., 4342.0173680694725 rows/sec., 7.78 MiB/sec. | ||
| 5219 | 2024.07.19 18:47:52.763172 [ 189 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 5220 | 2024.07.19 18:47:52.763461 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB. | ||
| 5221 | 2024.07.19 18:47:52.763601 [ 3 ] {fa370ec4-49b5-4735-ac06-238b8a6eb4e1} <Debug> DynamicQueryHandler: Done processing query | ||
| 5222 | 2024.07.19 18:47:52.763631 [ 3 ] {fa370ec4-49b5-4735-ac06-238b8a6eb4e1} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 5223 | 2024.07.19 18:47:52.763647 [ 3 ] {} <Debug> HTTP-Session: b10072a2-c1cf-4d52-94e6-a89353e3b249 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5224 | 2024.07.19 18:47:52.763766 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 3212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5225 | 2024.07.19 18:47:52.763815 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5226 | 2024.07.19 18:47:52.763834 [ 3 ] {} <Debug> HTTP-Session: 19aafc08-3ff7-4c83-9f81-7618a22fdc01 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 5227 | 2024.07.19 18:47:52.763850 [ 3 ] {} <Debug> HTTP-Session: 19aafc08-3ff7-4c83-9f81-7618a22fdc01 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5228 | 2024.07.19 18:47:52.763864 [ 3 ] {} <Debug> HTTP-Session: 19aafc08-3ff7-4c83-9f81-7618a22fdc01 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5229 | 2024.07.19 18:47:52.763895 [ 3 ] {} <Trace> HTTP-Session: 19aafc08-3ff7-4c83-9f81-7618a22fdc01 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5230 | 2024.07.19 18:47:52.764003 [ 3 ] {d28d43ba-bd15-4c8d-801f-e2433d2f3d46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 5231 | 2024.07.19 18:47:52.764049 [ 3 ] {d28d43ba-bd15-4c8d-801f-e2433d2f3d46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 5232 | 2024.07.19 18:47:52.764195 [ 3 ] {d28d43ba-bd15-4c8d-801f-e2433d2f3d46} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5233 | 2024.07.19 18:47:52.764485 [ 3 ] {d28d43ba-bd15-4c8d-801f-e2433d2f3d46} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5234 | 2024.07.19 18:47:52.764523 [ 3 ] {d28d43ba-bd15-4c8d-801f-e2433d2f3d46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 5235 | 2024.07.19 18:47:52.764915 [ 3 ] {d28d43ba-bd15-4c8d-801f-e2433d2f3d46} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 5236 | 2024.07.19 18:47:52.765234 [ 3 ] {d28d43ba-bd15-4c8d-801f-e2433d2f3d46} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5237 | 2024.07.19 18:47:52.765391 [ 3 ] {d28d43ba-bd15-4c8d-801f-e2433d2f3d46} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001411 sec., 16300.49610205528 rows/sec., 881.74 KiB/sec. | ||
| 5238 | 2024.07.19 18:47:52.765559 [ 3 ] {d28d43ba-bd15-4c8d-801f-e2433d2f3d46} <Debug> DynamicQueryHandler: Done processing query | ||
| 5239 | 2024.07.19 18:47:52.765585 [ 3 ] {d28d43ba-bd15-4c8d-801f-e2433d2f3d46} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 5240 | 2024.07.19 18:47:52.765600 [ 3 ] {} <Debug> HTTP-Session: 19aafc08-3ff7-4c83-9f81-7618a22fdc01 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5241 | 2024.07.19 18:47:52.765715 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5242 | 2024.07.19 18:47:52.765764 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5243 | 2024.07.19 18:47:52.765782 [ 3 ] {} <Debug> HTTP-Session: afe9cda4-9391-440d-9684-1d8370186a0a Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 5244 | 2024.07.19 18:47:52.765798 [ 3 ] {} <Debug> HTTP-Session: afe9cda4-9391-440d-9684-1d8370186a0a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5245 | 2024.07.19 18:47:52.765811 [ 3 ] {} <Debug> HTTP-Session: afe9cda4-9391-440d-9684-1d8370186a0a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5246 | 2024.07.19 18:47:52.765842 [ 3 ] {} <Trace> HTTP-Session: afe9cda4-9391-440d-9684-1d8370186a0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5247 | 2024.07.19 18:47:52.765956 [ 3 ] {4e158303-5c34-4788-87f0-13f85bed8b60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 5248 | 2024.07.19 18:47:52.766001 [ 3 ] {4e158303-5c34-4788-87f0-13f85bed8b60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5249 | 2024.07.19 18:47:52.766128 [ 3 ] {4e158303-5c34-4788-87f0-13f85bed8b60} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5250 | 2024.07.19 18:47:52.766432 [ 3 ] {4e158303-5c34-4788-87f0-13f85bed8b60} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5251 | 2024.07.19 18:47:52.766468 [ 3 ] {4e158303-5c34-4788-87f0-13f85bed8b60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 5252 | 2024.07.19 18:47:52.766821 [ 3 ] {4e158303-5c34-4788-87f0-13f85bed8b60} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 5253 | 2024.07.19 18:47:52.767141 [ 3 ] {4e158303-5c34-4788-87f0-13f85bed8b60} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5254 | 2024.07.19 18:47:52.767297 [ 145 ] {} <Debug> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 5255 | 2024.07.19 18:47:52.767304 [ 3 ] {4e158303-5c34-4788-87f0-13f85bed8b60} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00138 sec., 43478.260869565216 rows/sec., 2.93 MiB/sec. | ||
| 5256 | 2024.07.19 18:47:52.767349 [ 145 ] {} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5257 | 2024.07.19 18:47:52.767422 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 5258 | 2024.07.19 18:47:52.767604 [ 200 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::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 | ||
| 5259 | 2024.07.19 18:47:52.767618 [ 3 ] {4e158303-5c34-4788-87f0-13f85bed8b60} <Debug> DynamicQueryHandler: Done processing query | ||
| 5260 | 2024.07.19 18:47:52.767678 [ 3 ] {4e158303-5c34-4788-87f0-13f85bed8b60} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5261 | 2024.07.19 18:47:52.767708 [ 3 ] {} <Debug> HTTP-Session: afe9cda4-9391-440d-9684-1d8370186a0a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5262 | 2024.07.19 18:47:52.767820 [ 200 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5263 | 2024.07.19 18:47:52.767861 [ 200 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 656 rows starting from the beginning of the part | ||
| 5264 | 2024.07.19 18:47:52.767939 [ 200 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::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 | ||
| 5265 | 2024.07.19 18:47:52.768046 [ 200 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::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 | ||
| 5266 | 2024.07.19 18:47:52.768169 [ 200 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::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 | ||
| 5267 | 2024.07.19 18:47:52.768254 [ 200 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::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 | ||
| 5268 | 2024.07.19 18:47:52.768333 [ 200 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::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 | ||
| 5269 | 2024.07.19 18:47:52.769430 [ 189 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 956 rows, containing 4 columns (4 merged, 0 gathered) in 0.00190933 sec., 500699.19814804144 rows/sec., 33.84 MiB/sec. | ||
| 5270 | 2024.07.19 18:47:52.769599 [ 200 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 5271 | 2024.07.19 18:47:52.769978 [ 200 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_21_4} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5272 | 2024.07.19 18:47:52.770058 [ 200 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_21_4} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 5273 | 2024.07.19 18:47:52.770143 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
| 5274 | 2024.07.19 18:47:57.737977 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 623, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5275 | 2024.07.19 18:47:57.738120 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5276 | 2024.07.19 18:47:57.738149 [ 3 ] {} <Debug> HTTP-Session: a84978f9-b645-4dee-86f1-f7ca79758ea4 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 5277 | 2024.07.19 18:47:57.738178 [ 3 ] {} <Debug> HTTP-Session: a84978f9-b645-4dee-86f1-f7ca79758ea4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5278 | 2024.07.19 18:47:57.738196 [ 3 ] {} <Debug> HTTP-Session: a84978f9-b645-4dee-86f1-f7ca79758ea4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5279 | 2024.07.19 18:47:57.738250 [ 3 ] {} <Trace> HTTP-Session: a84978f9-b645-4dee-86f1-f7ca79758ea4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5280 | 2024.07.19 18:47:57.738453 [ 3 ] {617f036d-c3f1-4d23-a266-9a0d47aa08f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 5281 | 2024.07.19 18:47:57.738528 [ 3 ] {617f036d-c3f1-4d23-a266-9a0d47aa08f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 5282 | 2024.07.19 18:47:57.738744 [ 3 ] {617f036d-c3f1-4d23-a266-9a0d47aa08f9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5283 | 2024.07.19 18:47:57.739228 [ 3 ] {617f036d-c3f1-4d23-a266-9a0d47aa08f9} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5284 | 2024.07.19 18:47:57.739275 [ 3 ] {617f036d-c3f1-4d23-a266-9a0d47aa08f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 5285 | 2024.07.19 18:47:57.739646 [ 3 ] {617f036d-c3f1-4d23-a266-9a0d47aa08f9} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 5286 | 2024.07.19 18:47:57.739996 [ 3 ] {617f036d-c3f1-4d23-a266-9a0d47aa08f9} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5287 | 2024.07.19 18:47:57.740159 [ 3 ] {617f036d-c3f1-4d23-a266-9a0d47aa08f9} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.00176 sec., 2272.7272727272725 rows/sec., 184.22 KiB/sec. | ||
| 5288 | 2024.07.19 18:47:57.740498 [ 3 ] {617f036d-c3f1-4d23-a266-9a0d47aa08f9} <Debug> DynamicQueryHandler: Done processing query | ||
| 5289 | 2024.07.19 18:47:57.740527 [ 3 ] {617f036d-c3f1-4d23-a266-9a0d47aa08f9} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 5290 | 2024.07.19 18:47:57.740548 [ 3 ] {} <Debug> HTTP-Session: a84978f9-b645-4dee-86f1-f7ca79758ea4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5291 | 2024.07.19 18:47:57.740711 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9662, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5292 | 2024.07.19 18:47:57.740772 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5293 | 2024.07.19 18:47:57.740792 [ 3 ] {} <Debug> HTTP-Session: 30209144-803e-4199-9ea6-8b9ca6b5799f Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 5294 | 2024.07.19 18:47:57.740809 [ 3 ] {} <Debug> HTTP-Session: 30209144-803e-4199-9ea6-8b9ca6b5799f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5295 | 2024.07.19 18:47:57.740823 [ 3 ] {} <Debug> HTTP-Session: 30209144-803e-4199-9ea6-8b9ca6b5799f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5296 | 2024.07.19 18:47:57.740859 [ 3 ] {} <Trace> HTTP-Session: 30209144-803e-4199-9ea6-8b9ca6b5799f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5297 | 2024.07.19 18:47:57.740988 [ 3 ] {c211e7b4-580b-4513-9404-9a877f483106} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5298 | 2024.07.19 18:47:57.741038 [ 3 ] {c211e7b4-580b-4513-9404-9a877f483106} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5299 | 2024.07.19 18:47:57.741185 [ 3 ] {c211e7b4-580b-4513-9404-9a877f483106} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5300 | 2024.07.19 18:47:57.741551 [ 3 ] {c211e7b4-580b-4513-9404-9a877f483106} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5301 | 2024.07.19 18:47:57.741590 [ 3 ] {c211e7b4-580b-4513-9404-9a877f483106} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 5302 | 2024.07.19 18:47:57.741961 [ 3 ] {c211e7b4-580b-4513-9404-9a877f483106} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5303 | 2024.07.19 18:47:57.742311 [ 3 ] {c211e7b4-580b-4513-9404-9a877f483106} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5304 | 2024.07.19 18:47:57.742485 [ 3 ] {c211e7b4-580b-4513-9404-9a877f483106} <Debug> executeQuery: Read 68 rows, 5.51 KiB in 0.001533 sec., 44357.46901500326 rows/sec., 3.51 MiB/sec. | ||
| 5305 | 2024.07.19 18:47:57.742767 [ 3 ] {c211e7b4-580b-4513-9404-9a877f483106} <Debug> DynamicQueryHandler: Done processing query | ||
| 5306 | 2024.07.19 18:47:57.742806 [ 3 ] {c211e7b4-580b-4513-9404-9a877f483106} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 5307 | 2024.07.19 18:47:57.742830 [ 3 ] {} <Debug> HTTP-Session: 30209144-803e-4199-9ea6-8b9ca6b5799f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5308 | 2024.07.19 18:47:57.742996 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 11562, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5309 | 2024.07.19 18:47:57.743067 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5310 | 2024.07.19 18:47:57.743089 [ 3 ] {} <Debug> HTTP-Session: 14aefb78-6dee-4c94-bd13-d6aa7ec8ae60 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 5311 | 2024.07.19 18:47:57.743111 [ 3 ] {} <Debug> HTTP-Session: 14aefb78-6dee-4c94-bd13-d6aa7ec8ae60 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5312 | 2024.07.19 18:47:57.743129 [ 3 ] {} <Debug> HTTP-Session: 14aefb78-6dee-4c94-bd13-d6aa7ec8ae60 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5313 | 2024.07.19 18:47:57.743163 [ 3 ] {} <Trace> HTTP-Session: 14aefb78-6dee-4c94-bd13-d6aa7ec8ae60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5314 | 2024.07.19 18:47:57.743295 [ 3 ] {44205452-8a9d-41bb-ab43-92cf8f8e253a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5315 | 2024.07.19 18:47:57.743340 [ 3 ] {44205452-8a9d-41bb-ab43-92cf8f8e253a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5316 | 2024.07.19 18:47:57.743506 [ 3 ] {44205452-8a9d-41bb-ab43-92cf8f8e253a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5317 | 2024.07.19 18:47:57.743861 [ 3 ] {44205452-8a9d-41bb-ab43-92cf8f8e253a} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5318 | 2024.07.19 18:47:57.743898 [ 3 ] {44205452-8a9d-41bb-ab43-92cf8f8e253a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 5319 | 2024.07.19 18:47:57.744211 [ 3 ] {44205452-8a9d-41bb-ab43-92cf8f8e253a} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5320 | 2024.07.19 18:47:57.744516 [ 3 ] {44205452-8a9d-41bb-ab43-92cf8f8e253a} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5321 | 2024.07.19 18:47:57.744644 [ 3 ] {44205452-8a9d-41bb-ab43-92cf8f8e253a} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001397 sec., 48675.733715103794 rows/sec., 3.80 MiB/sec. | ||
| 5322 | 2024.07.19 18:47:57.744909 [ 3 ] {44205452-8a9d-41bb-ab43-92cf8f8e253a} <Debug> DynamicQueryHandler: Done processing query | ||
| 5323 | 2024.07.19 18:47:57.744942 [ 3 ] {44205452-8a9d-41bb-ab43-92cf8f8e253a} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 5324 | 2024.07.19 18:47:57.744959 [ 3 ] {} <Debug> HTTP-Session: 14aefb78-6dee-4c94-bd13-d6aa7ec8ae60 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5325 | 2024.07.19 18:47:57.745123 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5326 | 2024.07.19 18:47:57.745174 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5327 | 2024.07.19 18:47:57.745193 [ 3 ] {} <Debug> HTTP-Session: d3fb08e5-8a9e-4f70-876b-57e368118e48 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 5328 | 2024.07.19 18:47:57.745210 [ 3 ] {} <Debug> HTTP-Session: d3fb08e5-8a9e-4f70-876b-57e368118e48 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5329 | 2024.07.19 18:47:57.745223 [ 3 ] {} <Debug> HTTP-Session: d3fb08e5-8a9e-4f70-876b-57e368118e48 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5330 | 2024.07.19 18:47:57.745255 [ 3 ] {} <Trace> HTTP-Session: d3fb08e5-8a9e-4f70-876b-57e368118e48 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5331 | 2024.07.19 18:47:57.745403 [ 3 ] {2d0ec398-eb0b-41e8-8f20-5df8312d6cfd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5332 | 2024.07.19 18:47:57.745452 [ 3 ] {2d0ec398-eb0b-41e8-8f20-5df8312d6cfd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5333 | 2024.07.19 18:47:57.745615 [ 3 ] {2d0ec398-eb0b-41e8-8f20-5df8312d6cfd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5334 | 2024.07.19 18:47:57.746034 [ 3 ] {2d0ec398-eb0b-41e8-8f20-5df8312d6cfd} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5335 | 2024.07.19 18:47:57.746069 [ 3 ] {2d0ec398-eb0b-41e8-8f20-5df8312d6cfd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 5336 | 2024.07.19 18:47:57.746457 [ 3 ] {2d0ec398-eb0b-41e8-8f20-5df8312d6cfd} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 5337 | 2024.07.19 18:47:57.746803 [ 3 ] {2d0ec398-eb0b-41e8-8f20-5df8312d6cfd} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5338 | 2024.07.19 18:47:57.746931 [ 3 ] {2d0ec398-eb0b-41e8-8f20-5df8312d6cfd} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001598 sec., 100125.15644555695 rows/sec., 6.97 MiB/sec. | ||
| 5339 | 2024.07.19 18:47:57.747260 [ 3 ] {2d0ec398-eb0b-41e8-8f20-5df8312d6cfd} <Debug> DynamicQueryHandler: Done processing query | ||
| 5340 | 2024.07.19 18:47:57.747285 [ 3 ] {2d0ec398-eb0b-41e8-8f20-5df8312d6cfd} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 5341 | 2024.07.19 18:47:57.747301 [ 3 ] {} <Debug> HTTP-Session: d3fb08e5-8a9e-4f70-876b-57e368118e48 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5342 | 2024.07.19 18:47:57.747431 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 6354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5343 | 2024.07.19 18:47:57.747481 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5344 | 2024.07.19 18:47:57.747501 [ 3 ] {} <Debug> HTTP-Session: 631256d2-ac6f-4059-852a-43741524b7c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 5345 | 2024.07.19 18:47:57.747517 [ 3 ] {} <Debug> HTTP-Session: 631256d2-ac6f-4059-852a-43741524b7c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5346 | 2024.07.19 18:47:57.747531 [ 3 ] {} <Debug> HTTP-Session: 631256d2-ac6f-4059-852a-43741524b7c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5347 | 2024.07.19 18:47:57.747568 [ 3 ] {} <Trace> HTTP-Session: 631256d2-ac6f-4059-852a-43741524b7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5348 | 2024.07.19 18:47:57.747710 [ 3 ] {2e47759e-7533-481b-991d-0dc099032d4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 5349 | 2024.07.19 18:47:57.747784 [ 3 ] {2e47759e-7533-481b-991d-0dc099032d4d} <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 | ||
| 5350 | 2024.07.19 18:47:57.748220 [ 3 ] {2e47759e-7533-481b-991d-0dc099032d4d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5351 | 2024.07.19 18:47:57.748683 [ 3 ] {2e47759e-7533-481b-991d-0dc099032d4d} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5352 | 2024.07.19 18:47:57.748719 [ 3 ] {2e47759e-7533-481b-991d-0dc099032d4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 5353 | 2024.07.19 18:47:57.749304 [ 3 ] {2e47759e-7533-481b-991d-0dc099032d4d} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 5354 | 2024.07.19 18:47:57.749726 [ 3 ] {2e47759e-7533-481b-991d-0dc099032d4d} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5355 | 2024.07.19 18:47:57.749874 [ 3 ] {2e47759e-7533-481b-991d-0dc099032d4d} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002234 sec., 1790.510295434199 rows/sec., 3.21 MiB/sec. | ||
| 5356 | 2024.07.19 18:47:57.750107 [ 3 ] {2e47759e-7533-481b-991d-0dc099032d4d} <Debug> DynamicQueryHandler: Done processing query | ||
| 5357 | 2024.07.19 18:47:57.750133 [ 3 ] {2e47759e-7533-481b-991d-0dc099032d4d} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 5358 | 2024.07.19 18:47:57.750149 [ 3 ] {} <Debug> HTTP-Session: 631256d2-ac6f-4059-852a-43741524b7c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5359 | 2024.07.19 18:47:57.750272 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5360 | 2024.07.19 18:47:57.750322 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5361 | 2024.07.19 18:47:57.750340 [ 3 ] {} <Debug> HTTP-Session: fbe0eeba-482c-430d-8cc3-faeab0deeca9 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 5362 | 2024.07.19 18:47:57.750357 [ 3 ] {} <Debug> HTTP-Session: fbe0eeba-482c-430d-8cc3-faeab0deeca9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5363 | 2024.07.19 18:47:57.750370 [ 3 ] {} <Debug> HTTP-Session: fbe0eeba-482c-430d-8cc3-faeab0deeca9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5364 | 2024.07.19 18:47:57.750402 [ 3 ] {} <Trace> HTTP-Session: fbe0eeba-482c-430d-8cc3-faeab0deeca9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5365 | 2024.07.19 18:47:57.750519 [ 3 ] {59886ff9-b20d-43ee-96c3-d602b1df7aa4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 5366 | 2024.07.19 18:47:57.750564 [ 3 ] {59886ff9-b20d-43ee-96c3-d602b1df7aa4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5367 | 2024.07.19 18:47:57.750690 [ 3 ] {59886ff9-b20d-43ee-96c3-d602b1df7aa4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5368 | 2024.07.19 18:47:57.750982 [ 3 ] {59886ff9-b20d-43ee-96c3-d602b1df7aa4} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5369 | 2024.07.19 18:47:57.751017 [ 3 ] {59886ff9-b20d-43ee-96c3-d602b1df7aa4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 5370 | 2024.07.19 18:47:57.751366 [ 3 ] {59886ff9-b20d-43ee-96c3-d602b1df7aa4} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 5371 | 2024.07.19 18:47:57.751683 [ 3 ] {59886ff9-b20d-43ee-96c3-d602b1df7aa4} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5372 | 2024.07.19 18:47:57.751805 [ 3 ] {59886ff9-b20d-43ee-96c3-d602b1df7aa4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001328 sec., 45180.72289156626 rows/sec., 3.04 MiB/sec. | ||
| 5373 | 2024.07.19 18:47:57.751962 [ 3 ] {59886ff9-b20d-43ee-96c3-d602b1df7aa4} <Debug> DynamicQueryHandler: Done processing query | ||
| 5374 | 2024.07.19 18:47:57.751988 [ 3 ] {59886ff9-b20d-43ee-96c3-d602b1df7aa4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5375 | 2024.07.19 18:47:57.752003 [ 3 ] {} <Debug> HTTP-Session: fbe0eeba-482c-430d-8cc3-faeab0deeca9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5376 | 2024.07.19 18:48:00.514746 [ 141 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5377 | 2024.07.19 18:48:00.514798 [ 141 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5378 | 2024.07.19 18:48:02.743215 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 4480, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5379 | 2024.07.19 18:48:02.743345 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5380 | 2024.07.19 18:48:02.743371 [ 3 ] {} <Debug> HTTP-Session: 3e909e25-6e13-41c2-b7f7-0f0bb7d329d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 5381 | 2024.07.19 18:48:02.743396 [ 3 ] {} <Debug> HTTP-Session: 3e909e25-6e13-41c2-b7f7-0f0bb7d329d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5382 | 2024.07.19 18:48:02.743411 [ 3 ] {} <Debug> HTTP-Session: 3e909e25-6e13-41c2-b7f7-0f0bb7d329d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5383 | 2024.07.19 18:48:02.743463 [ 3 ] {} <Trace> HTTP-Session: 3e909e25-6e13-41c2-b7f7-0f0bb7d329d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5384 | 2024.07.19 18:48:02.743661 [ 3 ] {21e211a1-c71c-48f3-a541-2e780506dbc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 5385 | 2024.07.19 18:48:02.743731 [ 3 ] {21e211a1-c71c-48f3-a541-2e780506dbc2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 5386 | 2024.07.19 18:48:02.743926 [ 3 ] {21e211a1-c71c-48f3-a541-2e780506dbc2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5387 | 2024.07.19 18:48:02.744387 [ 3 ] {21e211a1-c71c-48f3-a541-2e780506dbc2} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5388 | 2024.07.19 18:48:02.744441 [ 3 ] {21e211a1-c71c-48f3-a541-2e780506dbc2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 5389 | 2024.07.19 18:48:02.744998 [ 3 ] {21e211a1-c71c-48f3-a541-2e780506dbc2} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5390 | 2024.07.19 18:48:02.745459 [ 3 ] {21e211a1-c71c-48f3-a541-2e780506dbc2} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5391 | 2024.07.19 18:48:02.745637 [ 3 ] {21e211a1-c71c-48f3-a541-2e780506dbc2} <Debug> executeQuery: Read 32 rows, 2.45 KiB in 0.00203 sec., 15763.546798029556 rows/sec., 1.18 MiB/sec. | ||
| 5392 | 2024.07.19 18:48:02.745858 [ 3 ] {21e211a1-c71c-48f3-a541-2e780506dbc2} <Debug> DynamicQueryHandler: Done processing query | ||
| 5393 | 2024.07.19 18:48:02.745887 [ 3 ] {21e211a1-c71c-48f3-a541-2e780506dbc2} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5394 | 2024.07.19 18:48:02.745904 [ 3 ] {} <Debug> HTTP-Session: 3e909e25-6e13-41c2-b7f7-0f0bb7d329d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5395 | 2024.07.19 18:48:02.746074 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 36141, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5396 | 2024.07.19 18:48:02.746135 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5397 | 2024.07.19 18:48:02.746155 [ 3 ] {} <Debug> HTTP-Session: 513b2c6c-0d48-402e-9ee0-4c4a1a95c7e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 5398 | 2024.07.19 18:48:02.746173 [ 3 ] {} <Debug> HTTP-Session: 513b2c6c-0d48-402e-9ee0-4c4a1a95c7e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5399 | 2024.07.19 18:48:02.746186 [ 3 ] {} <Debug> HTTP-Session: 513b2c6c-0d48-402e-9ee0-4c4a1a95c7e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5400 | 2024.07.19 18:48:02.746222 [ 3 ] {} <Trace> HTTP-Session: 513b2c6c-0d48-402e-9ee0-4c4a1a95c7e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5401 | 2024.07.19 18:48:02.746391 [ 3 ] {362937b1-1f0a-401b-a1a6-e4a448480b8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5402 | 2024.07.19 18:48:02.746440 [ 3 ] {362937b1-1f0a-401b-a1a6-e4a448480b8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5403 | 2024.07.19 18:48:02.746576 [ 3 ] {362937b1-1f0a-401b-a1a6-e4a448480b8d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5404 | 2024.07.19 18:48:02.747043 [ 3 ] {362937b1-1f0a-401b-a1a6-e4a448480b8d} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5405 | 2024.07.19 18:48:02.747081 [ 3 ] {362937b1-1f0a-401b-a1a6-e4a448480b8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 5406 | 2024.07.19 18:48:02.747415 [ 3 ] {362937b1-1f0a-401b-a1a6-e4a448480b8d} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5407 | 2024.07.19 18:48:02.747725 [ 3 ] {362937b1-1f0a-401b-a1a6-e4a448480b8d} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5408 | 2024.07.19 18:48:02.747873 [ 3 ] {362937b1-1f0a-401b-a1a6-e4a448480b8d} <Debug> executeQuery: Read 239 rows, 21.60 KiB in 0.001557 sec., 153500.32113037893 rows/sec., 13.55 MiB/sec. | ||
| 5409 | 2024.07.19 18:48:02.747886 [ 142 ] {} <Debug> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5410 | 2024.07.19 18:48:02.747988 [ 142 ] {} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5411 | 2024.07.19 18:48:02.748033 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 5412 | 2024.07.19 18:48:02.748118 [ 3 ] {362937b1-1f0a-401b-a1a6-e4a448480b8d} <Debug> DynamicQueryHandler: Done processing query | ||
| 5413 | 2024.07.19 18:48:02.748199 [ 3 ] {362937b1-1f0a-401b-a1a6-e4a448480b8d} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
| 5414 | 2024.07.19 18:48:02.748284 [ 3 ] {} <Debug> HTTP-Session: 513b2c6c-0d48-402e-9ee0-4c4a1a95c7e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5415 | 2024.07.19 18:48:02.748360 [ 197 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::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 | ||
| 5416 | 2024.07.19 18:48:02.748599 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 65978, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5417 | 2024.07.19 18:48:02.748617 [ 197 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5418 | 2024.07.19 18:48:02.748677 [ 197 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 293 rows starting from the beginning of the part | ||
| 5419 | 2024.07.19 18:48:02.748689 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5420 | 2024.07.19 18:48:02.748732 [ 3 ] {} <Debug> HTTP-Session: 81f03c98-631d-4f88-86fe-76fce29a92e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 5421 | 2024.07.19 18:48:02.748779 [ 3 ] {} <Debug> HTTP-Session: 81f03c98-631d-4f88-86fe-76fce29a92e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5422 | 2024.07.19 18:48:02.748842 [ 3 ] {} <Debug> HTTP-Session: 81f03c98-631d-4f88-86fe-76fce29a92e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5423 | 2024.07.19 18:48:02.748890 [ 197 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 276 rows starting from the beginning of the part | ||
| 5424 | 2024.07.19 18:48:02.749005 [ 3 ] {} <Trace> HTTP-Session: 81f03c98-631d-4f88-86fe-76fce29a92e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5425 | 2024.07.19 18:48:02.749183 [ 197 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 70 rows starting from the beginning of the part | ||
| 5426 | 2024.07.19 18:48:02.749409 [ 197 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 239 rows starting from the beginning of the part | ||
| 5427 | 2024.07.19 18:48:02.749489 [ 197 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 68 rows starting from the beginning of the part | ||
| 5428 | 2024.07.19 18:48:02.749608 [ 3 ] {c8284274-7b48-4c34-a134-aaea1f14d881} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5429 | 2024.07.19 18:48:02.749780 [ 197 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 239 rows starting from the beginning of the part | ||
| 5430 | 2024.07.19 18:48:02.749801 [ 3 ] {c8284274-7b48-4c34-a134-aaea1f14d881} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5431 | 2024.07.19 18:48:02.750526 [ 3 ] {c8284274-7b48-4c34-a134-aaea1f14d881} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5432 | 2024.07.19 18:48:02.751620 [ 3 ] {c8284274-7b48-4c34-a134-aaea1f14d881} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5433 | 2024.07.19 18:48:02.751691 [ 3 ] {c8284274-7b48-4c34-a134-aaea1f14d881} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 5434 | 2024.07.19 18:48:02.752427 [ 3 ] {c8284274-7b48-4c34-a134-aaea1f14d881} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5435 | 2024.07.19 18:48:02.752626 [ 197 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1185 rows, containing 4 columns (4 merged, 0 gathered) in 0.00448888 sec., 263985.67125875497 rows/sec., 22.80 MiB/sec. | ||
| 5436 | 2024.07.19 18:48:02.752981 [ 200 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5437 | 2024.07.19 18:48:02.753109 [ 3 ] {c8284274-7b48-4c34-a134-aaea1f14d881} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5438 | 2024.07.19 18:48:02.753358 [ 142 ] {} <Debug> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5439 | 2024.07.19 18:48:02.753431 [ 3 ] {c8284274-7b48-4c34-a134-aaea1f14d881} <Debug> executeQuery: Read 408 rows, 29.56 KiB in 0.004095 sec., 99633.69963369964 rows/sec., 7.05 MiB/sec. | ||
| 5440 | 2024.07.19 18:48:02.753449 [ 142 ] {} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5441 | 2024.07.19 18:48:02.753530 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 5442 | 2024.07.19 18:48:02.754055 [ 189 ] {67671d04-4863-4609-b795-f6318ed5bf2b::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 | ||
| 5443 | 2024.07.19 18:48:02.754214 [ 3 ] {c8284274-7b48-4c34-a134-aaea1f14d881} <Debug> DynamicQueryHandler: Done processing query | ||
| 5444 | 2024.07.19 18:48:02.754326 [ 3 ] {c8284274-7b48-4c34-a134-aaea1f14d881} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
| 5445 | 2024.07.19 18:48:02.754409 [ 3 ] {} <Debug> HTTP-Session: 81f03c98-631d-4f88-86fe-76fce29a92e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5446 | 2024.07.19 18:48:02.754601 [ 189 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5447 | 2024.07.19 18:48:02.754659 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5448 | 2024.07.19 18:48:02.754685 [ 189 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 466 rows starting from the beginning of the part | ||
| 5449 | 2024.07.19 18:48:02.754776 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5450 | 2024.07.19 18:48:02.754897 [ 3 ] {} <Debug> HTTP-Session: 07efb878-d825-4aeb-a8a7-11a2410ae901 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 5451 | 2024.07.19 18:48:02.754987 [ 200 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_26_5} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5452 | 2024.07.19 18:48:02.755052 [ 3 ] {} <Debug> HTTP-Session: 07efb878-d825-4aeb-a8a7-11a2410ae901 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5453 | 2024.07.19 18:48:02.755072 [ 189 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 434 rows starting from the beginning of the part | ||
| 5454 | 2024.07.19 18:48:02.755177 [ 3 ] {} <Debug> HTTP-Session: 07efb878-d825-4aeb-a8a7-11a2410ae901 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5455 | 2024.07.19 18:48:02.755481 [ 200 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_26_5} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5456 | 2024.07.19 18:48:02.755516 [ 3 ] {} <Trace> HTTP-Session: 07efb878-d825-4aeb-a8a7-11a2410ae901 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5457 | 2024.07.19 18:48:02.755482 [ 189 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 72 rows starting from the beginning of the part | ||
| 5458 | 2024.07.19 18:48:02.755921 [ 189 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 408 rows starting from the beginning of the part | ||
| 5459 | 2024.07.19 18:48:02.755941 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. | ||
| 5460 | 2024.07.19 18:48:02.756191 [ 189 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 68 rows starting from the beginning of the part | ||
| 5461 | 2024.07.19 18:48:02.756261 [ 3 ] {9bb49776-aedc-46a1-b473-48ec051d42c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 5462 | 2024.07.19 18:48:02.756389 [ 189 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 408 rows starting from the beginning of the part | ||
| 5463 | 2024.07.19 18:48:02.756477 [ 3 ] {9bb49776-aedc-46a1-b473-48ec051d42c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5464 | 2024.07.19 18:48:02.757212 [ 3 ] {9bb49776-aedc-46a1-b473-48ec051d42c7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5465 | 2024.07.19 18:48:02.757838 [ 3 ] {9bb49776-aedc-46a1-b473-48ec051d42c7} <Trace> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5466 | 2024.07.19 18:48:02.757899 [ 3 ] {9bb49776-aedc-46a1-b473-48ec051d42c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 5467 | 2024.07.19 18:48:02.758972 [ 3 ] {9bb49776-aedc-46a1-b473-48ec051d42c7} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 5468 | 2024.07.19 18:48:02.759634 [ 3 ] {9bb49776-aedc-46a1-b473-48ec051d42c7} <Trace> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5469 | 2024.07.19 18:48:02.759887 [ 199 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1856 rows, containing 4 columns (4 merged, 0 gathered) in 0.006177206 sec., 300459.46338846395 rows/sec., 21.52 MiB/sec. | ||
| 5470 | 2024.07.19 18:48:02.759999 [ 3 ] {9bb49776-aedc-46a1-b473-48ec051d42c7} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.004158 sec., 1443.001443001443 rows/sec., 62.00 KiB/sec. | ||
| 5471 | 2024.07.19 18:48:02.760232 [ 199 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5472 | 2024.07.19 18:48:02.760319 [ 3 ] {9bb49776-aedc-46a1-b473-48ec051d42c7} <Debug> DynamicQueryHandler: Done processing query | ||
| 5473 | 2024.07.19 18:48:02.760362 [ 3 ] {9bb49776-aedc-46a1-b473-48ec051d42c7} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 5474 | 2024.07.19 18:48:02.760381 [ 3 ] {} <Debug> HTTP-Session: 07efb878-d825-4aeb-a8a7-11a2410ae901 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5475 | 2024.07.19 18:48:02.760710 [ 199 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_26_5} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5476 | 2024.07.19 18:48:02.760802 [ 199 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_26_5} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5477 | 2024.07.19 18:48:02.760927 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. | ||
| 5478 | 2024.07.19 18:48:02.760939 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 14079, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5479 | 2024.07.19 18:48:02.761016 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5480 | 2024.07.19 18:48:02.761035 [ 3 ] {} <Debug> HTTP-Session: f67eaed2-5951-488a-a0eb-353f32f3378d Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 5481 | 2024.07.19 18:48:02.761052 [ 3 ] {} <Debug> HTTP-Session: f67eaed2-5951-488a-a0eb-353f32f3378d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5482 | 2024.07.19 18:48:02.761065 [ 3 ] {} <Debug> HTTP-Session: f67eaed2-5951-488a-a0eb-353f32f3378d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5483 | 2024.07.19 18:48:02.761100 [ 3 ] {} <Trace> HTTP-Session: f67eaed2-5951-488a-a0eb-353f32f3378d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5484 | 2024.07.19 18:48:02.761246 [ 3 ] {022baccb-c359-4969-9791-c5514a1a8b36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 5485 | 2024.07.19 18:48:02.761296 [ 3 ] {022baccb-c359-4969-9791-c5514a1a8b36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 5486 | 2024.07.19 18:48:02.761472 [ 3 ] {022baccb-c359-4969-9791-c5514a1a8b36} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5487 | 2024.07.19 18:48:02.761801 [ 3 ] {022baccb-c359-4969-9791-c5514a1a8b36} <Trace> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5488 | 2024.07.19 18:48:02.761838 [ 3 ] {022baccb-c359-4969-9791-c5514a1a8b36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 5489 | 2024.07.19 18:48:02.762215 [ 3 ] {022baccb-c359-4969-9791-c5514a1a8b36} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 5490 | 2024.07.19 18:48:02.762557 [ 3 ] {022baccb-c359-4969-9791-c5514a1a8b36} <Trace> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5491 | 2024.07.19 18:48:02.762725 [ 3 ] {022baccb-c359-4969-9791-c5514a1a8b36} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001536 sec., 50130.20833333333 rows/sec., 3.09 MiB/sec. | ||
| 5492 | 2024.07.19 18:48:02.763026 [ 3 ] {022baccb-c359-4969-9791-c5514a1a8b36} <Debug> DynamicQueryHandler: Done processing query | ||
| 5493 | 2024.07.19 18:48:02.763050 [ 3 ] {022baccb-c359-4969-9791-c5514a1a8b36} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 5494 | 2024.07.19 18:48:02.763067 [ 3 ] {} <Debug> HTTP-Session: f67eaed2-5951-488a-a0eb-353f32f3378d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5495 | 2024.07.19 18:48:02.763220 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5496 | 2024.07.19 18:48:02.763271 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5497 | 2024.07.19 18:48:02.763289 [ 3 ] {} <Debug> HTTP-Session: 087e66ec-807a-408c-bda4-f9ed17dd5b25 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 5498 | 2024.07.19 18:48:02.763305 [ 3 ] {} <Debug> HTTP-Session: 087e66ec-807a-408c-bda4-f9ed17dd5b25 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5499 | 2024.07.19 18:48:02.763319 [ 3 ] {} <Debug> HTTP-Session: 087e66ec-807a-408c-bda4-f9ed17dd5b25 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5500 | 2024.07.19 18:48:02.763350 [ 3 ] {} <Trace> HTTP-Session: 087e66ec-807a-408c-bda4-f9ed17dd5b25 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5501 | 2024.07.19 18:48:02.763551 [ 3 ] {29b8eac0-7dab-4ab4-9a7b-bdc288aa2b25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5502 | 2024.07.19 18:48:02.763606 [ 3 ] {29b8eac0-7dab-4ab4-9a7b-bdc288aa2b25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5503 | 2024.07.19 18:48:02.763791 [ 3 ] {29b8eac0-7dab-4ab4-9a7b-bdc288aa2b25} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5504 | 2024.07.19 18:48:02.764235 [ 3 ] {29b8eac0-7dab-4ab4-9a7b-bdc288aa2b25} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5505 | 2024.07.19 18:48:02.764272 [ 3 ] {29b8eac0-7dab-4ab4-9a7b-bdc288aa2b25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 5506 | 2024.07.19 18:48:02.764649 [ 3 ] {29b8eac0-7dab-4ab4-9a7b-bdc288aa2b25} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 5507 | 2024.07.19 18:48:02.764987 [ 3 ] {29b8eac0-7dab-4ab4-9a7b-bdc288aa2b25} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5508 | 2024.07.19 18:48:02.765147 [ 3 ] {29b8eac0-7dab-4ab4-9a7b-bdc288aa2b25} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001708 sec., 93676.8149882904 rows/sec., 6.52 MiB/sec. | ||
| 5509 | 2024.07.19 18:48:02.765316 [ 3 ] {29b8eac0-7dab-4ab4-9a7b-bdc288aa2b25} <Debug> DynamicQueryHandler: Done processing query | ||
| 5510 | 2024.07.19 18:48:02.765341 [ 3 ] {29b8eac0-7dab-4ab4-9a7b-bdc288aa2b25} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 5511 | 2024.07.19 18:48:02.765357 [ 3 ] {} <Debug> HTTP-Session: 087e66ec-807a-408c-bda4-f9ed17dd5b25 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5512 | 2024.07.19 18:48:02.765532 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 41953, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5513 | 2024.07.19 18:48:02.765580 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5514 | 2024.07.19 18:48:02.765599 [ 3 ] {} <Debug> HTTP-Session: e90e343e-7d7f-40ba-846a-4051091c5232 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 5515 | 2024.07.19 18:48:02.765616 [ 3 ] {} <Debug> HTTP-Session: e90e343e-7d7f-40ba-846a-4051091c5232 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5516 | 2024.07.19 18:48:02.765629 [ 3 ] {} <Debug> HTTP-Session: e90e343e-7d7f-40ba-846a-4051091c5232 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5517 | 2024.07.19 18:48:02.765660 [ 3 ] {} <Trace> HTTP-Session: e90e343e-7d7f-40ba-846a-4051091c5232 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5518 | 2024.07.19 18:48:02.766357 [ 3 ] {672252c8-d062-4711-9a40-8fa40777248a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 5519 | 2024.07.19 18:48:02.766424 [ 3 ] {672252c8-d062-4711-9a40-8fa40777248a} <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 | ||
| 5520 | 2024.07.19 18:48:02.766842 [ 3 ] {672252c8-d062-4711-9a40-8fa40777248a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5521 | 2024.07.19 18:48:02.767511 [ 3 ] {672252c8-d062-4711-9a40-8fa40777248a} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5522 | 2024.07.19 18:48:02.767548 [ 3 ] {672252c8-d062-4711-9a40-8fa40777248a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 5523 | 2024.07.19 18:48:02.768232 [ 3 ] {672252c8-d062-4711-9a40-8fa40777248a} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5524 | 2024.07.19 18:48:02.768647 [ 3 ] {672252c8-d062-4711-9a40-8fa40777248a} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5525 | 2024.07.19 18:48:02.768852 [ 3 ] {672252c8-d062-4711-9a40-8fa40777248a} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.003083 sec., 8433.344145313007 rows/sec., 15.11 MiB/sec. | ||
| 5526 | 2024.07.19 18:48:02.769404 [ 3 ] {672252c8-d062-4711-9a40-8fa40777248a} <Debug> DynamicQueryHandler: Done processing query | ||
| 5527 | 2024.07.19 18:48:02.769430 [ 3 ] {672252c8-d062-4711-9a40-8fa40777248a} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 5528 | 2024.07.19 18:48:02.769446 [ 3 ] {} <Debug> HTTP-Session: e90e343e-7d7f-40ba-846a-4051091c5232 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5529 | 2024.07.19 18:48:02.769567 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 3212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5530 | 2024.07.19 18:48:02.769614 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5531 | 2024.07.19 18:48:02.769633 [ 3 ] {} <Debug> HTTP-Session: c808a7c5-cd65-4d2f-95df-72d171a75850 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 5532 | 2024.07.19 18:48:02.769649 [ 3 ] {} <Debug> HTTP-Session: c808a7c5-cd65-4d2f-95df-72d171a75850 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5533 | 2024.07.19 18:48:02.769663 [ 3 ] {} <Debug> HTTP-Session: c808a7c5-cd65-4d2f-95df-72d171a75850 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5534 | 2024.07.19 18:48:02.769693 [ 3 ] {} <Trace> HTTP-Session: c808a7c5-cd65-4d2f-95df-72d171a75850 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5535 | 2024.07.19 18:48:02.769795 [ 3 ] {0543b4d0-bb1b-4c41-9783-3e9359f0f54d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 5536 | 2024.07.19 18:48:02.769840 [ 3 ] {0543b4d0-bb1b-4c41-9783-3e9359f0f54d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 5537 | 2024.07.19 18:48:02.769988 [ 3 ] {0543b4d0-bb1b-4c41-9783-3e9359f0f54d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5538 | 2024.07.19 18:48:02.770267 [ 3 ] {0543b4d0-bb1b-4c41-9783-3e9359f0f54d} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5539 | 2024.07.19 18:48:02.770303 [ 3 ] {0543b4d0-bb1b-4c41-9783-3e9359f0f54d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 5540 | 2024.07.19 18:48:02.770661 [ 3 ] {0543b4d0-bb1b-4c41-9783-3e9359f0f54d} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 5541 | 2024.07.19 18:48:02.770981 [ 3 ] {0543b4d0-bb1b-4c41-9783-3e9359f0f54d} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5542 | 2024.07.19 18:48:02.771133 [ 142 ] {} <Debug> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 5543 | 2024.07.19 18:48:02.771144 [ 3 ] {0543b4d0-bb1b-4c41-9783-3e9359f0f54d} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001371 sec., 16776.075857038657 rows/sec., 907.47 KiB/sec. | ||
| 5544 | 2024.07.19 18:48:02.771188 [ 142 ] {} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5545 | 2024.07.19 18:48:02.771261 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 5546 | 2024.07.19 18:48:02.771535 [ 3 ] {0543b4d0-bb1b-4c41-9783-3e9359f0f54d} <Debug> DynamicQueryHandler: Done processing query | ||
| 5547 | 2024.07.19 18:48:02.771552 [ 199 ] {797d7d8d-66e4-41ae-bea2-1c27ec06771c::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 | ||
| 5548 | 2024.07.19 18:48:02.771599 [ 3 ] {0543b4d0-bb1b-4c41-9783-3e9359f0f54d} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 5549 | 2024.07.19 18:48:02.771663 [ 3 ] {} <Debug> HTTP-Session: c808a7c5-cd65-4d2f-95df-72d171a75850 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5550 | 2024.07.19 18:48:02.771801 [ 199 ] {797d7d8d-66e4-41ae-bea2-1c27ec06771c::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5551 | 2024.07.19 18:48:02.771869 [ 199 ] {797d7d8d-66e4-41ae-bea2-1c27ec06771c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 119 rows starting from the beginning of the part | ||
| 5552 | 2024.07.19 18:48:02.771869 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5553 | 2024.07.19 18:48:02.772027 [ 199 ] {797d7d8d-66e4-41ae-bea2-1c27ec06771c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 23 rows starting from the beginning of the part | ||
| 5554 | 2024.07.19 18:48:02.772043 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5555 | 2024.07.19 18:48:02.772213 [ 3 ] {} <Debug> HTTP-Session: 3f3a060e-6015-4b78-9c17-27c000e29748 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 5556 | 2024.07.19 18:48:02.772348 [ 199 ] {797d7d8d-66e4-41ae-bea2-1c27ec06771c::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 | ||
| 5557 | 2024.07.19 18:48:02.772360 [ 3 ] {} <Debug> HTTP-Session: 3f3a060e-6015-4b78-9c17-27c000e29748 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5558 | 2024.07.19 18:48:02.772448 [ 3 ] {} <Debug> HTTP-Session: 3f3a060e-6015-4b78-9c17-27c000e29748 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5559 | 2024.07.19 18:48:02.772597 [ 199 ] {797d7d8d-66e4-41ae-bea2-1c27ec06771c::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 | ||
| 5560 | 2024.07.19 18:48:02.772697 [ 3 ] {} <Trace> HTTP-Session: 3f3a060e-6015-4b78-9c17-27c000e29748 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5561 | 2024.07.19 18:48:02.772887 [ 199 ] {797d7d8d-66e4-41ae-bea2-1c27ec06771c::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 | ||
| 5562 | 2024.07.19 18:48:02.773109 [ 199 ] {797d7d8d-66e4-41ae-bea2-1c27ec06771c::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 | ||
| 5563 | 2024.07.19 18:48:02.773441 [ 3 ] {9b6893ca-f2a1-467c-8d76-13b07e175f9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 5564 | 2024.07.19 18:48:02.773595 [ 3 ] {9b6893ca-f2a1-467c-8d76-13b07e175f9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5565 | 2024.07.19 18:48:02.774003 [ 3 ] {9b6893ca-f2a1-467c-8d76-13b07e175f9b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5566 | 2024.07.19 18:48:02.774845 [ 3 ] {9b6893ca-f2a1-467c-8d76-13b07e175f9b} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5567 | 2024.07.19 18:48:02.774913 [ 3 ] {9b6893ca-f2a1-467c-8d76-13b07e175f9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 5568 | 2024.07.19 18:48:02.775956 [ 3 ] {9b6893ca-f2a1-467c-8d76-13b07e175f9b} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 5569 | 2024.07.19 18:48:02.776026 [ 199 ] {797d7d8d-66e4-41ae-bea2-1c27ec06771c::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 4 columns (4 merged, 0 gathered) in 0.004670883 sec., 50097.59396670823 rows/sec., 2.76 MiB/sec. | ||
| 5570 | 2024.07.19 18:48:02.776224 [ 199 ] {797d7d8d-66e4-41ae-bea2-1c27ec06771c::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 5571 | 2024.07.19 18:48:02.776694 [ 3 ] {9b6893ca-f2a1-467c-8d76-13b07e175f9b} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5572 | 2024.07.19 18:48:02.777036 [ 3 ] {9b6893ca-f2a1-467c-8d76-13b07e175f9b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003884 sec., 15447.991761071062 rows/sec., 1.04 MiB/sec. | ||
| 5573 | 2024.07.19 18:48:02.777236 [ 199 ] {797d7d8d-66e4-41ae-bea2-1c27ec06771c::all_1_11_2} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5574 | 2024.07.19 18:48:02.777391 [ 3 ] {9b6893ca-f2a1-467c-8d76-13b07e175f9b} <Debug> DynamicQueryHandler: Done processing query | ||
| 5575 | 2024.07.19 18:48:02.777391 [ 199 ] {797d7d8d-66e4-41ae-bea2-1c27ec06771c::all_1_11_2} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 5576 | 2024.07.19 18:48:02.777436 [ 3 ] {9b6893ca-f2a1-467c-8d76-13b07e175f9b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5577 | 2024.07.19 18:48:02.777477 [ 3 ] {} <Debug> HTTP-Session: 3f3a060e-6015-4b78-9c17-27c000e29748 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5578 | 2024.07.19 18:48:02.777580 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 5579 | 2024.07.19 18:48:07.737828 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 623, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5580 | 2024.07.19 18:48:07.737960 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5581 | 2024.07.19 18:48:07.737985 [ 3 ] {} <Debug> HTTP-Session: 049528ca-27bb-45f7-af41-326d29233a68 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 5582 | 2024.07.19 18:48:07.738008 [ 3 ] {} <Debug> HTTP-Session: 049528ca-27bb-45f7-af41-326d29233a68 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5583 | 2024.07.19 18:48:07.738023 [ 3 ] {} <Debug> HTTP-Session: 049528ca-27bb-45f7-af41-326d29233a68 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5584 | 2024.07.19 18:48:07.738071 [ 3 ] {} <Trace> HTTP-Session: 049528ca-27bb-45f7-af41-326d29233a68 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5585 | 2024.07.19 18:48:07.738249 [ 3 ] {228eca03-043c-4c59-a676-74b8009c320d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 5586 | 2024.07.19 18:48:07.738315 [ 3 ] {228eca03-043c-4c59-a676-74b8009c320d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 5587 | 2024.07.19 18:48:07.738511 [ 3 ] {228eca03-043c-4c59-a676-74b8009c320d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5588 | 2024.07.19 18:48:07.738954 [ 3 ] {228eca03-043c-4c59-a676-74b8009c320d} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5589 | 2024.07.19 18:48:07.738998 [ 3 ] {228eca03-043c-4c59-a676-74b8009c320d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 5590 | 2024.07.19 18:48:07.739372 [ 3 ] {228eca03-043c-4c59-a676-74b8009c320d} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5591 | 2024.07.19 18:48:07.739721 [ 3 ] {228eca03-043c-4c59-a676-74b8009c320d} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5592 | 2024.07.19 18:48:07.739902 [ 3 ] {228eca03-043c-4c59-a676-74b8009c320d} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001699 sec., 2354.326074161271 rows/sec., 190.83 KiB/sec. | ||
| 5593 | 2024.07.19 18:48:07.740124 [ 3 ] {228eca03-043c-4c59-a676-74b8009c320d} <Debug> DynamicQueryHandler: Done processing query | ||
| 5594 | 2024.07.19 18:48:07.740152 [ 3 ] {228eca03-043c-4c59-a676-74b8009c320d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 5595 | 2024.07.19 18:48:07.740169 [ 3 ] {} <Debug> HTTP-Session: 049528ca-27bb-45f7-af41-326d29233a68 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5596 | 2024.07.19 18:48:07.740336 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9662, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5597 | 2024.07.19 18:48:07.740394 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5598 | 2024.07.19 18:48:07.740413 [ 3 ] {} <Debug> HTTP-Session: 8c0d5d8e-5346-4a0b-a159-f00bcfd0b145 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 5599 | 2024.07.19 18:48:07.740431 [ 3 ] {} <Debug> HTTP-Session: 8c0d5d8e-5346-4a0b-a159-f00bcfd0b145 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5600 | 2024.07.19 18:48:07.740445 [ 3 ] {} <Debug> HTTP-Session: 8c0d5d8e-5346-4a0b-a159-f00bcfd0b145 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5601 | 2024.07.19 18:48:07.740481 [ 3 ] {} <Trace> HTTP-Session: 8c0d5d8e-5346-4a0b-a159-f00bcfd0b145 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5602 | 2024.07.19 18:48:07.740610 [ 3 ] {2123943f-7682-4684-9c10-33e9f2dfd76d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5603 | 2024.07.19 18:48:07.740658 [ 3 ] {2123943f-7682-4684-9c10-33e9f2dfd76d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5604 | 2024.07.19 18:48:07.740793 [ 3 ] {2123943f-7682-4684-9c10-33e9f2dfd76d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5605 | 2024.07.19 18:48:07.741155 [ 3 ] {2123943f-7682-4684-9c10-33e9f2dfd76d} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5606 | 2024.07.19 18:48:07.741194 [ 3 ] {2123943f-7682-4684-9c10-33e9f2dfd76d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 5607 | 2024.07.19 18:48:07.741513 [ 3 ] {2123943f-7682-4684-9c10-33e9f2dfd76d} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5608 | 2024.07.19 18:48:07.741822 [ 3 ] {2123943f-7682-4684-9c10-33e9f2dfd76d} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5609 | 2024.07.19 18:48:07.741973 [ 3 ] {2123943f-7682-4684-9c10-33e9f2dfd76d} <Debug> executeQuery: Read 68 rows, 5.51 KiB in 0.00141 sec., 48226.95035460993 rows/sec., 3.81 MiB/sec. | ||
| 5610 | 2024.07.19 18:48:07.742141 [ 3 ] {2123943f-7682-4684-9c10-33e9f2dfd76d} <Debug> DynamicQueryHandler: Done processing query | ||
| 5611 | 2024.07.19 18:48:07.742166 [ 3 ] {2123943f-7682-4684-9c10-33e9f2dfd76d} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 5612 | 2024.07.19 18:48:07.742182 [ 3 ] {} <Debug> HTTP-Session: 8c0d5d8e-5346-4a0b-a159-f00bcfd0b145 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5613 | 2024.07.19 18:48:07.742319 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 11562, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5614 | 2024.07.19 18:48:07.742368 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5615 | 2024.07.19 18:48:07.742386 [ 3 ] {} <Debug> HTTP-Session: f59b31e7-2066-4dd3-bb6b-4478db25fa62 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 5616 | 2024.07.19 18:48:07.742404 [ 3 ] {} <Debug> HTTP-Session: f59b31e7-2066-4dd3-bb6b-4478db25fa62 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5617 | 2024.07.19 18:48:07.742418 [ 3 ] {} <Debug> HTTP-Session: f59b31e7-2066-4dd3-bb6b-4478db25fa62 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5618 | 2024.07.19 18:48:07.742449 [ 3 ] {} <Trace> HTTP-Session: f59b31e7-2066-4dd3-bb6b-4478db25fa62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5619 | 2024.07.19 18:48:07.742567 [ 3 ] {bac96706-d05a-48b7-85f8-835ade2ed2c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5620 | 2024.07.19 18:48:07.742611 [ 3 ] {bac96706-d05a-48b7-85f8-835ade2ed2c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5621 | 2024.07.19 18:48:07.742738 [ 3 ] {bac96706-d05a-48b7-85f8-835ade2ed2c9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5622 | 2024.07.19 18:48:07.743062 [ 3 ] {bac96706-d05a-48b7-85f8-835ade2ed2c9} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5623 | 2024.07.19 18:48:07.743098 [ 3 ] {bac96706-d05a-48b7-85f8-835ade2ed2c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 5624 | 2024.07.19 18:48:07.743431 [ 3 ] {bac96706-d05a-48b7-85f8-835ade2ed2c9} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5625 | 2024.07.19 18:48:07.743738 [ 3 ] {bac96706-d05a-48b7-85f8-835ade2ed2c9} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5626 | 2024.07.19 18:48:07.743885 [ 3 ] {bac96706-d05a-48b7-85f8-835ade2ed2c9} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001359 sec., 50036.79175864607 rows/sec., 3.91 MiB/sec. | ||
| 5627 | 2024.07.19 18:48:07.744155 [ 3 ] {bac96706-d05a-48b7-85f8-835ade2ed2c9} <Debug> DynamicQueryHandler: Done processing query | ||
| 5628 | 2024.07.19 18:48:07.744187 [ 3 ] {bac96706-d05a-48b7-85f8-835ade2ed2c9} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 5629 | 2024.07.19 18:48:07.744211 [ 3 ] {} <Debug> HTTP-Session: f59b31e7-2066-4dd3-bb6b-4478db25fa62 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5630 | 2024.07.19 18:48:07.744372 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5631 | 2024.07.19 18:48:07.744421 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5632 | 2024.07.19 18:48:07.744439 [ 3 ] {} <Debug> HTTP-Session: b93071f0-43d6-4b65-abb1-e02c5d8a176e Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 5633 | 2024.07.19 18:48:07.744455 [ 3 ] {} <Debug> HTTP-Session: b93071f0-43d6-4b65-abb1-e02c5d8a176e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5634 | 2024.07.19 18:48:07.744469 [ 3 ] {} <Debug> HTTP-Session: b93071f0-43d6-4b65-abb1-e02c5d8a176e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5635 | 2024.07.19 18:48:07.744500 [ 3 ] {} <Trace> HTTP-Session: b93071f0-43d6-4b65-abb1-e02c5d8a176e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5636 | 2024.07.19 18:48:07.744650 [ 3 ] {bea852cf-7470-4655-b14c-9883e75af378} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5637 | 2024.07.19 18:48:07.744698 [ 3 ] {bea852cf-7470-4655-b14c-9883e75af378} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5638 | 2024.07.19 18:48:07.744862 [ 3 ] {bea852cf-7470-4655-b14c-9883e75af378} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5639 | 2024.07.19 18:48:07.745247 [ 3 ] {bea852cf-7470-4655-b14c-9883e75af378} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5640 | 2024.07.19 18:48:07.745282 [ 3 ] {bea852cf-7470-4655-b14c-9883e75af378} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 5641 | 2024.07.19 18:48:07.745910 [ 3 ] {bea852cf-7470-4655-b14c-9883e75af378} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5642 | 2024.07.19 18:48:07.746270 [ 3 ] {bea852cf-7470-4655-b14c-9883e75af378} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5643 | 2024.07.19 18:48:07.746453 [ 3 ] {bea852cf-7470-4655-b14c-9883e75af378} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001858 sec., 86114.10118406889 rows/sec., 6.00 MiB/sec. | ||
| 5644 | 2024.07.19 18:48:07.746718 [ 3 ] {bea852cf-7470-4655-b14c-9883e75af378} <Debug> DynamicQueryHandler: Done processing query | ||
| 5645 | 2024.07.19 18:48:07.746743 [ 3 ] {bea852cf-7470-4655-b14c-9883e75af378} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 5646 | 2024.07.19 18:48:07.746759 [ 3 ] {} <Debug> HTTP-Session: b93071f0-43d6-4b65-abb1-e02c5d8a176e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5647 | 2024.07.19 18:48:07.746900 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 6354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5648 | 2024.07.19 18:48:07.746948 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5649 | 2024.07.19 18:48:07.746967 [ 3 ] {} <Debug> HTTP-Session: a40b125b-3727-4284-b2f4-aae7f0dca1bb Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 5650 | 2024.07.19 18:48:07.746982 [ 3 ] {} <Debug> HTTP-Session: a40b125b-3727-4284-b2f4-aae7f0dca1bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5651 | 2024.07.19 18:48:07.746997 [ 3 ] {} <Debug> HTTP-Session: a40b125b-3727-4284-b2f4-aae7f0dca1bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5652 | 2024.07.19 18:48:07.747027 [ 3 ] {} <Trace> HTTP-Session: a40b125b-3727-4284-b2f4-aae7f0dca1bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5653 | 2024.07.19 18:48:07.747162 [ 3 ] {2d1f75da-af47-443f-9d3e-726d6b5e9207} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 5654 | 2024.07.19 18:48:07.747224 [ 3 ] {2d1f75da-af47-443f-9d3e-726d6b5e9207} <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 | ||
| 5655 | 2024.07.19 18:48:07.747639 [ 3 ] {2d1f75da-af47-443f-9d3e-726d6b5e9207} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5656 | 2024.07.19 18:48:07.748144 [ 3 ] {2d1f75da-af47-443f-9d3e-726d6b5e9207} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5657 | 2024.07.19 18:48:07.748180 [ 3 ] {2d1f75da-af47-443f-9d3e-726d6b5e9207} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 5658 | 2024.07.19 18:48:07.748762 [ 3 ] {2d1f75da-af47-443f-9d3e-726d6b5e9207} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5659 | 2024.07.19 18:48:07.749166 [ 3 ] {2d1f75da-af47-443f-9d3e-726d6b5e9207} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5660 | 2024.07.19 18:48:07.749364 [ 3 ] {2d1f75da-af47-443f-9d3e-726d6b5e9207} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002258 sec., 1771.4791851195748 rows/sec., 3.17 MiB/sec. | ||
| 5661 | 2024.07.19 18:48:07.749591 [ 3 ] {2d1f75da-af47-443f-9d3e-726d6b5e9207} <Debug> DynamicQueryHandler: Done processing query | ||
| 5662 | 2024.07.19 18:48:07.749615 [ 3 ] {2d1f75da-af47-443f-9d3e-726d6b5e9207} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 5663 | 2024.07.19 18:48:07.749631 [ 3 ] {} <Debug> HTTP-Session: a40b125b-3727-4284-b2f4-aae7f0dca1bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5664 | 2024.07.19 18:48:07.749744 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5665 | 2024.07.19 18:48:07.749792 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5666 | 2024.07.19 18:48:07.749810 [ 3 ] {} <Debug> HTTP-Session: 5ae70c1c-0c91-4bc9-8121-58092db9289e Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 5667 | 2024.07.19 18:48:07.749826 [ 3 ] {} <Debug> HTTP-Session: 5ae70c1c-0c91-4bc9-8121-58092db9289e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5668 | 2024.07.19 18:48:07.749841 [ 3 ] {} <Debug> HTTP-Session: 5ae70c1c-0c91-4bc9-8121-58092db9289e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5669 | 2024.07.19 18:48:07.749872 [ 3 ] {} <Trace> HTTP-Session: 5ae70c1c-0c91-4bc9-8121-58092db9289e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5670 | 2024.07.19 18:48:07.750010 [ 3 ] {4ede8be1-059f-4113-b6c8-2b967d743fcd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 5671 | 2024.07.19 18:48:07.750055 [ 3 ] {4ede8be1-059f-4113-b6c8-2b967d743fcd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5672 | 2024.07.19 18:48:07.750182 [ 3 ] {4ede8be1-059f-4113-b6c8-2b967d743fcd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5673 | 2024.07.19 18:48:07.750506 [ 3 ] {4ede8be1-059f-4113-b6c8-2b967d743fcd} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5674 | 2024.07.19 18:48:07.750541 [ 3 ] {4ede8be1-059f-4113-b6c8-2b967d743fcd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 5675 | 2024.07.19 18:48:07.750906 [ 3 ] {4ede8be1-059f-4113-b6c8-2b967d743fcd} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5676 | 2024.07.19 18:48:07.751229 [ 3 ] {4ede8be1-059f-4113-b6c8-2b967d743fcd} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5677 | 2024.07.19 18:48:07.751386 [ 3 ] {4ede8be1-059f-4113-b6c8-2b967d743fcd} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001415 sec., 42402.826855123676 rows/sec., 2.86 MiB/sec. | ||
| 5678 | 2024.07.19 18:48:07.751552 [ 3 ] {4ede8be1-059f-4113-b6c8-2b967d743fcd} <Debug> DynamicQueryHandler: Done processing query | ||
| 5679 | 2024.07.19 18:48:07.751575 [ 3 ] {4ede8be1-059f-4113-b6c8-2b967d743fcd} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5680 | 2024.07.19 18:48:07.751591 [ 3 ] {} <Debug> HTTP-Session: 5ae70c1c-0c91-4bc9-8121-58092db9289e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5681 | 2024.07.19 18:48:12.744224 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 4480, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5682 | 2024.07.19 18:48:12.744371 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5683 | 2024.07.19 18:48:12.744400 [ 3 ] {} <Debug> HTTP-Session: c1b77a53-dbc5-4330-9a19-699b450a44fe Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 5684 | 2024.07.19 18:48:12.744429 [ 3 ] {} <Debug> HTTP-Session: c1b77a53-dbc5-4330-9a19-699b450a44fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5685 | 2024.07.19 18:48:12.744453 [ 3 ] {} <Debug> HTTP-Session: c1b77a53-dbc5-4330-9a19-699b450a44fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5686 | 2024.07.19 18:48:12.744510 [ 3 ] {} <Trace> HTTP-Session: c1b77a53-dbc5-4330-9a19-699b450a44fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5687 | 2024.07.19 18:48:12.744729 [ 3 ] {686c7579-1ceb-4bdd-80c7-7f565f80095a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 5688 | 2024.07.19 18:48:12.744805 [ 3 ] {686c7579-1ceb-4bdd-80c7-7f565f80095a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 5689 | 2024.07.19 18:48:12.745025 [ 3 ] {686c7579-1ceb-4bdd-80c7-7f565f80095a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5690 | 2024.07.19 18:48:12.745497 [ 3 ] {686c7579-1ceb-4bdd-80c7-7f565f80095a} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5691 | 2024.07.19 18:48:12.745545 [ 3 ] {686c7579-1ceb-4bdd-80c7-7f565f80095a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 5692 | 2024.07.19 18:48:12.745928 [ 3 ] {686c7579-1ceb-4bdd-80c7-7f565f80095a} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5693 | 2024.07.19 18:48:12.746273 [ 3 ] {686c7579-1ceb-4bdd-80c7-7f565f80095a} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5694 | 2024.07.19 18:48:12.746451 [ 3 ] {686c7579-1ceb-4bdd-80c7-7f565f80095a} <Debug> executeQuery: Read 32 rows, 2.45 KiB in 0.001781 sec., 17967.434025828185 rows/sec., 1.34 MiB/sec. | ||
| 5695 | 2024.07.19 18:48:12.746454 [ 124 ] {} <Debug> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5696 | 2024.07.19 18:48:12.746548 [ 124 ] {} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5697 | 2024.07.19 18:48:12.746601 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 5698 | 2024.07.19 18:48:12.746781 [ 3 ] {686c7579-1ceb-4bdd-80c7-7f565f80095a} <Debug> DynamicQueryHandler: Done processing query | ||
| 5699 | 2024.07.19 18:48:12.746856 [ 3 ] {686c7579-1ceb-4bdd-80c7-7f565f80095a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5700 | 2024.07.19 18:48:12.746951 [ 3 ] {} <Debug> HTTP-Session: c1b77a53-dbc5-4330-9a19-699b450a44fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5701 | 2024.07.19 18:48:12.746995 [ 189 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::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 | ||
| 5702 | 2024.07.19 18:48:12.747183 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5703 | 2024.07.19 18:48:12.747310 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5704 | 2024.07.19 18:48:12.747378 [ 3 ] {} <Debug> HTTP-Session: df64e510-65d5-4efb-8d74-ab35bcc22d44 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 5705 | 2024.07.19 18:48:12.747388 [ 189 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5706 | 2024.07.19 18:48:12.747409 [ 3 ] {} <Debug> HTTP-Session: df64e510-65d5-4efb-8d74-ab35bcc22d44 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5707 | 2024.07.19 18:48:12.747456 [ 3 ] {} <Debug> HTTP-Session: df64e510-65d5-4efb-8d74-ab35bcc22d44 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5708 | 2024.07.19 18:48:12.747466 [ 189 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 36 rows starting from the beginning of the part | ||
| 5709 | 2024.07.19 18:48:12.747533 [ 3 ] {} <Trace> HTTP-Session: df64e510-65d5-4efb-8d74-ab35bcc22d44 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5710 | 2024.07.19 18:48:12.747705 [ 189 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 32 rows starting from the beginning of the part | ||
| 5711 | 2024.07.19 18:48:12.747975 [ 189 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 4 rows starting from the beginning of the part | ||
| 5712 | 2024.07.19 18:48:12.748062 [ 3 ] {9ff92d62-5196-4569-8c38-8cd5d0899e2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 5713 | 2024.07.19 18:48:12.748252 [ 189 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 32 rows starting from the beginning of the part | ||
| 5714 | 2024.07.19 18:48:12.748362 [ 3 ] {9ff92d62-5196-4569-8c38-8cd5d0899e2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5715 | 2024.07.19 18:48:12.748481 [ 189 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 4 rows starting from the beginning of the part | ||
| 5716 | 2024.07.19 18:48:12.748797 [ 189 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 32 rows starting from the beginning of the part | ||
| 5717 | 2024.07.19 18:48:12.749525 [ 3 ] {9ff92d62-5196-4569-8c38-8cd5d0899e2a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5718 | 2024.07.19 18:48:12.750244 [ 3 ] {9ff92d62-5196-4569-8c38-8cd5d0899e2a} <Trace> oximeter.fields_ipaddr (5b198a67-6d84-4324-b6a3-e6f140922631): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5719 | 2024.07.19 18:48:12.750321 [ 3 ] {9ff92d62-5196-4569-8c38-8cd5d0899e2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 5720 | 2024.07.19 18:48:12.751172 [ 3 ] {9ff92d62-5196-4569-8c38-8cd5d0899e2a} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 5721 | 2024.07.19 18:48:12.751656 [ 189 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 140 rows, containing 4 columns (4 merged, 0 gathered) in 0.004966077 sec., 28191.2664664684 rows/sec., 2.12 MiB/sec. | ||
| 5722 | 2024.07.19 18:48:12.751855 [ 189 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5723 | 2024.07.19 18:48:12.752015 [ 3 ] {9ff92d62-5196-4569-8c38-8cd5d0899e2a} <Trace> oximeter.fields_ipaddr (5b198a67-6d84-4324-b6a3-e6f140922631): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5724 | 2024.07.19 18:48:12.752503 [ 3 ] {9ff92d62-5196-4569-8c38-8cd5d0899e2a} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00469 sec., 426.4392324093817 rows/sec., 34.77 KiB/sec. | ||
| 5725 | 2024.07.19 18:48:12.752821 [ 189 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_26_5} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5726 | 2024.07.19 18:48:12.752845 [ 3 ] {9ff92d62-5196-4569-8c38-8cd5d0899e2a} <Debug> DynamicQueryHandler: Done processing query | ||
| 5727 | 2024.07.19 18:48:12.752903 [ 3 ] {9ff92d62-5196-4569-8c38-8cd5d0899e2a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 5728 | 2024.07.19 18:48:12.752930 [ 3 ] {} <Debug> HTTP-Session: df64e510-65d5-4efb-8d74-ab35bcc22d44 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5729 | 2024.07.19 18:48:12.752981 [ 189 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_26_5} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5730 | 2024.07.19 18:48:12.753080 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 5731 | 2024.07.19 18:48:12.753127 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 41251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5732 | 2024.07.19 18:48:12.753186 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5733 | 2024.07.19 18:48:12.753205 [ 3 ] {} <Debug> HTTP-Session: 92fe6db9-9e26-4006-9d17-fd0c4949ec5f Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 5734 | 2024.07.19 18:48:12.753222 [ 3 ] {} <Debug> HTTP-Session: 92fe6db9-9e26-4006-9d17-fd0c4949ec5f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5735 | 2024.07.19 18:48:12.753236 [ 3 ] {} <Debug> HTTP-Session: 92fe6db9-9e26-4006-9d17-fd0c4949ec5f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5736 | 2024.07.19 18:48:12.753269 [ 3 ] {} <Trace> HTTP-Session: 92fe6db9-9e26-4006-9d17-fd0c4949ec5f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5737 | 2024.07.19 18:48:12.753465 [ 3 ] {e85ed7ad-39a1-4250-96a3-fecd3ced9be4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5738 | 2024.07.19 18:48:12.753511 [ 3 ] {e85ed7ad-39a1-4250-96a3-fecd3ced9be4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5739 | 2024.07.19 18:48:12.753662 [ 3 ] {e85ed7ad-39a1-4250-96a3-fecd3ced9be4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5740 | 2024.07.19 18:48:12.754153 [ 3 ] {e85ed7ad-39a1-4250-96a3-fecd3ced9be4} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5741 | 2024.07.19 18:48:12.754189 [ 3 ] {e85ed7ad-39a1-4250-96a3-fecd3ced9be4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 5742 | 2024.07.19 18:48:12.754531 [ 3 ] {e85ed7ad-39a1-4250-96a3-fecd3ced9be4} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5743 | 2024.07.19 18:48:12.754845 [ 3 ] {e85ed7ad-39a1-4250-96a3-fecd3ced9be4} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5744 | 2024.07.19 18:48:12.755006 [ 3 ] {e85ed7ad-39a1-4250-96a3-fecd3ced9be4} <Debug> executeQuery: Read 276 rows, 24.49 KiB in 0.001637 sec., 168601.0995723885 rows/sec., 14.61 MiB/sec. | ||
| 5745 | 2024.07.19 18:48:12.755171 [ 3 ] {e85ed7ad-39a1-4250-96a3-fecd3ced9be4} <Debug> DynamicQueryHandler: Done processing query | ||
| 5746 | 2024.07.19 18:48:12.755196 [ 3 ] {e85ed7ad-39a1-4250-96a3-fecd3ced9be4} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
| 5747 | 2024.07.19 18:48:12.755212 [ 3 ] {} <Debug> HTTP-Session: 92fe6db9-9e26-4006-9d17-fd0c4949ec5f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5748 | 2024.07.19 18:48:12.755356 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5749 | 2024.07.19 18:48:12.755405 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5750 | 2024.07.19 18:48:12.755424 [ 3 ] {} <Debug> HTTP-Session: b9ddceb0-8dd5-4fbe-9f8a-28b3542e5356 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 5751 | 2024.07.19 18:48:12.755440 [ 3 ] {} <Debug> HTTP-Session: b9ddceb0-8dd5-4fbe-9f8a-28b3542e5356 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5752 | 2024.07.19 18:48:12.755454 [ 3 ] {} <Debug> HTTP-Session: b9ddceb0-8dd5-4fbe-9f8a-28b3542e5356 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5753 | 2024.07.19 18:48:12.755485 [ 3 ] {} <Trace> HTTP-Session: b9ddceb0-8dd5-4fbe-9f8a-28b3542e5356 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5754 | 2024.07.19 18:48:12.755577 [ 3 ] {1bef3aa3-5660-4c8a-bc05-2c0364239de9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 5755 | 2024.07.19 18:48:12.755619 [ 3 ] {1bef3aa3-5660-4c8a-bc05-2c0364239de9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5756 | 2024.07.19 18:48:12.755746 [ 3 ] {1bef3aa3-5660-4c8a-bc05-2c0364239de9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5757 | 2024.07.19 18:48:12.756212 [ 3 ] {1bef3aa3-5660-4c8a-bc05-2c0364239de9} <Trace> oximeter.fields_u16 (3a790436-232b-4913-bf8d-eba3067e022c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5758 | 2024.07.19 18:48:12.756282 [ 3 ] {1bef3aa3-5660-4c8a-bc05-2c0364239de9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 5759 | 2024.07.19 18:48:12.756789 [ 3 ] {1bef3aa3-5660-4c8a-bc05-2c0364239de9} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 5760 | 2024.07.19 18:48:12.757265 [ 3 ] {1bef3aa3-5660-4c8a-bc05-2c0364239de9} <Trace> oximeter.fields_u16 (3a790436-232b-4913-bf8d-eba3067e022c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5761 | 2024.07.19 18:48:12.757454 [ 3 ] {1bef3aa3-5660-4c8a-bc05-2c0364239de9} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.00189 sec., 1058.2010582010582 rows/sec., 73.89 KiB/sec. | ||
| 5762 | 2024.07.19 18:48:12.757999 [ 3 ] {1bef3aa3-5660-4c8a-bc05-2c0364239de9} <Debug> DynamicQueryHandler: Done processing query | ||
| 5763 | 2024.07.19 18:48:12.758029 [ 3 ] {1bef3aa3-5660-4c8a-bc05-2c0364239de9} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 5764 | 2024.07.19 18:48:12.758050 [ 3 ] {} <Debug> HTTP-Session: b9ddceb0-8dd5-4fbe-9f8a-28b3542e5356 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5765 | 2024.07.19 18:48:12.758266 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 70357, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5766 | 2024.07.19 18:48:12.758328 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5767 | 2024.07.19 18:48:12.758352 [ 3 ] {} <Debug> HTTP-Session: 7d4eb53a-c1a6-4403-a7bc-1de1cc04ed7f Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 5768 | 2024.07.19 18:48:12.758374 [ 3 ] {} <Debug> HTTP-Session: 7d4eb53a-c1a6-4403-a7bc-1de1cc04ed7f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5769 | 2024.07.19 18:48:12.758393 [ 3 ] {} <Debug> HTTP-Session: 7d4eb53a-c1a6-4403-a7bc-1de1cc04ed7f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5770 | 2024.07.19 18:48:12.758434 [ 3 ] {} <Trace> HTTP-Session: 7d4eb53a-c1a6-4403-a7bc-1de1cc04ed7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5771 | 2024.07.19 18:48:12.758704 [ 3 ] {98decd3f-00cf-4b9b-91ba-01ab168b294a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5772 | 2024.07.19 18:48:12.758750 [ 3 ] {98decd3f-00cf-4b9b-91ba-01ab168b294a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5773 | 2024.07.19 18:48:12.758902 [ 3 ] {98decd3f-00cf-4b9b-91ba-01ab168b294a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5774 | 2024.07.19 18:48:12.759551 [ 3 ] {98decd3f-00cf-4b9b-91ba-01ab168b294a} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5775 | 2024.07.19 18:48:12.759590 [ 3 ] {98decd3f-00cf-4b9b-91ba-01ab168b294a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 5776 | 2024.07.19 18:48:12.759930 [ 3 ] {98decd3f-00cf-4b9b-91ba-01ab168b294a} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5777 | 2024.07.19 18:48:12.760256 [ 3 ] {98decd3f-00cf-4b9b-91ba-01ab168b294a} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5778 | 2024.07.19 18:48:12.760403 [ 3 ] {98decd3f-00cf-4b9b-91ba-01ab168b294a} <Debug> executeQuery: Read 434 rows, 31.62 KiB in 0.00184 sec., 235869.5652173913 rows/sec., 16.78 MiB/sec. | ||
| 5779 | 2024.07.19 18:48:12.760580 [ 3 ] {98decd3f-00cf-4b9b-91ba-01ab168b294a} <Debug> DynamicQueryHandler: Done processing query | ||
| 5780 | 2024.07.19 18:48:12.760605 [ 3 ] {98decd3f-00cf-4b9b-91ba-01ab168b294a} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 5781 | 2024.07.19 18:48:12.760622 [ 3 ] {} <Debug> HTTP-Session: 7d4eb53a-c1a6-4403-a7bc-1de1cc04ed7f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5782 | 2024.07.19 18:48:12.760738 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5783 | 2024.07.19 18:48:12.760785 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5784 | 2024.07.19 18:48:12.760804 [ 3 ] {} <Debug> HTTP-Session: dfed9893-31e8-4d4b-b5d6-7764be320e4d Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 5785 | 2024.07.19 18:48:12.760821 [ 3 ] {} <Debug> HTTP-Session: dfed9893-31e8-4d4b-b5d6-7764be320e4d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5786 | 2024.07.19 18:48:12.760835 [ 3 ] {} <Debug> HTTP-Session: dfed9893-31e8-4d4b-b5d6-7764be320e4d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5787 | 2024.07.19 18:48:12.760865 [ 3 ] {} <Trace> HTTP-Session: dfed9893-31e8-4d4b-b5d6-7764be320e4d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5788 | 2024.07.19 18:48:12.760960 [ 3 ] {c106c401-12b4-4e3c-b61a-928ddee2d67b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 5789 | 2024.07.19 18:48:12.761006 [ 3 ] {c106c401-12b4-4e3c-b61a-928ddee2d67b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5790 | 2024.07.19 18:48:12.761132 [ 3 ] {c106c401-12b4-4e3c-b61a-928ddee2d67b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5791 | 2024.07.19 18:48:12.761402 [ 3 ] {c106c401-12b4-4e3c-b61a-928ddee2d67b} <Trace> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5792 | 2024.07.19 18:48:12.761438 [ 3 ] {c106c401-12b4-4e3c-b61a-928ddee2d67b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 5793 | 2024.07.19 18:48:12.761791 [ 3 ] {c106c401-12b4-4e3c-b61a-928ddee2d67b} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 5794 | 2024.07.19 18:48:12.762113 [ 3 ] {c106c401-12b4-4e3c-b61a-928ddee2d67b} <Trace> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5795 | 2024.07.19 18:48:12.762276 [ 3 ] {c106c401-12b4-4e3c-b61a-928ddee2d67b} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001335 sec., 4494.38202247191 rows/sec., 193.12 KiB/sec. | ||
| 5796 | 2024.07.19 18:48:12.762473 [ 3 ] {c106c401-12b4-4e3c-b61a-928ddee2d67b} <Debug> DynamicQueryHandler: Done processing query | ||
| 5797 | 2024.07.19 18:48:12.762497 [ 3 ] {c106c401-12b4-4e3c-b61a-928ddee2d67b} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 5798 | 2024.07.19 18:48:12.762513 [ 3 ] {} <Debug> HTTP-Session: dfed9893-31e8-4d4b-b5d6-7764be320e4d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5799 | 2024.07.19 18:48:12.762660 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 14079, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5800 | 2024.07.19 18:48:12.762707 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5801 | 2024.07.19 18:48:12.762775 [ 3 ] {} <Debug> HTTP-Session: cbe74837-1523-4e0b-ae4d-1b3ec8641bcb Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 5802 | 2024.07.19 18:48:12.762791 [ 3 ] {} <Debug> HTTP-Session: cbe74837-1523-4e0b-ae4d-1b3ec8641bcb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5803 | 2024.07.19 18:48:12.762806 [ 3 ] {} <Debug> HTTP-Session: cbe74837-1523-4e0b-ae4d-1b3ec8641bcb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5804 | 2024.07.19 18:48:12.762836 [ 3 ] {} <Trace> HTTP-Session: cbe74837-1523-4e0b-ae4d-1b3ec8641bcb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5805 | 2024.07.19 18:48:12.762950 [ 3 ] {3194f76c-3485-407d-a175-a1cd1ba3001b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 5806 | 2024.07.19 18:48:12.762997 [ 3 ] {3194f76c-3485-407d-a175-a1cd1ba3001b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 5807 | 2024.07.19 18:48:12.763139 [ 3 ] {3194f76c-3485-407d-a175-a1cd1ba3001b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5808 | 2024.07.19 18:48:12.763520 [ 3 ] {3194f76c-3485-407d-a175-a1cd1ba3001b} <Trace> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5809 | 2024.07.19 18:48:12.763556 [ 3 ] {3194f76c-3485-407d-a175-a1cd1ba3001b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 5810 | 2024.07.19 18:48:12.763918 [ 3 ] {3194f76c-3485-407d-a175-a1cd1ba3001b} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 5811 | 2024.07.19 18:48:12.764338 [ 3 ] {3194f76c-3485-407d-a175-a1cd1ba3001b} <Trace> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5812 | 2024.07.19 18:48:12.764505 [ 3 ] {3194f76c-3485-407d-a175-a1cd1ba3001b} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.00159 sec., 48427.67295597484 rows/sec., 2.98 MiB/sec. | ||
| 5813 | 2024.07.19 18:48:12.764673 [ 3 ] {3194f76c-3485-407d-a175-a1cd1ba3001b} <Debug> DynamicQueryHandler: Done processing query | ||
| 5814 | 2024.07.19 18:48:12.764698 [ 3 ] {3194f76c-3485-407d-a175-a1cd1ba3001b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 5815 | 2024.07.19 18:48:12.764713 [ 3 ] {} <Debug> HTTP-Session: cbe74837-1523-4e0b-ae4d-1b3ec8641bcb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5816 | 2024.07.19 18:48:12.764904 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 37788, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5817 | 2024.07.19 18:48:12.764950 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5818 | 2024.07.19 18:48:12.764969 [ 3 ] {} <Debug> HTTP-Session: 4c607a6f-ef6b-4097-b35e-7f6df33adfd0 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 5819 | 2024.07.19 18:48:12.764985 [ 3 ] {} <Debug> HTTP-Session: 4c607a6f-ef6b-4097-b35e-7f6df33adfd0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5820 | 2024.07.19 18:48:12.764998 [ 3 ] {} <Debug> HTTP-Session: 4c607a6f-ef6b-4097-b35e-7f6df33adfd0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5821 | 2024.07.19 18:48:12.765028 [ 3 ] {} <Trace> HTTP-Session: 4c607a6f-ef6b-4097-b35e-7f6df33adfd0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5822 | 2024.07.19 18:48:12.765219 [ 3 ] {6cff4963-8d05-47d5-803f-7650e4755115} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5823 | 2024.07.19 18:48:12.765264 [ 3 ] {6cff4963-8d05-47d5-803f-7650e4755115} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5824 | 2024.07.19 18:48:12.765405 [ 3 ] {6cff4963-8d05-47d5-803f-7650e4755115} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5825 | 2024.07.19 18:48:12.765808 [ 3 ] {6cff4963-8d05-47d5-803f-7650e4755115} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5826 | 2024.07.19 18:48:12.765844 [ 3 ] {6cff4963-8d05-47d5-803f-7650e4755115} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 5827 | 2024.07.19 18:48:12.766239 [ 3 ] {6cff4963-8d05-47d5-803f-7650e4755115} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5828 | 2024.07.19 18:48:12.766570 [ 3 ] {6cff4963-8d05-47d5-803f-7650e4755115} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5829 | 2024.07.19 18:48:12.766731 [ 3 ] {6cff4963-8d05-47d5-803f-7650e4755115} <Debug> executeQuery: Read 197 rows, 14.08 KiB in 0.001617 sec., 121830.55040197898 rows/sec., 8.51 MiB/sec. | ||
| 5830 | 2024.07.19 18:48:12.766904 [ 3 ] {6cff4963-8d05-47d5-803f-7650e4755115} <Debug> DynamicQueryHandler: Done processing query | ||
| 5831 | 2024.07.19 18:48:12.766929 [ 3 ] {6cff4963-8d05-47d5-803f-7650e4755115} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 5832 | 2024.07.19 18:48:12.766944 [ 3 ] {} <Debug> HTTP-Session: 4c607a6f-ef6b-4097-b35e-7f6df33adfd0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5833 | 2024.07.19 18:48:12.767111 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 41962, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5834 | 2024.07.19 18:48:12.767159 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5835 | 2024.07.19 18:48:12.767177 [ 3 ] {} <Debug> HTTP-Session: 48f55332-f5e3-4fbb-963f-79c327613c6c Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 5836 | 2024.07.19 18:48:12.767193 [ 3 ] {} <Debug> HTTP-Session: 48f55332-f5e3-4fbb-963f-79c327613c6c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5837 | 2024.07.19 18:48:12.767207 [ 3 ] {} <Debug> HTTP-Session: 48f55332-f5e3-4fbb-963f-79c327613c6c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5838 | 2024.07.19 18:48:12.767237 [ 3 ] {} <Trace> HTTP-Session: 48f55332-f5e3-4fbb-963f-79c327613c6c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5839 | 2024.07.19 18:48:12.767508 [ 3 ] {d9e30ad5-38c5-4eb4-b0b0-42e5dd118d61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 5840 | 2024.07.19 18:48:12.767571 [ 3 ] {d9e30ad5-38c5-4eb4-b0b0-42e5dd118d61} <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 | ||
| 5841 | 2024.07.19 18:48:12.767975 [ 3 ] {d9e30ad5-38c5-4eb4-b0b0-42e5dd118d61} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5842 | 2024.07.19 18:48:12.768621 [ 3 ] {d9e30ad5-38c5-4eb4-b0b0-42e5dd118d61} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5843 | 2024.07.19 18:48:12.768658 [ 3 ] {d9e30ad5-38c5-4eb4-b0b0-42e5dd118d61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 5844 | 2024.07.19 18:48:12.769254 [ 3 ] {d9e30ad5-38c5-4eb4-b0b0-42e5dd118d61} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5845 | 2024.07.19 18:48:12.769652 [ 3 ] {d9e30ad5-38c5-4eb4-b0b0-42e5dd118d61} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5846 | 2024.07.19 18:48:12.769819 [ 124 ] {} <Debug> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5847 | 2024.07.19 18:48:12.769844 [ 3 ] {d9e30ad5-38c5-4eb4-b0b0-42e5dd118d61} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.00253 sec., 10276.679841897232 rows/sec., 18.42 MiB/sec. | ||
| 5848 | 2024.07.19 18:48:12.769891 [ 124 ] {} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5849 | 2024.07.19 18:48:12.769967 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 5850 | 2024.07.19 18:48:12.770433 [ 191 ] {088d1ac2-6670-47c5-a942-9441d6520aec::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 | ||
| 5851 | 2024.07.19 18:48:12.770559 [ 3 ] {d9e30ad5-38c5-4eb4-b0b0-42e5dd118d61} <Debug> DynamicQueryHandler: Done processing query | ||
| 5852 | 2024.07.19 18:48:12.770628 [ 3 ] {d9e30ad5-38c5-4eb4-b0b0-42e5dd118d61} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 5853 | 2024.07.19 18:48:12.770715 [ 3 ] {} <Debug> HTTP-Session: 48f55332-f5e3-4fbb-963f-79c327613c6c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5854 | 2024.07.19 18:48:12.770951 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 3212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5855 | 2024.07.19 18:48:12.771027 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5856 | 2024.07.19 18:48:12.771061 [ 3 ] {} <Debug> HTTP-Session: 7bce8f9e-f47f-49aa-bb29-1ca90664d58a Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 5857 | 2024.07.19 18:48:12.771089 [ 3 ] {} <Debug> HTTP-Session: 7bce8f9e-f47f-49aa-bb29-1ca90664d58a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5858 | 2024.07.19 18:48:12.771117 [ 3 ] {} <Debug> HTTP-Session: 7bce8f9e-f47f-49aa-bb29-1ca90664d58a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5859 | 2024.07.19 18:48:12.771168 [ 3 ] {} <Trace> HTTP-Session: 7bce8f9e-f47f-49aa-bb29-1ca90664d58a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5860 | 2024.07.19 18:48:12.771246 [ 191 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5861 | 2024.07.19 18:48:12.771321 [ 3 ] {0ac90566-e706-4ecf-9c87-a19c1f776275} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 5862 | 2024.07.19 18:48:12.771334 [ 191 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 367 rows starting from the beginning of the part | ||
| 5863 | 2024.07.19 18:48:12.771371 [ 3 ] {0ac90566-e706-4ecf-9c87-a19c1f776275} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 5864 | 2024.07.19 18:48:12.772005 [ 191 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 26 rows starting from the beginning of the part | ||
| 5865 | 2024.07.19 18:48:12.772010 [ 3 ] {0ac90566-e706-4ecf-9c87-a19c1f776275} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5866 | 2024.07.19 18:48:12.772546 [ 191 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 4 rows starting from the beginning of the part | ||
| 5867 | 2024.07.19 18:48:12.772677 [ 3 ] {0ac90566-e706-4ecf-9c87-a19c1f776275} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5868 | 2024.07.19 18:48:12.772759 [ 3 ] {0ac90566-e706-4ecf-9c87-a19c1f776275} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 5869 | 2024.07.19 18:48:12.773096 [ 191 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 26 rows starting from the beginning of the part | ||
| 5870 | 2024.07.19 18:48:12.773641 [ 191 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 4 rows starting from the beginning of the part | ||
| 5871 | 2024.07.19 18:48:12.773777 [ 3 ] {0ac90566-e706-4ecf-9c87-a19c1f776275} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 5872 | 2024.07.19 18:48:12.774131 [ 191 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 26 rows starting from the beginning of the part | ||
| 5873 | 2024.07.19 18:48:12.774712 [ 3 ] {0ac90566-e706-4ecf-9c87-a19c1f776275} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5874 | 2024.07.19 18:48:12.774983 [ 3 ] {0ac90566-e706-4ecf-9c87-a19c1f776275} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.003698 sec., 6219.578150351542 rows/sec., 336.44 KiB/sec. | ||
| 5875 | 2024.07.19 18:48:12.775298 [ 3 ] {0ac90566-e706-4ecf-9c87-a19c1f776275} <Debug> DynamicQueryHandler: Done processing query | ||
| 5876 | 2024.07.19 18:48:12.775328 [ 3 ] {0ac90566-e706-4ecf-9c87-a19c1f776275} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 5877 | 2024.07.19 18:48:12.775356 [ 3 ] {} <Debug> HTTP-Session: 7bce8f9e-f47f-49aa-bb29-1ca90664d58a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5878 | 2024.07.19 18:48:12.775499 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5879 | 2024.07.19 18:48:12.775555 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5880 | 2024.07.19 18:48:12.775576 [ 3 ] {} <Debug> HTTP-Session: 53b4af4a-0559-4e43-af0b-23c24fe74191 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 5881 | 2024.07.19 18:48:12.775592 [ 3 ] {} <Debug> HTTP-Session: 53b4af4a-0559-4e43-af0b-23c24fe74191 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5882 | 2024.07.19 18:48:12.775605 [ 3 ] {} <Debug> HTTP-Session: 53b4af4a-0559-4e43-af0b-23c24fe74191 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5883 | 2024.07.19 18:48:12.775635 [ 3 ] {} <Trace> HTTP-Session: 53b4af4a-0559-4e43-af0b-23c24fe74191 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5884 | 2024.07.19 18:48:12.775812 [ 3 ] {d2e2c7a3-0772-42ea-84aa-67e4dfe2d01d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 5885 | 2024.07.19 18:48:12.775880 [ 3 ] {d2e2c7a3-0772-42ea-84aa-67e4dfe2d01d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5886 | 2024.07.19 18:48:12.776254 [ 3 ] {d2e2c7a3-0772-42ea-84aa-67e4dfe2d01d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5887 | 2024.07.19 18:48:12.776811 [ 3 ] {d2e2c7a3-0772-42ea-84aa-67e4dfe2d01d} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5888 | 2024.07.19 18:48:12.776859 [ 3 ] {d2e2c7a3-0772-42ea-84aa-67e4dfe2d01d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 5889 | 2024.07.19 18:48:12.777512 [ 3 ] {d2e2c7a3-0772-42ea-84aa-67e4dfe2d01d} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5890 | 2024.07.19 18:48:12.778167 [ 3 ] {d2e2c7a3-0772-42ea-84aa-67e4dfe2d01d} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5891 | 2024.07.19 18:48:12.778397 [ 3 ] {d2e2c7a3-0772-42ea-84aa-67e4dfe2d01d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002653 sec., 22615.906520919714 rows/sec., 1.52 MiB/sec. | ||
| 5892 | 2024.07.19 18:48:12.778670 [ 3 ] {d2e2c7a3-0772-42ea-84aa-67e4dfe2d01d} <Debug> DynamicQueryHandler: Done processing query | ||
| 5893 | 2024.07.19 18:48:12.778702 [ 3 ] {d2e2c7a3-0772-42ea-84aa-67e4dfe2d01d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5894 | 2024.07.19 18:48:12.778718 [ 3 ] {} <Debug> HTTP-Session: 53b4af4a-0559-4e43-af0b-23c24fe74191 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5895 | 2024.07.19 18:48:12.779730 [ 189 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 453 rows, containing 19 columns (19 merged, 0 gathered) in 0.00961496 sec., 47114.08055779743 rows/sec., 84.42 MiB/sec. | ||
| 5896 | 2024.07.19 18:48:12.780339 [ 186 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5897 | 2024.07.19 18:48:12.781028 [ 186 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_26_5} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5898 | 2024.07.19 18:48:12.781119 [ 186 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_26_5} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5899 | 2024.07.19 18:48:12.781282 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.22 MiB. | ||
| 5900 | 2024.07.19 18:48:15.515042 [ 117 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5901 | 2024.07.19 18:48:15.515124 [ 117 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5902 | 2024.07.19 18:48:17.737524 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 623, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5903 | 2024.07.19 18:48:17.737655 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5904 | 2024.07.19 18:48:17.737681 [ 3 ] {} <Debug> HTTP-Session: e834e581-dba0-48d9-bb1a-00d6ef049e43 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 5905 | 2024.07.19 18:48:17.737706 [ 3 ] {} <Debug> HTTP-Session: e834e581-dba0-48d9-bb1a-00d6ef049e43 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5906 | 2024.07.19 18:48:17.737721 [ 3 ] {} <Debug> HTTP-Session: e834e581-dba0-48d9-bb1a-00d6ef049e43 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5907 | 2024.07.19 18:48:17.737770 [ 3 ] {} <Trace> HTTP-Session: e834e581-dba0-48d9-bb1a-00d6ef049e43 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5908 | 2024.07.19 18:48:17.737951 [ 3 ] {c8e42af7-14a1-4ec1-93ab-7cf4b5113b1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 5909 | 2024.07.19 18:48:17.738018 [ 3 ] {c8e42af7-14a1-4ec1-93ab-7cf4b5113b1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 5910 | 2024.07.19 18:48:17.738212 [ 3 ] {c8e42af7-14a1-4ec1-93ab-7cf4b5113b1f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5911 | 2024.07.19 18:48:17.738683 [ 3 ] {c8e42af7-14a1-4ec1-93ab-7cf4b5113b1f} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5912 | 2024.07.19 18:48:17.738726 [ 3 ] {c8e42af7-14a1-4ec1-93ab-7cf4b5113b1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 5913 | 2024.07.19 18:48:17.739115 [ 3 ] {c8e42af7-14a1-4ec1-93ab-7cf4b5113b1f} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5914 | 2024.07.19 18:48:17.739465 [ 3 ] {c8e42af7-14a1-4ec1-93ab-7cf4b5113b1f} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5915 | 2024.07.19 18:48:17.739611 [ 3 ] {c8e42af7-14a1-4ec1-93ab-7cf4b5113b1f} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.00172 sec., 2325.5813953488373 rows/sec., 188.50 KiB/sec. | ||
| 5916 | 2024.07.19 18:48:17.739809 [ 3 ] {c8e42af7-14a1-4ec1-93ab-7cf4b5113b1f} <Debug> DynamicQueryHandler: Done processing query | ||
| 5917 | 2024.07.19 18:48:17.739835 [ 3 ] {c8e42af7-14a1-4ec1-93ab-7cf4b5113b1f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 5918 | 2024.07.19 18:48:17.739852 [ 3 ] {} <Debug> HTTP-Session: e834e581-dba0-48d9-bb1a-00d6ef049e43 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5919 | 2024.07.19 18:48:17.739990 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9662, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5920 | 2024.07.19 18:48:17.740044 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5921 | 2024.07.19 18:48:17.740062 [ 3 ] {} <Debug> HTTP-Session: 57350d63-b94e-486d-a61b-cca987a8b4ac Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 5922 | 2024.07.19 18:48:17.740079 [ 3 ] {} <Debug> HTTP-Session: 57350d63-b94e-486d-a61b-cca987a8b4ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5923 | 2024.07.19 18:48:17.740092 [ 3 ] {} <Debug> HTTP-Session: 57350d63-b94e-486d-a61b-cca987a8b4ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5924 | 2024.07.19 18:48:17.740125 [ 3 ] {} <Trace> HTTP-Session: 57350d63-b94e-486d-a61b-cca987a8b4ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5925 | 2024.07.19 18:48:17.740244 [ 3 ] {91eb4f67-9d0f-4aca-93f5-486237d3c35c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5926 | 2024.07.19 18:48:17.740289 [ 3 ] {91eb4f67-9d0f-4aca-93f5-486237d3c35c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5927 | 2024.07.19 18:48:17.740411 [ 3 ] {91eb4f67-9d0f-4aca-93f5-486237d3c35c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5928 | 2024.07.19 18:48:17.740876 [ 3 ] {91eb4f67-9d0f-4aca-93f5-486237d3c35c} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5929 | 2024.07.19 18:48:17.740913 [ 3 ] {91eb4f67-9d0f-4aca-93f5-486237d3c35c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 5930 | 2024.07.19 18:48:17.741251 [ 3 ] {91eb4f67-9d0f-4aca-93f5-486237d3c35c} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5931 | 2024.07.19 18:48:17.741595 [ 3 ] {91eb4f67-9d0f-4aca-93f5-486237d3c35c} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5932 | 2024.07.19 18:48:17.741725 [ 3 ] {91eb4f67-9d0f-4aca-93f5-486237d3c35c} <Debug> executeQuery: Read 68 rows, 5.51 KiB in 0.00148 sec., 45945.94594594595 rows/sec., 3.63 MiB/sec. | ||
| 5933 | 2024.07.19 18:48:17.741927 [ 3 ] {91eb4f67-9d0f-4aca-93f5-486237d3c35c} <Debug> DynamicQueryHandler: Done processing query | ||
| 5934 | 2024.07.19 18:48:17.741951 [ 3 ] {91eb4f67-9d0f-4aca-93f5-486237d3c35c} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 5935 | 2024.07.19 18:48:17.741967 [ 3 ] {} <Debug> HTTP-Session: 57350d63-b94e-486d-a61b-cca987a8b4ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5936 | 2024.07.19 18:48:17.742135 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 11562, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5937 | 2024.07.19 18:48:17.742184 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5938 | 2024.07.19 18:48:17.742203 [ 3 ] {} <Debug> HTTP-Session: 77c05d9b-c2ba-42ff-983e-841cefa2507f Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 5939 | 2024.07.19 18:48:17.742220 [ 3 ] {} <Debug> HTTP-Session: 77c05d9b-c2ba-42ff-983e-841cefa2507f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5940 | 2024.07.19 18:48:17.742233 [ 3 ] {} <Debug> HTTP-Session: 77c05d9b-c2ba-42ff-983e-841cefa2507f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5941 | 2024.07.19 18:48:17.742265 [ 3 ] {} <Trace> HTTP-Session: 77c05d9b-c2ba-42ff-983e-841cefa2507f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5942 | 2024.07.19 18:48:17.742387 [ 3 ] {79b38515-2c3d-487d-9d81-86cb5e0fbadd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5943 | 2024.07.19 18:48:17.742430 [ 3 ] {79b38515-2c3d-487d-9d81-86cb5e0fbadd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5944 | 2024.07.19 18:48:17.742556 [ 3 ] {79b38515-2c3d-487d-9d81-86cb5e0fbadd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5945 | 2024.07.19 18:48:17.742889 [ 3 ] {79b38515-2c3d-487d-9d81-86cb5e0fbadd} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5946 | 2024.07.19 18:48:17.742926 [ 3 ] {79b38515-2c3d-487d-9d81-86cb5e0fbadd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 5947 | 2024.07.19 18:48:17.743249 [ 3 ] {79b38515-2c3d-487d-9d81-86cb5e0fbadd} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5948 | 2024.07.19 18:48:17.743569 [ 3 ] {79b38515-2c3d-487d-9d81-86cb5e0fbadd} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5949 | 2024.07.19 18:48:17.743699 [ 3 ] {79b38515-2c3d-487d-9d81-86cb5e0fbadd} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001356 sec., 50147.49262536873 rows/sec., 3.91 MiB/sec. | ||
| 5950 | 2024.07.19 18:48:17.743968 [ 3 ] {79b38515-2c3d-487d-9d81-86cb5e0fbadd} <Debug> DynamicQueryHandler: Done processing query | ||
| 5951 | 2024.07.19 18:48:17.744010 [ 3 ] {79b38515-2c3d-487d-9d81-86cb5e0fbadd} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 5952 | 2024.07.19 18:48:17.744027 [ 3 ] {} <Debug> HTTP-Session: 77c05d9b-c2ba-42ff-983e-841cefa2507f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5953 | 2024.07.19 18:48:17.744179 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5954 | 2024.07.19 18:48:17.744229 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5955 | 2024.07.19 18:48:17.744249 [ 3 ] {} <Debug> HTTP-Session: 2a25f5cb-0d15-433d-9699-fdc4b8928daf Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 5956 | 2024.07.19 18:48:17.744265 [ 3 ] {} <Debug> HTTP-Session: 2a25f5cb-0d15-433d-9699-fdc4b8928daf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5957 | 2024.07.19 18:48:17.744279 [ 3 ] {} <Debug> HTTP-Session: 2a25f5cb-0d15-433d-9699-fdc4b8928daf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5958 | 2024.07.19 18:48:17.744310 [ 3 ] {} <Trace> HTTP-Session: 2a25f5cb-0d15-433d-9699-fdc4b8928daf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5959 | 2024.07.19 18:48:17.744466 [ 3 ] {9db39bc5-a7dc-4694-8f8e-38ebc855d659} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5960 | 2024.07.19 18:48:17.744515 [ 3 ] {9db39bc5-a7dc-4694-8f8e-38ebc855d659} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5961 | 2024.07.19 18:48:17.744677 [ 3 ] {9db39bc5-a7dc-4694-8f8e-38ebc855d659} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5962 | 2024.07.19 18:48:17.745105 [ 3 ] {9db39bc5-a7dc-4694-8f8e-38ebc855d659} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5963 | 2024.07.19 18:48:17.745141 [ 3 ] {9db39bc5-a7dc-4694-8f8e-38ebc855d659} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 5964 | 2024.07.19 18:48:17.745543 [ 3 ] {9db39bc5-a7dc-4694-8f8e-38ebc855d659} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5965 | 2024.07.19 18:48:17.745889 [ 3 ] {9db39bc5-a7dc-4694-8f8e-38ebc855d659} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5966 | 2024.07.19 18:48:17.746015 [ 117 ] {} <Debug> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5967 | 2024.07.19 18:48:17.746021 [ 3 ] {9db39bc5-a7dc-4694-8f8e-38ebc855d659} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00163 sec., 98159.50920245399 rows/sec., 6.84 MiB/sec. | ||
| 5968 | 2024.07.19 18:48:17.746063 [ 117 ] {} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5969 | 2024.07.19 18:48:17.746106 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 5970 | 2024.07.19 18:48:17.746276 [ 3 ] {9db39bc5-a7dc-4694-8f8e-38ebc855d659} <Debug> DynamicQueryHandler: Done processing query | ||
| 5971 | 2024.07.19 18:48:17.746371 [ 3 ] {9db39bc5-a7dc-4694-8f8e-38ebc855d659} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 5972 | 2024.07.19 18:48:17.746464 [ 3 ] {} <Debug> HTTP-Session: 2a25f5cb-0d15-433d-9699-fdc4b8928daf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5973 | 2024.07.19 18:48:17.746737 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 6354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5974 | 2024.07.19 18:48:17.746769 [ 189 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::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 | ||
| 5975 | 2024.07.19 18:48:17.746807 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5976 | 2024.07.19 18:48:17.746885 [ 3 ] {} <Debug> HTTP-Session: 44959c99-d4b5-42c5-b415-ecd4464d163d Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 5977 | 2024.07.19 18:48:17.746923 [ 3 ] {} <Debug> HTTP-Session: 44959c99-d4b5-42c5-b415-ecd4464d163d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5978 | 2024.07.19 18:48:17.746937 [ 3 ] {} <Debug> HTTP-Session: 44959c99-d4b5-42c5-b415-ecd4464d163d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5979 | 2024.07.19 18:48:17.747018 [ 3 ] {} <Trace> HTTP-Session: 44959c99-d4b5-42c5-b415-ecd4464d163d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5980 | 2024.07.19 18:48:17.747339 [ 3 ] {0d81280e-6591-47f5-877d-ad7f72699ea4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 5981 | 2024.07.19 18:48:17.747355 [ 189 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5982 | 2024.07.19 18:48:17.747456 [ 189 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 2964 rows starting from the beginning of the part | ||
| 5983 | 2024.07.19 18:48:17.747503 [ 3 ] {0d81280e-6591-47f5-877d-ad7f72699ea4} <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 | ||
| 5984 | 2024.07.19 18:48:17.747745 [ 189 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::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 | ||
| 5985 | 2024.07.19 18:48:17.748143 [ 189 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::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 | ||
| 5986 | 2024.07.19 18:48:17.748470 [ 189 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 160 rows starting from the beginning of the part | ||
| 5987 | 2024.07.19 18:48:17.748791 [ 189 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 197 rows starting from the beginning of the part | ||
| 5988 | 2024.07.19 18:48:17.749119 [ 189 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 160 rows starting from the beginning of the part | ||
| 5989 | 2024.07.19 18:48:17.750740 [ 3 ] {0d81280e-6591-47f5-877d-ad7f72699ea4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5990 | 2024.07.19 18:48:17.752343 [ 3 ] {0d81280e-6591-47f5-877d-ad7f72699ea4} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5991 | 2024.07.19 18:48:17.752406 [ 3 ] {0d81280e-6591-47f5-877d-ad7f72699ea4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 5992 | 2024.07.19 18:48:17.753332 [ 189 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3801 rows, containing 5 columns (5 merged, 0 gathered) in 0.007109811 sec., 534613.3673595543 rows/sec., 37.28 MiB/sec. | ||
| 5993 | 2024.07.19 18:48:17.753641 [ 3 ] {0d81280e-6591-47f5-877d-ad7f72699ea4} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5994 | 2024.07.19 18:48:17.753717 [ 189 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5995 | 2024.07.19 18:48:17.754824 [ 3 ] {0d81280e-6591-47f5-877d-ad7f72699ea4} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5996 | 2024.07.19 18:48:17.754854 [ 189 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5997 | 2024.07.19 18:48:17.755071 [ 189 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5998 | 2024.07.19 18:48:17.755474 [ 3 ] {0d81280e-6591-47f5-877d-ad7f72699ea4} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.008156 sec., 490.43648847474253 rows/sec., 899.93 KiB/sec. | ||
| 5999 | 2024.07.19 18:48:17.755551 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.89 MiB. | ||
| 6000 | 2024.07.19 18:48:17.756561 [ 3 ] {0d81280e-6591-47f5-877d-ad7f72699ea4} <Debug> DynamicQueryHandler: Done processing query | ||
| 6001 | 2024.07.19 18:48:17.756592 [ 3 ] {0d81280e-6591-47f5-877d-ad7f72699ea4} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 6002 | 2024.07.19 18:48:17.756607 [ 3 ] {} <Debug> HTTP-Session: 44959c99-d4b5-42c5-b415-ecd4464d163d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6003 | 2024.07.19 18:48:17.756726 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6004 | 2024.07.19 18:48:17.756775 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6005 | 2024.07.19 18:48:17.756794 [ 3 ] {} <Debug> HTTP-Session: 62072ea2-9778-48f3-a236-bcb0a7774a7a Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 6006 | 2024.07.19 18:48:17.756811 [ 3 ] {} <Debug> HTTP-Session: 62072ea2-9778-48f3-a236-bcb0a7774a7a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6007 | 2024.07.19 18:48:17.756824 [ 3 ] {} <Debug> HTTP-Session: 62072ea2-9778-48f3-a236-bcb0a7774a7a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6008 | 2024.07.19 18:48:17.756854 [ 3 ] {} <Trace> HTTP-Session: 62072ea2-9778-48f3-a236-bcb0a7774a7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6009 | 2024.07.19 18:48:17.756981 [ 3 ] {cf1935a4-dac9-4e03-9246-3d0523ef00ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 6010 | 2024.07.19 18:48:17.757027 [ 3 ] {cf1935a4-dac9-4e03-9246-3d0523ef00ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6011 | 2024.07.19 18:48:17.757174 [ 3 ] {cf1935a4-dac9-4e03-9246-3d0523ef00ee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6012 | 2024.07.19 18:48:17.757484 [ 3 ] {cf1935a4-dac9-4e03-9246-3d0523ef00ee} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6013 | 2024.07.19 18:48:17.757519 [ 3 ] {cf1935a4-dac9-4e03-9246-3d0523ef00ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 6014 | 2024.07.19 18:48:17.757893 [ 3 ] {cf1935a4-dac9-4e03-9246-3d0523ef00ee} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 6015 | 2024.07.19 18:48:17.758229 [ 3 ] {cf1935a4-dac9-4e03-9246-3d0523ef00ee} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6016 | 2024.07.19 18:48:17.758355 [ 117 ] {} <Debug> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 6017 | 2024.07.19 18:48:17.758363 [ 3 ] {cf1935a4-dac9-4e03-9246-3d0523ef00ee} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001428 sec., 42016.80672268908 rows/sec., 2.83 MiB/sec. | ||
| 6018 | 2024.07.19 18:48:17.758393 [ 117 ] {} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6019 | 2024.07.19 18:48:17.758433 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 6020 | 2024.07.19 18:48:17.758695 [ 3 ] {cf1935a4-dac9-4e03-9246-3d0523ef00ee} <Debug> DynamicQueryHandler: Done processing query | ||
| 6021 | 2024.07.19 18:48:17.758794 [ 3 ] {cf1935a4-dac9-4e03-9246-3d0523ef00ee} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6022 | 2024.07.19 18:48:17.758912 [ 3 ] {} <Debug> HTTP-Session: 62072ea2-9778-48f3-a236-bcb0a7774a7a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6023 | 2024.07.19 18:48:17.759067 [ 186 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::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 | ||
| 6024 | 2024.07.19 18:48:17.759355 [ 186 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6025 | 2024.07.19 18:48:17.759396 [ 186 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 956 rows starting from the beginning of the part | ||
| 6026 | 2024.07.19 18:48:17.759510 [ 186 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::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 | ||
| 6027 | 2024.07.19 18:48:17.759716 [ 186 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::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 | ||
| 6028 | 2024.07.19 18:48:17.759896 [ 186 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::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 | ||
| 6029 | 2024.07.19 18:48:17.760069 [ 186 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::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 | ||
| 6030 | 2024.07.19 18:48:17.760246 [ 186 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::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 | ||
| 6031 | 2024.07.19 18:48:17.761615 [ 187 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1256 rows, containing 4 columns (4 merged, 0 gathered) in 0.003046588 sec., 412264.4742249363 rows/sec., 27.85 MiB/sec. | ||
| 6032 | 2024.07.19 18:48:17.761856 [ 187 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 6033 | 2024.07.19 18:48:17.762286 [ 187 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_26_5} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6034 | 2024.07.19 18:48:17.762381 [ 187 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_26_5} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 6035 | 2024.07.19 18:48:17.762485 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. | ||
| 6036 | 2024.07.19 18:48:22.743312 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 4480, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6037 | 2024.07.19 18:48:22.743517 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6038 | 2024.07.19 18:48:22.743566 [ 3 ] {} <Debug> HTTP-Session: d5cdb017-834c-49be-8d9d-5e2f5f0042d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 6039 | 2024.07.19 18:48:22.743594 [ 3 ] {} <Debug> HTTP-Session: d5cdb017-834c-49be-8d9d-5e2f5f0042d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6040 | 2024.07.19 18:48:22.743609 [ 3 ] {} <Debug> HTTP-Session: d5cdb017-834c-49be-8d9d-5e2f5f0042d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6041 | 2024.07.19 18:48:22.743657 [ 3 ] {} <Trace> HTTP-Session: d5cdb017-834c-49be-8d9d-5e2f5f0042d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6042 | 2024.07.19 18:48:22.743871 [ 3 ] {d0a8e6ab-1f29-4ce3-9ff3-fe95d2b8c515} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 6043 | 2024.07.19 18:48:22.743939 [ 3 ] {d0a8e6ab-1f29-4ce3-9ff3-fe95d2b8c515} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 6044 | 2024.07.19 18:48:22.744132 [ 3 ] {d0a8e6ab-1f29-4ce3-9ff3-fe95d2b8c515} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6045 | 2024.07.19 18:48:22.744643 [ 3 ] {d0a8e6ab-1f29-4ce3-9ff3-fe95d2b8c515} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6046 | 2024.07.19 18:48:22.744692 [ 3 ] {d0a8e6ab-1f29-4ce3-9ff3-fe95d2b8c515} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 6047 | 2024.07.19 18:48:22.745083 [ 3 ] {d0a8e6ab-1f29-4ce3-9ff3-fe95d2b8c515} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 6048 | 2024.07.19 18:48:22.745436 [ 3 ] {d0a8e6ab-1f29-4ce3-9ff3-fe95d2b8c515} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6049 | 2024.07.19 18:48:22.745584 [ 3 ] {d0a8e6ab-1f29-4ce3-9ff3-fe95d2b8c515} <Debug> executeQuery: Read 32 rows, 2.45 KiB in 0.001777 sec., 18007.878446820483 rows/sec., 1.34 MiB/sec. | ||
| 6050 | 2024.07.19 18:48:22.745818 [ 3 ] {d0a8e6ab-1f29-4ce3-9ff3-fe95d2b8c515} <Debug> DynamicQueryHandler: Done processing query | ||
| 6051 | 2024.07.19 18:48:22.745846 [ 3 ] {d0a8e6ab-1f29-4ce3-9ff3-fe95d2b8c515} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6052 | 2024.07.19 18:48:22.745863 [ 3 ] {} <Debug> HTTP-Session: d5cdb017-834c-49be-8d9d-5e2f5f0042d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6053 | 2024.07.19 18:48:22.746081 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 36141, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6054 | 2024.07.19 18:48:22.746139 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6055 | 2024.07.19 18:48:22.746160 [ 3 ] {} <Debug> HTTP-Session: 569e88c3-72e4-48d9-bfe1-449e2d350d80 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 6056 | 2024.07.19 18:48:22.746178 [ 3 ] {} <Debug> HTTP-Session: 569e88c3-72e4-48d9-bfe1-449e2d350d80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6057 | 2024.07.19 18:48:22.746192 [ 3 ] {} <Debug> HTTP-Session: 569e88c3-72e4-48d9-bfe1-449e2d350d80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6058 | 2024.07.19 18:48:22.746229 [ 3 ] {} <Trace> HTTP-Session: 569e88c3-72e4-48d9-bfe1-449e2d350d80 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6059 | 2024.07.19 18:48:22.746403 [ 3 ] {8219b429-4f3c-4db5-91b5-60ef940f8934} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6060 | 2024.07.19 18:48:22.746449 [ 3 ] {8219b429-4f3c-4db5-91b5-60ef940f8934} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6061 | 2024.07.19 18:48:22.746582 [ 3 ] {8219b429-4f3c-4db5-91b5-60ef940f8934} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6062 | 2024.07.19 18:48:22.747082 [ 3 ] {8219b429-4f3c-4db5-91b5-60ef940f8934} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6063 | 2024.07.19 18:48:22.747120 [ 3 ] {8219b429-4f3c-4db5-91b5-60ef940f8934} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 6064 | 2024.07.19 18:48:22.747462 [ 3 ] {8219b429-4f3c-4db5-91b5-60ef940f8934} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6065 | 2024.07.19 18:48:22.747785 [ 3 ] {8219b429-4f3c-4db5-91b5-60ef940f8934} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6066 | 2024.07.19 18:48:22.747913 [ 3 ] {8219b429-4f3c-4db5-91b5-60ef940f8934} <Debug> executeQuery: Read 239 rows, 21.60 KiB in 0.001591 sec., 150219.98742928976 rows/sec., 13.26 MiB/sec. | ||
| 6067 | 2024.07.19 18:48:22.748183 [ 3 ] {8219b429-4f3c-4db5-91b5-60ef940f8934} <Debug> DynamicQueryHandler: Done processing query | ||
| 6068 | 2024.07.19 18:48:22.748219 [ 3 ] {8219b429-4f3c-4db5-91b5-60ef940f8934} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
| 6069 | 2024.07.19 18:48:22.748246 [ 3 ] {} <Debug> HTTP-Session: 569e88c3-72e4-48d9-bfe1-449e2d350d80 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6070 | 2024.07.19 18:48:22.748455 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 65978, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6071 | 2024.07.19 18:48:22.748508 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6072 | 2024.07.19 18:48:22.748528 [ 3 ] {} <Debug> HTTP-Session: faabd381-b337-4a48-9d9c-b7bff71eb44d Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 6073 | 2024.07.19 18:48:22.748545 [ 3 ] {} <Debug> HTTP-Session: faabd381-b337-4a48-9d9c-b7bff71eb44d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6074 | 2024.07.19 18:48:22.748559 [ 3 ] {} <Debug> HTTP-Session: faabd381-b337-4a48-9d9c-b7bff71eb44d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6075 | 2024.07.19 18:48:22.748591 [ 3 ] {} <Trace> HTTP-Session: faabd381-b337-4a48-9d9c-b7bff71eb44d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6076 | 2024.07.19 18:48:22.748821 [ 3 ] {99727cdf-6097-403a-a029-65cab581cfdd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6077 | 2024.07.19 18:48:22.748866 [ 3 ] {99727cdf-6097-403a-a029-65cab581cfdd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6078 | 2024.07.19 18:48:22.749013 [ 3 ] {99727cdf-6097-403a-a029-65cab581cfdd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6079 | 2024.07.19 18:48:22.749556 [ 3 ] {99727cdf-6097-403a-a029-65cab581cfdd} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6080 | 2024.07.19 18:48:22.749591 [ 3 ] {99727cdf-6097-403a-a029-65cab581cfdd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 6081 | 2024.07.19 18:48:22.749920 [ 3 ] {99727cdf-6097-403a-a029-65cab581cfdd} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6082 | 2024.07.19 18:48:22.750246 [ 3 ] {99727cdf-6097-403a-a029-65cab581cfdd} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6083 | 2024.07.19 18:48:22.750372 [ 3 ] {99727cdf-6097-403a-a029-65cab581cfdd} <Debug> executeQuery: Read 408 rows, 29.56 KiB in 0.001666 sec., 244897.9591836735 rows/sec., 17.33 MiB/sec. | ||
| 6084 | 2024.07.19 18:48:22.750532 [ 3 ] {99727cdf-6097-403a-a029-65cab581cfdd} <Debug> DynamicQueryHandler: Done processing query | ||
| 6085 | 2024.07.19 18:48:22.750557 [ 3 ] {99727cdf-6097-403a-a029-65cab581cfdd} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
| 6086 | 2024.07.19 18:48:22.750574 [ 3 ] {} <Debug> HTTP-Session: faabd381-b337-4a48-9d9c-b7bff71eb44d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6087 | 2024.07.19 18:48:22.750720 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6088 | 2024.07.19 18:48:22.750771 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6089 | 2024.07.19 18:48:22.750789 [ 3 ] {} <Debug> HTTP-Session: 72e7e517-5ef0-4e50-93d8-1fa1cd87c1a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 6090 | 2024.07.19 18:48:22.750806 [ 3 ] {} <Debug> HTTP-Session: 72e7e517-5ef0-4e50-93d8-1fa1cd87c1a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6091 | 2024.07.19 18:48:22.750820 [ 3 ] {} <Debug> HTTP-Session: 72e7e517-5ef0-4e50-93d8-1fa1cd87c1a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6092 | 2024.07.19 18:48:22.750850 [ 3 ] {} <Trace> HTTP-Session: 72e7e517-5ef0-4e50-93d8-1fa1cd87c1a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6093 | 2024.07.19 18:48:22.750946 [ 3 ] {4d27f860-623f-47dc-b197-fdb52e90b512} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 6094 | 2024.07.19 18:48:22.750992 [ 3 ] {4d27f860-623f-47dc-b197-fdb52e90b512} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6095 | 2024.07.19 18:48:22.751120 [ 3 ] {4d27f860-623f-47dc-b197-fdb52e90b512} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6096 | 2024.07.19 18:48:22.751382 [ 3 ] {4d27f860-623f-47dc-b197-fdb52e90b512} <Trace> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6097 | 2024.07.19 18:48:22.751417 [ 3 ] {4d27f860-623f-47dc-b197-fdb52e90b512} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 6098 | 2024.07.19 18:48:22.751787 [ 3 ] {4d27f860-623f-47dc-b197-fdb52e90b512} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 6099 | 2024.07.19 18:48:22.752118 [ 3 ] {4d27f860-623f-47dc-b197-fdb52e90b512} <Trace> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6100 | 2024.07.19 18:48:22.752234 [ 109 ] {} <Debug> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 6101 | 2024.07.19 18:48:22.752245 [ 3 ] {4d27f860-623f-47dc-b197-fdb52e90b512} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001322 sec., 4538.57791225416 rows/sec., 195.02 KiB/sec. | ||
| 6102 | 2024.07.19 18:48:22.752279 [ 109 ] {} <Trace> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6103 | 2024.07.19 18:48:22.752311 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 6104 | 2024.07.19 18:48:22.752436 [ 3 ] {4d27f860-623f-47dc-b197-fdb52e90b512} <Debug> DynamicQueryHandler: Done processing query | ||
| 6105 | 2024.07.19 18:48:22.752441 [ 201 ] {df0343a6-e0c4-40da-a26b-df51f3875d9d::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 | ||
| 6106 | 2024.07.19 18:48:22.752463 [ 3 ] {4d27f860-623f-47dc-b197-fdb52e90b512} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 6107 | 2024.07.19 18:48:22.752494 [ 3 ] {} <Debug> HTTP-Session: 72e7e517-5ef0-4e50-93d8-1fa1cd87c1a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6108 | 2024.07.19 18:48:22.752596 [ 201 ] {df0343a6-e0c4-40da-a26b-df51f3875d9d::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6109 | 2024.07.19 18:48:22.752624 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 14079, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6110 | 2024.07.19 18:48:22.752637 [ 201 ] {df0343a6-e0c4-40da-a26b-df51f3875d9d::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 | ||
| 6111 | 2024.07.19 18:48:22.752681 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6112 | 2024.07.19 18:48:22.752722 [ 3 ] {} <Debug> HTTP-Session: a44634c6-9ad4-48fb-a392-46bc01302121 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 6113 | 2024.07.19 18:48:22.752789 [ 3 ] {} <Debug> HTTP-Session: a44634c6-9ad4-48fb-a392-46bc01302121 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6114 | 2024.07.19 18:48:22.752789 [ 201 ] {df0343a6-e0c4-40da-a26b-df51f3875d9d::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 | ||
| 6115 | 2024.07.19 18:48:22.752844 [ 3 ] {} <Debug> HTTP-Session: a44634c6-9ad4-48fb-a392-46bc01302121 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6116 | 2024.07.19 18:48:22.752986 [ 3 ] {} <Trace> HTTP-Session: a44634c6-9ad4-48fb-a392-46bc01302121 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6117 | 2024.07.19 18:48:22.753174 [ 201 ] {df0343a6-e0c4-40da-a26b-df51f3875d9d::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 | ||
| 6118 | 2024.07.19 18:48:22.753425 [ 3 ] {17e43c9c-9423-48e7-87d1-146ae56ab43f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 6119 | 2024.07.19 18:48:22.753489 [ 201 ] {df0343a6-e0c4-40da-a26b-df51f3875d9d::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 | ||
| 6120 | 2024.07.19 18:48:22.753589 [ 3 ] {17e43c9c-9423-48e7-87d1-146ae56ab43f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 6121 | 2024.07.19 18:48:22.753784 [ 201 ] {df0343a6-e0c4-40da-a26b-df51f3875d9d::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 | ||
| 6122 | 2024.07.19 18:48:22.754106 [ 201 ] {df0343a6-e0c4-40da-a26b-df51f3875d9d::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 | ||
| 6123 | 2024.07.19 18:48:22.754728 [ 3 ] {17e43c9c-9423-48e7-87d1-146ae56ab43f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6124 | 2024.07.19 18:48:22.755258 [ 3 ] {17e43c9c-9423-48e7-87d1-146ae56ab43f} <Trace> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6125 | 2024.07.19 18:48:22.755300 [ 3 ] {17e43c9c-9423-48e7-87d1-146ae56ab43f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 6126 | 2024.07.19 18:48:22.755872 [ 201 ] {df0343a6-e0c4-40da-a26b-df51f3875d9d::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.003497465 sec., 18870.810715761272 rows/sec., 810.86 KiB/sec. | ||
| 6127 | 2024.07.19 18:48:22.755903 [ 3 ] {17e43c9c-9423-48e7-87d1-146ae56ab43f} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 6128 | 2024.07.19 18:48:22.755979 [ 201 ] {df0343a6-e0c4-40da-a26b-df51f3875d9d::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 6129 | 2024.07.19 18:48:22.756365 [ 3 ] {17e43c9c-9423-48e7-87d1-146ae56ab43f} <Trace> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6130 | 2024.07.19 18:48:22.756453 [ 201 ] {df0343a6-e0c4-40da-a26b-df51f3875d9d::all_1_11_2} <Trace> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6131 | 2024.07.19 18:48:22.756524 [ 109 ] {} <Debug> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 6132 | 2024.07.19 18:48:22.756568 [ 3 ] {17e43c9c-9423-48e7-87d1-146ae56ab43f} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.003333 sec., 23102.3102310231 rows/sec., 1.42 MiB/sec. | ||
| 6133 | 2024.07.19 18:48:22.756582 [ 109 ] {} <Trace> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6134 | 2024.07.19 18:48:22.756631 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 6135 | 2024.07.19 18:48:22.756635 [ 201 ] {df0343a6-e0c4-40da-a26b-df51f3875d9d::all_1_11_2} <Trace> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 6136 | 2024.07.19 18:48:22.756920 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 6137 | 2024.07.19 18:48:22.756966 [ 3 ] {17e43c9c-9423-48e7-87d1-146ae56ab43f} <Debug> DynamicQueryHandler: Done processing query | ||
| 6138 | 2024.07.19 18:48:22.756994 [ 194 ] {1fb508e0-969d-4987-9814-9a74e65b75c4::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 | ||
| 6139 | 2024.07.19 18:48:22.757012 [ 3 ] {17e43c9c-9423-48e7-87d1-146ae56ab43f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 6140 | 2024.07.19 18:48:22.757060 [ 3 ] {} <Debug> HTTP-Session: a44634c6-9ad4-48fb-a392-46bc01302121 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6141 | 2024.07.19 18:48:22.757154 [ 194 ] {1fb508e0-969d-4987-9814-9a74e65b75c4::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6142 | 2024.07.19 18:48:22.757184 [ 194 ] {1fb508e0-969d-4987-9814-9a74e65b75c4::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 | ||
| 6143 | 2024.07.19 18:48:22.757324 [ 194 ] {1fb508e0-969d-4987-9814-9a74e65b75c4::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 | ||
| 6144 | 2024.07.19 18:48:22.757328 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6145 | 2024.07.19 18:48:22.757509 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6146 | 2024.07.19 18:48:22.757631 [ 3 ] {} <Debug> HTTP-Session: 16667cb0-1a73-4322-93e1-8fd26d25cd3a Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 6147 | 2024.07.19 18:48:22.757666 [ 194 ] {1fb508e0-969d-4987-9814-9a74e65b75c4::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 | ||
| 6148 | 2024.07.19 18:48:22.757699 [ 3 ] {} <Debug> HTTP-Session: 16667cb0-1a73-4322-93e1-8fd26d25cd3a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6149 | 2024.07.19 18:48:22.757761 [ 3 ] {} <Debug> HTTP-Session: 16667cb0-1a73-4322-93e1-8fd26d25cd3a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6150 | 2024.07.19 18:48:22.757902 [ 3 ] {} <Trace> HTTP-Session: 16667cb0-1a73-4322-93e1-8fd26d25cd3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6151 | 2024.07.19 18:48:22.757979 [ 194 ] {1fb508e0-969d-4987-9814-9a74e65b75c4::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 | ||
| 6152 | 2024.07.19 18:48:22.758279 [ 194 ] {1fb508e0-969d-4987-9814-9a74e65b75c4::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 | ||
| 6153 | 2024.07.19 18:48:22.758311 [ 3 ] {8e428dbb-cde3-41cb-b369-09809e8eb5e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6154 | 2024.07.19 18:48:22.758496 [ 3 ] {8e428dbb-cde3-41cb-b369-09809e8eb5e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6155 | 2024.07.19 18:48:22.758602 [ 194 ] {1fb508e0-969d-4987-9814-9a74e65b75c4::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 | ||
| 6156 | 2024.07.19 18:48:22.759277 [ 3 ] {8e428dbb-cde3-41cb-b369-09809e8eb5e6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6157 | 2024.07.19 18:48:22.759894 [ 3 ] {8e428dbb-cde3-41cb-b369-09809e8eb5e6} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6158 | 2024.07.19 18:48:22.759942 [ 3 ] {8e428dbb-cde3-41cb-b369-09809e8eb5e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 6159 | 2024.07.19 18:48:22.760568 [ 3 ] {8e428dbb-cde3-41cb-b369-09809e8eb5e6} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 6160 | 2024.07.19 18:48:22.760680 [ 190 ] {1fb508e0-969d-4987-9814-9a74e65b75c4::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 847 rows, containing 5 columns (5 merged, 0 gathered) in 0.003935741 sec., 215207.2506803674 rows/sec., 13.25 MiB/sec. | ||
| 6161 | 2024.07.19 18:48:22.761029 [ 190 ] {1fb508e0-969d-4987-9814-9a74e65b75c4::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 6162 | 2024.07.19 18:48:22.761251 [ 3 ] {8e428dbb-cde3-41cb-b369-09809e8eb5e6} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6163 | 2024.07.19 18:48:22.761618 [ 3 ] {8e428dbb-cde3-41cb-b369-09809e8eb5e6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003501 sec., 45701.22822050843 rows/sec., 3.18 MiB/sec. | ||
| 6164 | 2024.07.19 18:48:22.762062 [ 3 ] {8e428dbb-cde3-41cb-b369-09809e8eb5e6} <Debug> DynamicQueryHandler: Done processing query | ||
| 6165 | 2024.07.19 18:48:22.762103 [ 3 ] {8e428dbb-cde3-41cb-b369-09809e8eb5e6} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 6166 | 2024.07.19 18:48:22.762133 [ 3 ] {} <Debug> HTTP-Session: 16667cb0-1a73-4322-93e1-8fd26d25cd3a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6167 | 2024.07.19 18:48:22.762226 [ 190 ] {1fb508e0-969d-4987-9814-9a74e65b75c4::all_1_11_2} <Trace> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6168 | 2024.07.19 18:48:22.762327 [ 190 ] {1fb508e0-969d-4987-9814-9a74e65b75c4::all_1_11_2} <Trace> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 6169 | 2024.07.19 18:48:22.762392 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 41998, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6170 | 2024.07.19 18:48:22.762491 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
| 6171 | 2024.07.19 18:48:22.762507 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6172 | 2024.07.19 18:48:22.762550 [ 3 ] {} <Debug> HTTP-Session: c455321a-7ed7-44be-93ed-7486b8ea311d Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 6173 | 2024.07.19 18:48:22.762566 [ 3 ] {} <Debug> HTTP-Session: c455321a-7ed7-44be-93ed-7486b8ea311d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6174 | 2024.07.19 18:48:22.762580 [ 3 ] {} <Debug> HTTP-Session: c455321a-7ed7-44be-93ed-7486b8ea311d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6175 | 2024.07.19 18:48:22.762612 [ 3 ] {} <Trace> HTTP-Session: c455321a-7ed7-44be-93ed-7486b8ea311d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6176 | 2024.07.19 18:48:22.762931 [ 3 ] {636f4fa5-9a6d-4170-bcc4-661e7a69cea2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 6177 | 2024.07.19 18:48:22.763004 [ 3 ] {636f4fa5-9a6d-4170-bcc4-661e7a69cea2} <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 | ||
| 6178 | 2024.07.19 18:48:22.763441 [ 3 ] {636f4fa5-9a6d-4170-bcc4-661e7a69cea2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6179 | 2024.07.19 18:48:22.764095 [ 3 ] {636f4fa5-9a6d-4170-bcc4-661e7a69cea2} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6180 | 2024.07.19 18:48:22.764130 [ 3 ] {636f4fa5-9a6d-4170-bcc4-661e7a69cea2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 6181 | 2024.07.19 18:48:22.764773 [ 3 ] {636f4fa5-9a6d-4170-bcc4-661e7a69cea2} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 6182 | 2024.07.19 18:48:22.765195 [ 3 ] {636f4fa5-9a6d-4170-bcc4-661e7a69cea2} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6183 | 2024.07.19 18:48:22.765339 [ 3 ] {636f4fa5-9a6d-4170-bcc4-661e7a69cea2} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.00263 sec., 9885.931558935361 rows/sec., 17.72 MiB/sec. | ||
| 6184 | 2024.07.19 18:48:22.765555 [ 3 ] {636f4fa5-9a6d-4170-bcc4-661e7a69cea2} <Debug> DynamicQueryHandler: Done processing query | ||
| 6185 | 2024.07.19 18:48:22.765580 [ 3 ] {636f4fa5-9a6d-4170-bcc4-661e7a69cea2} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 6186 | 2024.07.19 18:48:22.765595 [ 3 ] {} <Debug> HTTP-Session: c455321a-7ed7-44be-93ed-7486b8ea311d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6187 | 2024.07.19 18:48:22.765722 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 3212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6188 | 2024.07.19 18:48:22.765771 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6189 | 2024.07.19 18:48:22.765790 [ 3 ] {} <Debug> HTTP-Session: 22012220-8fd6-4969-b25f-761fb83f3f4a Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 6190 | 2024.07.19 18:48:22.765806 [ 3 ] {} <Debug> HTTP-Session: 22012220-8fd6-4969-b25f-761fb83f3f4a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6191 | 2024.07.19 18:48:22.765819 [ 3 ] {} <Debug> HTTP-Session: 22012220-8fd6-4969-b25f-761fb83f3f4a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6192 | 2024.07.19 18:48:22.765850 [ 3 ] {} <Trace> HTTP-Session: 22012220-8fd6-4969-b25f-761fb83f3f4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6193 | 2024.07.19 18:48:22.765949 [ 3 ] {be7f9711-5b91-434d-a3b6-8a32813d0915} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 6194 | 2024.07.19 18:48:22.765993 [ 3 ] {be7f9711-5b91-434d-a3b6-8a32813d0915} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 6195 | 2024.07.19 18:48:22.766119 [ 3 ] {be7f9711-5b91-434d-a3b6-8a32813d0915} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6196 | 2024.07.19 18:48:22.766388 [ 3 ] {be7f9711-5b91-434d-a3b6-8a32813d0915} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6197 | 2024.07.19 18:48:22.766424 [ 3 ] {be7f9711-5b91-434d-a3b6-8a32813d0915} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 6198 | 2024.07.19 18:48:22.766775 [ 3 ] {be7f9711-5b91-434d-a3b6-8a32813d0915} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 6199 | 2024.07.19 18:48:22.767105 [ 3 ] {be7f9711-5b91-434d-a3b6-8a32813d0915} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6200 | 2024.07.19 18:48:22.767231 [ 3 ] {be7f9711-5b91-434d-a3b6-8a32813d0915} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001308 sec., 17584.09785932722 rows/sec., 951.18 KiB/sec. | ||
| 6201 | 2024.07.19 18:48:22.767391 [ 3 ] {be7f9711-5b91-434d-a3b6-8a32813d0915} <Debug> DynamicQueryHandler: Done processing query | ||
| 6202 | 2024.07.19 18:48:22.767416 [ 3 ] {be7f9711-5b91-434d-a3b6-8a32813d0915} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 6203 | 2024.07.19 18:48:22.767431 [ 3 ] {} <Debug> HTTP-Session: 22012220-8fd6-4969-b25f-761fb83f3f4a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6204 | 2024.07.19 18:48:22.767549 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6205 | 2024.07.19 18:48:22.767599 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6206 | 2024.07.19 18:48:22.767618 [ 3 ] {} <Debug> HTTP-Session: 6de2a58f-1b39-4879-b2d1-a7b716d8e245 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 6207 | 2024.07.19 18:48:22.767634 [ 3 ] {} <Debug> HTTP-Session: 6de2a58f-1b39-4879-b2d1-a7b716d8e245 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6208 | 2024.07.19 18:48:22.767647 [ 3 ] {} <Debug> HTTP-Session: 6de2a58f-1b39-4879-b2d1-a7b716d8e245 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6209 | 2024.07.19 18:48:22.767677 [ 3 ] {} <Trace> HTTP-Session: 6de2a58f-1b39-4879-b2d1-a7b716d8e245 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6210 | 2024.07.19 18:48:22.767793 [ 3 ] {5a087634-4b1d-4d36-beed-e0cee11b2d6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 6211 | 2024.07.19 18:48:22.767836 [ 3 ] {5a087634-4b1d-4d36-beed-e0cee11b2d6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6212 | 2024.07.19 18:48:22.767962 [ 3 ] {5a087634-4b1d-4d36-beed-e0cee11b2d6d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6213 | 2024.07.19 18:48:22.768250 [ 3 ] {5a087634-4b1d-4d36-beed-e0cee11b2d6d} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6214 | 2024.07.19 18:48:22.768285 [ 3 ] {5a087634-4b1d-4d36-beed-e0cee11b2d6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 6215 | 2024.07.19 18:48:22.768646 [ 3 ] {5a087634-4b1d-4d36-beed-e0cee11b2d6d} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 6216 | 2024.07.19 18:48:22.768971 [ 3 ] {5a087634-4b1d-4d36-beed-e0cee11b2d6d} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6217 | 2024.07.19 18:48:22.769101 [ 3 ] {5a087634-4b1d-4d36-beed-e0cee11b2d6d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00135 sec., 44444.444444444445 rows/sec., 3.00 MiB/sec. | ||
| 6218 | 2024.07.19 18:48:22.769287 [ 3 ] {5a087634-4b1d-4d36-beed-e0cee11b2d6d} <Debug> DynamicQueryHandler: Done processing query | ||
| 6219 | 2024.07.19 18:48:22.769313 [ 3 ] {5a087634-4b1d-4d36-beed-e0cee11b2d6d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6220 | 2024.07.19 18:48:22.769328 [ 3 ] {} <Debug> HTTP-Session: 6de2a58f-1b39-4879-b2d1-a7b716d8e245 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6221 | 2024.07.19 18:48:27.737806 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 623, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6222 | 2024.07.19 18:48:27.737953 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6223 | 2024.07.19 18:48:27.737982 [ 3 ] {} <Debug> HTTP-Session: cc24769c-a8a5-4b31-9daf-d8362bc796fd Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 6224 | 2024.07.19 18:48:27.738010 [ 3 ] {} <Debug> HTTP-Session: cc24769c-a8a5-4b31-9daf-d8362bc796fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6225 | 2024.07.19 18:48:27.738028 [ 3 ] {} <Debug> HTTP-Session: cc24769c-a8a5-4b31-9daf-d8362bc796fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6226 | 2024.07.19 18:48:27.738083 [ 3 ] {} <Trace> HTTP-Session: cc24769c-a8a5-4b31-9daf-d8362bc796fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6227 | 2024.07.19 18:48:27.738288 [ 3 ] {478f194f-bb36-429a-8a3b-fc635757e6b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 6228 | 2024.07.19 18:48:27.738362 [ 3 ] {478f194f-bb36-429a-8a3b-fc635757e6b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 6229 | 2024.07.19 18:48:27.738585 [ 3 ] {478f194f-bb36-429a-8a3b-fc635757e6b3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6230 | 2024.07.19 18:48:27.739016 [ 3 ] {478f194f-bb36-429a-8a3b-fc635757e6b3} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6231 | 2024.07.19 18:48:27.739061 [ 3 ] {478f194f-bb36-429a-8a3b-fc635757e6b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 6232 | 2024.07.19 18:48:27.739436 [ 3 ] {478f194f-bb36-429a-8a3b-fc635757e6b3} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 6233 | 2024.07.19 18:48:27.739786 [ 3 ] {478f194f-bb36-429a-8a3b-fc635757e6b3} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6234 | 2024.07.19 18:48:27.739933 [ 3 ] {478f194f-bb36-429a-8a3b-fc635757e6b3} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001704 sec., 2347.417840375587 rows/sec., 190.27 KiB/sec. | ||
| 6235 | 2024.07.19 18:48:27.740153 [ 3 ] {478f194f-bb36-429a-8a3b-fc635757e6b3} <Debug> DynamicQueryHandler: Done processing query | ||
| 6236 | 2024.07.19 18:48:27.740180 [ 3 ] {478f194f-bb36-429a-8a3b-fc635757e6b3} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 6237 | 2024.07.19 18:48:27.740197 [ 3 ] {} <Debug> HTTP-Session: cc24769c-a8a5-4b31-9daf-d8362bc796fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6238 | 2024.07.19 18:48:27.740326 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6239 | 2024.07.19 18:48:27.740383 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6240 | 2024.07.19 18:48:27.740403 [ 3 ] {} <Debug> HTTP-Session: e29509db-9a19-499e-b19a-ce094b702456 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 6241 | 2024.07.19 18:48:27.740421 [ 3 ] {} <Debug> HTTP-Session: e29509db-9a19-499e-b19a-ce094b702456 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6242 | 2024.07.19 18:48:27.740435 [ 3 ] {} <Debug> HTTP-Session: e29509db-9a19-499e-b19a-ce094b702456 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6243 | 2024.07.19 18:48:27.740471 [ 3 ] {} <Trace> HTTP-Session: e29509db-9a19-499e-b19a-ce094b702456 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6244 | 2024.07.19 18:48:27.740575 [ 3 ] {ef06104d-8900-4009-9baa-46e64e1d34c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 6245 | 2024.07.19 18:48:27.740622 [ 3 ] {ef06104d-8900-4009-9baa-46e64e1d34c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6246 | 2024.07.19 18:48:27.740754 [ 3 ] {ef06104d-8900-4009-9baa-46e64e1d34c3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6247 | 2024.07.19 18:48:27.741060 [ 3 ] {ef06104d-8900-4009-9baa-46e64e1d34c3} <Trace> oximeter.fields_ipaddr (5b198a67-6d84-4324-b6a3-e6f140922631): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6248 | 2024.07.19 18:48:27.741096 [ 3 ] {ef06104d-8900-4009-9baa-46e64e1d34c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 6249 | 2024.07.19 18:48:27.741403 [ 3 ] {ef06104d-8900-4009-9baa-46e64e1d34c3} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 6250 | 2024.07.19 18:48:27.741723 [ 3 ] {ef06104d-8900-4009-9baa-46e64e1d34c3} <Trace> oximeter.fields_ipaddr (5b198a67-6d84-4324-b6a3-e6f140922631): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6251 | 2024.07.19 18:48:27.741845 [ 3 ] {ef06104d-8900-4009-9baa-46e64e1d34c3} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001297 sec., 3084.040092521203 rows/sec., 251.48 KiB/sec. | ||
| 6252 | 2024.07.19 18:48:27.742329 [ 3 ] {ef06104d-8900-4009-9baa-46e64e1d34c3} <Debug> DynamicQueryHandler: Done processing query | ||
| 6253 | 2024.07.19 18:48:27.742363 [ 3 ] {ef06104d-8900-4009-9baa-46e64e1d34c3} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 6254 | 2024.07.19 18:48:27.742379 [ 3 ] {} <Debug> HTTP-Session: e29509db-9a19-499e-b19a-ce094b702456 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6255 | 2024.07.19 18:48:27.742507 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9928, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6256 | 2024.07.19 18:48:27.742559 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6257 | 2024.07.19 18:48:27.742578 [ 3 ] {} <Debug> HTTP-Session: 8645152c-8184-421a-bf16-2abd86c19a2f Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 6258 | 2024.07.19 18:48:27.742594 [ 3 ] {} <Debug> HTTP-Session: 8645152c-8184-421a-bf16-2abd86c19a2f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6259 | 2024.07.19 18:48:27.742608 [ 3 ] {} <Debug> HTTP-Session: 8645152c-8184-421a-bf16-2abd86c19a2f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6260 | 2024.07.19 18:48:27.742639 [ 3 ] {} <Trace> HTTP-Session: 8645152c-8184-421a-bf16-2abd86c19a2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6261 | 2024.07.19 18:48:27.742760 [ 3 ] {0326b63d-3437-487b-8841-94818ed45638} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6262 | 2024.07.19 18:48:27.742806 [ 3 ] {0326b63d-3437-487b-8841-94818ed45638} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6263 | 2024.07.19 18:48:27.742958 [ 3 ] {0326b63d-3437-487b-8841-94818ed45638} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6264 | 2024.07.19 18:48:27.743280 [ 3 ] {0326b63d-3437-487b-8841-94818ed45638} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6265 | 2024.07.19 18:48:27.743316 [ 3 ] {0326b63d-3437-487b-8841-94818ed45638} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 6266 | 2024.07.19 18:48:27.743696 [ 3 ] {0326b63d-3437-487b-8841-94818ed45638} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6267 | 2024.07.19 18:48:27.744007 [ 3 ] {0326b63d-3437-487b-8841-94818ed45638} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6268 | 2024.07.19 18:48:27.744127 [ 3 ] {0326b63d-3437-487b-8841-94818ed45638} <Debug> executeQuery: Read 70 rows, 5.65 KiB in 0.00141 sec., 49645.39007092199 rows/sec., 3.92 MiB/sec. | ||
| 6269 | 2024.07.19 18:48:27.744138 [ 101 ] {} <Debug> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6270 | 2024.07.19 18:48:27.744197 [ 101 ] {} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6271 | 2024.07.19 18:48:27.744236 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 6272 | 2024.07.19 18:48:27.744319 [ 3 ] {0326b63d-3437-487b-8841-94818ed45638} <Debug> DynamicQueryHandler: Done processing query | ||
| 6273 | 2024.07.19 18:48:27.744349 [ 3 ] {0326b63d-3437-487b-8841-94818ed45638} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 6274 | 2024.07.19 18:48:27.744361 [ 194 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::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 | ||
| 6275 | 2024.07.19 18:48:27.744370 [ 3 ] {} <Debug> HTTP-Session: 8645152c-8184-421a-bf16-2abd86c19a2f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6276 | 2024.07.19 18:48:27.744525 [ 194 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6277 | 2024.07.19 18:48:27.744533 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6278 | 2024.07.19 18:48:27.744567 [ 194 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 295 rows starting from the beginning of the part | ||
| 6279 | 2024.07.19 18:48:27.744602 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6280 | 2024.07.19 18:48:27.744637 [ 3 ] {} <Debug> HTTP-Session: 202d17ec-1a01-465c-a1c6-1ffb926a09e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 6281 | 2024.07.19 18:48:27.744692 [ 3 ] {} <Debug> HTTP-Session: 202d17ec-1a01-465c-a1c6-1ffb926a09e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6282 | 2024.07.19 18:48:27.744722 [ 194 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 68 rows starting from the beginning of the part | ||
| 6283 | 2024.07.19 18:48:27.744751 [ 3 ] {} <Debug> HTTP-Session: 202d17ec-1a01-465c-a1c6-1ffb926a09e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6284 | 2024.07.19 18:48:27.744901 [ 3 ] {} <Trace> HTTP-Session: 202d17ec-1a01-465c-a1c6-1ffb926a09e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6285 | 2024.07.19 18:48:27.745092 [ 194 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 276 rows starting from the beginning of the part | ||
| 6286 | 2024.07.19 18:48:27.745218 [ 3 ] {4041770b-9ddc-42c8-aad2-325fe153fc39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 6287 | 2024.07.19 18:48:27.745352 [ 194 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 68 rows starting from the beginning of the part | ||
| 6288 | 2024.07.19 18:48:27.745369 [ 3 ] {4041770b-9ddc-42c8-aad2-325fe153fc39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6289 | 2024.07.19 18:48:27.745634 [ 194 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 239 rows starting from the beginning of the part | ||
| 6290 | 2024.07.19 18:48:27.745986 [ 194 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 70 rows starting from the beginning of the part | ||
| 6291 | 2024.07.19 18:48:27.746526 [ 3 ] {4041770b-9ddc-42c8-aad2-325fe153fc39} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6292 | 2024.07.19 18:48:27.747000 [ 3 ] {4041770b-9ddc-42c8-aad2-325fe153fc39} <Trace> oximeter.fields_u16 (3a790436-232b-4913-bf8d-eba3067e022c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6293 | 2024.07.19 18:48:27.747047 [ 3 ] {4041770b-9ddc-42c8-aad2-325fe153fc39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 6294 | 2024.07.19 18:48:27.747491 [ 3 ] {4041770b-9ddc-42c8-aad2-325fe153fc39} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 6295 | 2024.07.19 18:48:27.747901 [ 190 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1016 rows, containing 4 columns (4 merged, 0 gathered) in 0.003597256 sec., 282437.5023629122 rows/sec., 24.12 MiB/sec. | ||
| 6296 | 2024.07.19 18:48:27.747970 [ 3 ] {4041770b-9ddc-42c8-aad2-325fe153fc39} <Trace> oximeter.fields_u16 (3a790436-232b-4913-bf8d-eba3067e022c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6297 | 2024.07.19 18:48:27.748173 [ 3 ] {4041770b-9ddc-42c8-aad2-325fe153fc39} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.003031 sec., 1319.6964698119434 rows/sec., 92.15 KiB/sec. | ||
| 6298 | 2024.07.19 18:48:27.748203 [ 190 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6299 | 2024.07.19 18:48:27.748677 [ 3 ] {4041770b-9ddc-42c8-aad2-325fe153fc39} <Debug> DynamicQueryHandler: Done processing query | ||
| 6300 | 2024.07.19 18:48:27.748729 [ 3 ] {4041770b-9ddc-42c8-aad2-325fe153fc39} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 6301 | 2024.07.19 18:48:27.748786 [ 3 ] {} <Debug> HTTP-Session: 202d17ec-1a01-465c-a1c6-1ffb926a09e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6302 | 2024.07.19 18:48:27.749024 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 12244, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6303 | 2024.07.19 18:48:27.749117 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6304 | 2024.07.19 18:48:27.749151 [ 3 ] {} <Debug> HTTP-Session: 8554a616-a180-45ac-bc56-8e2c90218877 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 6305 | 2024.07.19 18:48:27.749192 [ 3 ] {} <Debug> HTTP-Session: 8554a616-a180-45ac-bc56-8e2c90218877 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6306 | 2024.07.19 18:48:27.749205 [ 190 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_31_6} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6307 | 2024.07.19 18:48:27.749216 [ 3 ] {} <Debug> HTTP-Session: 8554a616-a180-45ac-bc56-8e2c90218877 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6308 | 2024.07.19 18:48:27.749305 [ 3 ] {} <Trace> HTTP-Session: 8554a616-a180-45ac-bc56-8e2c90218877 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6309 | 2024.07.19 18:48:27.749407 [ 190 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_31_6} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6310 | 2024.07.19 18:48:27.749549 [ 3 ] {ea23a7cf-373a-4817-a2fa-1d1faa61e8d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6311 | 2024.07.19 18:48:27.749581 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
| 6312 | 2024.07.19 18:48:27.749629 [ 3 ] {ea23a7cf-373a-4817-a2fa-1d1faa61e8d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6313 | 2024.07.19 18:48:27.749781 [ 3 ] {ea23a7cf-373a-4817-a2fa-1d1faa61e8d2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6314 | 2024.07.19 18:48:27.750158 [ 3 ] {ea23a7cf-373a-4817-a2fa-1d1faa61e8d2} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6315 | 2024.07.19 18:48:27.750193 [ 3 ] {ea23a7cf-373a-4817-a2fa-1d1faa61e8d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 6316 | 2024.07.19 18:48:27.750504 [ 3 ] {ea23a7cf-373a-4817-a2fa-1d1faa61e8d2} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6317 | 2024.07.19 18:48:27.750815 [ 3 ] {ea23a7cf-373a-4817-a2fa-1d1faa61e8d2} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6318 | 2024.07.19 18:48:27.750938 [ 3 ] {ea23a7cf-373a-4817-a2fa-1d1faa61e8d2} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001491 sec., 48289.7384305835 rows/sec., 3.77 MiB/sec. | ||
| 6319 | 2024.07.19 18:48:27.750945 [ 101 ] {} <Debug> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6320 | 2024.07.19 18:48:27.751007 [ 101 ] {} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6321 | 2024.07.19 18:48:27.751047 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 6322 | 2024.07.19 18:48:27.751154 [ 3 ] {ea23a7cf-373a-4817-a2fa-1d1faa61e8d2} <Debug> DynamicQueryHandler: Done processing query | ||
| 6323 | 2024.07.19 18:48:27.751210 [ 3 ] {ea23a7cf-373a-4817-a2fa-1d1faa61e8d2} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 6324 | 2024.07.19 18:48:27.751241 [ 193 ] {67671d04-4863-4609-b795-f6318ed5bf2b::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 | ||
| 6325 | 2024.07.19 18:48:27.751243 [ 3 ] {} <Debug> HTTP-Session: 8554a616-a180-45ac-bc56-8e2c90218877 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6326 | 2024.07.19 18:48:27.751422 [ 193 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6327 | 2024.07.19 18:48:27.751463 [ 193 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 470 rows starting from the beginning of the part | ||
| 6328 | 2024.07.19 18:48:27.751496 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 31017, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6329 | 2024.07.19 18:48:27.751632 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6330 | 2024.07.19 18:48:27.751670 [ 193 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 68 rows starting from the beginning of the part | ||
| 6331 | 2024.07.19 18:48:27.751710 [ 3 ] {} <Debug> HTTP-Session: e1796981-2884-4691-9b6c-92c79cec293a Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 6332 | 2024.07.19 18:48:27.751801 [ 3 ] {} <Debug> HTTP-Session: e1796981-2884-4691-9b6c-92c79cec293a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6333 | 2024.07.19 18:48:27.751963 [ 3 ] {} <Debug> HTTP-Session: e1796981-2884-4691-9b6c-92c79cec293a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6334 | 2024.07.19 18:48:27.751985 [ 193 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 434 rows starting from the beginning of the part | ||
| 6335 | 2024.07.19 18:48:27.752163 [ 3 ] {} <Trace> HTTP-Session: e1796981-2884-4691-9b6c-92c79cec293a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6336 | 2024.07.19 18:48:27.752248 [ 193 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 68 rows starting from the beginning of the part | ||
| 6337 | 2024.07.19 18:48:27.752467 [ 193 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 408 rows starting from the beginning of the part | ||
| 6338 | 2024.07.19 18:48:27.752712 [ 193 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 72 rows starting from the beginning of the part | ||
| 6339 | 2024.07.19 18:48:27.752980 [ 3 ] {7d9d4f22-1a6c-45d6-8ed5-cda33a00ee19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6340 | 2024.07.19 18:48:27.753202 [ 3 ] {7d9d4f22-1a6c-45d6-8ed5-cda33a00ee19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6341 | 2024.07.19 18:48:27.753645 [ 3 ] {7d9d4f22-1a6c-45d6-8ed5-cda33a00ee19} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6342 | 2024.07.19 18:48:27.754599 [ 3 ] {7d9d4f22-1a6c-45d6-8ed5-cda33a00ee19} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6343 | 2024.07.19 18:48:27.754670 [ 3 ] {7d9d4f22-1a6c-45d6-8ed5-cda33a00ee19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 6344 | 2024.07.19 18:48:27.755420 [ 3 ] {7d9d4f22-1a6c-45d6-8ed5-cda33a00ee19} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 6345 | 2024.07.19 18:48:27.755567 [ 193 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1520 rows, containing 4 columns (4 merged, 0 gathered) in 0.00449883 sec., 337865.62283971615 rows/sec., 24.38 MiB/sec. | ||
| 6346 | 2024.07.19 18:48:27.755900 [ 193 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6347 | 2024.07.19 18:48:27.756314 [ 3 ] {7d9d4f22-1a6c-45d6-8ed5-cda33a00ee19} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6348 | 2024.07.19 18:48:27.756639 [ 3 ] {7d9d4f22-1a6c-45d6-8ed5-cda33a00ee19} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.004063 sec., 39872.01575190746 rows/sec., 2.78 MiB/sec. | ||
| 6349 | 2024.07.19 18:48:27.756799 [ 193 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_31_6} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6350 | 2024.07.19 18:48:27.756950 [ 193 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_31_6} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6351 | 2024.07.19 18:48:27.756980 [ 3 ] {7d9d4f22-1a6c-45d6-8ed5-cda33a00ee19} <Debug> DynamicQueryHandler: Done processing query | ||
| 6352 | 2024.07.19 18:48:27.757045 [ 3 ] {7d9d4f22-1a6c-45d6-8ed5-cda33a00ee19} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 6353 | 2024.07.19 18:48:27.757099 [ 3 ] {} <Debug> HTTP-Session: e1796981-2884-4691-9b6c-92c79cec293a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6354 | 2024.07.19 18:48:27.757107 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
| 6355 | 2024.07.19 18:48:27.757261 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 6354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6356 | 2024.07.19 18:48:27.757317 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6357 | 2024.07.19 18:48:27.757336 [ 3 ] {} <Debug> HTTP-Session: eb8552f7-ebf0-4941-950d-fabc827fe887 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 6358 | 2024.07.19 18:48:27.757352 [ 3 ] {} <Debug> HTTP-Session: eb8552f7-ebf0-4941-950d-fabc827fe887 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6359 | 2024.07.19 18:48:27.757366 [ 3 ] {} <Debug> HTTP-Session: eb8552f7-ebf0-4941-950d-fabc827fe887 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6360 | 2024.07.19 18:48:27.757399 [ 3 ] {} <Trace> HTTP-Session: eb8552f7-ebf0-4941-950d-fabc827fe887 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6361 | 2024.07.19 18:48:27.757570 [ 3 ] {3101c0be-40d2-4686-86ee-9277d0068c0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 6362 | 2024.07.19 18:48:27.757639 [ 3 ] {3101c0be-40d2-4686-86ee-9277d0068c0b} <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 | ||
| 6363 | 2024.07.19 18:48:27.758082 [ 3 ] {3101c0be-40d2-4686-86ee-9277d0068c0b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6364 | 2024.07.19 18:48:27.758599 [ 3 ] {3101c0be-40d2-4686-86ee-9277d0068c0b} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6365 | 2024.07.19 18:48:27.758634 [ 3 ] {3101c0be-40d2-4686-86ee-9277d0068c0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 6366 | 2024.07.19 18:48:27.759221 [ 3 ] {3101c0be-40d2-4686-86ee-9277d0068c0b} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 6367 | 2024.07.19 18:48:27.759641 [ 3 ] {3101c0be-40d2-4686-86ee-9277d0068c0b} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6368 | 2024.07.19 18:48:27.759791 [ 3 ] {3101c0be-40d2-4686-86ee-9277d0068c0b} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002316 sec., 1727.1157167530225 rows/sec., 3.09 MiB/sec. | ||
| 6369 | 2024.07.19 18:48:27.760014 [ 3 ] {3101c0be-40d2-4686-86ee-9277d0068c0b} <Debug> DynamicQueryHandler: Done processing query | ||
| 6370 | 2024.07.19 18:48:27.760039 [ 3 ] {3101c0be-40d2-4686-86ee-9277d0068c0b} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 6371 | 2024.07.19 18:48:27.760056 [ 3 ] {} <Debug> HTTP-Session: eb8552f7-ebf0-4941-950d-fabc827fe887 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6372 | 2024.07.19 18:48:27.760405 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6373 | 2024.07.19 18:48:27.760454 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6374 | 2024.07.19 18:48:27.760475 [ 3 ] {} <Debug> HTTP-Session: 76178d2e-0ad6-482f-90f0-7f8662298280 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 6375 | 2024.07.19 18:48:27.760491 [ 3 ] {} <Debug> HTTP-Session: 76178d2e-0ad6-482f-90f0-7f8662298280 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6376 | 2024.07.19 18:48:27.760504 [ 3 ] {} <Debug> HTTP-Session: 76178d2e-0ad6-482f-90f0-7f8662298280 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6377 | 2024.07.19 18:48:27.760535 [ 3 ] {} <Trace> HTTP-Session: 76178d2e-0ad6-482f-90f0-7f8662298280 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6378 | 2024.07.19 18:48:27.760651 [ 3 ] {4e31775a-b743-4313-8acf-dfd7ac5b81c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 6379 | 2024.07.19 18:48:27.760695 [ 3 ] {4e31775a-b743-4313-8acf-dfd7ac5b81c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6380 | 2024.07.19 18:48:27.760823 [ 3 ] {4e31775a-b743-4313-8acf-dfd7ac5b81c0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6381 | 2024.07.19 18:48:27.761144 [ 3 ] {4e31775a-b743-4313-8acf-dfd7ac5b81c0} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6382 | 2024.07.19 18:48:27.761180 [ 3 ] {4e31775a-b743-4313-8acf-dfd7ac5b81c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 6383 | 2024.07.19 18:48:27.761538 [ 3 ] {4e31775a-b743-4313-8acf-dfd7ac5b81c0} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 6384 | 2024.07.19 18:48:27.761866 [ 3 ] {4e31775a-b743-4313-8acf-dfd7ac5b81c0} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6385 | 2024.07.19 18:48:27.761990 [ 3 ] {4e31775a-b743-4313-8acf-dfd7ac5b81c0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001381 sec., 43446.77769732078 rows/sec., 2.93 MiB/sec. | ||
| 6386 | 2024.07.19 18:48:27.762152 [ 3 ] {4e31775a-b743-4313-8acf-dfd7ac5b81c0} <Debug> DynamicQueryHandler: Done processing query | ||
| 6387 | 2024.07.19 18:48:27.762177 [ 3 ] {4e31775a-b743-4313-8acf-dfd7ac5b81c0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6388 | 2024.07.19 18:48:27.762193 [ 3 ] {} <Debug> HTTP-Session: 76178d2e-0ad6-482f-90f0-7f8662298280 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6389 | 2024.07.19 18:48:30.515184 [ 100 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6390 | 2024.07.19 18:48:30.515240 [ 100 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6391 | 2024.07.19 18:48:32.743001 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 4480, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6392 | 2024.07.19 18:48:32.743130 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6393 | 2024.07.19 18:48:32.743156 [ 3 ] {} <Debug> HTTP-Session: bcb3180a-bcd4-47cc-8b12-637e67cc61d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 6394 | 2024.07.19 18:48:32.743179 [ 3 ] {} <Debug> HTTP-Session: bcb3180a-bcd4-47cc-8b12-637e67cc61d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6395 | 2024.07.19 18:48:32.743194 [ 3 ] {} <Debug> HTTP-Session: bcb3180a-bcd4-47cc-8b12-637e67cc61d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6396 | 2024.07.19 18:48:32.743242 [ 3 ] {} <Trace> HTTP-Session: bcb3180a-bcd4-47cc-8b12-637e67cc61d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6397 | 2024.07.19 18:48:32.743433 [ 3 ] {4c03b701-1a34-4db8-b86a-4a0db59da64a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 6398 | 2024.07.19 18:48:32.743497 [ 3 ] {4c03b701-1a34-4db8-b86a-4a0db59da64a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 6399 | 2024.07.19 18:48:32.743687 [ 3 ] {4c03b701-1a34-4db8-b86a-4a0db59da64a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6400 | 2024.07.19 18:48:32.744150 [ 3 ] {4c03b701-1a34-4db8-b86a-4a0db59da64a} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6401 | 2024.07.19 18:48:32.744195 [ 3 ] {4c03b701-1a34-4db8-b86a-4a0db59da64a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 6402 | 2024.07.19 18:48:32.744572 [ 3 ] {4c03b701-1a34-4db8-b86a-4a0db59da64a} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6403 | 2024.07.19 18:48:32.744911 [ 3 ] {4c03b701-1a34-4db8-b86a-4a0db59da64a} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6404 | 2024.07.19 18:48:32.745067 [ 3 ] {4c03b701-1a34-4db8-b86a-4a0db59da64a} <Debug> executeQuery: Read 32 rows, 2.45 KiB in 0.001692 sec., 18912.529550827425 rows/sec., 1.41 MiB/sec. | ||
| 6405 | 2024.07.19 18:48:32.745281 [ 3 ] {4c03b701-1a34-4db8-b86a-4a0db59da64a} <Debug> DynamicQueryHandler: Done processing query | ||
| 6406 | 2024.07.19 18:48:32.745309 [ 3 ] {4c03b701-1a34-4db8-b86a-4a0db59da64a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6407 | 2024.07.19 18:48:32.745327 [ 3 ] {} <Debug> HTTP-Session: bcb3180a-bcd4-47cc-8b12-637e67cc61d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6408 | 2024.07.19 18:48:32.745479 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6409 | 2024.07.19 18:48:32.745536 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6410 | 2024.07.19 18:48:32.745557 [ 3 ] {} <Debug> HTTP-Session: 38f981d2-f991-4686-a7a8-051db61efade Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 6411 | 2024.07.19 18:48:32.745575 [ 3 ] {} <Debug> HTTP-Session: 38f981d2-f991-4686-a7a8-051db61efade Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6412 | 2024.07.19 18:48:32.745589 [ 3 ] {} <Debug> HTTP-Session: 38f981d2-f991-4686-a7a8-051db61efade Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6413 | 2024.07.19 18:48:32.745623 [ 3 ] {} <Trace> HTTP-Session: 38f981d2-f991-4686-a7a8-051db61efade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6414 | 2024.07.19 18:48:32.745729 [ 3 ] {73569eb5-bd26-40ec-8e59-502a388efd59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 6415 | 2024.07.19 18:48:32.745778 [ 3 ] {73569eb5-bd26-40ec-8e59-502a388efd59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6416 | 2024.07.19 18:48:32.745912 [ 3 ] {73569eb5-bd26-40ec-8e59-502a388efd59} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6417 | 2024.07.19 18:48:32.746226 [ 3 ] {73569eb5-bd26-40ec-8e59-502a388efd59} <Trace> oximeter.fields_ipaddr (5b198a67-6d84-4324-b6a3-e6f140922631): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6418 | 2024.07.19 18:48:32.746264 [ 3 ] {73569eb5-bd26-40ec-8e59-502a388efd59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 6419 | 2024.07.19 18:48:32.746571 [ 3 ] {73569eb5-bd26-40ec-8e59-502a388efd59} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 6420 | 2024.07.19 18:48:32.746887 [ 3 ] {73569eb5-bd26-40ec-8e59-502a388efd59} <Trace> oximeter.fields_ipaddr (5b198a67-6d84-4324-b6a3-e6f140922631): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6421 | 2024.07.19 18:48:32.747050 [ 3 ] {73569eb5-bd26-40ec-8e59-502a388efd59} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001342 sec., 2980.6259314456033 rows/sec., 243.05 KiB/sec. | ||
| 6422 | 2024.07.19 18:48:32.747217 [ 3 ] {73569eb5-bd26-40ec-8e59-502a388efd59} <Debug> DynamicQueryHandler: Done processing query | ||
| 6423 | 2024.07.19 18:48:32.747242 [ 3 ] {73569eb5-bd26-40ec-8e59-502a388efd59} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 6424 | 2024.07.19 18:48:32.747257 [ 3 ] {} <Debug> HTTP-Session: 38f981d2-f991-4686-a7a8-051db61efade Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6425 | 2024.07.19 18:48:32.747435 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 36407, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6426 | 2024.07.19 18:48:32.747487 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6427 | 2024.07.19 18:48:32.747506 [ 3 ] {} <Debug> HTTP-Session: d53d6d57-ca73-4473-9bc1-7758e1ae9b61 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 6428 | 2024.07.19 18:48:32.747523 [ 3 ] {} <Debug> HTTP-Session: d53d6d57-ca73-4473-9bc1-7758e1ae9b61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6429 | 2024.07.19 18:48:32.747536 [ 3 ] {} <Debug> HTTP-Session: d53d6d57-ca73-4473-9bc1-7758e1ae9b61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6430 | 2024.07.19 18:48:32.747567 [ 3 ] {} <Trace> HTTP-Session: d53d6d57-ca73-4473-9bc1-7758e1ae9b61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6431 | 2024.07.19 18:48:32.747735 [ 3 ] {8dfa28df-7394-44e4-a5a2-35041e906756} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6432 | 2024.07.19 18:48:32.747780 [ 3 ] {8dfa28df-7394-44e4-a5a2-35041e906756} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6433 | 2024.07.19 18:48:32.747907 [ 3 ] {8dfa28df-7394-44e4-a5a2-35041e906756} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6434 | 2024.07.19 18:48:32.748365 [ 3 ] {8dfa28df-7394-44e4-a5a2-35041e906756} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6435 | 2024.07.19 18:48:32.748402 [ 3 ] {8dfa28df-7394-44e4-a5a2-35041e906756} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 6436 | 2024.07.19 18:48:32.748742 [ 3 ] {8dfa28df-7394-44e4-a5a2-35041e906756} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6437 | 2024.07.19 18:48:32.749058 [ 3 ] {8dfa28df-7394-44e4-a5a2-35041e906756} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6438 | 2024.07.19 18:48:32.749206 [ 3 ] {8dfa28df-7394-44e4-a5a2-35041e906756} <Debug> executeQuery: Read 241 rows, 21.75 KiB in 0.001547 sec., 155785.39107950873 rows/sec., 13.73 MiB/sec. | ||
| 6439 | 2024.07.19 18:48:32.749459 [ 3 ] {8dfa28df-7394-44e4-a5a2-35041e906756} <Debug> DynamicQueryHandler: Done processing query | ||
| 6440 | 2024.07.19 18:48:32.749493 [ 3 ] {8dfa28df-7394-44e4-a5a2-35041e906756} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
| 6441 | 2024.07.19 18:48:32.749524 [ 3 ] {} <Debug> HTTP-Session: d53d6d57-ca73-4473-9bc1-7758e1ae9b61 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6442 | 2024.07.19 18:48:32.749675 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6443 | 2024.07.19 18:48:32.749725 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6444 | 2024.07.19 18:48:32.749744 [ 3 ] {} <Debug> HTTP-Session: 7691b4fc-dbd0-434d-b8dd-dfcf6691d295 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 6445 | 2024.07.19 18:48:32.749760 [ 3 ] {} <Debug> HTTP-Session: 7691b4fc-dbd0-434d-b8dd-dfcf6691d295 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6446 | 2024.07.19 18:48:32.749774 [ 3 ] {} <Debug> HTTP-Session: 7691b4fc-dbd0-434d-b8dd-dfcf6691d295 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6447 | 2024.07.19 18:48:32.749804 [ 3 ] {} <Trace> HTTP-Session: 7691b4fc-dbd0-434d-b8dd-dfcf6691d295 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6448 | 2024.07.19 18:48:32.749902 [ 3 ] {6f60fddd-49bb-4116-9a19-96e8b4fe2545} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 6449 | 2024.07.19 18:48:32.749946 [ 3 ] {6f60fddd-49bb-4116-9a19-96e8b4fe2545} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6450 | 2024.07.19 18:48:32.750090 [ 3 ] {6f60fddd-49bb-4116-9a19-96e8b4fe2545} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6451 | 2024.07.19 18:48:32.750372 [ 3 ] {6f60fddd-49bb-4116-9a19-96e8b4fe2545} <Trace> oximeter.fields_u16 (3a790436-232b-4913-bf8d-eba3067e022c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6452 | 2024.07.19 18:48:32.750409 [ 3 ] {6f60fddd-49bb-4116-9a19-96e8b4fe2545} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 6453 | 2024.07.19 18:48:32.750702 [ 3 ] {6f60fddd-49bb-4116-9a19-96e8b4fe2545} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 6454 | 2024.07.19 18:48:32.751002 [ 3 ] {6f60fddd-49bb-4116-9a19-96e8b4fe2545} <Trace> oximeter.fields_u16 (3a790436-232b-4913-bf8d-eba3067e022c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6455 | 2024.07.19 18:48:32.751159 [ 3 ] {6f60fddd-49bb-4116-9a19-96e8b4fe2545} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001273 sec., 3142.1838177533386 rows/sec., 219.40 KiB/sec. | ||
| 6456 | 2024.07.19 18:48:32.751543 [ 3 ] {6f60fddd-49bb-4116-9a19-96e8b4fe2545} <Debug> DynamicQueryHandler: Done processing query | ||
| 6457 | 2024.07.19 18:48:32.751600 [ 3 ] {6f60fddd-49bb-4116-9a19-96e8b4fe2545} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 6458 | 2024.07.19 18:48:32.751642 [ 3 ] {} <Debug> HTTP-Session: 7691b4fc-dbd0-434d-b8dd-dfcf6691d295 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6459 | 2024.07.19 18:48:32.751828 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 66660, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6460 | 2024.07.19 18:48:32.751879 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6461 | 2024.07.19 18:48:32.751898 [ 3 ] {} <Debug> HTTP-Session: 133f5c0c-8967-4b8f-9000-faa7313a258d Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 6462 | 2024.07.19 18:48:32.751914 [ 3 ] {} <Debug> HTTP-Session: 133f5c0c-8967-4b8f-9000-faa7313a258d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6463 | 2024.07.19 18:48:32.751927 [ 3 ] {} <Debug> HTTP-Session: 133f5c0c-8967-4b8f-9000-faa7313a258d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6464 | 2024.07.19 18:48:32.751957 [ 3 ] {} <Trace> HTTP-Session: 133f5c0c-8967-4b8f-9000-faa7313a258d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6465 | 2024.07.19 18:48:32.752171 [ 3 ] {bb53055f-435a-40cb-bfdc-214977eb616b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6466 | 2024.07.19 18:48:32.752215 [ 3 ] {bb53055f-435a-40cb-bfdc-214977eb616b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6467 | 2024.07.19 18:48:32.752354 [ 3 ] {bb53055f-435a-40cb-bfdc-214977eb616b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6468 | 2024.07.19 18:48:32.752893 [ 3 ] {bb53055f-435a-40cb-bfdc-214977eb616b} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6469 | 2024.07.19 18:48:32.752930 [ 3 ] {bb53055f-435a-40cb-bfdc-214977eb616b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 6470 | 2024.07.19 18:48:32.753258 [ 3 ] {bb53055f-435a-40cb-bfdc-214977eb616b} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6471 | 2024.07.19 18:48:32.753573 [ 3 ] {bb53055f-435a-40cb-bfdc-214977eb616b} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6472 | 2024.07.19 18:48:32.753722 [ 3 ] {bb53055f-435a-40cb-bfdc-214977eb616b} <Debug> executeQuery: Read 412 rows, 29.88 KiB in 0.001654 sec., 249093.107617896 rows/sec., 17.64 MiB/sec. | ||
| 6473 | 2024.07.19 18:48:32.753895 [ 3 ] {bb53055f-435a-40cb-bfdc-214977eb616b} <Debug> DynamicQueryHandler: Done processing query | ||
| 6474 | 2024.07.19 18:48:32.753920 [ 3 ] {bb53055f-435a-40cb-bfdc-214977eb616b} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
| 6475 | 2024.07.19 18:48:32.753936 [ 3 ] {} <Debug> HTTP-Session: 133f5c0c-8967-4b8f-9000-faa7313a258d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6476 | 2024.07.19 18:48:32.754137 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6477 | 2024.07.19 18:48:32.754186 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6478 | 2024.07.19 18:48:32.754205 [ 3 ] {} <Debug> HTTP-Session: d8ea9bf0-eb77-450d-9ee6-f5ffffad2497 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 6479 | 2024.07.19 18:48:32.754221 [ 3 ] {} <Debug> HTTP-Session: d8ea9bf0-eb77-450d-9ee6-f5ffffad2497 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6480 | 2024.07.19 18:48:32.754234 [ 3 ] {} <Debug> HTTP-Session: d8ea9bf0-eb77-450d-9ee6-f5ffffad2497 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6481 | 2024.07.19 18:48:32.754264 [ 3 ] {} <Trace> HTTP-Session: d8ea9bf0-eb77-450d-9ee6-f5ffffad2497 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6482 | 2024.07.19 18:48:32.754358 [ 3 ] {c62ee4e0-8bcb-4c05-a85a-da57fee4af63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 6483 | 2024.07.19 18:48:32.754403 [ 3 ] {c62ee4e0-8bcb-4c05-a85a-da57fee4af63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6484 | 2024.07.19 18:48:32.754534 [ 3 ] {c62ee4e0-8bcb-4c05-a85a-da57fee4af63} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6485 | 2024.07.19 18:48:32.754810 [ 3 ] {c62ee4e0-8bcb-4c05-a85a-da57fee4af63} <Trace> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6486 | 2024.07.19 18:48:32.754847 [ 3 ] {c62ee4e0-8bcb-4c05-a85a-da57fee4af63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 6487 | 2024.07.19 18:48:32.755199 [ 3 ] {c62ee4e0-8bcb-4c05-a85a-da57fee4af63} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 6488 | 2024.07.19 18:48:32.755531 [ 3 ] {c62ee4e0-8bcb-4c05-a85a-da57fee4af63} <Trace> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6489 | 2024.07.19 18:48:32.755678 [ 3 ] {c62ee4e0-8bcb-4c05-a85a-da57fee4af63} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001339 sec., 4480.955937266617 rows/sec., 192.54 KiB/sec. | ||
| 6490 | 2024.07.19 18:48:32.755993 [ 3 ] {c62ee4e0-8bcb-4c05-a85a-da57fee4af63} <Debug> DynamicQueryHandler: Done processing query | ||
| 6491 | 2024.07.19 18:48:32.756018 [ 3 ] {c62ee4e0-8bcb-4c05-a85a-da57fee4af63} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 6492 | 2024.07.19 18:48:32.756035 [ 3 ] {} <Debug> HTTP-Session: d8ea9bf0-eb77-450d-9ee6-f5ffffad2497 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6493 | 2024.07.19 18:48:32.756160 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 14079, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6494 | 2024.07.19 18:48:32.756210 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6495 | 2024.07.19 18:48:32.756228 [ 3 ] {} <Debug> HTTP-Session: 9ee5f072-d3ef-4e1e-8138-538461e2b950 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 6496 | 2024.07.19 18:48:32.756244 [ 3 ] {} <Debug> HTTP-Session: 9ee5f072-d3ef-4e1e-8138-538461e2b950 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6497 | 2024.07.19 18:48:32.756257 [ 3 ] {} <Debug> HTTP-Session: 9ee5f072-d3ef-4e1e-8138-538461e2b950 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6498 | 2024.07.19 18:48:32.756287 [ 3 ] {} <Trace> HTTP-Session: 9ee5f072-d3ef-4e1e-8138-538461e2b950 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6499 | 2024.07.19 18:48:32.756406 [ 3 ] {b47ddd0a-1f8c-458a-8eb7-57e0b367649f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 6500 | 2024.07.19 18:48:32.756454 [ 3 ] {b47ddd0a-1f8c-458a-8eb7-57e0b367649f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 6501 | 2024.07.19 18:48:32.756616 [ 3 ] {b47ddd0a-1f8c-458a-8eb7-57e0b367649f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6502 | 2024.07.19 18:48:32.756939 [ 3 ] {b47ddd0a-1f8c-458a-8eb7-57e0b367649f} <Trace> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6503 | 2024.07.19 18:48:32.756975 [ 3 ] {b47ddd0a-1f8c-458a-8eb7-57e0b367649f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 6504 | 2024.07.19 18:48:32.757339 [ 3 ] {b47ddd0a-1f8c-458a-8eb7-57e0b367649f} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 6505 | 2024.07.19 18:48:32.757667 [ 3 ] {b47ddd0a-1f8c-458a-8eb7-57e0b367649f} <Trace> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6506 | 2024.07.19 18:48:32.757823 [ 3 ] {b47ddd0a-1f8c-458a-8eb7-57e0b367649f} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001461 sec., 52703.62765229295 rows/sec., 3.25 MiB/sec. | ||
| 6507 | 2024.07.19 18:48:32.757994 [ 3 ] {b47ddd0a-1f8c-458a-8eb7-57e0b367649f} <Debug> DynamicQueryHandler: Done processing query | ||
| 6508 | 2024.07.19 18:48:32.758018 [ 3 ] {b47ddd0a-1f8c-458a-8eb7-57e0b367649f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 6509 | 2024.07.19 18:48:32.758034 [ 3 ] {} <Debug> HTTP-Session: 9ee5f072-d3ef-4e1e-8138-538461e2b950 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6510 | 2024.07.19 18:48:32.758208 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 31017, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6511 | 2024.07.19 18:48:32.758258 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6512 | 2024.07.19 18:48:32.758306 [ 3 ] {} <Debug> HTTP-Session: e2d11ba1-e5b2-4b9d-9ddc-e4f004dfc5ad Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 6513 | 2024.07.19 18:48:32.758322 [ 3 ] {} <Debug> HTTP-Session: e2d11ba1-e5b2-4b9d-9ddc-e4f004dfc5ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6514 | 2024.07.19 18:48:32.758335 [ 3 ] {} <Debug> HTTP-Session: e2d11ba1-e5b2-4b9d-9ddc-e4f004dfc5ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6515 | 2024.07.19 18:48:32.758365 [ 3 ] {} <Trace> HTTP-Session: e2d11ba1-e5b2-4b9d-9ddc-e4f004dfc5ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6516 | 2024.07.19 18:48:32.758544 [ 3 ] {31e84cd3-0279-4773-9ecd-9147a9919cd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6517 | 2024.07.19 18:48:32.758589 [ 3 ] {31e84cd3-0279-4773-9ecd-9147a9919cd8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6518 | 2024.07.19 18:48:32.758735 [ 3 ] {31e84cd3-0279-4773-9ecd-9147a9919cd8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6519 | 2024.07.19 18:48:32.759110 [ 3 ] {31e84cd3-0279-4773-9ecd-9147a9919cd8} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6520 | 2024.07.19 18:48:32.759144 [ 3 ] {31e84cd3-0279-4773-9ecd-9147a9919cd8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 6521 | 2024.07.19 18:48:32.759516 [ 3 ] {31e84cd3-0279-4773-9ecd-9147a9919cd8} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 6522 | 2024.07.19 18:48:32.759882 [ 3 ] {31e84cd3-0279-4773-9ecd-9147a9919cd8} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6523 | 2024.07.19 18:48:32.760039 [ 3 ] {31e84cd3-0279-4773-9ecd-9147a9919cd8} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001591 sec., 101822.75298554369 rows/sec., 7.09 MiB/sec. | ||
| 6524 | 2024.07.19 18:48:32.760205 [ 3 ] {31e84cd3-0279-4773-9ecd-9147a9919cd8} <Debug> DynamicQueryHandler: Done processing query | ||
| 6525 | 2024.07.19 18:48:32.760229 [ 3 ] {31e84cd3-0279-4773-9ecd-9147a9919cd8} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 6526 | 2024.07.19 18:48:32.760244 [ 3 ] {} <Debug> HTTP-Session: e2d11ba1-e5b2-4b9d-9ddc-e4f004dfc5ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6527 | 2024.07.19 18:48:32.760456 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 41924, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6528 | 2024.07.19 18:48:32.760505 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6529 | 2024.07.19 18:48:32.760524 [ 3 ] {} <Debug> HTTP-Session: c4a7111e-c448-4fac-8f43-b52756b5ae37 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 6530 | 2024.07.19 18:48:32.760540 [ 3 ] {} <Debug> HTTP-Session: c4a7111e-c448-4fac-8f43-b52756b5ae37 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6531 | 2024.07.19 18:48:32.760554 [ 3 ] {} <Debug> HTTP-Session: c4a7111e-c448-4fac-8f43-b52756b5ae37 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6532 | 2024.07.19 18:48:32.760583 [ 3 ] {} <Trace> HTTP-Session: c4a7111e-c448-4fac-8f43-b52756b5ae37 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6533 | 2024.07.19 18:48:32.760866 [ 3 ] {2b147133-073b-4325-8bfb-ed066993d74e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 6534 | 2024.07.19 18:48:32.760932 [ 3 ] {2b147133-073b-4325-8bfb-ed066993d74e} <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 | ||
| 6535 | 2024.07.19 18:48:32.761336 [ 3 ] {2b147133-073b-4325-8bfb-ed066993d74e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6536 | 2024.07.19 18:48:32.761979 [ 3 ] {2b147133-073b-4325-8bfb-ed066993d74e} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6537 | 2024.07.19 18:48:32.762015 [ 3 ] {2b147133-073b-4325-8bfb-ed066993d74e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 6538 | 2024.07.19 18:48:32.762624 [ 3 ] {2b147133-073b-4325-8bfb-ed066993d74e} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6539 | 2024.07.19 18:48:32.763037 [ 3 ] {2b147133-073b-4325-8bfb-ed066993d74e} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6540 | 2024.07.19 18:48:32.763238 [ 3 ] {2b147133-073b-4325-8bfb-ed066993d74e} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002565 sec., 10136.4522417154 rows/sec., 18.16 MiB/sec. | ||
| 6541 | 2024.07.19 18:48:32.763795 [ 3 ] {2b147133-073b-4325-8bfb-ed066993d74e} <Debug> DynamicQueryHandler: Done processing query | ||
| 6542 | 2024.07.19 18:48:32.763834 [ 3 ] {2b147133-073b-4325-8bfb-ed066993d74e} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 6543 | 2024.07.19 18:48:32.763865 [ 3 ] {} <Debug> HTTP-Session: c4a7111e-c448-4fac-8f43-b52756b5ae37 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6544 | 2024.07.19 18:48:32.763986 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 3212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6545 | 2024.07.19 18:48:32.764036 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6546 | 2024.07.19 18:48:32.764055 [ 3 ] {} <Debug> HTTP-Session: 289188bb-25d0-41d6-b4df-e92ec8ad064d Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 6547 | 2024.07.19 18:48:32.764070 [ 3 ] {} <Debug> HTTP-Session: 289188bb-25d0-41d6-b4df-e92ec8ad064d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6548 | 2024.07.19 18:48:32.764083 [ 3 ] {} <Debug> HTTP-Session: 289188bb-25d0-41d6-b4df-e92ec8ad064d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6549 | 2024.07.19 18:48:32.764113 [ 3 ] {} <Trace> HTTP-Session: 289188bb-25d0-41d6-b4df-e92ec8ad064d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6550 | 2024.07.19 18:48:32.764220 [ 3 ] {e3de8a01-a513-4c0d-bb90-91038345628b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 6551 | 2024.07.19 18:48:32.764267 [ 3 ] {e3de8a01-a513-4c0d-bb90-91038345628b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 6552 | 2024.07.19 18:48:32.764410 [ 3 ] {e3de8a01-a513-4c0d-bb90-91038345628b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6553 | 2024.07.19 18:48:32.764687 [ 3 ] {e3de8a01-a513-4c0d-bb90-91038345628b} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6554 | 2024.07.19 18:48:32.764723 [ 3 ] {e3de8a01-a513-4c0d-bb90-91038345628b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 6555 | 2024.07.19 18:48:32.765078 [ 3 ] {e3de8a01-a513-4c0d-bb90-91038345628b} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 6556 | 2024.07.19 18:48:32.765412 [ 3 ] {e3de8a01-a513-4c0d-bb90-91038345628b} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6557 | 2024.07.19 18:48:32.765535 [ 3 ] {e3de8a01-a513-4c0d-bb90-91038345628b} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001345 sec., 17100.371747211895 rows/sec., 925.01 KiB/sec. | ||
| 6558 | 2024.07.19 18:48:32.765843 [ 3 ] {e3de8a01-a513-4c0d-bb90-91038345628b} <Debug> DynamicQueryHandler: Done processing query | ||
| 6559 | 2024.07.19 18:48:32.765869 [ 3 ] {e3de8a01-a513-4c0d-bb90-91038345628b} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 6560 | 2024.07.19 18:48:32.765884 [ 3 ] {} <Debug> HTTP-Session: 289188bb-25d0-41d6-b4df-e92ec8ad064d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6561 | 2024.07.19 18:48:32.766010 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6562 | 2024.07.19 18:48:32.766059 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6563 | 2024.07.19 18:48:32.766077 [ 3 ] {} <Debug> HTTP-Session: 09fa0a4d-7caf-4136-9d5a-5e566ce4e443 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 6564 | 2024.07.19 18:48:32.766093 [ 3 ] {} <Debug> HTTP-Session: 09fa0a4d-7caf-4136-9d5a-5e566ce4e443 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6565 | 2024.07.19 18:48:32.766106 [ 3 ] {} <Debug> HTTP-Session: 09fa0a4d-7caf-4136-9d5a-5e566ce4e443 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6566 | 2024.07.19 18:48:32.766136 [ 3 ] {} <Trace> HTTP-Session: 09fa0a4d-7caf-4136-9d5a-5e566ce4e443 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6567 | 2024.07.19 18:48:32.766260 [ 3 ] {5d398539-0d1d-40da-a153-e69d6ca626d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 6568 | 2024.07.19 18:48:32.766304 [ 3 ] {5d398539-0d1d-40da-a153-e69d6ca626d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6569 | 2024.07.19 18:48:32.766450 [ 3 ] {5d398539-0d1d-40da-a153-e69d6ca626d5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6570 | 2024.07.19 18:48:32.766745 [ 3 ] {5d398539-0d1d-40da-a153-e69d6ca626d5} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6571 | 2024.07.19 18:48:32.766781 [ 3 ] {5d398539-0d1d-40da-a153-e69d6ca626d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 6572 | 2024.07.19 18:48:32.767136 [ 3 ] {5d398539-0d1d-40da-a153-e69d6ca626d5} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 6573 | 2024.07.19 18:48:32.767469 [ 3 ] {5d398539-0d1d-40da-a153-e69d6ca626d5} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6574 | 2024.07.19 18:48:32.767590 [ 3 ] {5d398539-0d1d-40da-a153-e69d6ca626d5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001377 sec., 43572.98474945534 rows/sec., 2.94 MiB/sec. | ||
| 6575 | 2024.07.19 18:48:32.767891 [ 3 ] {5d398539-0d1d-40da-a153-e69d6ca626d5} <Debug> DynamicQueryHandler: Done processing query | ||
| 6576 | 2024.07.19 18:48:32.767918 [ 3 ] {5d398539-0d1d-40da-a153-e69d6ca626d5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6577 | 2024.07.19 18:48:32.767934 [ 3 ] {} <Debug> HTTP-Session: 09fa0a4d-7caf-4136-9d5a-5e566ce4e443 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6578 | 2024.07.19 18:48:37.737428 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 623, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6579 | 2024.07.19 18:48:37.737559 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6580 | 2024.07.19 18:48:37.737587 [ 3 ] {} <Debug> HTTP-Session: c17d7127-e7bc-4568-9ba4-71ad74f4bda4 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 6581 | 2024.07.19 18:48:37.737612 [ 3 ] {} <Debug> HTTP-Session: c17d7127-e7bc-4568-9ba4-71ad74f4bda4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6582 | 2024.07.19 18:48:37.737627 [ 3 ] {} <Debug> HTTP-Session: c17d7127-e7bc-4568-9ba4-71ad74f4bda4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6583 | 2024.07.19 18:48:37.737677 [ 3 ] {} <Trace> HTTP-Session: c17d7127-e7bc-4568-9ba4-71ad74f4bda4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6584 | 2024.07.19 18:48:37.737867 [ 3 ] {50def22c-e244-4203-9d57-258d2e3a75fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 6585 | 2024.07.19 18:48:37.737937 [ 3 ] {50def22c-e244-4203-9d57-258d2e3a75fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 6586 | 2024.07.19 18:48:37.738136 [ 3 ] {50def22c-e244-4203-9d57-258d2e3a75fd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6587 | 2024.07.19 18:48:37.738610 [ 3 ] {50def22c-e244-4203-9d57-258d2e3a75fd} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6588 | 2024.07.19 18:48:37.738663 [ 3 ] {50def22c-e244-4203-9d57-258d2e3a75fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 6589 | 2024.07.19 18:48:37.739336 [ 3 ] {50def22c-e244-4203-9d57-258d2e3a75fd} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6590 | 2024.07.19 18:48:37.739685 [ 3 ] {50def22c-e244-4203-9d57-258d2e3a75fd} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6591 | 2024.07.19 18:48:37.739828 [ 98 ] {} <Debug> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6592 | 2024.07.19 18:48:37.739842 [ 3 ] {50def22c-e244-4203-9d57-258d2e3a75fd} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.002038 sec., 1962.7085377821395 rows/sec., 159.09 KiB/sec. | ||
| 6593 | 2024.07.19 18:48:37.739868 [ 98 ] {} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6594 | 2024.07.19 18:48:37.739901 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 6595 | 2024.07.19 18:48:37.740031 [ 194 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::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 | ||
| 6596 | 2024.07.19 18:48:37.740104 [ 3 ] {50def22c-e244-4203-9d57-258d2e3a75fd} <Debug> DynamicQueryHandler: Done processing query | ||
| 6597 | 2024.07.19 18:48:37.740138 [ 3 ] {50def22c-e244-4203-9d57-258d2e3a75fd} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 6598 | 2024.07.19 18:48:37.740167 [ 3 ] {} <Debug> HTTP-Session: c17d7127-e7bc-4568-9ba4-71ad74f4bda4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6599 | 2024.07.19 18:48:37.740172 [ 194 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6600 | 2024.07.19 18:48:37.740211 [ 194 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 36 rows starting from the beginning of the part | ||
| 6601 | 2024.07.19 18:48:37.740274 [ 194 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 4 rows starting from the beginning of the part | ||
| 6602 | 2024.07.19 18:48:37.740365 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9662, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6603 | 2024.07.19 18:48:37.740610 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6604 | 2024.07.19 18:48:37.740627 [ 194 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 32 rows starting from the beginning of the part | ||
| 6605 | 2024.07.19 18:48:37.740725 [ 3 ] {} <Debug> HTTP-Session: 1bb21fde-eed2-440e-9eb4-30290b96556e Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 6606 | 2024.07.19 18:48:37.740801 [ 3 ] {} <Debug> HTTP-Session: 1bb21fde-eed2-440e-9eb4-30290b96556e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6607 | 2024.07.19 18:48:37.740895 [ 3 ] {} <Debug> HTTP-Session: 1bb21fde-eed2-440e-9eb4-30290b96556e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6608 | 2024.07.19 18:48:37.740993 [ 194 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 4 rows starting from the beginning of the part | ||
| 6609 | 2024.07.19 18:48:37.741023 [ 3 ] {} <Trace> HTTP-Session: 1bb21fde-eed2-440e-9eb4-30290b96556e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6610 | 2024.07.19 18:48:37.741316 [ 194 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 32 rows starting from the beginning of the part | ||
| 6611 | 2024.07.19 18:48:37.741406 [ 3 ] {02139823-cae4-4fb2-8344-4ff87654595d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6612 | 2024.07.19 18:48:37.741541 [ 194 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 4 rows starting from the beginning of the part | ||
| 6613 | 2024.07.19 18:48:37.741548 [ 3 ] {02139823-cae4-4fb2-8344-4ff87654595d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6614 | 2024.07.19 18:48:37.742146 [ 3 ] {02139823-cae4-4fb2-8344-4ff87654595d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6615 | 2024.07.19 18:48:37.742903 [ 3 ] {02139823-cae4-4fb2-8344-4ff87654595d} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6616 | 2024.07.19 18:48:37.742955 [ 3 ] {02139823-cae4-4fb2-8344-4ff87654595d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 6617 | 2024.07.19 18:48:37.743385 [ 193 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 112 rows, containing 4 columns (4 merged, 0 gathered) in 0.003406793 sec., 32875.493169088935 rows/sec., 2.48 MiB/sec. | ||
| 6618 | 2024.07.19 18:48:37.743503 [ 3 ] {02139823-cae4-4fb2-8344-4ff87654595d} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6619 | 2024.07.19 18:48:37.743651 [ 193 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6620 | 2024.07.19 18:48:37.744264 [ 3 ] {02139823-cae4-4fb2-8344-4ff87654595d} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6621 | 2024.07.19 18:48:37.744540 [ 3 ] {02139823-cae4-4fb2-8344-4ff87654595d} <Debug> executeQuery: Read 68 rows, 5.51 KiB in 0.003267 sec., 20814.20263238445 rows/sec., 1.65 MiB/sec. | ||
| 6622 | 2024.07.19 18:48:37.744697 [ 193 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_31_6} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6623 | 2024.07.19 18:48:37.744877 [ 193 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_31_6} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6624 | 2024.07.19 18:48:37.744892 [ 3 ] {02139823-cae4-4fb2-8344-4ff87654595d} <Debug> DynamicQueryHandler: Done processing query | ||
| 6625 | 2024.07.19 18:48:37.744937 [ 3 ] {02139823-cae4-4fb2-8344-4ff87654595d} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 6626 | 2024.07.19 18:48:37.744992 [ 3 ] {} <Debug> HTTP-Session: 1bb21fde-eed2-440e-9eb4-30290b96556e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6627 | 2024.07.19 18:48:37.745050 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 6628 | 2024.07.19 18:48:37.745148 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 11562, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6629 | 2024.07.19 18:48:37.745209 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6630 | 2024.07.19 18:48:37.745229 [ 3 ] {} <Debug> HTTP-Session: 53271838-9e17-4c30-969d-e3ace90d92ec Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 6631 | 2024.07.19 18:48:37.745245 [ 3 ] {} <Debug> HTTP-Session: 53271838-9e17-4c30-969d-e3ace90d92ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6632 | 2024.07.19 18:48:37.745259 [ 3 ] {} <Debug> HTTP-Session: 53271838-9e17-4c30-969d-e3ace90d92ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6633 | 2024.07.19 18:48:37.745294 [ 3 ] {} <Trace> HTTP-Session: 53271838-9e17-4c30-969d-e3ace90d92ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6634 | 2024.07.19 18:48:37.745432 [ 3 ] {9a9c86d6-7677-40d2-ad6b-550d614e97ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6635 | 2024.07.19 18:48:37.745478 [ 3 ] {9a9c86d6-7677-40d2-ad6b-550d614e97ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6636 | 2024.07.19 18:48:37.745623 [ 3 ] {9a9c86d6-7677-40d2-ad6b-550d614e97ad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6637 | 2024.07.19 18:48:37.745982 [ 3 ] {9a9c86d6-7677-40d2-ad6b-550d614e97ad} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6638 | 2024.07.19 18:48:37.746016 [ 3 ] {9a9c86d6-7677-40d2-ad6b-550d614e97ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 6639 | 2024.07.19 18:48:37.746335 [ 3 ] {9a9c86d6-7677-40d2-ad6b-550d614e97ad} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6640 | 2024.07.19 18:48:37.746663 [ 3 ] {9a9c86d6-7677-40d2-ad6b-550d614e97ad} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6641 | 2024.07.19 18:48:37.746785 [ 3 ] {9a9c86d6-7677-40d2-ad6b-550d614e97ad} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001407 sec., 48329.779673063254 rows/sec., 3.77 MiB/sec. | ||
| 6642 | 2024.07.19 18:48:37.747035 [ 3 ] {9a9c86d6-7677-40d2-ad6b-550d614e97ad} <Debug> DynamicQueryHandler: Done processing query | ||
| 6643 | 2024.07.19 18:48:37.747091 [ 3 ] {9a9c86d6-7677-40d2-ad6b-550d614e97ad} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 6644 | 2024.07.19 18:48:37.747135 [ 3 ] {} <Debug> HTTP-Session: 53271838-9e17-4c30-969d-e3ace90d92ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6645 | 2024.07.19 18:48:37.747310 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6646 | 2024.07.19 18:48:37.747360 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6647 | 2024.07.19 18:48:37.747378 [ 3 ] {} <Debug> HTTP-Session: cf7d60c4-1f7e-4b44-bd63-d822976efe3e Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 6648 | 2024.07.19 18:48:37.747393 [ 3 ] {} <Debug> HTTP-Session: cf7d60c4-1f7e-4b44-bd63-d822976efe3e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6649 | 2024.07.19 18:48:37.747405 [ 3 ] {} <Debug> HTTP-Session: cf7d60c4-1f7e-4b44-bd63-d822976efe3e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6650 | 2024.07.19 18:48:37.747435 [ 3 ] {} <Trace> HTTP-Session: cf7d60c4-1f7e-4b44-bd63-d822976efe3e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6651 | 2024.07.19 18:48:37.747579 [ 3 ] {7216091b-34e9-44ff-a8d7-365fe39291c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6652 | 2024.07.19 18:48:37.747626 [ 3 ] {7216091b-34e9-44ff-a8d7-365fe39291c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6653 | 2024.07.19 18:48:37.747779 [ 3 ] {7216091b-34e9-44ff-a8d7-365fe39291c0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6654 | 2024.07.19 18:48:37.748380 [ 3 ] {7216091b-34e9-44ff-a8d7-365fe39291c0} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6655 | 2024.07.19 18:48:37.748416 [ 3 ] {7216091b-34e9-44ff-a8d7-365fe39291c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 6656 | 2024.07.19 18:48:37.748806 [ 3 ] {7216091b-34e9-44ff-a8d7-365fe39291c0} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6657 | 2024.07.19 18:48:37.749154 [ 3 ] {7216091b-34e9-44ff-a8d7-365fe39291c0} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6658 | 2024.07.19 18:48:37.749283 [ 3 ] {7216091b-34e9-44ff-a8d7-365fe39291c0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001728 sec., 92592.5925925926 rows/sec., 6.45 MiB/sec. | ||
| 6659 | 2024.07.19 18:48:37.749624 [ 3 ] {7216091b-34e9-44ff-a8d7-365fe39291c0} <Debug> DynamicQueryHandler: Done processing query | ||
| 6660 | 2024.07.19 18:48:37.749651 [ 3 ] {7216091b-34e9-44ff-a8d7-365fe39291c0} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 6661 | 2024.07.19 18:48:37.749668 [ 3 ] {} <Debug> HTTP-Session: cf7d60c4-1f7e-4b44-bd63-d822976efe3e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6662 | 2024.07.19 18:48:37.749785 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 6354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6663 | 2024.07.19 18:48:37.749835 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6664 | 2024.07.19 18:48:37.749854 [ 3 ] {} <Debug> HTTP-Session: 10174b8f-b1e0-4758-98bf-7deda40acc7b Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 6665 | 2024.07.19 18:48:37.749870 [ 3 ] {} <Debug> HTTP-Session: 10174b8f-b1e0-4758-98bf-7deda40acc7b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6666 | 2024.07.19 18:48:37.749883 [ 3 ] {} <Debug> HTTP-Session: 10174b8f-b1e0-4758-98bf-7deda40acc7b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6667 | 2024.07.19 18:48:37.749915 [ 3 ] {} <Trace> HTTP-Session: 10174b8f-b1e0-4758-98bf-7deda40acc7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6668 | 2024.07.19 18:48:37.750065 [ 3 ] {b64b7746-f1f0-4f8e-a303-08507c085733} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 6669 | 2024.07.19 18:48:37.750137 [ 3 ] {b64b7746-f1f0-4f8e-a303-08507c085733} <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 | ||
| 6670 | 2024.07.19 18:48:37.750555 [ 3 ] {b64b7746-f1f0-4f8e-a303-08507c085733} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6671 | 2024.07.19 18:48:37.751048 [ 3 ] {b64b7746-f1f0-4f8e-a303-08507c085733} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6672 | 2024.07.19 18:48:37.751083 [ 3 ] {b64b7746-f1f0-4f8e-a303-08507c085733} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 6673 | 2024.07.19 18:48:37.751662 [ 3 ] {b64b7746-f1f0-4f8e-a303-08507c085733} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6674 | 2024.07.19 18:48:37.752084 [ 3 ] {b64b7746-f1f0-4f8e-a303-08507c085733} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6675 | 2024.07.19 18:48:37.752220 [ 98 ] {} <Debug> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6676 | 2024.07.19 18:48:37.752230 [ 3 ] {b64b7746-f1f0-4f8e-a303-08507c085733} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002241 sec., 1784.91744756805 rows/sec., 3.20 MiB/sec. | ||
| 6677 | 2024.07.19 18:48:37.752269 [ 98 ] {} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6678 | 2024.07.19 18:48:37.752318 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 6679 | 2024.07.19 18:48:37.752783 [ 192 ] {088d1ac2-6670-47c5-a942-9441d6520aec::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 | ||
| 6680 | 2024.07.19 18:48:37.752859 [ 3 ] {b64b7746-f1f0-4f8e-a303-08507c085733} <Debug> DynamicQueryHandler: Done processing query | ||
| 6681 | 2024.07.19 18:48:37.752949 [ 3 ] {b64b7746-f1f0-4f8e-a303-08507c085733} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 6682 | 2024.07.19 18:48:37.753044 [ 3 ] {} <Debug> HTTP-Session: 10174b8f-b1e0-4758-98bf-7deda40acc7b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6683 | 2024.07.19 18:48:37.753270 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6684 | 2024.07.19 18:48:37.753404 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6685 | 2024.07.19 18:48:37.753457 [ 3 ] {} <Debug> HTTP-Session: 172a15f4-f9e2-4eb3-a1a2-413e2d4a9a5d Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 6686 | 2024.07.19 18:48:37.753499 [ 3 ] {} <Debug> HTTP-Session: 172a15f4-f9e2-4eb3-a1a2-413e2d4a9a5d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6687 | 2024.07.19 18:48:37.753544 [ 3 ] {} <Debug> HTTP-Session: 172a15f4-f9e2-4eb3-a1a2-413e2d4a9a5d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6688 | 2024.07.19 18:48:37.753643 [ 3 ] {} <Trace> HTTP-Session: 172a15f4-f9e2-4eb3-a1a2-413e2d4a9a5d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6689 | 2024.07.19 18:48:37.753825 [ 192 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6690 | 2024.07.19 18:48:37.753944 [ 3 ] {e4a1b36f-1c63-4bff-a5bb-86af0d934631} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 6691 | 2024.07.19 18:48:37.754005 [ 192 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 453 rows starting from the beginning of the part | ||
| 6692 | 2024.07.19 18:48:37.754055 [ 3 ] {e4a1b36f-1c63-4bff-a5bb-86af0d934631} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6693 | 2024.07.19 18:48:37.754908 [ 192 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 4 rows starting from the beginning of the part | ||
| 6694 | 2024.07.19 18:48:37.754959 [ 3 ] {e4a1b36f-1c63-4bff-a5bb-86af0d934631} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6695 | 2024.07.19 18:48:37.755639 [ 192 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 26 rows starting from the beginning of the part | ||
| 6696 | 2024.07.19 18:48:37.755930 [ 3 ] {e4a1b36f-1c63-4bff-a5bb-86af0d934631} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6697 | 2024.07.19 18:48:37.756060 [ 3 ] {e4a1b36f-1c63-4bff-a5bb-86af0d934631} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 6698 | 2024.07.19 18:48:37.756448 [ 192 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 4 rows starting from the beginning of the part | ||
| 6699 | 2024.07.19 18:48:37.757085 [ 192 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 26 rows starting from the beginning of the part | ||
| 6700 | 2024.07.19 18:48:37.757560 [ 3 ] {e4a1b36f-1c63-4bff-a5bb-86af0d934631} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6701 | 2024.07.19 18:48:37.757687 [ 192 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 4 rows starting from the beginning of the part | ||
| 6702 | 2024.07.19 18:48:37.758783 [ 3 ] {e4a1b36f-1c63-4bff-a5bb-86af0d934631} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6703 | 2024.07.19 18:48:37.759070 [ 3 ] {e4a1b36f-1c63-4bff-a5bb-86af0d934631} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005239 sec., 11452.567283832794 rows/sec., 790.35 KiB/sec. | ||
| 6704 | 2024.07.19 18:48:37.759445 [ 3 ] {e4a1b36f-1c63-4bff-a5bb-86af0d934631} <Debug> DynamicQueryHandler: Done processing query | ||
| 6705 | 2024.07.19 18:48:37.759496 [ 3 ] {e4a1b36f-1c63-4bff-a5bb-86af0d934631} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6706 | 2024.07.19 18:48:37.759537 [ 3 ] {} <Debug> HTTP-Session: 172a15f4-f9e2-4eb3-a1a2-413e2d4a9a5d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6707 | 2024.07.19 18:48:37.771364 [ 193 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 517 rows, containing 19 columns (19 merged, 0 gathered) in 0.018920185 sec., 27325.31420807989 rows/sec., 48.96 MiB/sec. | ||
| 6708 | 2024.07.19 18:48:37.772072 [ 193 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6709 | 2024.07.19 18:48:37.772699 [ 193 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_31_6} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6710 | 2024.07.19 18:48:37.772787 [ 193 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_31_6} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6711 | 2024.07.19 18:48:37.772937 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.39 MiB. | ||
| 6712 | 2024.07.19 18:48:42.744989 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 4480, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6713 | 2024.07.19 18:48:42.745126 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6714 | 2024.07.19 18:48:42.745152 [ 3 ] {} <Debug> HTTP-Session: c59c8a11-d585-44b4-ba3e-44d7a0c1578c Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 6715 | 2024.07.19 18:48:42.745176 [ 3 ] {} <Debug> HTTP-Session: c59c8a11-d585-44b4-ba3e-44d7a0c1578c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6716 | 2024.07.19 18:48:42.745191 [ 3 ] {} <Debug> HTTP-Session: c59c8a11-d585-44b4-ba3e-44d7a0c1578c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6717 | 2024.07.19 18:48:42.745241 [ 3 ] {} <Trace> HTTP-Session: c59c8a11-d585-44b4-ba3e-44d7a0c1578c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6718 | 2024.07.19 18:48:42.745439 [ 3 ] {5304e95b-ddc6-4842-9c7b-214039158e3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 6719 | 2024.07.19 18:48:42.745507 [ 3 ] {5304e95b-ddc6-4842-9c7b-214039158e3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 6720 | 2024.07.19 18:48:42.745696 [ 3 ] {5304e95b-ddc6-4842-9c7b-214039158e3b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6721 | 2024.07.19 18:48:42.746141 [ 3 ] {5304e95b-ddc6-4842-9c7b-214039158e3b} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6722 | 2024.07.19 18:48:42.746188 [ 3 ] {5304e95b-ddc6-4842-9c7b-214039158e3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 6723 | 2024.07.19 18:48:42.746585 [ 3 ] {5304e95b-ddc6-4842-9c7b-214039158e3b} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6724 | 2024.07.19 18:48:42.746930 [ 3 ] {5304e95b-ddc6-4842-9c7b-214039158e3b} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6725 | 2024.07.19 18:48:42.747288 [ 3 ] {5304e95b-ddc6-4842-9c7b-214039158e3b} <Debug> executeQuery: Read 32 rows, 2.45 KiB in 0.001902 sec., 16824.39537329127 rows/sec., 1.26 MiB/sec. | ||
| 6726 | 2024.07.19 18:48:42.747507 [ 3 ] {5304e95b-ddc6-4842-9c7b-214039158e3b} <Debug> DynamicQueryHandler: Done processing query | ||
| 6727 | 2024.07.19 18:48:42.747535 [ 3 ] {5304e95b-ddc6-4842-9c7b-214039158e3b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6728 | 2024.07.19 18:48:42.747553 [ 3 ] {} <Debug> HTTP-Session: c59c8a11-d585-44b4-ba3e-44d7a0c1578c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6729 | 2024.07.19 18:48:42.747683 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6730 | 2024.07.19 18:48:42.747741 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6731 | 2024.07.19 18:48:42.747761 [ 3 ] {} <Debug> HTTP-Session: 2e1166e1-460a-4dba-a589-3130c3f7231b Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 6732 | 2024.07.19 18:48:42.747779 [ 3 ] {} <Debug> HTTP-Session: 2e1166e1-460a-4dba-a589-3130c3f7231b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6733 | 2024.07.19 18:48:42.747794 [ 3 ] {} <Debug> HTTP-Session: 2e1166e1-460a-4dba-a589-3130c3f7231b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6734 | 2024.07.19 18:48:42.747828 [ 3 ] {} <Trace> HTTP-Session: 2e1166e1-460a-4dba-a589-3130c3f7231b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6735 | 2024.07.19 18:48:42.747932 [ 3 ] {8f5023e5-bdca-484d-9971-584f4d31cac9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 6736 | 2024.07.19 18:48:42.747982 [ 3 ] {8f5023e5-bdca-484d-9971-584f4d31cac9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6737 | 2024.07.19 18:48:42.748119 [ 3 ] {8f5023e5-bdca-484d-9971-584f4d31cac9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6738 | 2024.07.19 18:48:42.748397 [ 3 ] {8f5023e5-bdca-484d-9971-584f4d31cac9} <Trace> oximeter.fields_ipaddr (5b198a67-6d84-4324-b6a3-e6f140922631): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6739 | 2024.07.19 18:48:42.748435 [ 3 ] {8f5023e5-bdca-484d-9971-584f4d31cac9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 6740 | 2024.07.19 18:48:42.748742 [ 3 ] {8f5023e5-bdca-484d-9971-584f4d31cac9} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 6741 | 2024.07.19 18:48:42.749059 [ 3 ] {8f5023e5-bdca-484d-9971-584f4d31cac9} <Trace> oximeter.fields_ipaddr (5b198a67-6d84-4324-b6a3-e6f140922631): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6742 | 2024.07.19 18:48:42.749212 [ 89 ] {} <Debug> oximeter.fields_ipaddr (5b198a67-6d84-4324-b6a3-e6f140922631) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 6743 | 2024.07.19 18:48:42.749220 [ 3 ] {8f5023e5-bdca-484d-9971-584f4d31cac9} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001304 sec., 1533.7423312883436 rows/sec., 125.07 KiB/sec. | ||
| 6744 | 2024.07.19 18:48:42.749300 [ 89 ] {} <Trace> oximeter.fields_ipaddr (5b198a67-6d84-4324-b6a3-e6f140922631): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6745 | 2024.07.19 18:48:42.749378 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 6746 | 2024.07.19 18:48:42.749577 [ 3 ] {8f5023e5-bdca-484d-9971-584f4d31cac9} <Debug> DynamicQueryHandler: Done processing query | ||
| 6747 | 2024.07.19 18:48:42.749626 [ 3 ] {8f5023e5-bdca-484d-9971-584f4d31cac9} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 6748 | 2024.07.19 18:48:42.749642 [ 195 ] {5b198a67-6d84-4324-b6a3-e6f140922631::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 | ||
| 6749 | 2024.07.19 18:48:42.749653 [ 3 ] {} <Debug> HTTP-Session: 2e1166e1-460a-4dba-a589-3130c3f7231b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6750 | 2024.07.19 18:48:42.749861 [ 195 ] {5b198a67-6d84-4324-b6a3-e6f140922631::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6751 | 2024.07.19 18:48:42.749915 [ 195 ] {5b198a67-6d84-4324-b6a3-e6f140922631::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 12 rows starting from the beginning of the part | ||
| 6752 | 2024.07.19 18:48:42.749940 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 41252, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6753 | 2024.07.19 18:48:42.750069 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6754 | 2024.07.19 18:48:42.750112 [ 195 ] {5b198a67-6d84-4324-b6a3-e6f140922631::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 4 rows starting from the beginning of the part | ||
| 6755 | 2024.07.19 18:48:42.750140 [ 3 ] {} <Debug> HTTP-Session: 163a4274-be15-451d-85be-09bc8de15450 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 6756 | 2024.07.19 18:48:42.750238 [ 3 ] {} <Debug> HTTP-Session: 163a4274-be15-451d-85be-09bc8de15450 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6757 | 2024.07.19 18:48:42.750460 [ 195 ] {5b198a67-6d84-4324-b6a3-e6f140922631::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 | ||
| 6758 | 2024.07.19 18:48:42.750484 [ 3 ] {} <Debug> HTTP-Session: 163a4274-be15-451d-85be-09bc8de15450 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6759 | 2024.07.19 18:48:42.750722 [ 195 ] {5b198a67-6d84-4324-b6a3-e6f140922631::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 4 rows starting from the beginning of the part | ||
| 6760 | 2024.07.19 18:48:42.750730 [ 3 ] {} <Trace> HTTP-Session: 163a4274-be15-451d-85be-09bc8de15450 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6761 | 2024.07.19 18:48:42.750954 [ 195 ] {5b198a67-6d84-4324-b6a3-e6f140922631::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 | ||
| 6762 | 2024.07.19 18:48:42.751295 [ 195 ] {5b198a67-6d84-4324-b6a3-e6f140922631::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 | ||
| 6763 | 2024.07.19 18:48:42.751397 [ 3 ] {aa3e8eda-b78d-439b-8e1e-ddb829e46228} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6764 | 2024.07.19 18:48:42.751640 [ 3 ] {aa3e8eda-b78d-439b-8e1e-ddb829e46228} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6765 | 2024.07.19 18:48:42.752074 [ 3 ] {aa3e8eda-b78d-439b-8e1e-ddb829e46228} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6766 | 2024.07.19 18:48:42.753113 [ 3 ] {aa3e8eda-b78d-439b-8e1e-ddb829e46228} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6767 | 2024.07.19 18:48:42.753187 [ 3 ] {aa3e8eda-b78d-439b-8e1e-ddb829e46228} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 6768 | 2024.07.19 18:48:42.753800 [ 195 ] {5b198a67-6d84-4324-b6a3-e6f140922631::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28 rows, containing 4 columns (4 merged, 0 gathered) in 0.004265547 sec., 6564.222595601455 rows/sec., 535.27 KiB/sec. | ||
| 6769 | 2024.07.19 18:48:42.754077 [ 193 ] {5b198a67-6d84-4324-b6a3-e6f140922631::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 6770 | 2024.07.19 18:48:42.754088 [ 3 ] {aa3e8eda-b78d-439b-8e1e-ddb829e46228} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6771 | 2024.07.19 18:48:42.754910 [ 3 ] {aa3e8eda-b78d-439b-8e1e-ddb829e46228} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6772 | 2024.07.19 18:48:42.755032 [ 193 ] {5b198a67-6d84-4324-b6a3-e6f140922631::all_1_11_2} <Trace> oximeter.fields_ipaddr (5b198a67-6d84-4324-b6a3-e6f140922631): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6773 | 2024.07.19 18:48:42.755211 [ 3 ] {aa3e8eda-b78d-439b-8e1e-ddb829e46228} <Debug> executeQuery: Read 276 rows, 24.49 KiB in 0.004186 sec., 65934.06593406593 rows/sec., 5.71 MiB/sec. | ||
| 6774 | 2024.07.19 18:48:42.755283 [ 193 ] {5b198a67-6d84-4324-b6a3-e6f140922631::all_1_11_2} <Trace> oximeter.fields_ipaddr (5b198a67-6d84-4324-b6a3-e6f140922631) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 6775 | 2024.07.19 18:48:42.755502 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 6776 | 2024.07.19 18:48:42.755571 [ 3 ] {aa3e8eda-b78d-439b-8e1e-ddb829e46228} <Debug> DynamicQueryHandler: Done processing query | ||
| 6777 | 2024.07.19 18:48:42.755602 [ 3 ] {aa3e8eda-b78d-439b-8e1e-ddb829e46228} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
| 6778 | 2024.07.19 18:48:42.755619 [ 3 ] {} <Debug> HTTP-Session: 163a4274-be15-451d-85be-09bc8de15450 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6779 | 2024.07.19 18:48:42.755747 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6780 | 2024.07.19 18:48:42.755799 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6781 | 2024.07.19 18:48:42.755819 [ 3 ] {} <Debug> HTTP-Session: 552b22cd-fc00-4bbb-ac5b-cbe0d7dee498 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 6782 | 2024.07.19 18:48:42.755835 [ 3 ] {} <Debug> HTTP-Session: 552b22cd-fc00-4bbb-ac5b-cbe0d7dee498 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6783 | 2024.07.19 18:48:42.755849 [ 3 ] {} <Debug> HTTP-Session: 552b22cd-fc00-4bbb-ac5b-cbe0d7dee498 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6784 | 2024.07.19 18:48:42.755881 [ 3 ] {} <Trace> HTTP-Session: 552b22cd-fc00-4bbb-ac5b-cbe0d7dee498 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6785 | 2024.07.19 18:48:42.755986 [ 3 ] {af3c804b-966d-4fe8-b0db-a31471ec8d58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 6786 | 2024.07.19 18:48:42.756031 [ 3 ] {af3c804b-966d-4fe8-b0db-a31471ec8d58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6787 | 2024.07.19 18:48:42.756180 [ 3 ] {af3c804b-966d-4fe8-b0db-a31471ec8d58} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6788 | 2024.07.19 18:48:42.756520 [ 3 ] {af3c804b-966d-4fe8-b0db-a31471ec8d58} <Trace> oximeter.fields_u16 (3a790436-232b-4913-bf8d-eba3067e022c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6789 | 2024.07.19 18:48:42.756558 [ 3 ] {af3c804b-966d-4fe8-b0db-a31471ec8d58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 6790 | 2024.07.19 18:48:42.756864 [ 3 ] {af3c804b-966d-4fe8-b0db-a31471ec8d58} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 6791 | 2024.07.19 18:48:42.757192 [ 3 ] {af3c804b-966d-4fe8-b0db-a31471ec8d58} <Trace> oximeter.fields_u16 (3a790436-232b-4913-bf8d-eba3067e022c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6792 | 2024.07.19 18:48:42.757341 [ 89 ] {} <Debug> oximeter.fields_u16 (3a790436-232b-4913-bf8d-eba3067e022c) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 6793 | 2024.07.19 18:48:42.757352 [ 3 ] {af3c804b-966d-4fe8-b0db-a31471ec8d58} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001384 sec., 1445.086705202312 rows/sec., 100.90 KiB/sec. | ||
| 6794 | 2024.07.19 18:48:42.757392 [ 89 ] {} <Trace> oximeter.fields_u16 (3a790436-232b-4913-bf8d-eba3067e022c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6795 | 2024.07.19 18:48:42.757461 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 6796 | 2024.07.19 18:48:42.757634 [ 188 ] {3a790436-232b-4913-bf8d-eba3067e022c::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 | ||
| 6797 | 2024.07.19 18:48:42.757641 [ 3 ] {af3c804b-966d-4fe8-b0db-a31471ec8d58} <Debug> DynamicQueryHandler: Done processing query | ||
| 6798 | 2024.07.19 18:48:42.757699 [ 3 ] {af3c804b-966d-4fe8-b0db-a31471ec8d58} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 6799 | 2024.07.19 18:48:42.757723 [ 3 ] {} <Debug> HTTP-Session: 552b22cd-fc00-4bbb-ac5b-cbe0d7dee498 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6800 | 2024.07.19 18:48:42.757802 [ 188 ] {3a790436-232b-4913-bf8d-eba3067e022c::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6801 | 2024.07.19 18:48:42.757839 [ 188 ] {3a790436-232b-4913-bf8d-eba3067e022c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 12 rows starting from the beginning of the part | ||
| 6802 | 2024.07.19 18:48:42.757964 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 70359, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6803 | 2024.07.19 18:48:42.758028 [ 188 ] {3a790436-232b-4913-bf8d-eba3067e022c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 4 rows starting from the beginning of the part | ||
| 6804 | 2024.07.19 18:48:42.758112 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6805 | 2024.07.19 18:48:42.758218 [ 3 ] {} <Debug> HTTP-Session: 0b618572-63dd-40e1-9f8c-b626a3f7331c Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 6806 | 2024.07.19 18:48:42.758290 [ 3 ] {} <Debug> HTTP-Session: 0b618572-63dd-40e1-9f8c-b626a3f7331c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6807 | 2024.07.19 18:48:42.758363 [ 3 ] {} <Debug> HTTP-Session: 0b618572-63dd-40e1-9f8c-b626a3f7331c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6808 | 2024.07.19 18:48:42.758371 [ 188 ] {3a790436-232b-4913-bf8d-eba3067e022c::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 | ||
| 6809 | 2024.07.19 18:48:42.758489 [ 3 ] {} <Trace> HTTP-Session: 0b618572-63dd-40e1-9f8c-b626a3f7331c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6810 | 2024.07.19 18:48:42.758629 [ 188 ] {3a790436-232b-4913-bf8d-eba3067e022c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 4 rows starting from the beginning of the part | ||
| 6811 | 2024.07.19 18:48:42.758862 [ 188 ] {3a790436-232b-4913-bf8d-eba3067e022c::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 | ||
| 6812 | 2024.07.19 18:48:42.758969 [ 3 ] {5b241087-9984-47bf-abbc-59cb1bcf7e30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6813 | 2024.07.19 18:48:42.759134 [ 3 ] {5b241087-9984-47bf-abbc-59cb1bcf7e30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6814 | 2024.07.19 18:48:42.759165 [ 188 ] {3a790436-232b-4913-bf8d-eba3067e022c::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 | ||
| 6815 | 2024.07.19 18:48:42.759843 [ 3 ] {5b241087-9984-47bf-abbc-59cb1bcf7e30} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6816 | 2024.07.19 18:48:42.760670 [ 3 ] {5b241087-9984-47bf-abbc-59cb1bcf7e30} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6817 | 2024.07.19 18:48:42.760723 [ 3 ] {5b241087-9984-47bf-abbc-59cb1bcf7e30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 6818 | 2024.07.19 18:48:42.760861 [ 197 ] {3a790436-232b-4913-bf8d-eba3067e022c::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28 rows, containing 4 columns (4 merged, 0 gathered) in 0.003287372 sec., 8517.441895836551 rows/sec., 594.72 KiB/sec. | ||
| 6819 | 2024.07.19 18:48:42.761100 [ 197 ] {3a790436-232b-4913-bf8d-eba3067e022c::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 6820 | 2024.07.19 18:48:42.761323 [ 3 ] {5b241087-9984-47bf-abbc-59cb1bcf7e30} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6821 | 2024.07.19 18:48:42.762014 [ 197 ] {3a790436-232b-4913-bf8d-eba3067e022c::all_1_11_2} <Trace> oximeter.fields_u16 (3a790436-232b-4913-bf8d-eba3067e022c): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6822 | 2024.07.19 18:48:42.762173 [ 3 ] {5b241087-9984-47bf-abbc-59cb1bcf7e30} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6823 | 2024.07.19 18:48:42.762243 [ 197 ] {3a790436-232b-4913-bf8d-eba3067e022c::all_1_11_2} <Trace> oximeter.fields_u16 (3a790436-232b-4913-bf8d-eba3067e022c) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 6824 | 2024.07.19 18:48:42.762468 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 6825 | 2024.07.19 18:48:42.762557 [ 3 ] {5b241087-9984-47bf-abbc-59cb1bcf7e30} <Debug> executeQuery: Read 434 rows, 31.62 KiB in 0.003789 sec., 114542.09553972025 rows/sec., 8.15 MiB/sec. | ||
| 6826 | 2024.07.19 18:48:42.762898 [ 3 ] {5b241087-9984-47bf-abbc-59cb1bcf7e30} <Debug> DynamicQueryHandler: Done processing query | ||
| 6827 | 2024.07.19 18:48:42.762931 [ 3 ] {5b241087-9984-47bf-abbc-59cb1bcf7e30} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 6828 | 2024.07.19 18:48:42.762949 [ 3 ] {} <Debug> HTTP-Session: 0b618572-63dd-40e1-9f8c-b626a3f7331c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6829 | 2024.07.19 18:48:42.763075 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6830 | 2024.07.19 18:48:42.763126 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6831 | 2024.07.19 18:48:42.763146 [ 3 ] {} <Debug> HTTP-Session: ab14974a-7f6b-4b30-9d3f-90a6408e3348 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 6832 | 2024.07.19 18:48:42.763163 [ 3 ] {} <Debug> HTTP-Session: ab14974a-7f6b-4b30-9d3f-90a6408e3348 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6833 | 2024.07.19 18:48:42.763177 [ 3 ] {} <Debug> HTTP-Session: ab14974a-7f6b-4b30-9d3f-90a6408e3348 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6834 | 2024.07.19 18:48:42.763208 [ 3 ] {} <Trace> HTTP-Session: ab14974a-7f6b-4b30-9d3f-90a6408e3348 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6835 | 2024.07.19 18:48:42.763310 [ 3 ] {352a189e-3842-47df-a578-2a9f449f23bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 6836 | 2024.07.19 18:48:42.763358 [ 3 ] {352a189e-3842-47df-a578-2a9f449f23bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6837 | 2024.07.19 18:48:42.763509 [ 3 ] {352a189e-3842-47df-a578-2a9f449f23bf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6838 | 2024.07.19 18:48:42.763783 [ 3 ] {352a189e-3842-47df-a578-2a9f449f23bf} <Trace> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6839 | 2024.07.19 18:48:42.763818 [ 3 ] {352a189e-3842-47df-a578-2a9f449f23bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 6840 | 2024.07.19 18:48:42.764191 [ 3 ] {352a189e-3842-47df-a578-2a9f449f23bf} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 6841 | 2024.07.19 18:48:42.764533 [ 3 ] {352a189e-3842-47df-a578-2a9f449f23bf} <Trace> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6842 | 2024.07.19 18:48:42.764686 [ 3 ] {352a189e-3842-47df-a578-2a9f449f23bf} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001394 sec., 4304.16068866571 rows/sec., 184.94 KiB/sec. | ||
| 6843 | 2024.07.19 18:48:42.764994 [ 3 ] {352a189e-3842-47df-a578-2a9f449f23bf} <Debug> DynamicQueryHandler: Done processing query | ||
| 6844 | 2024.07.19 18:48:42.765020 [ 3 ] {352a189e-3842-47df-a578-2a9f449f23bf} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 6845 | 2024.07.19 18:48:42.765037 [ 3 ] {} <Debug> HTTP-Session: ab14974a-7f6b-4b30-9d3f-90a6408e3348 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6846 | 2024.07.19 18:48:42.765157 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 14079, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6847 | 2024.07.19 18:48:42.765208 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6848 | 2024.07.19 18:48:42.765227 [ 3 ] {} <Debug> HTTP-Session: c1870744-5e4a-48bd-994a-330ea5b5c45c Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 6849 | 2024.07.19 18:48:42.765243 [ 3 ] {} <Debug> HTTP-Session: c1870744-5e4a-48bd-994a-330ea5b5c45c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6850 | 2024.07.19 18:48:42.765257 [ 3 ] {} <Debug> HTTP-Session: c1870744-5e4a-48bd-994a-330ea5b5c45c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6851 | 2024.07.19 18:48:42.765288 [ 3 ] {} <Trace> HTTP-Session: c1870744-5e4a-48bd-994a-330ea5b5c45c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6852 | 2024.07.19 18:48:42.765416 [ 3 ] {9809e45c-c666-45ae-a0de-b338e1b2e7f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 6853 | 2024.07.19 18:48:42.765463 [ 3 ] {9809e45c-c666-45ae-a0de-b338e1b2e7f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 6854 | 2024.07.19 18:48:42.765627 [ 3 ] {9809e45c-c666-45ae-a0de-b338e1b2e7f8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6855 | 2024.07.19 18:48:42.765965 [ 3 ] {9809e45c-c666-45ae-a0de-b338e1b2e7f8} <Trace> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6856 | 2024.07.19 18:48:42.766001 [ 3 ] {9809e45c-c666-45ae-a0de-b338e1b2e7f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 6857 | 2024.07.19 18:48:42.766374 [ 3 ] {9809e45c-c666-45ae-a0de-b338e1b2e7f8} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 6858 | 2024.07.19 18:48:42.766719 [ 3 ] {9809e45c-c666-45ae-a0de-b338e1b2e7f8} <Trace> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6859 | 2024.07.19 18:48:42.766873 [ 3 ] {9809e45c-c666-45ae-a0de-b338e1b2e7f8} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.0015 sec., 51333.333333333336 rows/sec., 3.16 MiB/sec. | ||
| 6860 | 2024.07.19 18:48:42.767227 [ 3 ] {9809e45c-c666-45ae-a0de-b338e1b2e7f8} <Debug> DynamicQueryHandler: Done processing query | ||
| 6861 | 2024.07.19 18:48:42.767268 [ 3 ] {9809e45c-c666-45ae-a0de-b338e1b2e7f8} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 6862 | 2024.07.19 18:48:42.767285 [ 3 ] {} <Debug> HTTP-Session: c1870744-5e4a-48bd-994a-330ea5b5c45c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6863 | 2024.07.19 18:48:42.767418 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 37787, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6864 | 2024.07.19 18:48:42.767468 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6865 | 2024.07.19 18:48:42.767487 [ 3 ] {} <Debug> HTTP-Session: 00782245-5a36-4669-9129-42695d032c55 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 6866 | 2024.07.19 18:48:42.767503 [ 3 ] {} <Debug> HTTP-Session: 00782245-5a36-4669-9129-42695d032c55 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6867 | 2024.07.19 18:48:42.767517 [ 3 ] {} <Debug> HTTP-Session: 00782245-5a36-4669-9129-42695d032c55 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6868 | 2024.07.19 18:48:42.767547 [ 3 ] {} <Trace> HTTP-Session: 00782245-5a36-4669-9129-42695d032c55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6869 | 2024.07.19 18:48:42.767734 [ 3 ] {994f69ea-ddfc-4d1d-a22d-14c5b7bcc9f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6870 | 2024.07.19 18:48:42.767780 [ 3 ] {994f69ea-ddfc-4d1d-a22d-14c5b7bcc9f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6871 | 2024.07.19 18:48:42.767944 [ 3 ] {994f69ea-ddfc-4d1d-a22d-14c5b7bcc9f9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6872 | 2024.07.19 18:48:42.768375 [ 3 ] {994f69ea-ddfc-4d1d-a22d-14c5b7bcc9f9} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6873 | 2024.07.19 18:48:42.768411 [ 3 ] {994f69ea-ddfc-4d1d-a22d-14c5b7bcc9f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 6874 | 2024.07.19 18:48:42.768792 [ 3 ] {994f69ea-ddfc-4d1d-a22d-14c5b7bcc9f9} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6875 | 2024.07.19 18:48:42.769147 [ 3 ] {994f69ea-ddfc-4d1d-a22d-14c5b7bcc9f9} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6876 | 2024.07.19 18:48:42.769304 [ 87 ] {} <Debug> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6877 | 2024.07.19 18:48:42.769310 [ 3 ] {994f69ea-ddfc-4d1d-a22d-14c5b7bcc9f9} <Debug> executeQuery: Read 197 rows, 14.08 KiB in 0.001669 sec., 118034.75134811265 rows/sec., 8.24 MiB/sec. | ||
| 6878 | 2024.07.19 18:48:42.769383 [ 87 ] {} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6879 | 2024.07.19 18:48:42.769490 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 6880 | 2024.07.19 18:48:42.769680 [ 3 ] {994f69ea-ddfc-4d1d-a22d-14c5b7bcc9f9} <Debug> DynamicQueryHandler: Done processing query | ||
| 6881 | 2024.07.19 18:48:42.769776 [ 3 ] {994f69ea-ddfc-4d1d-a22d-14c5b7bcc9f9} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 6882 | 2024.07.19 18:48:42.769843 [ 3 ] {} <Debug> HTTP-Session: 00782245-5a36-4669-9129-42695d032c55 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6883 | 2024.07.19 18:48:42.769875 [ 200 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::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 | ||
| 6884 | 2024.07.19 18:48:42.770092 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 41926, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6885 | 2024.07.19 18:48:42.770251 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6886 | 2024.07.19 18:48:42.770308 [ 3 ] {} <Debug> HTTP-Session: b8c1ea84-7177-4e58-9078-8d3409f11a35 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 6887 | 2024.07.19 18:48:42.770350 [ 3 ] {} <Debug> HTTP-Session: b8c1ea84-7177-4e58-9078-8d3409f11a35 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6888 | 2024.07.19 18:48:42.770393 [ 3 ] {} <Debug> HTTP-Session: b8c1ea84-7177-4e58-9078-8d3409f11a35 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6889 | 2024.07.19 18:48:42.770430 [ 200 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6890 | 2024.07.19 18:48:42.770458 [ 3 ] {} <Trace> HTTP-Session: b8c1ea84-7177-4e58-9078-8d3409f11a35 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6891 | 2024.07.19 18:48:42.770510 [ 200 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 3801 rows starting from the beginning of the part | ||
| 6892 | 2024.07.19 18:48:42.770729 [ 200 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::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 | ||
| 6893 | 2024.07.19 18:48:42.770823 [ 200 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 162 rows starting from the beginning of the part | ||
| 6894 | 2024.07.19 18:48:42.770929 [ 200 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 162 rows starting from the beginning of the part | ||
| 6895 | 2024.07.19 18:48:42.771107 [ 3 ] {432fa892-4bb8-4daa-ad11-505b1d3ac284} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 6896 | 2024.07.19 18:48:42.771181 [ 200 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 160 rows starting from the beginning of the part | ||
| 6897 | 2024.07.19 18:48:42.771512 [ 200 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 197 rows starting from the beginning of the part | ||
| 6898 | 2024.07.19 18:48:42.771524 [ 3 ] {432fa892-4bb8-4daa-ad11-505b1d3ac284} <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 | ||
| 6899 | 2024.07.19 18:48:42.773226 [ 3 ] {432fa892-4bb8-4daa-ad11-505b1d3ac284} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6900 | 2024.07.19 18:48:42.774742 [ 3 ] {432fa892-4bb8-4daa-ad11-505b1d3ac284} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6901 | 2024.07.19 18:48:42.774782 [ 3 ] {432fa892-4bb8-4daa-ad11-505b1d3ac284} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 6902 | 2024.07.19 18:48:42.775797 [ 200 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4642 rows, containing 5 columns (5 merged, 0 gathered) in 0.006172896 sec., 751997.1177223786 rows/sec., 52.43 MiB/sec. | ||
| 6903 | 2024.07.19 18:48:42.776169 [ 200 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6904 | 2024.07.19 18:48:42.776339 [ 3 ] {432fa892-4bb8-4daa-ad11-505b1d3ac284} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6905 | 2024.07.19 18:48:42.777144 [ 200 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6906 | 2024.07.19 18:48:42.777278 [ 200 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6907 | 2024.07.19 18:48:42.777484 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.93 MiB. | ||
| 6908 | 2024.07.19 18:48:42.777514 [ 3 ] {432fa892-4bb8-4daa-ad11-505b1d3ac284} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6909 | 2024.07.19 18:48:42.777728 [ 3 ] {432fa892-4bb8-4daa-ad11-505b1d3ac284} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.007098 sec., 3663.003663003663 rows/sec., 6.56 MiB/sec. | ||
| 6910 | 2024.07.19 18:48:42.777990 [ 3 ] {432fa892-4bb8-4daa-ad11-505b1d3ac284} <Debug> DynamicQueryHandler: Done processing query | ||
| 6911 | 2024.07.19 18:48:42.778014 [ 3 ] {432fa892-4bb8-4daa-ad11-505b1d3ac284} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 6912 | 2024.07.19 18:48:42.778030 [ 3 ] {} <Debug> HTTP-Session: b8c1ea84-7177-4e58-9078-8d3409f11a35 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6913 | 2024.07.19 18:48:42.778144 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 3212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6914 | 2024.07.19 18:48:42.778193 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6915 | 2024.07.19 18:48:42.778212 [ 3 ] {} <Debug> HTTP-Session: 1520dce6-5926-4925-a3ba-54c339f745ca Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 6916 | 2024.07.19 18:48:42.778228 [ 3 ] {} <Debug> HTTP-Session: 1520dce6-5926-4925-a3ba-54c339f745ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6917 | 2024.07.19 18:48:42.778241 [ 3 ] {} <Debug> HTTP-Session: 1520dce6-5926-4925-a3ba-54c339f745ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6918 | 2024.07.19 18:48:42.778272 [ 3 ] {} <Trace> HTTP-Session: 1520dce6-5926-4925-a3ba-54c339f745ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6919 | 2024.07.19 18:48:42.778374 [ 3 ] {2edf9b9a-17f8-4f41-b1d1-62f3faee29f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 6920 | 2024.07.19 18:48:42.778419 [ 3 ] {2edf9b9a-17f8-4f41-b1d1-62f3faee29f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 6921 | 2024.07.19 18:48:42.778557 [ 3 ] {2edf9b9a-17f8-4f41-b1d1-62f3faee29f0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6922 | 2024.07.19 18:48:42.778846 [ 3 ] {2edf9b9a-17f8-4f41-b1d1-62f3faee29f0} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6923 | 2024.07.19 18:48:42.778881 [ 3 ] {2edf9b9a-17f8-4f41-b1d1-62f3faee29f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 6924 | 2024.07.19 18:48:42.779247 [ 3 ] {2edf9b9a-17f8-4f41-b1d1-62f3faee29f0} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 6925 | 2024.07.19 18:48:42.779573 [ 3 ] {2edf9b9a-17f8-4f41-b1d1-62f3faee29f0} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6926 | 2024.07.19 18:48:42.779728 [ 3 ] {2edf9b9a-17f8-4f41-b1d1-62f3faee29f0} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001371 sec., 16776.075857038657 rows/sec., 907.47 KiB/sec. | ||
| 6927 | 2024.07.19 18:48:42.779927 [ 3 ] {2edf9b9a-17f8-4f41-b1d1-62f3faee29f0} <Debug> DynamicQueryHandler: Done processing query | ||
| 6928 | 2024.07.19 18:48:42.779953 [ 3 ] {2edf9b9a-17f8-4f41-b1d1-62f3faee29f0} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 6929 | 2024.07.19 18:48:42.779969 [ 3 ] {} <Debug> HTTP-Session: 1520dce6-5926-4925-a3ba-54c339f745ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6930 | 2024.07.19 18:48:42.780078 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6931 | 2024.07.19 18:48:42.780126 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6932 | 2024.07.19 18:48:42.780145 [ 3 ] {} <Debug> HTTP-Session: 240598ea-b097-42b1-9888-933244fffb11 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 6933 | 2024.07.19 18:48:42.780161 [ 3 ] {} <Debug> HTTP-Session: 240598ea-b097-42b1-9888-933244fffb11 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6934 | 2024.07.19 18:48:42.780175 [ 3 ] {} <Debug> HTTP-Session: 240598ea-b097-42b1-9888-933244fffb11 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6935 | 2024.07.19 18:48:42.780205 [ 3 ] {} <Trace> HTTP-Session: 240598ea-b097-42b1-9888-933244fffb11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6936 | 2024.07.19 18:48:42.780326 [ 3 ] {17c11328-f06c-4af3-bb66-77ba3668a49c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 6937 | 2024.07.19 18:48:42.780369 [ 3 ] {17c11328-f06c-4af3-bb66-77ba3668a49c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6938 | 2024.07.19 18:48:42.780497 [ 3 ] {17c11328-f06c-4af3-bb66-77ba3668a49c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6939 | 2024.07.19 18:48:42.780803 [ 3 ] {17c11328-f06c-4af3-bb66-77ba3668a49c} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6940 | 2024.07.19 18:48:42.780837 [ 3 ] {17c11328-f06c-4af3-bb66-77ba3668a49c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 6941 | 2024.07.19 18:48:42.781187 [ 3 ] {17c11328-f06c-4af3-bb66-77ba3668a49c} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6942 | 2024.07.19 18:48:42.781506 [ 3 ] {17c11328-f06c-4af3-bb66-77ba3668a49c} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6943 | 2024.07.19 18:48:42.781655 [ 3 ] {17c11328-f06c-4af3-bb66-77ba3668a49c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001368 sec., 43859.649122807015 rows/sec., 2.96 MiB/sec. | ||
| 6944 | 2024.07.19 18:48:42.781678 [ 87 ] {} <Debug> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6945 | 2024.07.19 18:48:42.781796 [ 87 ] {} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6946 | 2024.07.19 18:48:42.781863 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 6947 | 2024.07.19 18:48:42.781912 [ 3 ] {17c11328-f06c-4af3-bb66-77ba3668a49c} <Debug> DynamicQueryHandler: Done processing query | ||
| 6948 | 2024.07.19 18:48:42.781983 [ 3 ] {17c11328-f06c-4af3-bb66-77ba3668a49c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6949 | 2024.07.19 18:48:42.782019 [ 3 ] {} <Debug> HTTP-Session: 240598ea-b097-42b1-9888-933244fffb11 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6950 | 2024.07.19 18:48:42.782075 [ 188 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::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 | ||
| 6951 | 2024.07.19 18:48:42.782208 [ 188 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6952 | 2024.07.19 18:48:42.782241 [ 188 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1256 rows starting from the beginning of the part | ||
| 6953 | 2024.07.19 18:48:42.782332 [ 188 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::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 | ||
| 6954 | 2024.07.19 18:48:42.782547 [ 188 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::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 | ||
| 6955 | 2024.07.19 18:48:42.782735 [ 188 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::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 | ||
| 6956 | 2024.07.19 18:48:42.782834 [ 188 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::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 | ||
| 6957 | 2024.07.19 18:48:42.783028 [ 188 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::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 | ||
| 6958 | 2024.07.19 18:48:42.784275 [ 199 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1556 rows, containing 4 columns (4 merged, 0 gathered) in 0.002292386 sec., 678768.7588390437 rows/sec., 45.83 MiB/sec. | ||
| 6959 | 2024.07.19 18:48:42.784474 [ 191 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6960 | 2024.07.19 18:48:42.784902 [ 191 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_31_6} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6961 | 2024.07.19 18:48:42.784996 [ 191 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_31_6} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6962 | 2024.07.19 18:48:42.785077 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 6963 | 2024.07.19 18:48:45.515276 [ 29 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6964 | 2024.07.19 18:48:45.515332 [ 29 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6965 | 2024.07.19 18:48:47.738652 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 623, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6966 | 2024.07.19 18:48:47.738796 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6967 | 2024.07.19 18:48:47.738824 [ 3 ] {} <Debug> HTTP-Session: dc41d1fb-b0d4-40ce-9918-a783688d9289 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 6968 | 2024.07.19 18:48:47.738851 [ 3 ] {} <Debug> HTTP-Session: dc41d1fb-b0d4-40ce-9918-a783688d9289 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6969 | 2024.07.19 18:48:47.738869 [ 3 ] {} <Debug> HTTP-Session: dc41d1fb-b0d4-40ce-9918-a783688d9289 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6970 | 2024.07.19 18:48:47.738923 [ 3 ] {} <Trace> HTTP-Session: dc41d1fb-b0d4-40ce-9918-a783688d9289 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6971 | 2024.07.19 18:48:47.739122 [ 3 ] {63b3b0ca-c864-44f7-8ed0-70be6a516bc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 6972 | 2024.07.19 18:48:47.739195 [ 3 ] {63b3b0ca-c864-44f7-8ed0-70be6a516bc4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 6973 | 2024.07.19 18:48:47.739412 [ 3 ] {63b3b0ca-c864-44f7-8ed0-70be6a516bc4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6974 | 2024.07.19 18:48:47.739892 [ 3 ] {63b3b0ca-c864-44f7-8ed0-70be6a516bc4} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6975 | 2024.07.19 18:48:47.739932 [ 3 ] {63b3b0ca-c864-44f7-8ed0-70be6a516bc4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 6976 | 2024.07.19 18:48:47.740302 [ 3 ] {63b3b0ca-c864-44f7-8ed0-70be6a516bc4} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6977 | 2024.07.19 18:48:47.740648 [ 3 ] {63b3b0ca-c864-44f7-8ed0-70be6a516bc4} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6978 | 2024.07.19 18:48:47.740805 [ 3 ] {63b3b0ca-c864-44f7-8ed0-70be6a516bc4} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001742 sec., 2296.211251435132 rows/sec., 186.12 KiB/sec. | ||
| 6979 | 2024.07.19 18:48:47.741023 [ 3 ] {63b3b0ca-c864-44f7-8ed0-70be6a516bc4} <Debug> DynamicQueryHandler: Done processing query | ||
| 6980 | 2024.07.19 18:48:47.741049 [ 3 ] {63b3b0ca-c864-44f7-8ed0-70be6a516bc4} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 6981 | 2024.07.19 18:48:47.741065 [ 3 ] {} <Debug> HTTP-Session: dc41d1fb-b0d4-40ce-9918-a783688d9289 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6982 | 2024.07.19 18:48:47.741212 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 680, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6983 | 2024.07.19 18:48:47.741260 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6984 | 2024.07.19 18:48:47.741278 [ 3 ] {} <Debug> HTTP-Session: 716143fe-2786-40c3-8ed0-36940aa8edb8 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 6985 | 2024.07.19 18:48:47.741294 [ 3 ] {} <Debug> HTTP-Session: 716143fe-2786-40c3-8ed0-36940aa8edb8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6986 | 2024.07.19 18:48:47.741308 [ 3 ] {} <Debug> HTTP-Session: 716143fe-2786-40c3-8ed0-36940aa8edb8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6987 | 2024.07.19 18:48:47.741339 [ 3 ] {} <Trace> HTTP-Session: 716143fe-2786-40c3-8ed0-36940aa8edb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6988 | 2024.07.19 18:48:47.741433 [ 3 ] {658ce01a-7bc2-40bc-b18e-1526a2151737} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 6989 | 2024.07.19 18:48:47.741476 [ 3 ] {658ce01a-7bc2-40bc-b18e-1526a2151737} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6990 | 2024.07.19 18:48:47.741604 [ 3 ] {658ce01a-7bc2-40bc-b18e-1526a2151737} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6991 | 2024.07.19 18:48:47.741915 [ 3 ] {658ce01a-7bc2-40bc-b18e-1526a2151737} <Trace> oximeter.fields_ipaddr (5b198a67-6d84-4324-b6a3-e6f140922631): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6992 | 2024.07.19 18:48:47.741951 [ 3 ] {658ce01a-7bc2-40bc-b18e-1526a2151737} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 6993 | 2024.07.19 18:48:47.742244 [ 3 ] {658ce01a-7bc2-40bc-b18e-1526a2151737} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 6994 | 2024.07.19 18:48:47.742543 [ 3 ] {658ce01a-7bc2-40bc-b18e-1526a2151737} <Trace> oximeter.fields_ipaddr (5b198a67-6d84-4324-b6a3-e6f140922631): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6995 | 2024.07.19 18:48:47.742695 [ 3 ] {658ce01a-7bc2-40bc-b18e-1526a2151737} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001281 sec., 3122.56049960968 rows/sec., 254.62 KiB/sec. | ||
| 6996 | 2024.07.19 18:48:47.742862 [ 3 ] {658ce01a-7bc2-40bc-b18e-1526a2151737} <Debug> DynamicQueryHandler: Done processing query | ||
| 6997 | 2024.07.19 18:48:47.742886 [ 3 ] {658ce01a-7bc2-40bc-b18e-1526a2151737} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 6998 | 2024.07.19 18:48:47.742901 [ 3 ] {} <Debug> HTTP-Session: 716143fe-2786-40c3-8ed0-36940aa8edb8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6999 | 2024.07.19 18:48:47.743031 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9930, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7000 | 2024.07.19 18:48:47.743079 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7001 | 2024.07.19 18:48:47.743097 [ 3 ] {} <Debug> HTTP-Session: 8a813a69-9e82-4aac-8274-1047440c15f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 7002 | 2024.07.19 18:48:47.743113 [ 3 ] {} <Debug> HTTP-Session: 8a813a69-9e82-4aac-8274-1047440c15f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7003 | 2024.07.19 18:48:47.743126 [ 3 ] {} <Debug> HTTP-Session: 8a813a69-9e82-4aac-8274-1047440c15f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7004 | 2024.07.19 18:48:47.743156 [ 3 ] {} <Trace> HTTP-Session: 8a813a69-9e82-4aac-8274-1047440c15f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7005 | 2024.07.19 18:48:47.743267 [ 3 ] {be037f5b-f9ae-456b-b145-a2229d77f548} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 7006 | 2024.07.19 18:48:47.743308 [ 3 ] {be037f5b-f9ae-456b-b145-a2229d77f548} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7007 | 2024.07.19 18:48:47.743432 [ 3 ] {be037f5b-f9ae-456b-b145-a2229d77f548} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7008 | 2024.07.19 18:48:47.743753 [ 3 ] {be037f5b-f9ae-456b-b145-a2229d77f548} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7009 | 2024.07.19 18:48:47.743788 [ 3 ] {be037f5b-f9ae-456b-b145-a2229d77f548} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 7010 | 2024.07.19 18:48:47.744092 [ 3 ] {be037f5b-f9ae-456b-b145-a2229d77f548} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 7011 | 2024.07.19 18:48:47.744391 [ 3 ] {be037f5b-f9ae-456b-b145-a2229d77f548} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7012 | 2024.07.19 18:48:47.744551 [ 3 ] {be037f5b-f9ae-456b-b145-a2229d77f548} <Debug> executeQuery: Read 70 rows, 5.65 KiB in 0.001314 sec., 53272.450532724506 rows/sec., 4.20 MiB/sec. | ||
| 7013 | 2024.07.19 18:48:47.744714 [ 3 ] {be037f5b-f9ae-456b-b145-a2229d77f548} <Debug> DynamicQueryHandler: Done processing query | ||
| 7014 | 2024.07.19 18:48:47.744738 [ 3 ] {be037f5b-f9ae-456b-b145-a2229d77f548} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 7015 | 2024.07.19 18:48:47.744754 [ 3 ] {} <Debug> HTTP-Session: 8a813a69-9e82-4aac-8274-1047440c15f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7016 | 2024.07.19 18:48:47.744866 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7017 | 2024.07.19 18:48:47.744913 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7018 | 2024.07.19 18:48:47.744931 [ 3 ] {} <Debug> HTTP-Session: 525ce47c-a46e-4363-9a77-1f9620774741 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 7019 | 2024.07.19 18:48:47.744947 [ 3 ] {} <Debug> HTTP-Session: 525ce47c-a46e-4363-9a77-1f9620774741 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7020 | 2024.07.19 18:48:47.744961 [ 3 ] {} <Debug> HTTP-Session: 525ce47c-a46e-4363-9a77-1f9620774741 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7021 | 2024.07.19 18:48:47.744991 [ 3 ] {} <Trace> HTTP-Session: 525ce47c-a46e-4363-9a77-1f9620774741 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7022 | 2024.07.19 18:48:47.745088 [ 3 ] {3b88e717-0ffe-4e5a-ab17-d4695cab5eae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 7023 | 2024.07.19 18:48:47.745129 [ 3 ] {3b88e717-0ffe-4e5a-ab17-d4695cab5eae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7024 | 2024.07.19 18:48:47.745254 [ 3 ] {3b88e717-0ffe-4e5a-ab17-d4695cab5eae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7025 | 2024.07.19 18:48:47.745523 [ 3 ] {3b88e717-0ffe-4e5a-ab17-d4695cab5eae} <Trace> oximeter.fields_u16 (3a790436-232b-4913-bf8d-eba3067e022c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7026 | 2024.07.19 18:48:47.745559 [ 3 ] {3b88e717-0ffe-4e5a-ab17-d4695cab5eae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 7027 | 2024.07.19 18:48:47.745856 [ 3 ] {3b88e717-0ffe-4e5a-ab17-d4695cab5eae} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 7028 | 2024.07.19 18:48:47.746174 [ 3 ] {3b88e717-0ffe-4e5a-ab17-d4695cab5eae} <Trace> oximeter.fields_u16 (3a790436-232b-4913-bf8d-eba3067e022c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7029 | 2024.07.19 18:48:47.746325 [ 3 ] {3b88e717-0ffe-4e5a-ab17-d4695cab5eae} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001262 sec., 3169.5721077654516 rows/sec., 221.31 KiB/sec. | ||
| 7030 | 2024.07.19 18:48:47.746632 [ 3 ] {3b88e717-0ffe-4e5a-ab17-d4695cab5eae} <Debug> DynamicQueryHandler: Done processing query | ||
| 7031 | 2024.07.19 18:48:47.746664 [ 3 ] {3b88e717-0ffe-4e5a-ab17-d4695cab5eae} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 7032 | 2024.07.19 18:48:47.746681 [ 3 ] {} <Debug> HTTP-Session: 525ce47c-a46e-4363-9a77-1f9620774741 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7033 | 2024.07.19 18:48:47.746803 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 12248, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7034 | 2024.07.19 18:48:47.746851 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7035 | 2024.07.19 18:48:47.746870 [ 3 ] {} <Debug> HTTP-Session: da64e1bf-11a1-4984-9b63-460fb7df274b Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 7036 | 2024.07.19 18:48:47.746886 [ 3 ] {} <Debug> HTTP-Session: da64e1bf-11a1-4984-9b63-460fb7df274b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7037 | 2024.07.19 18:48:47.746899 [ 3 ] {} <Debug> HTTP-Session: da64e1bf-11a1-4984-9b63-460fb7df274b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7038 | 2024.07.19 18:48:47.746928 [ 3 ] {} <Trace> HTTP-Session: da64e1bf-11a1-4984-9b63-460fb7df274b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7039 | 2024.07.19 18:48:47.747098 [ 3 ] {7810f049-f841-46e3-95ce-fe7b84cc3e19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 7040 | 2024.07.19 18:48:47.747162 [ 3 ] {7810f049-f841-46e3-95ce-fe7b84cc3e19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7041 | 2024.07.19 18:48:47.747349 [ 3 ] {7810f049-f841-46e3-95ce-fe7b84cc3e19} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7042 | 2024.07.19 18:48:47.747699 [ 3 ] {7810f049-f841-46e3-95ce-fe7b84cc3e19} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7043 | 2024.07.19 18:48:47.747736 [ 3 ] {7810f049-f841-46e3-95ce-fe7b84cc3e19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 7044 | 2024.07.19 18:48:47.748061 [ 3 ] {7810f049-f841-46e3-95ce-fe7b84cc3e19} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 7045 | 2024.07.19 18:48:47.748362 [ 3 ] {7810f049-f841-46e3-95ce-fe7b84cc3e19} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7046 | 2024.07.19 18:48:47.748508 [ 3 ] {7810f049-f841-46e3-95ce-fe7b84cc3e19} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001476 sec., 48780.487804878045 rows/sec., 3.81 MiB/sec. | ||
| 7047 | 2024.07.19 18:48:47.748686 [ 3 ] {7810f049-f841-46e3-95ce-fe7b84cc3e19} <Debug> DynamicQueryHandler: Done processing query | ||
| 7048 | 2024.07.19 18:48:47.748712 [ 3 ] {7810f049-f841-46e3-95ce-fe7b84cc3e19} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 7049 | 2024.07.19 18:48:47.748728 [ 3 ] {} <Debug> HTTP-Session: da64e1bf-11a1-4984-9b63-460fb7df274b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7050 | 2024.07.19 18:48:47.748885 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 31021, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7051 | 2024.07.19 18:48:47.748935 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7052 | 2024.07.19 18:48:47.748953 [ 3 ] {} <Debug> HTTP-Session: 4abfa423-9e8a-4303-950c-e9c09cb58239 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 7053 | 2024.07.19 18:48:47.748970 [ 3 ] {} <Debug> HTTP-Session: 4abfa423-9e8a-4303-950c-e9c09cb58239 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7054 | 2024.07.19 18:48:47.748985 [ 3 ] {} <Debug> HTTP-Session: 4abfa423-9e8a-4303-950c-e9c09cb58239 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7055 | 2024.07.19 18:48:47.749016 [ 3 ] {} <Trace> HTTP-Session: 4abfa423-9e8a-4303-950c-e9c09cb58239 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7056 | 2024.07.19 18:48:47.749174 [ 3 ] {ea7e20d0-7d3b-4f24-a862-484b6bc164c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7057 | 2024.07.19 18:48:47.749222 [ 3 ] {ea7e20d0-7d3b-4f24-a862-484b6bc164c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7058 | 2024.07.19 18:48:47.749372 [ 3 ] {ea7e20d0-7d3b-4f24-a862-484b6bc164c3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7059 | 2024.07.19 18:48:47.749777 [ 3 ] {ea7e20d0-7d3b-4f24-a862-484b6bc164c3} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7060 | 2024.07.19 18:48:47.749814 [ 3 ] {ea7e20d0-7d3b-4f24-a862-484b6bc164c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 7061 | 2024.07.19 18:48:47.750205 [ 3 ] {ea7e20d0-7d3b-4f24-a862-484b6bc164c3} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 7062 | 2024.07.19 18:48:47.750549 [ 3 ] {ea7e20d0-7d3b-4f24-a862-484b6bc164c3} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7063 | 2024.07.19 18:48:47.750708 [ 3 ] {ea7e20d0-7d3b-4f24-a862-484b6bc164c3} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001604 sec., 100997.50623441397 rows/sec., 7.03 MiB/sec. | ||
| 7064 | 2024.07.19 18:48:47.750874 [ 3 ] {ea7e20d0-7d3b-4f24-a862-484b6bc164c3} <Debug> DynamicQueryHandler: Done processing query | ||
| 7065 | 2024.07.19 18:48:47.750899 [ 3 ] {ea7e20d0-7d3b-4f24-a862-484b6bc164c3} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 7066 | 2024.07.19 18:48:47.750914 [ 3 ] {} <Debug> HTTP-Session: 4abfa423-9e8a-4303-950c-e9c09cb58239 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7067 | 2024.07.19 18:48:47.751031 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 6354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7068 | 2024.07.19 18:48:47.751079 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7069 | 2024.07.19 18:48:47.751099 [ 3 ] {} <Debug> HTTP-Session: 3ee37af5-602b-4226-a549-7643ab994a3b Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 7070 | 2024.07.19 18:48:47.751115 [ 3 ] {} <Debug> HTTP-Session: 3ee37af5-602b-4226-a549-7643ab994a3b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7071 | 2024.07.19 18:48:47.751129 [ 3 ] {} <Debug> HTTP-Session: 3ee37af5-602b-4226-a549-7643ab994a3b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7072 | 2024.07.19 18:48:47.751159 [ 3 ] {} <Trace> HTTP-Session: 3ee37af5-602b-4226-a549-7643ab994a3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7073 | 2024.07.19 18:48:47.751302 [ 3 ] {e3e8fe56-a7da-4a43-87d2-b747de0431a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 7074 | 2024.07.19 18:48:47.751364 [ 3 ] {e3e8fe56-a7da-4a43-87d2-b747de0431a1} <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 | ||
| 7075 | 2024.07.19 18:48:47.751770 [ 3 ] {e3e8fe56-a7da-4a43-87d2-b747de0431a1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7076 | 2024.07.19 18:48:47.752260 [ 3 ] {e3e8fe56-a7da-4a43-87d2-b747de0431a1} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7077 | 2024.07.19 18:48:47.752296 [ 3 ] {e3e8fe56-a7da-4a43-87d2-b747de0431a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 7078 | 2024.07.19 18:48:47.752872 [ 3 ] {e3e8fe56-a7da-4a43-87d2-b747de0431a1} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 7079 | 2024.07.19 18:48:47.753277 [ 3 ] {e3e8fe56-a7da-4a43-87d2-b747de0431a1} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7080 | 2024.07.19 18:48:47.753460 [ 3 ] {e3e8fe56-a7da-4a43-87d2-b747de0431a1} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.00223 sec., 1793.7219730941702 rows/sec., 3.21 MiB/sec. | ||
| 7081 | 2024.07.19 18:48:47.753678 [ 3 ] {e3e8fe56-a7da-4a43-87d2-b747de0431a1} <Debug> DynamicQueryHandler: Done processing query | ||
| 7082 | 2024.07.19 18:48:47.753702 [ 3 ] {e3e8fe56-a7da-4a43-87d2-b747de0431a1} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 7083 | 2024.07.19 18:48:47.753718 [ 3 ] {} <Debug> HTTP-Session: 3ee37af5-602b-4226-a549-7643ab994a3b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7084 | 2024.07.19 18:48:47.753842 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7085 | 2024.07.19 18:48:47.753890 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7086 | 2024.07.19 18:48:47.753910 [ 3 ] {} <Debug> HTTP-Session: 9fee02e6-7af2-4978-982a-703791c8ba4b Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 7087 | 2024.07.19 18:48:47.753925 [ 3 ] {} <Debug> HTTP-Session: 9fee02e6-7af2-4978-982a-703791c8ba4b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7088 | 2024.07.19 18:48:47.753939 [ 3 ] {} <Debug> HTTP-Session: 9fee02e6-7af2-4978-982a-703791c8ba4b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7089 | 2024.07.19 18:48:47.753970 [ 3 ] {} <Trace> HTTP-Session: 9fee02e6-7af2-4978-982a-703791c8ba4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7090 | 2024.07.19 18:48:47.754083 [ 3 ] {ec7eb50c-c048-4a19-9be3-93e90dac089d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 7091 | 2024.07.19 18:48:47.754127 [ 3 ] {ec7eb50c-c048-4a19-9be3-93e90dac089d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7092 | 2024.07.19 18:48:47.754253 [ 3 ] {ec7eb50c-c048-4a19-9be3-93e90dac089d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7093 | 2024.07.19 18:48:47.754594 [ 3 ] {ec7eb50c-c048-4a19-9be3-93e90dac089d} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7094 | 2024.07.19 18:48:47.754630 [ 3 ] {ec7eb50c-c048-4a19-9be3-93e90dac089d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 7095 | 2024.07.19 18:48:47.754979 [ 3 ] {ec7eb50c-c048-4a19-9be3-93e90dac089d} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 7096 | 2024.07.19 18:48:47.755289 [ 3 ] {ec7eb50c-c048-4a19-9be3-93e90dac089d} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7097 | 2024.07.19 18:48:47.755438 [ 3 ] {ec7eb50c-c048-4a19-9be3-93e90dac089d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00139 sec., 43165.467625899284 rows/sec., 2.91 MiB/sec. | ||
| 7098 | 2024.07.19 18:48:47.755602 [ 3 ] {ec7eb50c-c048-4a19-9be3-93e90dac089d} <Debug> DynamicQueryHandler: Done processing query | ||
| 7099 | 2024.07.19 18:48:47.755626 [ 3 ] {ec7eb50c-c048-4a19-9be3-93e90dac089d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 7100 | 2024.07.19 18:48:47.755641 [ 3 ] {} <Debug> HTTP-Session: 9fee02e6-7af2-4978-982a-703791c8ba4b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7101 | 2024.07.19 18:48:52.743752 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 4480, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7102 | 2024.07.19 18:48:52.743918 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7103 | 2024.07.19 18:48:52.743949 [ 3 ] {} <Debug> HTTP-Session: 86bd3c06-9d26-4a23-aa15-616d638e6bca Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 7104 | 2024.07.19 18:48:52.743978 [ 3 ] {} <Debug> HTTP-Session: 86bd3c06-9d26-4a23-aa15-616d638e6bca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7105 | 2024.07.19 18:48:52.743995 [ 3 ] {} <Debug> HTTP-Session: 86bd3c06-9d26-4a23-aa15-616d638e6bca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7106 | 2024.07.19 18:48:52.744056 [ 3 ] {} <Trace> HTTP-Session: 86bd3c06-9d26-4a23-aa15-616d638e6bca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7107 | 2024.07.19 18:48:52.744268 [ 3 ] {d420c4b9-99b9-4f6d-99e0-28e46b1e6e58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 7108 | 2024.07.19 18:48:52.744344 [ 3 ] {d420c4b9-99b9-4f6d-99e0-28e46b1e6e58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 7109 | 2024.07.19 18:48:52.744563 [ 3 ] {d420c4b9-99b9-4f6d-99e0-28e46b1e6e58} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7110 | 2024.07.19 18:48:52.745120 [ 3 ] {d420c4b9-99b9-4f6d-99e0-28e46b1e6e58} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7111 | 2024.07.19 18:48:52.745163 [ 3 ] {d420c4b9-99b9-4f6d-99e0-28e46b1e6e58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 7112 | 2024.07.19 18:48:52.745538 [ 3 ] {d420c4b9-99b9-4f6d-99e0-28e46b1e6e58} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 7113 | 2024.07.19 18:48:52.745877 [ 3 ] {d420c4b9-99b9-4f6d-99e0-28e46b1e6e58} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7114 | 2024.07.19 18:48:52.746042 [ 3 ] {d420c4b9-99b9-4f6d-99e0-28e46b1e6e58} <Debug> executeQuery: Read 32 rows, 2.45 KiB in 0.001839 sec., 17400.761283306147 rows/sec., 1.30 MiB/sec. | ||
| 7115 | 2024.07.19 18:48:52.746241 [ 3 ] {d420c4b9-99b9-4f6d-99e0-28e46b1e6e58} <Debug> DynamicQueryHandler: Done processing query | ||
| 7116 | 2024.07.19 18:48:52.746269 [ 3 ] {d420c4b9-99b9-4f6d-99e0-28e46b1e6e58} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 7117 | 2024.07.19 18:48:52.746285 [ 3 ] {} <Debug> HTTP-Session: 86bd3c06-9d26-4a23-aa15-616d638e6bca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7118 | 2024.07.19 18:48:52.746462 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 36141, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7119 | 2024.07.19 18:48:52.746513 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7120 | 2024.07.19 18:48:52.746532 [ 3 ] {} <Debug> HTTP-Session: 42c9ab4b-45ef-46c2-8fa0-e98620af10f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 7121 | 2024.07.19 18:48:52.746549 [ 3 ] {} <Debug> HTTP-Session: 42c9ab4b-45ef-46c2-8fa0-e98620af10f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7122 | 2024.07.19 18:48:52.746564 [ 3 ] {} <Debug> HTTP-Session: 42c9ab4b-45ef-46c2-8fa0-e98620af10f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7123 | 2024.07.19 18:48:52.746594 [ 3 ] {} <Trace> HTTP-Session: 42c9ab4b-45ef-46c2-8fa0-e98620af10f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7124 | 2024.07.19 18:48:52.746750 [ 3 ] {5db61bb4-929a-46bb-9267-e2347f849084} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 7125 | 2024.07.19 18:48:52.746795 [ 3 ] {5db61bb4-929a-46bb-9267-e2347f849084} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7126 | 2024.07.19 18:48:52.746920 [ 3 ] {5db61bb4-929a-46bb-9267-e2347f849084} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7127 | 2024.07.19 18:48:52.747415 [ 3 ] {5db61bb4-929a-46bb-9267-e2347f849084} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7128 | 2024.07.19 18:48:52.747453 [ 3 ] {5db61bb4-929a-46bb-9267-e2347f849084} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 7129 | 2024.07.19 18:48:52.747774 [ 3 ] {5db61bb4-929a-46bb-9267-e2347f849084} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7130 | 2024.07.19 18:48:52.748077 [ 3 ] {5db61bb4-929a-46bb-9267-e2347f849084} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7131 | 2024.07.19 18:48:52.748234 [ 3 ] {5db61bb4-929a-46bb-9267-e2347f849084} <Debug> executeQuery: Read 239 rows, 21.60 KiB in 0.001549 sec., 154293.09231762428 rows/sec., 13.62 MiB/sec. | ||
| 7132 | 2024.07.19 18:48:52.748236 [ 63 ] {} <Debug> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7133 | 2024.07.19 18:48:52.748342 [ 63 ] {} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7134 | 2024.07.19 18:48:52.748386 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 7135 | 2024.07.19 18:48:52.748481 [ 3 ] {5db61bb4-929a-46bb-9267-e2347f849084} <Debug> DynamicQueryHandler: Done processing query | ||
| 7136 | 2024.07.19 18:48:52.748544 [ 3 ] {5db61bb4-929a-46bb-9267-e2347f849084} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
| 7137 | 2024.07.19 18:48:52.748588 [ 3 ] {} <Debug> HTTP-Session: 42c9ab4b-45ef-46c2-8fa0-e98620af10f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7138 | 2024.07.19 18:48:52.748611 [ 199 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::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 | ||
| 7139 | 2024.07.19 18:48:52.748827 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 65978, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7140 | 2024.07.19 18:48:52.748959 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7141 | 2024.07.19 18:48:52.749013 [ 3 ] {} <Debug> HTTP-Session: b8e7c754-f11a-4582-8d97-0b9898ccef48 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 7142 | 2024.07.19 18:48:52.749005 [ 199 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7143 | 2024.07.19 18:48:52.749035 [ 3 ] {} <Debug> HTTP-Session: b8e7c754-f11a-4582-8d97-0b9898ccef48 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7144 | 2024.07.19 18:48:52.749083 [ 3 ] {} <Debug> HTTP-Session: b8e7c754-f11a-4582-8d97-0b9898ccef48 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7145 | 2024.07.19 18:48:52.749116 [ 199 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 295 rows starting from the beginning of the part | ||
| 7146 | 2024.07.19 18:48:52.749145 [ 3 ] {} <Trace> HTTP-Session: b8e7c754-f11a-4582-8d97-0b9898ccef48 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7147 | 2024.07.19 18:48:52.749478 [ 199 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 241 rows starting from the beginning of the part | ||
| 7148 | 2024.07.19 18:48:52.749624 [ 3 ] {a24c035f-8fc9-4b97-b450-7509f5643950} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 7149 | 2024.07.19 18:48:52.749796 [ 3 ] {a24c035f-8fc9-4b97-b450-7509f5643950} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7150 | 2024.07.19 18:48:52.749829 [ 199 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 68 rows starting from the beginning of the part | ||
| 7151 | 2024.07.19 18:48:52.750100 [ 199 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 276 rows starting from the beginning of the part | ||
| 7152 | 2024.07.19 18:48:52.750377 [ 199 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 70 rows starting from the beginning of the part | ||
| 7153 | 2024.07.19 18:48:52.750701 [ 199 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 239 rows starting from the beginning of the part | ||
| 7154 | 2024.07.19 18:48:52.751357 [ 3 ] {a24c035f-8fc9-4b97-b450-7509f5643950} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7155 | 2024.07.19 18:48:52.752422 [ 3 ] {a24c035f-8fc9-4b97-b450-7509f5643950} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7156 | 2024.07.19 18:48:52.752485 [ 3 ] {a24c035f-8fc9-4b97-b450-7509f5643950} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 7157 | 2024.07.19 18:48:52.753249 [ 3 ] {a24c035f-8fc9-4b97-b450-7509f5643950} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7158 | 2024.07.19 18:48:52.753458 [ 191 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1189 rows, containing 4 columns (4 merged, 0 gathered) in 0.004995748 sec., 238002.3972386117 rows/sec., 20.54 MiB/sec. | ||
| 7159 | 2024.07.19 18:48:52.753640 [ 191 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7160 | 2024.07.19 18:48:52.753734 [ 3 ] {a24c035f-8fc9-4b97-b450-7509f5643950} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7161 | 2024.07.19 18:48:52.753989 [ 63 ] {} <Debug> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7162 | 2024.07.19 18:48:52.754026 [ 3 ] {a24c035f-8fc9-4b97-b450-7509f5643950} <Debug> executeQuery: Read 408 rows, 29.56 KiB in 0.004657 sec., 87610.04938801804 rows/sec., 6.20 MiB/sec. | ||
| 7163 | 2024.07.19 18:48:52.754147 [ 63 ] {} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7164 | 2024.07.19 18:48:52.754259 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 7165 | 2024.07.19 18:48:52.754520 [ 198 ] {67671d04-4863-4609-b795-f6318ed5bf2b::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 | ||
| 7166 | 2024.07.19 18:48:52.754527 [ 3 ] {a24c035f-8fc9-4b97-b450-7509f5643950} <Debug> DynamicQueryHandler: Done processing query | ||
| 7167 | 2024.07.19 18:48:52.754578 [ 3 ] {a24c035f-8fc9-4b97-b450-7509f5643950} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
| 7168 | 2024.07.19 18:48:52.754592 [ 191 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_36_7} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7169 | 2024.07.19 18:48:52.754618 [ 3 ] {} <Debug> HTTP-Session: b8e7c754-f11a-4582-8d97-0b9898ccef48 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7170 | 2024.07.19 18:48:52.754751 [ 198 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7171 | 2024.07.19 18:48:52.754763 [ 191 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_36_7} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7172 | 2024.07.19 18:48:52.754789 [ 198 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 470 rows starting from the beginning of the part | ||
| 7173 | 2024.07.19 18:48:52.754807 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7174 | 2024.07.19 18:48:52.754937 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. | ||
| 7175 | 2024.07.19 18:48:52.754975 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7176 | 2024.07.19 18:48:52.755101 [ 3 ] {} <Debug> HTTP-Session: a6247468-f7b7-4e22-b6fd-385e598555ca Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 7177 | 2024.07.19 18:48:52.755151 [ 198 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 412 rows starting from the beginning of the part | ||
| 7178 | 2024.07.19 18:48:52.755170 [ 3 ] {} <Debug> HTTP-Session: a6247468-f7b7-4e22-b6fd-385e598555ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7179 | 2024.07.19 18:48:52.755220 [ 3 ] {} <Debug> HTTP-Session: a6247468-f7b7-4e22-b6fd-385e598555ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7180 | 2024.07.19 18:48:52.755308 [ 3 ] {} <Trace> HTTP-Session: a6247468-f7b7-4e22-b6fd-385e598555ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7181 | 2024.07.19 18:48:52.755318 [ 198 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 68 rows starting from the beginning of the part | ||
| 7182 | 2024.07.19 18:48:52.755648 [ 198 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 434 rows starting from the beginning of the part | ||
| 7183 | 2024.07.19 18:48:52.755665 [ 3 ] {c80f2bc8-2d75-4e5f-a6fd-da935f67950a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 7184 | 2024.07.19 18:48:52.755835 [ 3 ] {c80f2bc8-2d75-4e5f-a6fd-da935f67950a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7185 | 2024.07.19 18:48:52.755909 [ 198 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 72 rows starting from the beginning of the part | ||
| 7186 | 2024.07.19 18:48:52.756293 [ 198 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 408 rows starting from the beginning of the part | ||
| 7187 | 2024.07.19 18:48:52.756819 [ 3 ] {c80f2bc8-2d75-4e5f-a6fd-da935f67950a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7188 | 2024.07.19 18:48:52.757270 [ 3 ] {c80f2bc8-2d75-4e5f-a6fd-da935f67950a} <Trace> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7189 | 2024.07.19 18:48:52.757309 [ 3 ] {c80f2bc8-2d75-4e5f-a6fd-da935f67950a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 7190 | 2024.07.19 18:48:52.757861 [ 3 ] {c80f2bc8-2d75-4e5f-a6fd-da935f67950a} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 7191 | 2024.07.19 18:48:52.758319 [ 3 ] {c80f2bc8-2d75-4e5f-a6fd-da935f67950a} <Trace> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7192 | 2024.07.19 18:48:52.758358 [ 191 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1864 rows, containing 4 columns (4 merged, 0 gathered) in 0.003940921 sec., 472985.8832491187 rows/sec., 33.89 MiB/sec. | ||
| 7193 | 2024.07.19 18:48:52.758545 [ 3 ] {c80f2bc8-2d75-4e5f-a6fd-da935f67950a} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.003023 sec., 1984.7833278200462 rows/sec., 85.28 KiB/sec. | ||
| 7194 | 2024.07.19 18:48:52.758562 [ 191 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7195 | 2024.07.19 18:48:52.758755 [ 3 ] {c80f2bc8-2d75-4e5f-a6fd-da935f67950a} <Debug> DynamicQueryHandler: Done processing query | ||
| 7196 | 2024.07.19 18:48:52.758788 [ 3 ] {c80f2bc8-2d75-4e5f-a6fd-da935f67950a} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 7197 | 2024.07.19 18:48:52.758820 [ 3 ] {} <Debug> HTTP-Session: a6247468-f7b7-4e22-b6fd-385e598555ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7198 | 2024.07.19 18:48:52.758967 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 14079, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7199 | 2024.07.19 18:48:52.759001 [ 191 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_36_7} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7200 | 2024.07.19 18:48:52.759027 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7201 | 2024.07.19 18:48:52.759054 [ 3 ] {} <Debug> HTTP-Session: 6bab6402-5c15-4e55-8275-4ed33179f138 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 7202 | 2024.07.19 18:48:52.759074 [ 3 ] {} <Debug> HTTP-Session: 6bab6402-5c15-4e55-8275-4ed33179f138 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7203 | 2024.07.19 18:48:52.759090 [ 191 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_36_7} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7204 | 2024.07.19 18:48:52.759092 [ 3 ] {} <Debug> HTTP-Session: 6bab6402-5c15-4e55-8275-4ed33179f138 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7205 | 2024.07.19 18:48:52.759149 [ 3 ] {} <Trace> HTTP-Session: 6bab6402-5c15-4e55-8275-4ed33179f138 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7206 | 2024.07.19 18:48:52.759175 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. | ||
| 7207 | 2024.07.19 18:48:52.759283 [ 3 ] {50ff314d-febf-4388-a641-fdb66fc17289} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 7208 | 2024.07.19 18:48:52.759330 [ 3 ] {50ff314d-febf-4388-a641-fdb66fc17289} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 7209 | 2024.07.19 18:48:52.759469 [ 3 ] {50ff314d-febf-4388-a641-fdb66fc17289} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7210 | 2024.07.19 18:48:52.759842 [ 3 ] {50ff314d-febf-4388-a641-fdb66fc17289} <Trace> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7211 | 2024.07.19 18:48:52.759877 [ 3 ] {50ff314d-febf-4388-a641-fdb66fc17289} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 7212 | 2024.07.19 18:48:52.760241 [ 3 ] {50ff314d-febf-4388-a641-fdb66fc17289} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 7213 | 2024.07.19 18:48:52.760581 [ 3 ] {50ff314d-febf-4388-a641-fdb66fc17289} <Trace> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7214 | 2024.07.19 18:48:52.760728 [ 3 ] {50ff314d-febf-4388-a641-fdb66fc17289} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001485 sec., 51851.851851851854 rows/sec., 3.19 MiB/sec. | ||
| 7215 | 2024.07.19 18:48:52.760901 [ 3 ] {50ff314d-febf-4388-a641-fdb66fc17289} <Debug> DynamicQueryHandler: Done processing query | ||
| 7216 | 2024.07.19 18:48:52.760925 [ 3 ] {50ff314d-febf-4388-a641-fdb66fc17289} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 7217 | 2024.07.19 18:48:52.760941 [ 3 ] {} <Debug> HTTP-Session: 6bab6402-5c15-4e55-8275-4ed33179f138 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7218 | 2024.07.19 18:48:52.761122 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7219 | 2024.07.19 18:48:52.761169 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7220 | 2024.07.19 18:48:52.761187 [ 3 ] {} <Debug> HTTP-Session: 3272a587-3a93-4fcc-bb93-5581006ca03d Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 7221 | 2024.07.19 18:48:52.761230 [ 3 ] {} <Debug> HTTP-Session: 3272a587-3a93-4fcc-bb93-5581006ca03d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7222 | 2024.07.19 18:48:52.761244 [ 3 ] {} <Debug> HTTP-Session: 3272a587-3a93-4fcc-bb93-5581006ca03d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7223 | 2024.07.19 18:48:52.761274 [ 3 ] {} <Trace> HTTP-Session: 3272a587-3a93-4fcc-bb93-5581006ca03d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7224 | 2024.07.19 18:48:52.761449 [ 3 ] {3deef84f-29c5-4a8e-ad28-ea77d966c0b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7225 | 2024.07.19 18:48:52.761494 [ 3 ] {3deef84f-29c5-4a8e-ad28-ea77d966c0b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7226 | 2024.07.19 18:48:52.761631 [ 3 ] {3deef84f-29c5-4a8e-ad28-ea77d966c0b4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7227 | 2024.07.19 18:48:52.762014 [ 3 ] {3deef84f-29c5-4a8e-ad28-ea77d966c0b4} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7228 | 2024.07.19 18:48:52.762050 [ 3 ] {3deef84f-29c5-4a8e-ad28-ea77d966c0b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 7229 | 2024.07.19 18:48:52.762416 [ 3 ] {3deef84f-29c5-4a8e-ad28-ea77d966c0b4} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 7230 | 2024.07.19 18:48:52.762758 [ 3 ] {3deef84f-29c5-4a8e-ad28-ea77d966c0b4} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7231 | 2024.07.19 18:48:52.762922 [ 3 ] {3deef84f-29c5-4a8e-ad28-ea77d966c0b4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001569 sec., 101975.78075207138 rows/sec., 7.10 MiB/sec. | ||
| 7232 | 2024.07.19 18:48:52.763093 [ 3 ] {3deef84f-29c5-4a8e-ad28-ea77d966c0b4} <Debug> DynamicQueryHandler: Done processing query | ||
| 7233 | 2024.07.19 18:48:52.763116 [ 3 ] {3deef84f-29c5-4a8e-ad28-ea77d966c0b4} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 7234 | 2024.07.19 18:48:52.763131 [ 3 ] {} <Debug> HTTP-Session: 3272a587-3a93-4fcc-bb93-5581006ca03d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7235 | 2024.07.19 18:48:52.763286 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 41925, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7236 | 2024.07.19 18:48:52.763332 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7237 | 2024.07.19 18:48:52.763351 [ 3 ] {} <Debug> HTTP-Session: 8a18bb1b-3ebd-4f07-bd47-2c759c18f7b9 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 7238 | 2024.07.19 18:48:52.763367 [ 3 ] {} <Debug> HTTP-Session: 8a18bb1b-3ebd-4f07-bd47-2c759c18f7b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7239 | 2024.07.19 18:48:52.763380 [ 3 ] {} <Debug> HTTP-Session: 8a18bb1b-3ebd-4f07-bd47-2c759c18f7b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7240 | 2024.07.19 18:48:52.763410 [ 3 ] {} <Trace> HTTP-Session: 8a18bb1b-3ebd-4f07-bd47-2c759c18f7b9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7241 | 2024.07.19 18:48:52.763827 [ 3 ] {c2fd4dd2-4ce4-49e3-b839-5f9e46c054fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 7242 | 2024.07.19 18:48:52.763890 [ 3 ] {c2fd4dd2-4ce4-49e3-b839-5f9e46c054fa} <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 | ||
| 7243 | 2024.07.19 18:48:52.764281 [ 3 ] {c2fd4dd2-4ce4-49e3-b839-5f9e46c054fa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7244 | 2024.07.19 18:48:52.764966 [ 3 ] {c2fd4dd2-4ce4-49e3-b839-5f9e46c054fa} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7245 | 2024.07.19 18:48:52.765002 [ 3 ] {c2fd4dd2-4ce4-49e3-b839-5f9e46c054fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 7246 | 2024.07.19 18:48:52.765608 [ 3 ] {c2fd4dd2-4ce4-49e3-b839-5f9e46c054fa} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 7247 | 2024.07.19 18:48:52.766013 [ 3 ] {c2fd4dd2-4ce4-49e3-b839-5f9e46c054fa} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7248 | 2024.07.19 18:48:52.766206 [ 3 ] {c2fd4dd2-4ce4-49e3-b839-5f9e46c054fa} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002705 sec., 9611.829944547135 rows/sec., 17.22 MiB/sec. | ||
| 7249 | 2024.07.19 18:48:52.766425 [ 3 ] {c2fd4dd2-4ce4-49e3-b839-5f9e46c054fa} <Debug> DynamicQueryHandler: Done processing query | ||
| 7250 | 2024.07.19 18:48:52.766449 [ 3 ] {c2fd4dd2-4ce4-49e3-b839-5f9e46c054fa} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 7251 | 2024.07.19 18:48:52.766464 [ 3 ] {} <Debug> HTTP-Session: 8a18bb1b-3ebd-4f07-bd47-2c759c18f7b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7252 | 2024.07.19 18:48:52.766589 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 3212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7253 | 2024.07.19 18:48:52.766636 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7254 | 2024.07.19 18:48:52.766654 [ 3 ] {} <Debug> HTTP-Session: c6e13170-38cf-428f-905c-355c7a6015bf Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 7255 | 2024.07.19 18:48:52.766670 [ 3 ] {} <Debug> HTTP-Session: c6e13170-38cf-428f-905c-355c7a6015bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7256 | 2024.07.19 18:48:52.766684 [ 3 ] {} <Debug> HTTP-Session: c6e13170-38cf-428f-905c-355c7a6015bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7257 | 2024.07.19 18:48:52.766715 [ 3 ] {} <Trace> HTTP-Session: c6e13170-38cf-428f-905c-355c7a6015bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7258 | 2024.07.19 18:48:52.766814 [ 3 ] {6fd04a6e-9465-4aa3-a1e1-027d93c6fb3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 7259 | 2024.07.19 18:48:52.766857 [ 3 ] {6fd04a6e-9465-4aa3-a1e1-027d93c6fb3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 7260 | 2024.07.19 18:48:52.766982 [ 3 ] {6fd04a6e-9465-4aa3-a1e1-027d93c6fb3f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7261 | 2024.07.19 18:48:52.767239 [ 3 ] {6fd04a6e-9465-4aa3-a1e1-027d93c6fb3f} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7262 | 2024.07.19 18:48:52.767274 [ 3 ] {6fd04a6e-9465-4aa3-a1e1-027d93c6fb3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 7263 | 2024.07.19 18:48:52.767629 [ 3 ] {6fd04a6e-9465-4aa3-a1e1-027d93c6fb3f} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 7264 | 2024.07.19 18:48:52.767952 [ 3 ] {6fd04a6e-9465-4aa3-a1e1-027d93c6fb3f} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7265 | 2024.07.19 18:48:52.768106 [ 3 ] {6fd04a6e-9465-4aa3-a1e1-027d93c6fb3f} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001307 sec., 17597.55164498852 rows/sec., 951.91 KiB/sec. | ||
| 7266 | 2024.07.19 18:48:52.768115 [ 43 ] {} <Debug> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 7267 | 2024.07.19 18:48:52.768198 [ 43 ] {} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7268 | 2024.07.19 18:48:52.768252 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 7269 | 2024.07.19 18:48:52.768367 [ 3 ] {6fd04a6e-9465-4aa3-a1e1-027d93c6fb3f} <Debug> DynamicQueryHandler: Done processing query | ||
| 7270 | 2024.07.19 18:48:52.768416 [ 3 ] {6fd04a6e-9465-4aa3-a1e1-027d93c6fb3f} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 7271 | 2024.07.19 18:48:52.768461 [ 3 ] {} <Debug> HTTP-Session: c6e13170-38cf-428f-905c-355c7a6015bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7272 | 2024.07.19 18:48:52.768481 [ 198 ] {797d7d8d-66e4-41ae-bea2-1c27ec06771c::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 | ||
| 7273 | 2024.07.19 18:48:52.768616 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7274 | 2024.07.19 18:48:52.768682 [ 198 ] {797d7d8d-66e4-41ae-bea2-1c27ec06771c::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7275 | 2024.07.19 18:48:52.768686 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7276 | 2024.07.19 18:48:52.768719 [ 198 ] {797d7d8d-66e4-41ae-bea2-1c27ec06771c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 234 rows starting from the beginning of the part | ||
| 7277 | 2024.07.19 18:48:52.768721 [ 3 ] {} <Debug> HTTP-Session: 957f0d41-678e-4721-b5a4-c959b207c91c Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 7278 | 2024.07.19 18:48:52.768751 [ 3 ] {} <Debug> HTTP-Session: 957f0d41-678e-4721-b5a4-c959b207c91c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7279 | 2024.07.19 18:48:52.768776 [ 3 ] {} <Debug> HTTP-Session: 957f0d41-678e-4721-b5a4-c959b207c91c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7280 | 2024.07.19 18:48:52.768857 [ 198 ] {797d7d8d-66e4-41ae-bea2-1c27ec06771c::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 | ||
| 7281 | 2024.07.19 18:48:52.768897 [ 3 ] {} <Trace> HTTP-Session: 957f0d41-678e-4721-b5a4-c959b207c91c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7282 | 2024.07.19 18:48:52.769239 [ 198 ] {797d7d8d-66e4-41ae-bea2-1c27ec06771c::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 | ||
| 7283 | 2024.07.19 18:48:52.769309 [ 3 ] {cdf24429-8bbb-48c2-ac16-9bbbb848bd38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 7284 | 2024.07.19 18:48:52.769411 [ 198 ] {797d7d8d-66e4-41ae-bea2-1c27ec06771c::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 | ||
| 7285 | 2024.07.19 18:48:52.769431 [ 3 ] {cdf24429-8bbb-48c2-ac16-9bbbb848bd38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7286 | 2024.07.19 18:48:52.769840 [ 198 ] {797d7d8d-66e4-41ae-bea2-1c27ec06771c::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 | ||
| 7287 | 2024.07.19 18:48:52.770123 [ 198 ] {797d7d8d-66e4-41ae-bea2-1c27ec06771c::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 | ||
| 7288 | 2024.07.19 18:48:52.770619 [ 3 ] {cdf24429-8bbb-48c2-ac16-9bbbb848bd38} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7289 | 2024.07.19 18:48:52.771183 [ 3 ] {cdf24429-8bbb-48c2-ac16-9bbbb848bd38} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7290 | 2024.07.19 18:48:52.771227 [ 3 ] {cdf24429-8bbb-48c2-ac16-9bbbb848bd38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 7291 | 2024.07.19 18:48:52.771846 [ 3 ] {cdf24429-8bbb-48c2-ac16-9bbbb848bd38} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 7292 | 2024.07.19 18:48:52.771912 [ 189 ] {797d7d8d-66e4-41ae-bea2-1c27ec06771c::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 349 rows, containing 4 columns (4 merged, 0 gathered) in 0.003568146 sec., 97809.8990344005 rows/sec., 5.31 MiB/sec. | ||
| 7293 | 2024.07.19 18:48:52.772414 [ 189 ] {797d7d8d-66e4-41ae-bea2-1c27ec06771c::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 7294 | 2024.07.19 18:48:52.772519 [ 3 ] {cdf24429-8bbb-48c2-ac16-9bbbb848bd38} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7295 | 2024.07.19 18:48:52.772907 [ 3 ] {cdf24429-8bbb-48c2-ac16-9bbbb848bd38} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003745 sec., 16021.361815754339 rows/sec., 1.08 MiB/sec. | ||
| 7296 | 2024.07.19 18:48:52.773315 [ 3 ] {cdf24429-8bbb-48c2-ac16-9bbbb848bd38} <Debug> DynamicQueryHandler: Done processing query | ||
| 7297 | 2024.07.19 18:48:52.773355 [ 3 ] {cdf24429-8bbb-48c2-ac16-9bbbb848bd38} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 7298 | 2024.07.19 18:48:52.773396 [ 3 ] {} <Debug> HTTP-Session: 957f0d41-678e-4721-b5a4-c959b207c91c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7299 | 2024.07.19 18:48:52.773516 [ 189 ] {797d7d8d-66e4-41ae-bea2-1c27ec06771c::all_1_16_3} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7300 | 2024.07.19 18:48:52.773613 [ 189 ] {797d7d8d-66e4-41ae-bea2-1c27ec06771c::all_1_16_3} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 7301 | 2024.07.19 18:48:52.773714 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 7302 | 2024.07.19 18:48:57.738717 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 623, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7303 | 2024.07.19 18:48:57.738864 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7304 | 2024.07.19 18:48:57.738890 [ 3 ] {} <Debug> HTTP-Session: 8c1b28d9-de62-4e2b-9a2c-090ac3713e96 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 7305 | 2024.07.19 18:48:57.738915 [ 3 ] {} <Debug> HTTP-Session: 8c1b28d9-de62-4e2b-9a2c-090ac3713e96 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7306 | 2024.07.19 18:48:57.738929 [ 3 ] {} <Debug> HTTP-Session: 8c1b28d9-de62-4e2b-9a2c-090ac3713e96 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7307 | 2024.07.19 18:48:57.738979 [ 3 ] {} <Trace> HTTP-Session: 8c1b28d9-de62-4e2b-9a2c-090ac3713e96 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7308 | 2024.07.19 18:48:57.739180 [ 3 ] {ee87be1d-d95d-497e-86be-c6b9ed3b3257} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 7309 | 2024.07.19 18:48:57.739248 [ 3 ] {ee87be1d-d95d-497e-86be-c6b9ed3b3257} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 7310 | 2024.07.19 18:48:57.739439 [ 3 ] {ee87be1d-d95d-497e-86be-c6b9ed3b3257} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7311 | 2024.07.19 18:48:57.739906 [ 3 ] {ee87be1d-d95d-497e-86be-c6b9ed3b3257} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7312 | 2024.07.19 18:48:57.739955 [ 3 ] {ee87be1d-d95d-497e-86be-c6b9ed3b3257} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 7313 | 2024.07.19 18:48:57.740345 [ 3 ] {ee87be1d-d95d-497e-86be-c6b9ed3b3257} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 7314 | 2024.07.19 18:48:57.740693 [ 3 ] {ee87be1d-d95d-497e-86be-c6b9ed3b3257} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7315 | 2024.07.19 18:48:57.740855 [ 3 ] {ee87be1d-d95d-497e-86be-c6b9ed3b3257} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001728 sec., 2314.814814814815 rows/sec., 187.63 KiB/sec. | ||
| 7316 | 2024.07.19 18:48:57.741085 [ 3 ] {ee87be1d-d95d-497e-86be-c6b9ed3b3257} <Debug> DynamicQueryHandler: Done processing query | ||
| 7317 | 2024.07.19 18:48:57.741113 [ 3 ] {ee87be1d-d95d-497e-86be-c6b9ed3b3257} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 7318 | 2024.07.19 18:48:57.741130 [ 3 ] {} <Debug> HTTP-Session: 8c1b28d9-de62-4e2b-9a2c-090ac3713e96 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7319 | 2024.07.19 18:48:57.741278 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9662, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7320 | 2024.07.19 18:48:57.741337 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7321 | 2024.07.19 18:48:57.741357 [ 3 ] {} <Debug> HTTP-Session: f68fb6de-21f2-471d-a8ce-4174a2c13945 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 7322 | 2024.07.19 18:48:57.741375 [ 3 ] {} <Debug> HTTP-Session: f68fb6de-21f2-471d-a8ce-4174a2c13945 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7323 | 2024.07.19 18:48:57.741388 [ 3 ] {} <Debug> HTTP-Session: f68fb6de-21f2-471d-a8ce-4174a2c13945 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7324 | 2024.07.19 18:48:57.741424 [ 3 ] {} <Trace> HTTP-Session: f68fb6de-21f2-471d-a8ce-4174a2c13945 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7325 | 2024.07.19 18:48:57.741552 [ 3 ] {015fb2ad-7083-465c-aed7-64ef7ae65f11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 7326 | 2024.07.19 18:48:57.741600 [ 3 ] {015fb2ad-7083-465c-aed7-64ef7ae65f11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7327 | 2024.07.19 18:48:57.741736 [ 3 ] {015fb2ad-7083-465c-aed7-64ef7ae65f11} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7328 | 2024.07.19 18:48:57.742115 [ 3 ] {015fb2ad-7083-465c-aed7-64ef7ae65f11} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7329 | 2024.07.19 18:48:57.742154 [ 3 ] {015fb2ad-7083-465c-aed7-64ef7ae65f11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 7330 | 2024.07.19 18:48:57.742482 [ 3 ] {015fb2ad-7083-465c-aed7-64ef7ae65f11} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7331 | 2024.07.19 18:48:57.742802 [ 3 ] {015fb2ad-7083-465c-aed7-64ef7ae65f11} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7332 | 2024.07.19 18:48:57.742960 [ 3 ] {015fb2ad-7083-465c-aed7-64ef7ae65f11} <Debug> executeQuery: Read 68 rows, 5.51 KiB in 0.001449 sec., 46928.91649413389 rows/sec., 3.71 MiB/sec. | ||
| 7333 | 2024.07.19 18:48:57.743133 [ 3 ] {015fb2ad-7083-465c-aed7-64ef7ae65f11} <Debug> DynamicQueryHandler: Done processing query | ||
| 7334 | 2024.07.19 18:48:57.743158 [ 3 ] {015fb2ad-7083-465c-aed7-64ef7ae65f11} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 7335 | 2024.07.19 18:48:57.743174 [ 3 ] {} <Debug> HTTP-Session: f68fb6de-21f2-471d-a8ce-4174a2c13945 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7336 | 2024.07.19 18:48:57.743296 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 11562, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7337 | 2024.07.19 18:48:57.743347 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7338 | 2024.07.19 18:48:57.743367 [ 3 ] {} <Debug> HTTP-Session: 78bbff1e-aa7e-4255-8dfd-fdc97cf6d20f Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 7339 | 2024.07.19 18:48:57.743384 [ 3 ] {} <Debug> HTTP-Session: 78bbff1e-aa7e-4255-8dfd-fdc97cf6d20f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7340 | 2024.07.19 18:48:57.743397 [ 3 ] {} <Debug> HTTP-Session: 78bbff1e-aa7e-4255-8dfd-fdc97cf6d20f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7341 | 2024.07.19 18:48:57.743429 [ 3 ] {} <Trace> HTTP-Session: 78bbff1e-aa7e-4255-8dfd-fdc97cf6d20f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7342 | 2024.07.19 18:48:57.743552 [ 3 ] {ea1a266a-1179-40ff-b07c-20d2367e586a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 7343 | 2024.07.19 18:48:57.743596 [ 3 ] {ea1a266a-1179-40ff-b07c-20d2367e586a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7344 | 2024.07.19 18:48:57.743725 [ 3 ] {ea1a266a-1179-40ff-b07c-20d2367e586a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7345 | 2024.07.19 18:48:57.744065 [ 3 ] {ea1a266a-1179-40ff-b07c-20d2367e586a} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7346 | 2024.07.19 18:48:57.744101 [ 3 ] {ea1a266a-1179-40ff-b07c-20d2367e586a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 7347 | 2024.07.19 18:48:57.744417 [ 3 ] {ea1a266a-1179-40ff-b07c-20d2367e586a} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7348 | 2024.07.19 18:48:57.744732 [ 3 ] {ea1a266a-1179-40ff-b07c-20d2367e586a} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7349 | 2024.07.19 18:48:57.744880 [ 3 ] {ea1a266a-1179-40ff-b07c-20d2367e586a} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001371 sec., 49598.83296863603 rows/sec., 3.87 MiB/sec. | ||
| 7350 | 2024.07.19 18:48:57.745040 [ 3 ] {ea1a266a-1179-40ff-b07c-20d2367e586a} <Debug> DynamicQueryHandler: Done processing query | ||
| 7351 | 2024.07.19 18:48:57.745064 [ 3 ] {ea1a266a-1179-40ff-b07c-20d2367e586a} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 7352 | 2024.07.19 18:48:57.745081 [ 3 ] {} <Debug> HTTP-Session: 78bbff1e-aa7e-4255-8dfd-fdc97cf6d20f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7353 | 2024.07.19 18:48:57.745245 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7354 | 2024.07.19 18:48:57.745295 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7355 | 2024.07.19 18:48:57.745314 [ 3 ] {} <Debug> HTTP-Session: 508ec775-c1e3-45f3-9a76-e18bcdf6ea47 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 7356 | 2024.07.19 18:48:57.745330 [ 3 ] {} <Debug> HTTP-Session: 508ec775-c1e3-45f3-9a76-e18bcdf6ea47 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7357 | 2024.07.19 18:48:57.745343 [ 3 ] {} <Debug> HTTP-Session: 508ec775-c1e3-45f3-9a76-e18bcdf6ea47 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7358 | 2024.07.19 18:48:57.745374 [ 3 ] {} <Trace> HTTP-Session: 508ec775-c1e3-45f3-9a76-e18bcdf6ea47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7359 | 2024.07.19 18:48:57.745526 [ 3 ] {a32c9c7b-512d-4721-8377-5da2e23ad0ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7360 | 2024.07.19 18:48:57.745573 [ 3 ] {a32c9c7b-512d-4721-8377-5da2e23ad0ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7361 | 2024.07.19 18:48:57.745717 [ 3 ] {a32c9c7b-512d-4721-8377-5da2e23ad0ae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7362 | 2024.07.19 18:48:57.746122 [ 3 ] {a32c9c7b-512d-4721-8377-5da2e23ad0ae} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7363 | 2024.07.19 18:48:57.746159 [ 3 ] {a32c9c7b-512d-4721-8377-5da2e23ad0ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 7364 | 2024.07.19 18:48:57.746543 [ 3 ] {a32c9c7b-512d-4721-8377-5da2e23ad0ae} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 7365 | 2024.07.19 18:48:57.746888 [ 3 ] {a32c9c7b-512d-4721-8377-5da2e23ad0ae} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7366 | 2024.07.19 18:48:57.747023 [ 3 ] {a32c9c7b-512d-4721-8377-5da2e23ad0ae} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001569 sec., 101975.78075207138 rows/sec., 7.10 MiB/sec. | ||
| 7367 | 2024.07.19 18:48:57.747261 [ 3 ] {a32c9c7b-512d-4721-8377-5da2e23ad0ae} <Debug> DynamicQueryHandler: Done processing query | ||
| 7368 | 2024.07.19 18:48:57.747313 [ 3 ] {a32c9c7b-512d-4721-8377-5da2e23ad0ae} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 7369 | 2024.07.19 18:48:57.747365 [ 3 ] {} <Debug> HTTP-Session: 508ec775-c1e3-45f3-9a76-e18bcdf6ea47 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7370 | 2024.07.19 18:48:57.747526 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 6354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7371 | 2024.07.19 18:48:57.747579 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7372 | 2024.07.19 18:48:57.747598 [ 3 ] {} <Debug> HTTP-Session: bbd97348-06e1-4b29-aa66-b6f3536c1198 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 7373 | 2024.07.19 18:48:57.747614 [ 3 ] {} <Debug> HTTP-Session: bbd97348-06e1-4b29-aa66-b6f3536c1198 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7374 | 2024.07.19 18:48:57.747628 [ 3 ] {} <Debug> HTTP-Session: bbd97348-06e1-4b29-aa66-b6f3536c1198 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7375 | 2024.07.19 18:48:57.747660 [ 3 ] {} <Trace> HTTP-Session: bbd97348-06e1-4b29-aa66-b6f3536c1198 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7376 | 2024.07.19 18:48:57.747811 [ 3 ] {fa04499d-9f98-4636-8259-f6cd14bd4949} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 7377 | 2024.07.19 18:48:57.747881 [ 3 ] {fa04499d-9f98-4636-8259-f6cd14bd4949} <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 | ||
| 7378 | 2024.07.19 18:48:57.748309 [ 3 ] {fa04499d-9f98-4636-8259-f6cd14bd4949} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7379 | 2024.07.19 18:48:57.748806 [ 3 ] {fa04499d-9f98-4636-8259-f6cd14bd4949} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7380 | 2024.07.19 18:48:57.748842 [ 3 ] {fa04499d-9f98-4636-8259-f6cd14bd4949} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 7381 | 2024.07.19 18:48:57.749419 [ 3 ] {fa04499d-9f98-4636-8259-f6cd14bd4949} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 7382 | 2024.07.19 18:48:57.749829 [ 3 ] {fa04499d-9f98-4636-8259-f6cd14bd4949} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7383 | 2024.07.19 18:48:57.750016 [ 3 ] {fa04499d-9f98-4636-8259-f6cd14bd4949} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002273 sec., 1759.7888253409592 rows/sec., 3.15 MiB/sec. | ||
| 7384 | 2024.07.19 18:48:57.750242 [ 3 ] {fa04499d-9f98-4636-8259-f6cd14bd4949} <Debug> DynamicQueryHandler: Done processing query | ||
| 7385 | 2024.07.19 18:48:57.750268 [ 3 ] {fa04499d-9f98-4636-8259-f6cd14bd4949} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 7386 | 2024.07.19 18:48:57.750284 [ 3 ] {} <Debug> HTTP-Session: bbd97348-06e1-4b29-aa66-b6f3536c1198 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7387 | 2024.07.19 18:48:57.750398 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7388 | 2024.07.19 18:48:57.750447 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7389 | 2024.07.19 18:48:57.750466 [ 3 ] {} <Debug> HTTP-Session: 46f5e12e-dd05-4f32-8f76-ea135339110d Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 7390 | 2024.07.19 18:48:57.750482 [ 3 ] {} <Debug> HTTP-Session: 46f5e12e-dd05-4f32-8f76-ea135339110d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7391 | 2024.07.19 18:48:57.750496 [ 3 ] {} <Debug> HTTP-Session: 46f5e12e-dd05-4f32-8f76-ea135339110d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7392 | 2024.07.19 18:48:57.750526 [ 3 ] {} <Trace> HTTP-Session: 46f5e12e-dd05-4f32-8f76-ea135339110d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7393 | 2024.07.19 18:48:57.750644 [ 3 ] {cfa9cbdc-910a-4754-b2a1-0de3c1dc81d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 7394 | 2024.07.19 18:48:57.750688 [ 3 ] {cfa9cbdc-910a-4754-b2a1-0de3c1dc81d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7395 | 2024.07.19 18:48:57.750812 [ 3 ] {cfa9cbdc-910a-4754-b2a1-0de3c1dc81d5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7396 | 2024.07.19 18:48:57.751105 [ 3 ] {cfa9cbdc-910a-4754-b2a1-0de3c1dc81d5} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7397 | 2024.07.19 18:48:57.751140 [ 3 ] {cfa9cbdc-910a-4754-b2a1-0de3c1dc81d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 7398 | 2024.07.19 18:48:57.751492 [ 3 ] {cfa9cbdc-910a-4754-b2a1-0de3c1dc81d5} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 7399 | 2024.07.19 18:48:57.751823 [ 3 ] {cfa9cbdc-910a-4754-b2a1-0de3c1dc81d5} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7400 | 2024.07.19 18:48:57.751980 [ 3 ] {cfa9cbdc-910a-4754-b2a1-0de3c1dc81d5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001368 sec., 43859.649122807015 rows/sec., 2.96 MiB/sec. | ||
| 7401 | 2024.07.19 18:48:57.752236 [ 3 ] {cfa9cbdc-910a-4754-b2a1-0de3c1dc81d5} <Debug> DynamicQueryHandler: Done processing query | ||
| 7402 | 2024.07.19 18:48:57.752289 [ 3 ] {cfa9cbdc-910a-4754-b2a1-0de3c1dc81d5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 7403 | 2024.07.19 18:48:57.752321 [ 3 ] {} <Debug> HTTP-Session: 46f5e12e-dd05-4f32-8f76-ea135339110d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7404 | 2024.07.19 18:49:00.515581 [ 84 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7405 | 2024.07.19 18:49:00.515639 [ 84 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7406 | 2024.07.19 18:49:02.743827 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 4480, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7407 | 2024.07.19 18:49:02.743974 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7408 | 2024.07.19 18:49:02.744003 [ 3 ] {} <Debug> HTTP-Session: e12d1624-a56b-4d61-81e2-6c7a1f4cd91b Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 7409 | 2024.07.19 18:49:02.744032 [ 3 ] {} <Debug> HTTP-Session: e12d1624-a56b-4d61-81e2-6c7a1f4cd91b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7410 | 2024.07.19 18:49:02.744049 [ 3 ] {} <Debug> HTTP-Session: e12d1624-a56b-4d61-81e2-6c7a1f4cd91b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7411 | 2024.07.19 18:49:02.744110 [ 3 ] {} <Trace> HTTP-Session: e12d1624-a56b-4d61-81e2-6c7a1f4cd91b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7412 | 2024.07.19 18:49:02.744327 [ 3 ] {812de42c-08fe-4372-a548-f4341f037887} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 7413 | 2024.07.19 18:49:02.744401 [ 3 ] {812de42c-08fe-4372-a548-f4341f037887} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 7414 | 2024.07.19 18:49:02.744619 [ 3 ] {812de42c-08fe-4372-a548-f4341f037887} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7415 | 2024.07.19 18:49:02.745112 [ 3 ] {812de42c-08fe-4372-a548-f4341f037887} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7416 | 2024.07.19 18:49:02.745160 [ 3 ] {812de42c-08fe-4372-a548-f4341f037887} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 7417 | 2024.07.19 18:49:02.745545 [ 3 ] {812de42c-08fe-4372-a548-f4341f037887} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7418 | 2024.07.19 18:49:02.745891 [ 3 ] {812de42c-08fe-4372-a548-f4341f037887} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7419 | 2024.07.19 18:49:02.746035 [ 3 ] {812de42c-08fe-4372-a548-f4341f037887} <Debug> executeQuery: Read 32 rows, 2.45 KiB in 0.001779 sec., 17987.633501967397 rows/sec., 1.34 MiB/sec. | ||
| 7420 | 2024.07.19 18:49:02.746046 [ 52 ] {} <Debug> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7421 | 2024.07.19 18:49:02.746108 [ 52 ] {} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7422 | 2024.07.19 18:49:02.746143 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 7423 | 2024.07.19 18:49:02.746304 [ 3 ] {812de42c-08fe-4372-a548-f4341f037887} <Debug> DynamicQueryHandler: Done processing query | ||
| 7424 | 2024.07.19 18:49:02.746397 [ 3 ] {812de42c-08fe-4372-a548-f4341f037887} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 7425 | 2024.07.19 18:49:02.746453 [ 187 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::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 | ||
| 7426 | 2024.07.19 18:49:02.746480 [ 3 ] {} <Debug> HTTP-Session: e12d1624-a56b-4d61-81e2-6c7a1f4cd91b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7427 | 2024.07.19 18:49:02.746881 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 36141, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7428 | 2024.07.19 18:49:02.746998 [ 187 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7429 | 2024.07.19 18:49:02.747013 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7430 | 2024.07.19 18:49:02.747065 [ 3 ] {} <Debug> HTTP-Session: fe828b30-9905-44a0-8b93-e57836558813 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 7431 | 2024.07.19 18:49:02.747069 [ 187 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 36 rows starting from the beginning of the part | ||
| 7432 | 2024.07.19 18:49:02.747100 [ 3 ] {} <Debug> HTTP-Session: fe828b30-9905-44a0-8b93-e57836558813 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7433 | 2024.07.19 18:49:02.747140 [ 3 ] {} <Debug> HTTP-Session: fe828b30-9905-44a0-8b93-e57836558813 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7434 | 2024.07.19 18:49:02.747260 [ 3 ] {} <Trace> HTTP-Session: fe828b30-9905-44a0-8b93-e57836558813 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7435 | 2024.07.19 18:49:02.747283 [ 187 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 32 rows starting from the beginning of the part | ||
| 7436 | 2024.07.19 18:49:02.747583 [ 187 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 4 rows starting from the beginning of the part | ||
| 7437 | 2024.07.19 18:49:02.747805 [ 187 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 32 rows starting from the beginning of the part | ||
| 7438 | 2024.07.19 18:49:02.747842 [ 3 ] {b9669efb-aad1-4d3b-9716-336861df6743} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 7439 | 2024.07.19 18:49:02.748035 [ 3 ] {b9669efb-aad1-4d3b-9716-336861df6743} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7440 | 2024.07.19 18:49:02.748116 [ 187 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 4 rows starting from the beginning of the part | ||
| 7441 | 2024.07.19 18:49:02.748477 [ 187 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 32 rows starting from the beginning of the part | ||
| 7442 | 2024.07.19 18:49:02.749126 [ 3 ] {b9669efb-aad1-4d3b-9716-336861df6743} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7443 | 2024.07.19 18:49:02.750234 [ 3 ] {b9669efb-aad1-4d3b-9716-336861df6743} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7444 | 2024.07.19 18:49:02.750308 [ 3 ] {b9669efb-aad1-4d3b-9716-336861df6743} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 7445 | 2024.07.19 18:49:02.751031 [ 189 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 140 rows, containing 4 columns (4 merged, 0 gathered) in 0.004791145 sec., 29220.572535375155 rows/sec., 2.19 MiB/sec. | ||
| 7446 | 2024.07.19 18:49:02.751221 [ 3 ] {b9669efb-aad1-4d3b-9716-336861df6743} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 7447 | 2024.07.19 18:49:02.751292 [ 189 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7448 | 2024.07.19 18:49:02.752033 [ 3 ] {b9669efb-aad1-4d3b-9716-336861df6743} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7449 | 2024.07.19 18:49:02.752312 [ 3 ] {b9669efb-aad1-4d3b-9716-336861df6743} <Debug> executeQuery: Read 239 rows, 21.60 KiB in 0.004763 sec., 50178.45895444048 rows/sec., 4.43 MiB/sec. | ||
| 7450 | 2024.07.19 18:49:02.752389 [ 189 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_36_7} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7451 | 2024.07.19 18:49:02.752591 [ 189 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_36_7} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7452 | 2024.07.19 18:49:02.752642 [ 3 ] {b9669efb-aad1-4d3b-9716-336861df6743} <Debug> DynamicQueryHandler: Done processing query | ||
| 7453 | 2024.07.19 18:49:02.752720 [ 3 ] {b9669efb-aad1-4d3b-9716-336861df6743} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
| 7454 | 2024.07.19 18:49:02.752753 [ 3 ] {} <Debug> HTTP-Session: fe828b30-9905-44a0-8b93-e57836558813 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7455 | 2024.07.19 18:49:02.752760 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 7456 | 2024.07.19 18:49:02.752966 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 65978, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7457 | 2024.07.19 18:49:02.753025 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7458 | 2024.07.19 18:49:02.753044 [ 3 ] {} <Debug> HTTP-Session: 6c17dc40-8613-4185-9871-ac17d2ff3761 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 7459 | 2024.07.19 18:49:02.753060 [ 3 ] {} <Debug> HTTP-Session: 6c17dc40-8613-4185-9871-ac17d2ff3761 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7460 | 2024.07.19 18:49:02.753074 [ 3 ] {} <Debug> HTTP-Session: 6c17dc40-8613-4185-9871-ac17d2ff3761 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7461 | 2024.07.19 18:49:02.753110 [ 3 ] {} <Trace> HTTP-Session: 6c17dc40-8613-4185-9871-ac17d2ff3761 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7462 | 2024.07.19 18:49:02.753446 [ 3 ] {789bbc31-2ce1-4911-a9de-0dc34be65255} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 7463 | 2024.07.19 18:49:02.753494 [ 3 ] {789bbc31-2ce1-4911-a9de-0dc34be65255} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7464 | 2024.07.19 18:49:02.753644 [ 3 ] {789bbc31-2ce1-4911-a9de-0dc34be65255} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7465 | 2024.07.19 18:49:02.754234 [ 3 ] {789bbc31-2ce1-4911-a9de-0dc34be65255} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7466 | 2024.07.19 18:49:02.754270 [ 3 ] {789bbc31-2ce1-4911-a9de-0dc34be65255} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 7467 | 2024.07.19 18:49:02.754618 [ 3 ] {789bbc31-2ce1-4911-a9de-0dc34be65255} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 7468 | 2024.07.19 18:49:02.754944 [ 3 ] {789bbc31-2ce1-4911-a9de-0dc34be65255} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7469 | 2024.07.19 18:49:02.755075 [ 3 ] {789bbc31-2ce1-4911-a9de-0dc34be65255} <Debug> executeQuery: Read 408 rows, 29.56 KiB in 0.00185 sec., 220540.54054054053 rows/sec., 15.60 MiB/sec. | ||
| 7470 | 2024.07.19 18:49:02.755240 [ 3 ] {789bbc31-2ce1-4911-a9de-0dc34be65255} <Debug> DynamicQueryHandler: Done processing query | ||
| 7471 | 2024.07.19 18:49:02.755265 [ 3 ] {789bbc31-2ce1-4911-a9de-0dc34be65255} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
| 7472 | 2024.07.19 18:49:02.755281 [ 3 ] {} <Debug> HTTP-Session: 6c17dc40-8613-4185-9871-ac17d2ff3761 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7473 | 2024.07.19 18:49:02.755437 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7474 | 2024.07.19 18:49:02.755486 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7475 | 2024.07.19 18:49:02.755504 [ 3 ] {} <Debug> HTTP-Session: d92fafe9-dd8c-4496-89b9-3325e508d28d Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 7476 | 2024.07.19 18:49:02.755520 [ 3 ] {} <Debug> HTTP-Session: d92fafe9-dd8c-4496-89b9-3325e508d28d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7477 | 2024.07.19 18:49:02.755533 [ 3 ] {} <Debug> HTTP-Session: d92fafe9-dd8c-4496-89b9-3325e508d28d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7478 | 2024.07.19 18:49:02.755564 [ 3 ] {} <Trace> HTTP-Session: d92fafe9-dd8c-4496-89b9-3325e508d28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7479 | 2024.07.19 18:49:02.755659 [ 3 ] {f80b311b-58c8-47ed-a107-59f60ec1be9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 7480 | 2024.07.19 18:49:02.755703 [ 3 ] {f80b311b-58c8-47ed-a107-59f60ec1be9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7481 | 2024.07.19 18:49:02.755832 [ 3 ] {f80b311b-58c8-47ed-a107-59f60ec1be9f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7482 | 2024.07.19 18:49:02.756093 [ 3 ] {f80b311b-58c8-47ed-a107-59f60ec1be9f} <Trace> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7483 | 2024.07.19 18:49:02.756128 [ 3 ] {f80b311b-58c8-47ed-a107-59f60ec1be9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 7484 | 2024.07.19 18:49:02.756483 [ 3 ] {f80b311b-58c8-47ed-a107-59f60ec1be9f} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 7485 | 2024.07.19 18:49:02.756815 [ 3 ] {f80b311b-58c8-47ed-a107-59f60ec1be9f} <Trace> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7486 | 2024.07.19 18:49:02.756938 [ 3 ] {f80b311b-58c8-47ed-a107-59f60ec1be9f} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001302 sec., 4608.294930875576 rows/sec., 198.01 KiB/sec. | ||
| 7487 | 2024.07.19 18:49:02.757095 [ 3 ] {f80b311b-58c8-47ed-a107-59f60ec1be9f} <Debug> DynamicQueryHandler: Done processing query | ||
| 7488 | 2024.07.19 18:49:02.757119 [ 3 ] {f80b311b-58c8-47ed-a107-59f60ec1be9f} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 7489 | 2024.07.19 18:49:02.757134 [ 3 ] {} <Debug> HTTP-Session: d92fafe9-dd8c-4496-89b9-3325e508d28d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7490 | 2024.07.19 18:49:02.757260 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 14079, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7491 | 2024.07.19 18:49:02.757307 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7492 | 2024.07.19 18:49:02.757325 [ 3 ] {} <Debug> HTTP-Session: 61816a81-e43c-4623-8295-8138e74c19d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 7493 | 2024.07.19 18:49:02.757341 [ 3 ] {} <Debug> HTTP-Session: 61816a81-e43c-4623-8295-8138e74c19d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7494 | 2024.07.19 18:49:02.757354 [ 3 ] {} <Debug> HTTP-Session: 61816a81-e43c-4623-8295-8138e74c19d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7495 | 2024.07.19 18:49:02.757385 [ 3 ] {} <Trace> HTTP-Session: 61816a81-e43c-4623-8295-8138e74c19d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7496 | 2024.07.19 18:49:02.757501 [ 3 ] {6271e944-1db6-4c50-a55b-379eef409c6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 7497 | 2024.07.19 18:49:02.757548 [ 3 ] {6271e944-1db6-4c50-a55b-379eef409c6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 7498 | 2024.07.19 18:49:02.757685 [ 3 ] {6271e944-1db6-4c50-a55b-379eef409c6a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7499 | 2024.07.19 18:49:02.757998 [ 3 ] {6271e944-1db6-4c50-a55b-379eef409c6a} <Trace> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7500 | 2024.07.19 18:49:02.758034 [ 3 ] {6271e944-1db6-4c50-a55b-379eef409c6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 7501 | 2024.07.19 18:49:02.758392 [ 3 ] {6271e944-1db6-4c50-a55b-379eef409c6a} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 7502 | 2024.07.19 18:49:02.758744 [ 3 ] {6271e944-1db6-4c50-a55b-379eef409c6a} <Trace> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7503 | 2024.07.19 18:49:02.758868 [ 3 ] {6271e944-1db6-4c50-a55b-379eef409c6a} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.00141 sec., 54609.92907801418 rows/sec., 3.36 MiB/sec. | ||
| 7504 | 2024.07.19 18:49:02.759180 [ 3 ] {6271e944-1db6-4c50-a55b-379eef409c6a} <Debug> DynamicQueryHandler: Done processing query | ||
| 7505 | 2024.07.19 18:49:02.759205 [ 3 ] {6271e944-1db6-4c50-a55b-379eef409c6a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 7506 | 2024.07.19 18:49:02.759221 [ 3 ] {} <Debug> HTTP-Session: 61816a81-e43c-4623-8295-8138e74c19d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7507 | 2024.07.19 18:49:02.759368 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7508 | 2024.07.19 18:49:02.759417 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7509 | 2024.07.19 18:49:02.759435 [ 3 ] {} <Debug> HTTP-Session: 7752b403-cde5-4c68-b8ee-45889f0901c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 7510 | 2024.07.19 18:49:02.759453 [ 3 ] {} <Debug> HTTP-Session: 7752b403-cde5-4c68-b8ee-45889f0901c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7511 | 2024.07.19 18:49:02.759467 [ 3 ] {} <Debug> HTTP-Session: 7752b403-cde5-4c68-b8ee-45889f0901c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7512 | 2024.07.19 18:49:02.759497 [ 3 ] {} <Trace> HTTP-Session: 7752b403-cde5-4c68-b8ee-45889f0901c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7513 | 2024.07.19 18:49:02.759665 [ 3 ] {74ad52fc-cc17-420a-9a25-e1e12ba2e66e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7514 | 2024.07.19 18:49:02.759711 [ 3 ] {74ad52fc-cc17-420a-9a25-e1e12ba2e66e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7515 | 2024.07.19 18:49:02.759871 [ 3 ] {74ad52fc-cc17-420a-9a25-e1e12ba2e66e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7516 | 2024.07.19 18:49:02.760254 [ 3 ] {74ad52fc-cc17-420a-9a25-e1e12ba2e66e} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7517 | 2024.07.19 18:49:02.760289 [ 3 ] {74ad52fc-cc17-420a-9a25-e1e12ba2e66e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 7518 | 2024.07.19 18:49:02.760669 [ 3 ] {74ad52fc-cc17-420a-9a25-e1e12ba2e66e} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 7519 | 2024.07.19 18:49:02.761010 [ 3 ] {74ad52fc-cc17-420a-9a25-e1e12ba2e66e} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7520 | 2024.07.19 18:49:02.761132 [ 3 ] {74ad52fc-cc17-420a-9a25-e1e12ba2e66e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001555 sec., 102893.89067524116 rows/sec., 7.17 MiB/sec. | ||
| 7521 | 2024.07.19 18:49:02.761444 [ 3 ] {74ad52fc-cc17-420a-9a25-e1e12ba2e66e} <Debug> DynamicQueryHandler: Done processing query | ||
| 7522 | 2024.07.19 18:49:02.761497 [ 3 ] {74ad52fc-cc17-420a-9a25-e1e12ba2e66e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 7523 | 2024.07.19 18:49:02.761523 [ 3 ] {} <Debug> HTTP-Session: 7752b403-cde5-4c68-b8ee-45889f0901c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7524 | 2024.07.19 18:49:02.761650 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 41975, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7525 | 2024.07.19 18:49:02.761698 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7526 | 2024.07.19 18:49:02.761716 [ 3 ] {} <Debug> HTTP-Session: d7af4021-9bdb-4beb-9937-72db2d3571bc Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 7527 | 2024.07.19 18:49:02.761732 [ 3 ] {} <Debug> HTTP-Session: d7af4021-9bdb-4beb-9937-72db2d3571bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7528 | 2024.07.19 18:49:02.761745 [ 3 ] {} <Debug> HTTP-Session: d7af4021-9bdb-4beb-9937-72db2d3571bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7529 | 2024.07.19 18:49:02.761775 [ 3 ] {} <Trace> HTTP-Session: d7af4021-9bdb-4beb-9937-72db2d3571bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7530 | 2024.07.19 18:49:02.762229 [ 3 ] {97384c4c-bf41-4cd9-bf4a-f92210f7dc94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 7531 | 2024.07.19 18:49:02.762300 [ 3 ] {97384c4c-bf41-4cd9-bf4a-f92210f7dc94} <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 | ||
| 7532 | 2024.07.19 18:49:02.762720 [ 3 ] {97384c4c-bf41-4cd9-bf4a-f92210f7dc94} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7533 | 2024.07.19 18:49:02.763428 [ 3 ] {97384c4c-bf41-4cd9-bf4a-f92210f7dc94} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7534 | 2024.07.19 18:49:02.763462 [ 3 ] {97384c4c-bf41-4cd9-bf4a-f92210f7dc94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 7535 | 2024.07.19 18:49:02.764056 [ 3 ] {97384c4c-bf41-4cd9-bf4a-f92210f7dc94} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7536 | 2024.07.19 18:49:02.764469 [ 3 ] {97384c4c-bf41-4cd9-bf4a-f92210f7dc94} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7537 | 2024.07.19 18:49:02.764611 [ 52 ] {} <Debug> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7538 | 2024.07.19 18:49:02.764615 [ 3 ] {97384c4c-bf41-4cd9-bf4a-f92210f7dc94} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.00275 sec., 9454.545454545456 rows/sec., 16.94 MiB/sec. | ||
| 7539 | 2024.07.19 18:49:02.764658 [ 52 ] {} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7540 | 2024.07.19 18:49:02.764703 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 7541 | 2024.07.19 18:49:02.765219 [ 187 ] {088d1ac2-6670-47c5-a942-9441d6520aec::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 | ||
| 7542 | 2024.07.19 18:49:02.765251 [ 3 ] {97384c4c-bf41-4cd9-bf4a-f92210f7dc94} <Debug> DynamicQueryHandler: Done processing query | ||
| 7543 | 2024.07.19 18:49:02.765336 [ 3 ] {97384c4c-bf41-4cd9-bf4a-f92210f7dc94} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 7544 | 2024.07.19 18:49:02.765410 [ 3 ] {} <Debug> HTTP-Session: d7af4021-9bdb-4beb-9937-72db2d3571bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7545 | 2024.07.19 18:49:02.765641 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 3212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7546 | 2024.07.19 18:49:02.765777 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7547 | 2024.07.19 18:49:02.765840 [ 3 ] {} <Debug> HTTP-Session: 530c9fec-5307-470d-9ad5-5ac43c3e54b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 7548 | 2024.07.19 18:49:02.765890 [ 3 ] {} <Debug> HTTP-Session: 530c9fec-5307-470d-9ad5-5ac43c3e54b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7549 | 2024.07.19 18:49:02.765933 [ 3 ] {} <Debug> HTTP-Session: 530c9fec-5307-470d-9ad5-5ac43c3e54b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7550 | 2024.07.19 18:49:02.766042 [ 3 ] {} <Trace> HTTP-Session: 530c9fec-5307-470d-9ad5-5ac43c3e54b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7551 | 2024.07.19 18:49:02.766317 [ 3 ] {4b3959ed-1150-4b0b-8722-6067d5daddbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 7552 | 2024.07.19 18:49:02.766417 [ 187 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7553 | 2024.07.19 18:49:02.766431 [ 3 ] {4b3959ed-1150-4b0b-8722-6067d5daddbf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 7554 | 2024.07.19 18:49:02.766637 [ 187 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 517 rows starting from the beginning of the part | ||
| 7555 | 2024.07.19 18:49:02.767186 [ 3 ] {4b3959ed-1150-4b0b-8722-6067d5daddbf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7556 | 2024.07.19 18:49:02.767542 [ 187 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 26 rows starting from the beginning of the part | ||
| 7557 | 2024.07.19 18:49:02.768251 [ 187 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 4 rows starting from the beginning of the part | ||
| 7558 | 2024.07.19 18:49:02.768347 [ 3 ] {4b3959ed-1150-4b0b-8722-6067d5daddbf} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7559 | 2024.07.19 18:49:02.768436 [ 3 ] {4b3959ed-1150-4b0b-8722-6067d5daddbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 7560 | 2024.07.19 18:49:02.768869 [ 187 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 26 rows starting from the beginning of the part | ||
| 7561 | 2024.07.19 18:49:02.769461 [ 187 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 4 rows starting from the beginning of the part | ||
| 7562 | 2024.07.19 18:49:02.769960 [ 3 ] {4b3959ed-1150-4b0b-8722-6067d5daddbf} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 7563 | 2024.07.19 18:49:02.770021 [ 187 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 26 rows starting from the beginning of the part | ||
| 7564 | 2024.07.19 18:49:02.771154 [ 3 ] {4b3959ed-1150-4b0b-8722-6067d5daddbf} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7565 | 2024.07.19 18:49:02.771490 [ 3 ] {4b3959ed-1150-4b0b-8722-6067d5daddbf} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.005274 sec., 4361.016306408797 rows/sec., 235.90 KiB/sec. | ||
| 7566 | 2024.07.19 18:49:02.772124 [ 3 ] {4b3959ed-1150-4b0b-8722-6067d5daddbf} <Debug> DynamicQueryHandler: Done processing query | ||
| 7567 | 2024.07.19 18:49:02.772174 [ 3 ] {4b3959ed-1150-4b0b-8722-6067d5daddbf} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 7568 | 2024.07.19 18:49:02.772223 [ 3 ] {} <Debug> HTTP-Session: 530c9fec-5307-470d-9ad5-5ac43c3e54b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7569 | 2024.07.19 18:49:02.772404 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7570 | 2024.07.19 18:49:02.772489 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7571 | 2024.07.19 18:49:02.772509 [ 3 ] {} <Debug> HTTP-Session: 21c47da0-c33d-4e5e-8a06-f067e7043d55 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 7572 | 2024.07.19 18:49:02.772525 [ 3 ] {} <Debug> HTTP-Session: 21c47da0-c33d-4e5e-8a06-f067e7043d55 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7573 | 2024.07.19 18:49:02.772543 [ 3 ] {} <Debug> HTTP-Session: 21c47da0-c33d-4e5e-8a06-f067e7043d55 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7574 | 2024.07.19 18:49:02.772581 [ 3 ] {} <Trace> HTTP-Session: 21c47da0-c33d-4e5e-8a06-f067e7043d55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7575 | 2024.07.19 18:49:02.772706 [ 3 ] {cca585fb-d960-4850-af17-6b2a72a27094} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 7576 | 2024.07.19 18:49:02.772750 [ 3 ] {cca585fb-d960-4850-af17-6b2a72a27094} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7577 | 2024.07.19 18:49:02.772887 [ 3 ] {cca585fb-d960-4850-af17-6b2a72a27094} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7578 | 2024.07.19 18:49:02.773576 [ 3 ] {cca585fb-d960-4850-af17-6b2a72a27094} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7579 | 2024.07.19 18:49:02.773649 [ 3 ] {cca585fb-d960-4850-af17-6b2a72a27094} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 7580 | 2024.07.19 18:49:02.774739 [ 3 ] {cca585fb-d960-4850-af17-6b2a72a27094} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 7581 | 2024.07.19 18:49:02.775648 [ 3 ] {cca585fb-d960-4850-af17-6b2a72a27094} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7582 | 2024.07.19 18:49:02.776039 [ 3 ] {cca585fb-d960-4850-af17-6b2a72a27094} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003356 sec., 17878.426698450538 rows/sec., 1.20 MiB/sec. | ||
| 7583 | 2024.07.19 18:49:02.776471 [ 3 ] {cca585fb-d960-4850-af17-6b2a72a27094} <Debug> DynamicQueryHandler: Done processing query | ||
| 7584 | 2024.07.19 18:49:02.776518 [ 3 ] {cca585fb-d960-4850-af17-6b2a72a27094} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 7585 | 2024.07.19 18:49:02.776557 [ 3 ] {} <Debug> HTTP-Session: 21c47da0-c33d-4e5e-8a06-f067e7043d55 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7586 | 2024.07.19 18:49:02.778405 [ 189 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 603 rows, containing 19 columns (19 merged, 0 gathered) in 0.013584802 sec., 44387.83870386922 rows/sec., 79.54 MiB/sec. | ||
| 7587 | 2024.07.19 18:49:02.779167 [ 201 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7588 | 2024.07.19 18:49:02.779761 [ 201 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_36_7} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7589 | 2024.07.19 18:49:02.779837 [ 201 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_36_7} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7590 | 2024.07.19 18:49:02.779968 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.42 MiB. | ||
| 7591 | 2024.07.19 18:49:07.737711 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 623, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7592 | 2024.07.19 18:49:07.737850 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7593 | 2024.07.19 18:49:07.737880 [ 3 ] {} <Debug> HTTP-Session: aa8bca2d-234a-406f-b4e1-80e3a504ed1d Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 7594 | 2024.07.19 18:49:07.737909 [ 3 ] {} <Debug> HTTP-Session: aa8bca2d-234a-406f-b4e1-80e3a504ed1d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7595 | 2024.07.19 18:49:07.737927 [ 3 ] {} <Debug> HTTP-Session: aa8bca2d-234a-406f-b4e1-80e3a504ed1d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7596 | 2024.07.19 18:49:07.737983 [ 3 ] {} <Trace> HTTP-Session: aa8bca2d-234a-406f-b4e1-80e3a504ed1d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7597 | 2024.07.19 18:49:07.738184 [ 3 ] {83abba0c-2cc4-488d-abde-31b9f99f1e50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 7598 | 2024.07.19 18:49:07.738251 [ 3 ] {83abba0c-2cc4-488d-abde-31b9f99f1e50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 7599 | 2024.07.19 18:49:07.738448 [ 3 ] {83abba0c-2cc4-488d-abde-31b9f99f1e50} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7600 | 2024.07.19 18:49:07.738867 [ 3 ] {83abba0c-2cc4-488d-abde-31b9f99f1e50} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7601 | 2024.07.19 18:49:07.738912 [ 3 ] {83abba0c-2cc4-488d-abde-31b9f99f1e50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 7602 | 2024.07.19 18:49:07.739297 [ 3 ] {83abba0c-2cc4-488d-abde-31b9f99f1e50} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7603 | 2024.07.19 18:49:07.739661 [ 3 ] {83abba0c-2cc4-488d-abde-31b9f99f1e50} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7604 | 2024.07.19 18:49:07.739824 [ 3 ] {83abba0c-2cc4-488d-abde-31b9f99f1e50} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001697 sec., 2357.100766057749 rows/sec., 191.05 KiB/sec. | ||
| 7605 | 2024.07.19 18:49:07.740040 [ 3 ] {83abba0c-2cc4-488d-abde-31b9f99f1e50} <Debug> DynamicQueryHandler: Done processing query | ||
| 7606 | 2024.07.19 18:49:07.740068 [ 3 ] {83abba0c-2cc4-488d-abde-31b9f99f1e50} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 7607 | 2024.07.19 18:49:07.740085 [ 3 ] {} <Debug> HTTP-Session: aa8bca2d-234a-406f-b4e1-80e3a504ed1d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7608 | 2024.07.19 18:49:07.740226 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9662, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7609 | 2024.07.19 18:49:07.740282 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7610 | 2024.07.19 18:49:07.740302 [ 3 ] {} <Debug> HTTP-Session: d0fee67c-51d3-47c1-a5b5-0c60bbc5b33f Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 7611 | 2024.07.19 18:49:07.740320 [ 3 ] {} <Debug> HTTP-Session: d0fee67c-51d3-47c1-a5b5-0c60bbc5b33f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7612 | 2024.07.19 18:49:07.740334 [ 3 ] {} <Debug> HTTP-Session: d0fee67c-51d3-47c1-a5b5-0c60bbc5b33f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7613 | 2024.07.19 18:49:07.740370 [ 3 ] {} <Trace> HTTP-Session: d0fee67c-51d3-47c1-a5b5-0c60bbc5b33f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7614 | 2024.07.19 18:49:07.740500 [ 3 ] {cca5fec7-8523-4063-a263-e3f3d227ff78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 7615 | 2024.07.19 18:49:07.740547 [ 3 ] {cca5fec7-8523-4063-a263-e3f3d227ff78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7616 | 2024.07.19 18:49:07.740683 [ 3 ] {cca5fec7-8523-4063-a263-e3f3d227ff78} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7617 | 2024.07.19 18:49:07.741031 [ 3 ] {cca5fec7-8523-4063-a263-e3f3d227ff78} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7618 | 2024.07.19 18:49:07.741069 [ 3 ] {cca5fec7-8523-4063-a263-e3f3d227ff78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 7619 | 2024.07.19 18:49:07.741394 [ 3 ] {cca5fec7-8523-4063-a263-e3f3d227ff78} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 7620 | 2024.07.19 18:49:07.741718 [ 3 ] {cca5fec7-8523-4063-a263-e3f3d227ff78} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7621 | 2024.07.19 18:49:07.741875 [ 3 ] {cca5fec7-8523-4063-a263-e3f3d227ff78} <Debug> executeQuery: Read 68 rows, 5.51 KiB in 0.001415 sec., 48056.5371024735 rows/sec., 3.80 MiB/sec. | ||
| 7622 | 2024.07.19 18:49:07.742044 [ 3 ] {cca5fec7-8523-4063-a263-e3f3d227ff78} <Debug> DynamicQueryHandler: Done processing query | ||
| 7623 | 2024.07.19 18:49:07.742068 [ 3 ] {cca5fec7-8523-4063-a263-e3f3d227ff78} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 7624 | 2024.07.19 18:49:07.742084 [ 3 ] {} <Debug> HTTP-Session: d0fee67c-51d3-47c1-a5b5-0c60bbc5b33f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7625 | 2024.07.19 18:49:07.742203 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 11562, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7626 | 2024.07.19 18:49:07.742254 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7627 | 2024.07.19 18:49:07.742273 [ 3 ] {} <Debug> HTTP-Session: 9d73efee-8af4-438a-aa2e-79049da6ac91 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 7628 | 2024.07.19 18:49:07.742289 [ 3 ] {} <Debug> HTTP-Session: 9d73efee-8af4-438a-aa2e-79049da6ac91 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7629 | 2024.07.19 18:49:07.742302 [ 3 ] {} <Debug> HTTP-Session: 9d73efee-8af4-438a-aa2e-79049da6ac91 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7630 | 2024.07.19 18:49:07.742334 [ 3 ] {} <Trace> HTTP-Session: 9d73efee-8af4-438a-aa2e-79049da6ac91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7631 | 2024.07.19 18:49:07.742455 [ 3 ] {a1240d50-d917-4679-9cfc-e650a85b7d6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 7632 | 2024.07.19 18:49:07.742497 [ 3 ] {a1240d50-d917-4679-9cfc-e650a85b7d6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7633 | 2024.07.19 18:49:07.742625 [ 3 ] {a1240d50-d917-4679-9cfc-e650a85b7d6a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7634 | 2024.07.19 18:49:07.742950 [ 3 ] {a1240d50-d917-4679-9cfc-e650a85b7d6a} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7635 | 2024.07.19 18:49:07.742986 [ 3 ] {a1240d50-d917-4679-9cfc-e650a85b7d6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 7636 | 2024.07.19 18:49:07.743305 [ 3 ] {a1240d50-d917-4679-9cfc-e650a85b7d6a} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 7637 | 2024.07.19 18:49:07.743615 [ 3 ] {a1240d50-d917-4679-9cfc-e650a85b7d6a} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7638 | 2024.07.19 18:49:07.743765 [ 3 ] {a1240d50-d917-4679-9cfc-e650a85b7d6a} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001346 sec., 50520.05943536404 rows/sec., 3.94 MiB/sec. | ||
| 7639 | 2024.07.19 18:49:07.743928 [ 3 ] {a1240d50-d917-4679-9cfc-e650a85b7d6a} <Debug> DynamicQueryHandler: Done processing query | ||
| 7640 | 2024.07.19 18:49:07.743953 [ 3 ] {a1240d50-d917-4679-9cfc-e650a85b7d6a} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 7641 | 2024.07.19 18:49:07.743968 [ 3 ] {} <Debug> HTTP-Session: 9d73efee-8af4-438a-aa2e-79049da6ac91 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7642 | 2024.07.19 18:49:07.744100 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7643 | 2024.07.19 18:49:07.744149 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7644 | 2024.07.19 18:49:07.744168 [ 3 ] {} <Debug> HTTP-Session: cbaed16b-f9b2-486e-ba63-7f7e7780ed4f Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 7645 | 2024.07.19 18:49:07.744184 [ 3 ] {} <Debug> HTTP-Session: cbaed16b-f9b2-486e-ba63-7f7e7780ed4f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7646 | 2024.07.19 18:49:07.744198 [ 3 ] {} <Debug> HTTP-Session: cbaed16b-f9b2-486e-ba63-7f7e7780ed4f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7647 | 2024.07.19 18:49:07.744229 [ 3 ] {} <Trace> HTTP-Session: cbaed16b-f9b2-486e-ba63-7f7e7780ed4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7648 | 2024.07.19 18:49:07.744394 [ 3 ] {6f4ed0f3-0013-45d6-8a47-2535342212eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7649 | 2024.07.19 18:49:07.744443 [ 3 ] {6f4ed0f3-0013-45d6-8a47-2535342212eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7650 | 2024.07.19 18:49:07.744591 [ 3 ] {6f4ed0f3-0013-45d6-8a47-2535342212eb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7651 | 2024.07.19 18:49:07.744987 [ 3 ] {6f4ed0f3-0013-45d6-8a47-2535342212eb} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7652 | 2024.07.19 18:49:07.745023 [ 3 ] {6f4ed0f3-0013-45d6-8a47-2535342212eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 7653 | 2024.07.19 18:49:07.745424 [ 3 ] {6f4ed0f3-0013-45d6-8a47-2535342212eb} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7654 | 2024.07.19 18:49:07.745776 [ 3 ] {6f4ed0f3-0013-45d6-8a47-2535342212eb} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7655 | 2024.07.19 18:49:07.745937 [ 79 ] {} <Debug> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7656 | 2024.07.19 18:49:07.745947 [ 3 ] {6f4ed0f3-0013-45d6-8a47-2535342212eb} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001629 sec., 98219.76672805402 rows/sec., 6.84 MiB/sec. | ||
| 7657 | 2024.07.19 18:49:07.746035 [ 79 ] {} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7658 | 2024.07.19 18:49:07.746104 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 7659 | 2024.07.19 18:49:07.746310 [ 3 ] {6f4ed0f3-0013-45d6-8a47-2535342212eb} <Debug> DynamicQueryHandler: Done processing query | ||
| 7660 | 2024.07.19 18:49:07.746352 [ 187 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::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 | ||
| 7661 | 2024.07.19 18:49:07.746364 [ 3 ] {6f4ed0f3-0013-45d6-8a47-2535342212eb} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 7662 | 2024.07.19 18:49:07.746444 [ 3 ] {} <Debug> HTTP-Session: cbaed16b-f9b2-486e-ba63-7f7e7780ed4f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7663 | 2024.07.19 18:49:07.746613 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 6430, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7664 | 2024.07.19 18:49:07.746730 [ 187 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7665 | 2024.07.19 18:49:07.746733 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7666 | 2024.07.19 18:49:07.746808 [ 3 ] {} <Debug> HTTP-Session: 76c64e9a-6f52-4809-a5b5-2f98ed258805 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 7667 | 2024.07.19 18:49:07.746814 [ 187 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 4642 rows starting from the beginning of the part | ||
| 7668 | 2024.07.19 18:49:07.746831 [ 3 ] {} <Debug> HTTP-Session: 76c64e9a-6f52-4809-a5b5-2f98ed258805 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7669 | 2024.07.19 18:49:07.746887 [ 3 ] {} <Debug> HTTP-Session: 76c64e9a-6f52-4809-a5b5-2f98ed258805 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7670 | 2024.07.19 18:49:07.747012 [ 3 ] {} <Trace> HTTP-Session: 76c64e9a-6f52-4809-a5b5-2f98ed258805 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7671 | 2024.07.19 18:49:07.747144 [ 187 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 162 rows starting from the beginning of the part | ||
| 7672 | 2024.07.19 18:49:07.747402 [ 187 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::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 | ||
| 7673 | 2024.07.19 18:49:07.747503 [ 3 ] {054ee002-768e-44db-bb9f-148b7ed70633} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 7674 | 2024.07.19 18:49:07.747689 [ 187 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::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 | ||
| 7675 | 2024.07.19 18:49:07.747921 [ 3 ] {054ee002-768e-44db-bb9f-148b7ed70633} <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 | ||
| 7676 | 2024.07.19 18:49:07.748005 [ 187 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::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 | ||
| 7677 | 2024.07.19 18:49:07.748448 [ 187 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 160 rows starting from the beginning of the part | ||
| 7678 | 2024.07.19 18:49:07.750178 [ 3 ] {054ee002-768e-44db-bb9f-148b7ed70633} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7679 | 2024.07.19 18:49:07.751839 [ 3 ] {054ee002-768e-44db-bb9f-148b7ed70633} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7680 | 2024.07.19 18:49:07.751907 [ 3 ] {054ee002-768e-44db-bb9f-148b7ed70633} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 7681 | 2024.07.19 18:49:07.752912 [ 3 ] {054ee002-768e-44db-bb9f-148b7ed70633} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7682 | 2024.07.19 18:49:07.753720 [ 196 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5444 rows, containing 5 columns (5 merged, 0 gathered) in 0.007485136 sec., 727308.0943352266 rows/sec., 50.70 MiB/sec. | ||
| 7683 | 2024.07.19 18:49:07.753875 [ 3 ] {054ee002-768e-44db-bb9f-148b7ed70633} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7684 | 2024.07.19 18:49:07.754138 [ 3 ] {054ee002-768e-44db-bb9f-148b7ed70633} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.006899 sec., 579.7941730685607 rows/sec., 1.04 MiB/sec. | ||
| 7685 | 2024.07.19 18:49:07.754265 [ 196 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7686 | 2024.07.19 18:49:07.754633 [ 3 ] {054ee002-768e-44db-bb9f-148b7ed70633} <Debug> DynamicQueryHandler: Done processing query | ||
| 7687 | 2024.07.19 18:49:07.754685 [ 3 ] {054ee002-768e-44db-bb9f-148b7ed70633} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 7688 | 2024.07.19 18:49:07.754726 [ 3 ] {} <Debug> HTTP-Session: 76c64e9a-6f52-4809-a5b5-2f98ed258805 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7689 | 2024.07.19 18:49:07.754911 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7690 | 2024.07.19 18:49:07.754979 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7691 | 2024.07.19 18:49:07.755005 [ 3 ] {} <Debug> HTTP-Session: 2ca99294-a30c-42aa-b66a-07dbcb1520a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 7692 | 2024.07.19 18:49:07.755031 [ 3 ] {} <Debug> HTTP-Session: 2ca99294-a30c-42aa-b66a-07dbcb1520a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7693 | 2024.07.19 18:49:07.755062 [ 3 ] {} <Debug> HTTP-Session: 2ca99294-a30c-42aa-b66a-07dbcb1520a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7694 | 2024.07.19 18:49:07.755127 [ 3 ] {} <Trace> HTTP-Session: 2ca99294-a30c-42aa-b66a-07dbcb1520a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7695 | 2024.07.19 18:49:07.755160 [ 196 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7696 | 2024.07.19 18:49:07.755366 [ 196 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7697 | 2024.07.19 18:49:07.755371 [ 3 ] {73c2f638-930c-4515-b8e1-65b2c86bc514} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 7698 | 2024.07.19 18:49:07.755478 [ 3 ] {73c2f638-930c-4515-b8e1-65b2c86bc514} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7699 | 2024.07.19 18:49:07.755543 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.29 MiB. | ||
| 7700 | 2024.07.19 18:49:07.755717 [ 3 ] {73c2f638-930c-4515-b8e1-65b2c86bc514} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7701 | 2024.07.19 18:49:07.756032 [ 3 ] {73c2f638-930c-4515-b8e1-65b2c86bc514} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7702 | 2024.07.19 18:49:07.756069 [ 3 ] {73c2f638-930c-4515-b8e1-65b2c86bc514} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 7703 | 2024.07.19 18:49:07.756439 [ 3 ] {73c2f638-930c-4515-b8e1-65b2c86bc514} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7704 | 2024.07.19 18:49:07.756773 [ 3 ] {73c2f638-930c-4515-b8e1-65b2c86bc514} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7705 | 2024.07.19 18:49:07.756950 [ 3 ] {73c2f638-930c-4515-b8e1-65b2c86bc514} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001663 sec., 36079.37462417318 rows/sec., 2.43 MiB/sec. | ||
| 7706 | 2024.07.19 18:49:07.756962 [ 79 ] {} <Debug> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7707 | 2024.07.19 18:49:07.757065 [ 79 ] {} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7708 | 2024.07.19 18:49:07.757143 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 7709 | 2024.07.19 18:49:07.757243 [ 3 ] {73c2f638-930c-4515-b8e1-65b2c86bc514} <Debug> DynamicQueryHandler: Done processing query | ||
| 7710 | 2024.07.19 18:49:07.757309 [ 3 ] {73c2f638-930c-4515-b8e1-65b2c86bc514} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 7711 | 2024.07.19 18:49:07.757365 [ 3 ] {} <Debug> HTTP-Session: 2ca99294-a30c-42aa-b66a-07dbcb1520a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7712 | 2024.07.19 18:49:07.757431 [ 190 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::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 | ||
| 7713 | 2024.07.19 18:49:07.757596 [ 190 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7714 | 2024.07.19 18:49:07.757636 [ 190 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1556 rows starting from the beginning of the part | ||
| 7715 | 2024.07.19 18:49:07.757771 [ 190 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::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 | ||
| 7716 | 2024.07.19 18:49:07.757951 [ 190 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::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 | ||
| 7717 | 2024.07.19 18:49:07.758050 [ 190 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::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 | ||
| 7718 | 2024.07.19 18:49:07.758290 [ 190 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::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 | ||
| 7719 | 2024.07.19 18:49:07.758474 [ 190 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::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 | ||
| 7720 | 2024.07.19 18:49:07.759903 [ 194 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1856 rows, containing 4 columns (4 merged, 0 gathered) in 0.002635361 sec., 704267.8403452126 rows/sec., 47.54 MiB/sec. | ||
| 7721 | 2024.07.19 18:49:07.760318 [ 192 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7722 | 2024.07.19 18:49:07.761115 [ 192 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_36_7} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7723 | 2024.07.19 18:49:07.761255 [ 192 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_36_7} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7724 | 2024.07.19 18:49:07.761367 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 7725 | 2024.07.19 18:49:12.744641 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 4480, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7726 | 2024.07.19 18:49:12.744820 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7727 | 2024.07.19 18:49:12.744862 [ 3 ] {} <Debug> HTTP-Session: 6fcabf3f-540e-44ab-a47a-220b83c9bcb2 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 7728 | 2024.07.19 18:49:12.744900 [ 3 ] {} <Debug> HTTP-Session: 6fcabf3f-540e-44ab-a47a-220b83c9bcb2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7729 | 2024.07.19 18:49:12.744926 [ 3 ] {} <Debug> HTTP-Session: 6fcabf3f-540e-44ab-a47a-220b83c9bcb2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7730 | 2024.07.19 18:49:12.745004 [ 3 ] {} <Trace> HTTP-Session: 6fcabf3f-540e-44ab-a47a-220b83c9bcb2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7731 | 2024.07.19 18:49:12.745281 [ 3 ] {01509bc4-d016-4d4d-8b7e-2370b2dc8e8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 7732 | 2024.07.19 18:49:12.745382 [ 3 ] {01509bc4-d016-4d4d-8b7e-2370b2dc8e8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 7733 | 2024.07.19 18:49:12.745578 [ 3 ] {01509bc4-d016-4d4d-8b7e-2370b2dc8e8b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7734 | 2024.07.19 18:49:12.746018 [ 3 ] {01509bc4-d016-4d4d-8b7e-2370b2dc8e8b} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7735 | 2024.07.19 18:49:12.746063 [ 3 ] {01509bc4-d016-4d4d-8b7e-2370b2dc8e8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 7736 | 2024.07.19 18:49:12.746446 [ 3 ] {01509bc4-d016-4d4d-8b7e-2370b2dc8e8b} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 7737 | 2024.07.19 18:49:12.746799 [ 3 ] {01509bc4-d016-4d4d-8b7e-2370b2dc8e8b} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7738 | 2024.07.19 18:49:12.746986 [ 3 ] {01509bc4-d016-4d4d-8b7e-2370b2dc8e8b} <Debug> executeQuery: Read 32 rows, 2.45 KiB in 0.0018 sec., 17777.777777777777 rows/sec., 1.33 MiB/sec. | ||
| 7739 | 2024.07.19 18:49:12.747207 [ 3 ] {01509bc4-d016-4d4d-8b7e-2370b2dc8e8b} <Debug> DynamicQueryHandler: Done processing query | ||
| 7740 | 2024.07.19 18:49:12.747235 [ 3 ] {01509bc4-d016-4d4d-8b7e-2370b2dc8e8b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 7741 | 2024.07.19 18:49:12.747251 [ 3 ] {} <Debug> HTTP-Session: 6fcabf3f-540e-44ab-a47a-220b83c9bcb2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7742 | 2024.07.19 18:49:12.747380 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7743 | 2024.07.19 18:49:12.747436 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7744 | 2024.07.19 18:49:12.747456 [ 3 ] {} <Debug> HTTP-Session: 661e6c09-2c08-4eec-970a-e665a91812c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 7745 | 2024.07.19 18:49:12.747474 [ 3 ] {} <Debug> HTTP-Session: 661e6c09-2c08-4eec-970a-e665a91812c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7746 | 2024.07.19 18:49:12.747487 [ 3 ] {} <Debug> HTTP-Session: 661e6c09-2c08-4eec-970a-e665a91812c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7747 | 2024.07.19 18:49:12.747523 [ 3 ] {} <Trace> HTTP-Session: 661e6c09-2c08-4eec-970a-e665a91812c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7748 | 2024.07.19 18:49:12.747627 [ 3 ] {0ca4467d-38f8-4729-b216-16ed6fd97fef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 7749 | 2024.07.19 18:49:12.747672 [ 3 ] {0ca4467d-38f8-4729-b216-16ed6fd97fef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7750 | 2024.07.19 18:49:12.747810 [ 3 ] {0ca4467d-38f8-4729-b216-16ed6fd97fef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7751 | 2024.07.19 18:49:12.748109 [ 3 ] {0ca4467d-38f8-4729-b216-16ed6fd97fef} <Trace> oximeter.fields_ipaddr (5b198a67-6d84-4324-b6a3-e6f140922631): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7752 | 2024.07.19 18:49:12.748146 [ 3 ] {0ca4467d-38f8-4729-b216-16ed6fd97fef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 7753 | 2024.07.19 18:49:12.748469 [ 3 ] {0ca4467d-38f8-4729-b216-16ed6fd97fef} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 7754 | 2024.07.19 18:49:12.748782 [ 3 ] {0ca4467d-38f8-4729-b216-16ed6fd97fef} <Trace> oximeter.fields_ipaddr (5b198a67-6d84-4324-b6a3-e6f140922631): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7755 | 2024.07.19 18:49:12.748942 [ 3 ] {0ca4467d-38f8-4729-b216-16ed6fd97fef} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001341 sec., 1491.4243102162566 rows/sec., 121.62 KiB/sec. | ||
| 7756 | 2024.07.19 18:49:12.749111 [ 3 ] {0ca4467d-38f8-4729-b216-16ed6fd97fef} <Debug> DynamicQueryHandler: Done processing query | ||
| 7757 | 2024.07.19 18:49:12.749135 [ 3 ] {0ca4467d-38f8-4729-b216-16ed6fd97fef} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 7758 | 2024.07.19 18:49:12.749152 [ 3 ] {} <Debug> HTTP-Session: 661e6c09-2c08-4eec-970a-e665a91812c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7759 | 2024.07.19 18:49:12.749337 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 41251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7760 | 2024.07.19 18:49:12.749391 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7761 | 2024.07.19 18:49:12.749410 [ 3 ] {} <Debug> HTTP-Session: 1411ae50-6359-41c5-9270-ac125a2558f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 7762 | 2024.07.19 18:49:12.749426 [ 3 ] {} <Debug> HTTP-Session: 1411ae50-6359-41c5-9270-ac125a2558f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7763 | 2024.07.19 18:49:12.749440 [ 3 ] {} <Debug> HTTP-Session: 1411ae50-6359-41c5-9270-ac125a2558f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7764 | 2024.07.19 18:49:12.749471 [ 3 ] {} <Trace> HTTP-Session: 1411ae50-6359-41c5-9270-ac125a2558f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7765 | 2024.07.19 18:49:12.749653 [ 3 ] {63f81339-139a-4813-9a67-968a5c489b55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 7766 | 2024.07.19 18:49:12.749697 [ 3 ] {63f81339-139a-4813-9a67-968a5c489b55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7767 | 2024.07.19 18:49:12.749826 [ 3 ] {63f81339-139a-4813-9a67-968a5c489b55} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7768 | 2024.07.19 18:49:12.750489 [ 3 ] {63f81339-139a-4813-9a67-968a5c489b55} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7769 | 2024.07.19 18:49:12.750527 [ 3 ] {63f81339-139a-4813-9a67-968a5c489b55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 7770 | 2024.07.19 18:49:12.750858 [ 3 ] {63f81339-139a-4813-9a67-968a5c489b55} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 7771 | 2024.07.19 18:49:12.751172 [ 3 ] {63f81339-139a-4813-9a67-968a5c489b55} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7772 | 2024.07.19 18:49:12.751334 [ 3 ] {63f81339-139a-4813-9a67-968a5c489b55} <Debug> executeQuery: Read 276 rows, 24.49 KiB in 0.001761 sec., 156729.13117546847 rows/sec., 13.58 MiB/sec. | ||
| 7773 | 2024.07.19 18:49:12.751511 [ 3 ] {63f81339-139a-4813-9a67-968a5c489b55} <Debug> DynamicQueryHandler: Done processing query | ||
| 7774 | 2024.07.19 18:49:12.751534 [ 3 ] {63f81339-139a-4813-9a67-968a5c489b55} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
| 7775 | 2024.07.19 18:49:12.751550 [ 3 ] {} <Debug> HTTP-Session: 1411ae50-6359-41c5-9270-ac125a2558f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7776 | 2024.07.19 18:49:12.751681 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7777 | 2024.07.19 18:49:12.751731 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7778 | 2024.07.19 18:49:12.751749 [ 3 ] {} <Debug> HTTP-Session: 0aafd4e9-47e3-4c08-8985-9bf87294a8a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 7779 | 2024.07.19 18:49:12.751765 [ 3 ] {} <Debug> HTTP-Session: 0aafd4e9-47e3-4c08-8985-9bf87294a8a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7780 | 2024.07.19 18:49:12.751779 [ 3 ] {} <Debug> HTTP-Session: 0aafd4e9-47e3-4c08-8985-9bf87294a8a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7781 | 2024.07.19 18:49:12.751810 [ 3 ] {} <Trace> HTTP-Session: 0aafd4e9-47e3-4c08-8985-9bf87294a8a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7782 | 2024.07.19 18:49:12.751903 [ 3 ] {c842b141-5764-4cb9-be41-6ac0176c54b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 7783 | 2024.07.19 18:49:12.751944 [ 3 ] {c842b141-5764-4cb9-be41-6ac0176c54b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7784 | 2024.07.19 18:49:12.752071 [ 3 ] {c842b141-5764-4cb9-be41-6ac0176c54b3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7785 | 2024.07.19 18:49:12.752344 [ 3 ] {c842b141-5764-4cb9-be41-6ac0176c54b3} <Trace> oximeter.fields_u16 (3a790436-232b-4913-bf8d-eba3067e022c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7786 | 2024.07.19 18:49:12.752380 [ 3 ] {c842b141-5764-4cb9-be41-6ac0176c54b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 7787 | 2024.07.19 18:49:12.752676 [ 3 ] {c842b141-5764-4cb9-be41-6ac0176c54b3} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 7788 | 2024.07.19 18:49:12.752984 [ 3 ] {c842b141-5764-4cb9-be41-6ac0176c54b3} <Trace> oximeter.fields_u16 (3a790436-232b-4913-bf8d-eba3067e022c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7789 | 2024.07.19 18:49:12.753136 [ 3 ] {c842b141-5764-4cb9-be41-6ac0176c54b3} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001255 sec., 1593.6254980079682 rows/sec., 111.27 KiB/sec. | ||
| 7790 | 2024.07.19 18:49:12.753299 [ 3 ] {c842b141-5764-4cb9-be41-6ac0176c54b3} <Debug> DynamicQueryHandler: Done processing query | ||
| 7791 | 2024.07.19 18:49:12.753324 [ 3 ] {c842b141-5764-4cb9-be41-6ac0176c54b3} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 7792 | 2024.07.19 18:49:12.753339 [ 3 ] {} <Debug> HTTP-Session: 0aafd4e9-47e3-4c08-8985-9bf87294a8a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7793 | 2024.07.19 18:49:12.753523 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 70357, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7794 | 2024.07.19 18:49:12.753571 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7795 | 2024.07.19 18:49:12.753590 [ 3 ] {} <Debug> HTTP-Session: 32a48a17-fb58-4e4c-8415-a857c79cf817 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 7796 | 2024.07.19 18:49:12.753606 [ 3 ] {} <Debug> HTTP-Session: 32a48a17-fb58-4e4c-8415-a857c79cf817 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7797 | 2024.07.19 18:49:12.753619 [ 3 ] {} <Debug> HTTP-Session: 32a48a17-fb58-4e4c-8415-a857c79cf817 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7798 | 2024.07.19 18:49:12.753650 [ 3 ] {} <Trace> HTTP-Session: 32a48a17-fb58-4e4c-8415-a857c79cf817 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7799 | 2024.07.19 18:49:12.753875 [ 3 ] {6244d2ca-0e8f-4d78-97a5-823f480f8a06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 7800 | 2024.07.19 18:49:12.753917 [ 3 ] {6244d2ca-0e8f-4d78-97a5-823f480f8a06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7801 | 2024.07.19 18:49:12.754045 [ 3 ] {6244d2ca-0e8f-4d78-97a5-823f480f8a06} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7802 | 2024.07.19 18:49:12.754600 [ 3 ] {6244d2ca-0e8f-4d78-97a5-823f480f8a06} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7803 | 2024.07.19 18:49:12.754636 [ 3 ] {6244d2ca-0e8f-4d78-97a5-823f480f8a06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 7804 | 2024.07.19 18:49:12.754968 [ 3 ] {6244d2ca-0e8f-4d78-97a5-823f480f8a06} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 7805 | 2024.07.19 18:49:12.755279 [ 3 ] {6244d2ca-0e8f-4d78-97a5-823f480f8a06} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7806 | 2024.07.19 18:49:12.755437 [ 3 ] {6244d2ca-0e8f-4d78-97a5-823f480f8a06} <Debug> executeQuery: Read 434 rows, 31.62 KiB in 0.001674 sec., 259259.25925925927 rows/sec., 18.45 MiB/sec. | ||
| 7807 | 2024.07.19 18:49:12.755741 [ 3 ] {6244d2ca-0e8f-4d78-97a5-823f480f8a06} <Debug> DynamicQueryHandler: Done processing query | ||
| 7808 | 2024.07.19 18:49:12.755798 [ 3 ] {6244d2ca-0e8f-4d78-97a5-823f480f8a06} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 7809 | 2024.07.19 18:49:12.755856 [ 3 ] {} <Debug> HTTP-Session: 32a48a17-fb58-4e4c-8415-a857c79cf817 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7810 | 2024.07.19 18:49:12.756086 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7811 | 2024.07.19 18:49:12.756141 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7812 | 2024.07.19 18:49:12.756161 [ 3 ] {} <Debug> HTTP-Session: fae078bc-2d00-4062-9b77-8e6caae7d4dc Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 7813 | 2024.07.19 18:49:12.756177 [ 3 ] {} <Debug> HTTP-Session: fae078bc-2d00-4062-9b77-8e6caae7d4dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7814 | 2024.07.19 18:49:12.756191 [ 3 ] {} <Debug> HTTP-Session: fae078bc-2d00-4062-9b77-8e6caae7d4dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7815 | 2024.07.19 18:49:12.756223 [ 3 ] {} <Trace> HTTP-Session: fae078bc-2d00-4062-9b77-8e6caae7d4dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7816 | 2024.07.19 18:49:12.756324 [ 3 ] {7d6259eb-2b30-41db-b790-04da0e5a3bf6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 7817 | 2024.07.19 18:49:12.756372 [ 3 ] {7d6259eb-2b30-41db-b790-04da0e5a3bf6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7818 | 2024.07.19 18:49:12.756521 [ 3 ] {7d6259eb-2b30-41db-b790-04da0e5a3bf6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7819 | 2024.07.19 18:49:12.756798 [ 3 ] {7d6259eb-2b30-41db-b790-04da0e5a3bf6} <Trace> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7820 | 2024.07.19 18:49:12.756835 [ 3 ] {7d6259eb-2b30-41db-b790-04da0e5a3bf6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 7821 | 2024.07.19 18:49:12.757191 [ 3 ] {7d6259eb-2b30-41db-b790-04da0e5a3bf6} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 7822 | 2024.07.19 18:49:12.757516 [ 3 ] {7d6259eb-2b30-41db-b790-04da0e5a3bf6} <Trace> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7823 | 2024.07.19 18:49:12.757675 [ 3 ] {7d6259eb-2b30-41db-b790-04da0e5a3bf6} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001369 sec., 4382.7611395178965 rows/sec., 188.32 KiB/sec. | ||
| 7824 | 2024.07.19 18:49:12.757672 [ 62 ] {} <Debug> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 7825 | 2024.07.19 18:49:12.757794 [ 62 ] {} <Trace> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7826 | 2024.07.19 18:49:12.757835 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 7827 | 2024.07.19 18:49:12.757925 [ 3 ] {7d6259eb-2b30-41db-b790-04da0e5a3bf6} <Debug> DynamicQueryHandler: Done processing query | ||
| 7828 | 2024.07.19 18:49:12.758006 [ 3 ] {7d6259eb-2b30-41db-b790-04da0e5a3bf6} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 7829 | 2024.07.19 18:49:12.758092 [ 3 ] {} <Debug> HTTP-Session: fae078bc-2d00-4062-9b77-8e6caae7d4dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7830 | 2024.07.19 18:49:12.758271 [ 193 ] {df0343a6-e0c4-40da-a26b-df51f3875d9d::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 | ||
| 7831 | 2024.07.19 18:49:12.758318 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 14079, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7832 | 2024.07.19 18:49:12.758433 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7833 | 2024.07.19 18:49:12.758482 [ 3 ] {} <Debug> HTTP-Session: ef981547-0b61-4275-9621-a9a460c9af12 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 7834 | 2024.07.19 18:49:12.758522 [ 3 ] {} <Debug> HTTP-Session: ef981547-0b61-4275-9621-a9a460c9af12 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7835 | 2024.07.19 18:49:12.758563 [ 3 ] {} <Debug> HTTP-Session: ef981547-0b61-4275-9621-a9a460c9af12 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7836 | 2024.07.19 18:49:12.758638 [ 193 ] {df0343a6-e0c4-40da-a26b-df51f3875d9d::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7837 | 2024.07.19 18:49:12.758648 [ 3 ] {} <Trace> HTTP-Session: ef981547-0b61-4275-9621-a9a460c9af12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7838 | 2024.07.19 18:49:12.758711 [ 193 ] {df0343a6-e0c4-40da-a26b-df51f3875d9d::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 | ||
| 7839 | 2024.07.19 18:49:12.758928 [ 193 ] {df0343a6-e0c4-40da-a26b-df51f3875d9d::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 | ||
| 7840 | 2024.07.19 18:49:12.759031 [ 3 ] {85a264b0-ff77-4b62-ae36-e9c3a4b47097} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 7841 | 2024.07.19 18:49:12.759234 [ 193 ] {df0343a6-e0c4-40da-a26b-df51f3875d9d::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 | ||
| 7842 | 2024.07.19 18:49:12.759343 [ 3 ] {85a264b0-ff77-4b62-ae36-e9c3a4b47097} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 7843 | 2024.07.19 18:49:12.759522 [ 193 ] {df0343a6-e0c4-40da-a26b-df51f3875d9d::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 | ||
| 7844 | 2024.07.19 18:49:12.759801 [ 193 ] {df0343a6-e0c4-40da-a26b-df51f3875d9d::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 | ||
| 7845 | 2024.07.19 18:49:12.760113 [ 193 ] {df0343a6-e0c4-40da-a26b-df51f3875d9d::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 | ||
| 7846 | 2024.07.19 18:49:12.760818 [ 3 ] {85a264b0-ff77-4b62-ae36-e9c3a4b47097} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7847 | 2024.07.19 18:49:12.761672 [ 3 ] {85a264b0-ff77-4b62-ae36-e9c3a4b47097} <Trace> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7848 | 2024.07.19 18:49:12.761742 [ 3 ] {85a264b0-ff77-4b62-ae36-e9c3a4b47097} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 7849 | 2024.07.19 18:49:12.762861 [ 3 ] {85a264b0-ff77-4b62-ae36-e9c3a4b47097} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 7850 | 2024.07.19 18:49:12.762937 [ 192 ] {df0343a6-e0c4-40da-a26b-df51f3875d9d::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 96 rows, containing 4 columns (4 merged, 0 gathered) in 0.004996649 sec., 19212.876469810068 rows/sec., 825.55 KiB/sec. | ||
| 7851 | 2024.07.19 18:49:12.763216 [ 192 ] {df0343a6-e0c4-40da-a26b-df51f3875d9d::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 7852 | 2024.07.19 18:49:12.763484 [ 3 ] {85a264b0-ff77-4b62-ae36-e9c3a4b47097} <Trace> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7853 | 2024.07.19 18:49:12.763926 [ 54 ] {} <Debug> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 7854 | 2024.07.19 18:49:12.764021 [ 3 ] {85a264b0-ff77-4b62-ae36-e9c3a4b47097} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.005168 sec., 14899.38080495356 rows/sec., 939.53 KiB/sec. | ||
| 7855 | 2024.07.19 18:49:12.764031 [ 54 ] {} <Trace> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7856 | 2024.07.19 18:49:12.764138 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 7857 | 2024.07.19 18:49:12.764417 [ 192 ] {df0343a6-e0c4-40da-a26b-df51f3875d9d::all_1_16_3} <Trace> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7858 | 2024.07.19 18:49:12.764580 [ 197 ] {1fb508e0-969d-4987-9814-9a74e65b75c4::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 | ||
| 7859 | 2024.07.19 18:49:12.764622 [ 3 ] {85a264b0-ff77-4b62-ae36-e9c3a4b47097} <Debug> DynamicQueryHandler: Done processing query | ||
| 7860 | 2024.07.19 18:49:12.764686 [ 3 ] {85a264b0-ff77-4b62-ae36-e9c3a4b47097} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 7861 | 2024.07.19 18:49:12.764740 [ 3 ] {} <Debug> HTTP-Session: ef981547-0b61-4275-9621-a9a460c9af12 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7862 | 2024.07.19 18:49:12.764770 [ 192 ] {df0343a6-e0c4-40da-a26b-df51f3875d9d::all_1_16_3} <Trace> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 7863 | 2024.07.19 18:49:12.765022 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 7864 | 2024.07.19 18:49:12.765096 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 37788, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7865 | 2024.07.19 18:49:12.765144 [ 197 ] {1fb508e0-969d-4987-9814-9a74e65b75c4::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7866 | 2024.07.19 18:49:12.765214 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7867 | 2024.07.19 18:49:12.765229 [ 197 ] {1fb508e0-969d-4987-9814-9a74e65b75c4::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 | ||
| 7868 | 2024.07.19 18:49:12.765256 [ 3 ] {} <Debug> HTTP-Session: fe12c965-1735-41e9-b6f8-7dbc18a65d72 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 7869 | 2024.07.19 18:49:12.765297 [ 3 ] {} <Debug> HTTP-Session: fe12c965-1735-41e9-b6f8-7dbc18a65d72 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7870 | 2024.07.19 18:49:12.765352 [ 3 ] {} <Debug> HTTP-Session: fe12c965-1735-41e9-b6f8-7dbc18a65d72 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7871 | 2024.07.19 18:49:12.765499 [ 197 ] {1fb508e0-969d-4987-9814-9a74e65b75c4::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 | ||
| 7872 | 2024.07.19 18:49:12.765511 [ 3 ] {} <Trace> HTTP-Session: fe12c965-1735-41e9-b6f8-7dbc18a65d72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7873 | 2024.07.19 18:49:12.765695 [ 197 ] {1fb508e0-969d-4987-9814-9a74e65b75c4::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 | ||
| 7874 | 2024.07.19 18:49:12.765871 [ 197 ] {1fb508e0-969d-4987-9814-9a74e65b75c4::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 | ||
| 7875 | 2024.07.19 18:49:12.766079 [ 3 ] {5d579df1-6924-4714-a03d-77a7e093f871} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7876 | 2024.07.19 18:49:12.766137 [ 197 ] {1fb508e0-969d-4987-9814-9a74e65b75c4::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 | ||
| 7877 | 2024.07.19 18:49:12.766282 [ 3 ] {5d579df1-6924-4714-a03d-77a7e093f871} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7878 | 2024.07.19 18:49:12.766428 [ 197 ] {1fb508e0-969d-4987-9814-9a74e65b75c4::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 | ||
| 7879 | 2024.07.19 18:49:12.767221 [ 3 ] {5d579df1-6924-4714-a03d-77a7e093f871} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7880 | 2024.07.19 18:49:12.768207 [ 3 ] {5d579df1-6924-4714-a03d-77a7e093f871} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7881 | 2024.07.19 18:49:12.768279 [ 3 ] {5d579df1-6924-4714-a03d-77a7e093f871} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 7882 | 2024.07.19 18:49:12.769245 [ 3 ] {5d579df1-6924-4714-a03d-77a7e093f871} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7883 | 2024.07.19 18:49:12.769546 [ 194 ] {1fb508e0-969d-4987-9814-9a74e65b75c4::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1232 rows, containing 5 columns (5 merged, 0 gathered) in 0.005199601 sec., 236941.2576080357 rows/sec., 14.59 MiB/sec. | ||
| 7884 | 2024.07.19 18:49:12.769760 [ 194 ] {1fb508e0-969d-4987-9814-9a74e65b75c4::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 7885 | 2024.07.19 18:49:12.769840 [ 3 ] {5d579df1-6924-4714-a03d-77a7e093f871} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7886 | 2024.07.19 18:49:12.770090 [ 3 ] {5d579df1-6924-4714-a03d-77a7e093f871} <Debug> executeQuery: Read 197 rows, 14.08 KiB in 0.004316 sec., 45644.11492122335 rows/sec., 3.19 MiB/sec. | ||
| 7887 | 2024.07.19 18:49:12.770390 [ 3 ] {5d579df1-6924-4714-a03d-77a7e093f871} <Debug> DynamicQueryHandler: Done processing query | ||
| 7888 | 2024.07.19 18:49:12.770417 [ 3 ] {5d579df1-6924-4714-a03d-77a7e093f871} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 7889 | 2024.07.19 18:49:12.770437 [ 3 ] {} <Debug> HTTP-Session: fe12c965-1735-41e9-b6f8-7dbc18a65d72 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7890 | 2024.07.19 18:49:12.770508 [ 194 ] {1fb508e0-969d-4987-9814-9a74e65b75c4::all_1_16_3} <Trace> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7891 | 2024.07.19 18:49:12.770587 [ 194 ] {1fb508e0-969d-4987-9814-9a74e65b75c4::all_1_16_3} <Trace> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 7892 | 2024.07.19 18:49:12.770611 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 41971, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7893 | 2024.07.19 18:49:12.770677 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7894 | 2024.07.19 18:49:12.770685 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
| 7895 | 2024.07.19 18:49:12.770700 [ 3 ] {} <Debug> HTTP-Session: fea702ce-650c-4182-97e8-64446eef892f Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 7896 | 2024.07.19 18:49:12.770723 [ 3 ] {} <Debug> HTTP-Session: fea702ce-650c-4182-97e8-64446eef892f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7897 | 2024.07.19 18:49:12.770737 [ 3 ] {} <Debug> HTTP-Session: fea702ce-650c-4182-97e8-64446eef892f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7898 | 2024.07.19 18:49:12.770768 [ 3 ] {} <Trace> HTTP-Session: fea702ce-650c-4182-97e8-64446eef892f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7899 | 2024.07.19 18:49:12.771152 [ 3 ] {098ab87e-b30f-43f2-88c9-1f02baa168ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 7900 | 2024.07.19 18:49:12.771216 [ 3 ] {098ab87e-b30f-43f2-88c9-1f02baa168ba} <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 | ||
| 7901 | 2024.07.19 18:49:12.771637 [ 3 ] {098ab87e-b30f-43f2-88c9-1f02baa168ba} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7902 | 2024.07.19 18:49:12.772302 [ 3 ] {098ab87e-b30f-43f2-88c9-1f02baa168ba} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7903 | 2024.07.19 18:49:12.772338 [ 3 ] {098ab87e-b30f-43f2-88c9-1f02baa168ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 7904 | 2024.07.19 18:49:12.772958 [ 3 ] {098ab87e-b30f-43f2-88c9-1f02baa168ba} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 7905 | 2024.07.19 18:49:12.773375 [ 3 ] {098ab87e-b30f-43f2-88c9-1f02baa168ba} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7906 | 2024.07.19 18:49:12.773579 [ 3 ] {098ab87e-b30f-43f2-88c9-1f02baa168ba} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002723 sec., 9548.292324641938 rows/sec., 17.11 MiB/sec. | ||
| 7907 | 2024.07.19 18:49:12.773802 [ 3 ] {098ab87e-b30f-43f2-88c9-1f02baa168ba} <Debug> DynamicQueryHandler: Done processing query | ||
| 7908 | 2024.07.19 18:49:12.773828 [ 3 ] {098ab87e-b30f-43f2-88c9-1f02baa168ba} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 7909 | 2024.07.19 18:49:12.773844 [ 3 ] {} <Debug> HTTP-Session: fea702ce-650c-4182-97e8-64446eef892f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7910 | 2024.07.19 18:49:12.773973 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 3212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7911 | 2024.07.19 18:49:12.774022 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7912 | 2024.07.19 18:49:12.774041 [ 3 ] {} <Debug> HTTP-Session: 842c9eb8-84a2-4561-8264-30cc52d778fd Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 7913 | 2024.07.19 18:49:12.774058 [ 3 ] {} <Debug> HTTP-Session: 842c9eb8-84a2-4561-8264-30cc52d778fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7914 | 2024.07.19 18:49:12.774071 [ 3 ] {} <Debug> HTTP-Session: 842c9eb8-84a2-4561-8264-30cc52d778fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7915 | 2024.07.19 18:49:12.774101 [ 3 ] {} <Trace> HTTP-Session: 842c9eb8-84a2-4561-8264-30cc52d778fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7916 | 2024.07.19 18:49:12.774203 [ 3 ] {6dbfb090-fc7d-47ea-a953-01fcf7ea7fe8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 7917 | 2024.07.19 18:49:12.774248 [ 3 ] {6dbfb090-fc7d-47ea-a953-01fcf7ea7fe8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 7918 | 2024.07.19 18:49:12.774377 [ 3 ] {6dbfb090-fc7d-47ea-a953-01fcf7ea7fe8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7919 | 2024.07.19 18:49:12.774649 [ 3 ] {6dbfb090-fc7d-47ea-a953-01fcf7ea7fe8} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7920 | 2024.07.19 18:49:12.774685 [ 3 ] {6dbfb090-fc7d-47ea-a953-01fcf7ea7fe8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 7921 | 2024.07.19 18:49:12.775029 [ 3 ] {6dbfb090-fc7d-47ea-a953-01fcf7ea7fe8} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 7922 | 2024.07.19 18:49:12.775349 [ 3 ] {6dbfb090-fc7d-47ea-a953-01fcf7ea7fe8} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7923 | 2024.07.19 18:49:12.775523 [ 3 ] {6dbfb090-fc7d-47ea-a953-01fcf7ea7fe8} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001334 sec., 17241.37931034483 rows/sec., 932.64 KiB/sec. | ||
| 7924 | 2024.07.19 18:49:12.775690 [ 3 ] {6dbfb090-fc7d-47ea-a953-01fcf7ea7fe8} <Debug> DynamicQueryHandler: Done processing query | ||
| 7925 | 2024.07.19 18:49:12.775714 [ 3 ] {6dbfb090-fc7d-47ea-a953-01fcf7ea7fe8} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 7926 | 2024.07.19 18:49:12.775730 [ 3 ] {} <Debug> HTTP-Session: 842c9eb8-84a2-4561-8264-30cc52d778fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7927 | 2024.07.19 18:49:12.775848 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7928 | 2024.07.19 18:49:12.775895 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7929 | 2024.07.19 18:49:12.775939 [ 3 ] {} <Debug> HTTP-Session: 3652b2c1-4add-4901-a7da-1c5d0707ef18 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 7930 | 2024.07.19 18:49:12.775956 [ 3 ] {} <Debug> HTTP-Session: 3652b2c1-4add-4901-a7da-1c5d0707ef18 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7931 | 2024.07.19 18:49:12.775969 [ 3 ] {} <Debug> HTTP-Session: 3652b2c1-4add-4901-a7da-1c5d0707ef18 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7932 | 2024.07.19 18:49:12.776000 [ 3 ] {} <Trace> HTTP-Session: 3652b2c1-4add-4901-a7da-1c5d0707ef18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7933 | 2024.07.19 18:49:12.776124 [ 3 ] {94f07258-7344-4e14-a197-5a7f49872aae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 7934 | 2024.07.19 18:49:12.776170 [ 3 ] {94f07258-7344-4e14-a197-5a7f49872aae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7935 | 2024.07.19 18:49:12.776301 [ 3 ] {94f07258-7344-4e14-a197-5a7f49872aae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7936 | 2024.07.19 18:49:12.776618 [ 3 ] {94f07258-7344-4e14-a197-5a7f49872aae} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7937 | 2024.07.19 18:49:12.776654 [ 3 ] {94f07258-7344-4e14-a197-5a7f49872aae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 7938 | 2024.07.19 18:49:12.777004 [ 3 ] {94f07258-7344-4e14-a197-5a7f49872aae} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7939 | 2024.07.19 18:49:12.777352 [ 3 ] {94f07258-7344-4e14-a197-5a7f49872aae} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7940 | 2024.07.19 18:49:12.777516 [ 3 ] {94f07258-7344-4e14-a197-5a7f49872aae} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00143 sec., 41958.041958041955 rows/sec., 2.83 MiB/sec. | ||
| 7941 | 2024.07.19 18:49:12.777823 [ 3 ] {94f07258-7344-4e14-a197-5a7f49872aae} <Debug> DynamicQueryHandler: Done processing query | ||
| 7942 | 2024.07.19 18:49:12.777880 [ 3 ] {94f07258-7344-4e14-a197-5a7f49872aae} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 7943 | 2024.07.19 18:49:12.777939 [ 3 ] {} <Debug> HTTP-Session: 3652b2c1-4add-4901-a7da-1c5d0707ef18 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7944 | 2024.07.19 18:49:15.515886 [ 60 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7945 | 2024.07.19 18:49:15.515942 [ 60 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7946 | 2024.07.19 18:49:17.001439 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001043956 sec. | ||
| 7947 | 2024.07.19 18:49:17.738415 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 623, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7948 | 2024.07.19 18:49:17.738535 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7949 | 2024.07.19 18:49:17.738559 [ 3 ] {} <Debug> HTTP-Session: 45721053-9864-4d38-b29b-3a6b8f04bb31 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 7950 | 2024.07.19 18:49:17.738583 [ 3 ] {} <Debug> HTTP-Session: 45721053-9864-4d38-b29b-3a6b8f04bb31 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7951 | 2024.07.19 18:49:17.738598 [ 3 ] {} <Debug> HTTP-Session: 45721053-9864-4d38-b29b-3a6b8f04bb31 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7952 | 2024.07.19 18:49:17.738647 [ 3 ] {} <Trace> HTTP-Session: 45721053-9864-4d38-b29b-3a6b8f04bb31 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7953 | 2024.07.19 18:49:17.738834 [ 3 ] {6dc7102a-cb58-4e5f-a24d-ad6a4ea1f9ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 7954 | 2024.07.19 18:49:17.738901 [ 3 ] {6dc7102a-cb58-4e5f-a24d-ad6a4ea1f9ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 7955 | 2024.07.19 18:49:17.739093 [ 3 ] {6dc7102a-cb58-4e5f-a24d-ad6a4ea1f9ab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7956 | 2024.07.19 18:49:17.739493 [ 3 ] {6dc7102a-cb58-4e5f-a24d-ad6a4ea1f9ab} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7957 | 2024.07.19 18:49:17.739536 [ 3 ] {6dc7102a-cb58-4e5f-a24d-ad6a4ea1f9ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 7958 | 2024.07.19 18:49:17.739914 [ 3 ] {6dc7102a-cb58-4e5f-a24d-ad6a4ea1f9ab} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 7959 | 2024.07.19 18:49:17.740245 [ 3 ] {6dc7102a-cb58-4e5f-a24d-ad6a4ea1f9ab} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7960 | 2024.07.19 18:49:17.740414 [ 3 ] {6dc7102a-cb58-4e5f-a24d-ad6a4ea1f9ab} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001627 sec., 2458.5125998770745 rows/sec., 199.27 KiB/sec. | ||
| 7961 | 2024.07.19 18:49:17.740614 [ 3 ] {6dc7102a-cb58-4e5f-a24d-ad6a4ea1f9ab} <Debug> DynamicQueryHandler: Done processing query | ||
| 7962 | 2024.07.19 18:49:17.740640 [ 3 ] {6dc7102a-cb58-4e5f-a24d-ad6a4ea1f9ab} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 7963 | 2024.07.19 18:49:17.740656 [ 3 ] {} <Debug> HTTP-Session: 45721053-9864-4d38-b29b-3a6b8f04bb31 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7964 | 2024.07.19 18:49:17.740826 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9662, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7965 | 2024.07.19 18:49:17.740876 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7966 | 2024.07.19 18:49:17.740895 [ 3 ] {} <Debug> HTTP-Session: cbf4dc34-85a3-4051-9c92-2e41e4905ab8 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 7967 | 2024.07.19 18:49:17.740912 [ 3 ] {} <Debug> HTTP-Session: cbf4dc34-85a3-4051-9c92-2e41e4905ab8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7968 | 2024.07.19 18:49:17.740926 [ 3 ] {} <Debug> HTTP-Session: cbf4dc34-85a3-4051-9c92-2e41e4905ab8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7969 | 2024.07.19 18:49:17.740957 [ 3 ] {} <Trace> HTTP-Session: cbf4dc34-85a3-4051-9c92-2e41e4905ab8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7970 | 2024.07.19 18:49:17.741069 [ 3 ] {c325866d-9675-4a6e-9bd3-3bab14965a28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 7971 | 2024.07.19 18:49:17.741113 [ 3 ] {c325866d-9675-4a6e-9bd3-3bab14965a28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7972 | 2024.07.19 18:49:17.741239 [ 3 ] {c325866d-9675-4a6e-9bd3-3bab14965a28} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7973 | 2024.07.19 18:49:17.741557 [ 3 ] {c325866d-9675-4a6e-9bd3-3bab14965a28} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7974 | 2024.07.19 18:49:17.741594 [ 3 ] {c325866d-9675-4a6e-9bd3-3bab14965a28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 7975 | 2024.07.19 18:49:17.741904 [ 3 ] {c325866d-9675-4a6e-9bd3-3bab14965a28} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 7976 | 2024.07.19 18:49:17.742202 [ 3 ] {c325866d-9675-4a6e-9bd3-3bab14965a28} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7977 | 2024.07.19 18:49:17.742359 [ 3 ] {c325866d-9675-4a6e-9bd3-3bab14965a28} <Debug> executeQuery: Read 68 rows, 5.51 KiB in 0.001325 sec., 51320.75471698113 rows/sec., 4.06 MiB/sec. | ||
| 7978 | 2024.07.19 18:49:17.742357 [ 61 ] {} <Debug> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 7979 | 2024.07.19 18:49:17.742479 [ 61 ] {} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7980 | 2024.07.19 18:49:17.742534 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 7981 | 2024.07.19 18:49:17.742603 [ 3 ] {c325866d-9675-4a6e-9bd3-3bab14965a28} <Debug> DynamicQueryHandler: Done processing query | ||
| 7982 | 2024.07.19 18:49:17.742662 [ 3 ] {c325866d-9675-4a6e-9bd3-3bab14965a28} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 7983 | 2024.07.19 18:49:17.742690 [ 3 ] {} <Debug> HTTP-Session: cbf4dc34-85a3-4051-9c92-2e41e4905ab8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7984 | 2024.07.19 18:49:17.742724 [ 188 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::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 | ||
| 7985 | 2024.07.19 18:49:17.742843 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 11562, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7986 | 2024.07.19 18:49:17.742856 [ 188 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7987 | 2024.07.19 18:49:17.742890 [ 188 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 295 rows starting from the beginning of the part | ||
| 7988 | 2024.07.19 18:49:17.742899 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7989 | 2024.07.19 18:49:17.742925 [ 3 ] {} <Debug> HTTP-Session: fb314f15-8f07-4217-bccb-3fdfd0cf5a39 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 7990 | 2024.07.19 18:49:17.742958 [ 3 ] {} <Debug> HTTP-Session: fb314f15-8f07-4217-bccb-3fdfd0cf5a39 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7991 | 2024.07.19 18:49:17.742985 [ 188 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 68 rows starting from the beginning of the part | ||
| 7992 | 2024.07.19 18:49:17.742998 [ 3 ] {} <Debug> HTTP-Session: fb314f15-8f07-4217-bccb-3fdfd0cf5a39 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7993 | 2024.07.19 18:49:17.743118 [ 3 ] {} <Trace> HTTP-Session: fb314f15-8f07-4217-bccb-3fdfd0cf5a39 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7994 | 2024.07.19 18:49:17.743315 [ 188 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 239 rows starting from the beginning of the part | ||
| 7995 | 2024.07.19 18:49:17.743602 [ 3 ] {331b9e41-e464-4b3e-86de-45c76ac686d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 7996 | 2024.07.19 18:49:17.743622 [ 188 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 68 rows starting from the beginning of the part | ||
| 7997 | 2024.07.19 18:49:17.743736 [ 3 ] {331b9e41-e464-4b3e-86de-45c76ac686d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7998 | 2024.07.19 18:49:17.743942 [ 188 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 276 rows starting from the beginning of the part | ||
| 7999 | 2024.07.19 18:49:17.744240 [ 188 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 68 rows starting from the beginning of the part | ||
| 8000 | 2024.07.19 18:49:17.744857 [ 3 ] {331b9e41-e464-4b3e-86de-45c76ac686d3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8001 | 2024.07.19 18:49:17.745336 [ 3 ] {331b9e41-e464-4b3e-86de-45c76ac686d3} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8002 | 2024.07.19 18:49:17.745384 [ 3 ] {331b9e41-e464-4b3e-86de-45c76ac686d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 8003 | 2024.07.19 18:49:17.745880 [ 3 ] {331b9e41-e464-4b3e-86de-45c76ac686d3} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 8004 | 2024.07.19 18:49:17.746306 [ 192 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1014 rows, containing 4 columns (4 merged, 0 gathered) in 0.003657907 sec., 277207.7037497126 rows/sec., 23.68 MiB/sec. | ||
| 8005 | 2024.07.19 18:49:17.746353 [ 3 ] {331b9e41-e464-4b3e-86de-45c76ac686d3} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8006 | 2024.07.19 18:49:17.746593 [ 3 ] {331b9e41-e464-4b3e-86de-45c76ac686d3} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.003158 sec., 21532.615579480684 rows/sec., 1.68 MiB/sec. | ||
| 8007 | 2024.07.19 18:49:17.746603 [ 192 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 8008 | 2024.07.19 18:49:17.746621 [ 77 ] {} <Debug> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 8009 | 2024.07.19 18:49:17.746753 [ 77 ] {} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8010 | 2024.07.19 18:49:17.746849 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 8011 | 2024.07.19 18:49:17.747232 [ 3 ] {331b9e41-e464-4b3e-86de-45c76ac686d3} <Debug> DynamicQueryHandler: Done processing query | ||
| 8012 | 2024.07.19 18:49:17.747255 [ 200 ] {67671d04-4863-4609-b795-f6318ed5bf2b::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 | ||
| 8013 | 2024.07.19 18:49:17.747311 [ 3 ] {331b9e41-e464-4b3e-86de-45c76ac686d3} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 8014 | 2024.07.19 18:49:17.747447 [ 3 ] {} <Debug> HTTP-Session: fb314f15-8f07-4217-bccb-3fdfd0cf5a39 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8015 | 2024.07.19 18:49:17.747757 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8016 | 2024.07.19 18:49:17.747817 [ 200 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8017 | 2024.07.19 18:49:17.747916 [ 200 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 470 rows starting from the beginning of the part | ||
| 8018 | 2024.07.19 18:49:17.747933 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8019 | 2024.07.19 18:49:17.748027 [ 3 ] {} <Debug> HTTP-Session: 2feb9174-cfdf-4e3c-8115-75104044c216 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 8020 | 2024.07.19 18:49:17.748081 [ 192 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_41_8} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8021 | 2024.07.19 18:49:17.748178 [ 3 ] {} <Debug> HTTP-Session: 2feb9174-cfdf-4e3c-8115-75104044c216 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8022 | 2024.07.19 18:49:17.748274 [ 200 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 68 rows starting from the beginning of the part | ||
| 8023 | 2024.07.19 18:49:17.748332 [ 3 ] {} <Debug> HTTP-Session: 2feb9174-cfdf-4e3c-8115-75104044c216 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8024 | 2024.07.19 18:49:17.748613 [ 192 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_41_8} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 8025 | 2024.07.19 18:49:17.748677 [ 200 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 408 rows starting from the beginning of the part | ||
| 8026 | 2024.07.19 18:49:17.748697 [ 3 ] {} <Trace> HTTP-Session: 2feb9174-cfdf-4e3c-8115-75104044c216 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8027 | 2024.07.19 18:49:17.749033 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
| 8028 | 2024.07.19 18:49:17.749064 [ 200 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 68 rows starting from the beginning of the part | ||
| 8029 | 2024.07.19 18:49:17.749318 [ 200 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 434 rows starting from the beginning of the part | ||
| 8030 | 2024.07.19 18:49:17.749449 [ 3 ] {567023d2-59b4-4c3f-ad94-00b0a52870d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8031 | 2024.07.19 18:49:17.749591 [ 200 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 68 rows starting from the beginning of the part | ||
| 8032 | 2024.07.19 18:49:17.749714 [ 3 ] {567023d2-59b4-4c3f-ad94-00b0a52870d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8033 | 2024.07.19 18:49:17.750419 [ 3 ] {567023d2-59b4-4c3f-ad94-00b0a52870d4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8034 | 2024.07.19 18:49:17.751336 [ 3 ] {567023d2-59b4-4c3f-ad94-00b0a52870d4} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8035 | 2024.07.19 18:49:17.751403 [ 3 ] {567023d2-59b4-4c3f-ad94-00b0a52870d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 8036 | 2024.07.19 18:49:17.752255 [ 3 ] {567023d2-59b4-4c3f-ad94-00b0a52870d4} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 8037 | 2024.07.19 18:49:17.752415 [ 188 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1516 rows, containing 4 columns (4 merged, 0 gathered) in 0.005424694 sec., 279462.76785381814 rows/sec., 20.16 MiB/sec. | ||
| 8038 | 2024.07.19 18:49:17.752608 [ 188 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 8039 | 2024.07.19 18:49:17.752757 [ 3 ] {567023d2-59b4-4c3f-ad94-00b0a52870d4} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8040 | 2024.07.19 18:49:17.753079 [ 3 ] {567023d2-59b4-4c3f-ad94-00b0a52870d4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003877 sec., 41269.02244003095 rows/sec., 2.87 MiB/sec. | ||
| 8041 | 2024.07.19 18:49:17.753307 [ 3 ] {567023d2-59b4-4c3f-ad94-00b0a52870d4} <Debug> DynamicQueryHandler: Done processing query | ||
| 8042 | 2024.07.19 18:49:17.753339 [ 3 ] {567023d2-59b4-4c3f-ad94-00b0a52870d4} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 8043 | 2024.07.19 18:49:17.753350 [ 188 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_41_8} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8044 | 2024.07.19 18:49:17.753358 [ 3 ] {} <Debug> HTTP-Session: 2feb9174-cfdf-4e3c-8115-75104044c216 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8045 | 2024.07.19 18:49:17.753451 [ 188 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_41_8} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 8046 | 2024.07.19 18:49:17.753488 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 6430, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8047 | 2024.07.19 18:49:17.753557 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
| 8048 | 2024.07.19 18:49:17.753561 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8049 | 2024.07.19 18:49:17.753591 [ 3 ] {} <Debug> HTTP-Session: e1eb46ce-45b1-4645-af4e-f7d6c7dd8bd8 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 8050 | 2024.07.19 18:49:17.753607 [ 3 ] {} <Debug> HTTP-Session: e1eb46ce-45b1-4645-af4e-f7d6c7dd8bd8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8051 | 2024.07.19 18:49:17.753620 [ 3 ] {} <Debug> HTTP-Session: e1eb46ce-45b1-4645-af4e-f7d6c7dd8bd8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8052 | 2024.07.19 18:49:17.753651 [ 3 ] {} <Trace> HTTP-Session: e1eb46ce-45b1-4645-af4e-f7d6c7dd8bd8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8053 | 2024.07.19 18:49:17.753782 [ 3 ] {6839e01c-f8a4-4356-8991-52f053b73509} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 8054 | 2024.07.19 18:49:17.753843 [ 3 ] {6839e01c-f8a4-4356-8991-52f053b73509} <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 | ||
| 8055 | 2024.07.19 18:49:17.754259 [ 3 ] {6839e01c-f8a4-4356-8991-52f053b73509} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8056 | 2024.07.19 18:49:17.754710 [ 3 ] {6839e01c-f8a4-4356-8991-52f053b73509} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8057 | 2024.07.19 18:49:17.754746 [ 3 ] {6839e01c-f8a4-4356-8991-52f053b73509} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 8058 | 2024.07.19 18:49:17.755318 [ 3 ] {6839e01c-f8a4-4356-8991-52f053b73509} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 8059 | 2024.07.19 18:49:17.755714 [ 3 ] {6839e01c-f8a4-4356-8991-52f053b73509} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8060 | 2024.07.19 18:49:17.755906 [ 3 ] {6839e01c-f8a4-4356-8991-52f053b73509} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.00218 sec., 1834.8623853211009 rows/sec., 3.29 MiB/sec. | ||
| 8061 | 2024.07.19 18:49:17.756469 [ 3 ] {6839e01c-f8a4-4356-8991-52f053b73509} <Debug> DynamicQueryHandler: Done processing query | ||
| 8062 | 2024.07.19 18:49:17.756517 [ 3 ] {6839e01c-f8a4-4356-8991-52f053b73509} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 8063 | 2024.07.19 18:49:17.756557 [ 3 ] {} <Debug> HTTP-Session: e1eb46ce-45b1-4645-af4e-f7d6c7dd8bd8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8064 | 2024.07.19 18:49:17.756701 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8065 | 2024.07.19 18:49:17.756751 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8066 | 2024.07.19 18:49:17.756769 [ 3 ] {} <Debug> HTTP-Session: 54cd367c-f790-4357-9436-1580d756540c Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 8067 | 2024.07.19 18:49:17.756785 [ 3 ] {} <Debug> HTTP-Session: 54cd367c-f790-4357-9436-1580d756540c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8068 | 2024.07.19 18:49:17.756798 [ 3 ] {} <Debug> HTTP-Session: 54cd367c-f790-4357-9436-1580d756540c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8069 | 2024.07.19 18:49:17.756829 [ 3 ] {} <Trace> HTTP-Session: 54cd367c-f790-4357-9436-1580d756540c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8070 | 2024.07.19 18:49:17.756950 [ 3 ] {b79c8aef-3cbe-4030-8a4e-89c66de1ee4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 8071 | 2024.07.19 18:49:17.756997 [ 3 ] {b79c8aef-3cbe-4030-8a4e-89c66de1ee4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8072 | 2024.07.19 18:49:17.757146 [ 3 ] {b79c8aef-3cbe-4030-8a4e-89c66de1ee4e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8073 | 2024.07.19 18:49:17.757461 [ 3 ] {b79c8aef-3cbe-4030-8a4e-89c66de1ee4e} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8074 | 2024.07.19 18:49:17.757496 [ 3 ] {b79c8aef-3cbe-4030-8a4e-89c66de1ee4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 8075 | 2024.07.19 18:49:17.757872 [ 3 ] {b79c8aef-3cbe-4030-8a4e-89c66de1ee4e} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 8076 | 2024.07.19 18:49:17.758200 [ 3 ] {b79c8aef-3cbe-4030-8a4e-89c66de1ee4e} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8077 | 2024.07.19 18:49:17.758355 [ 3 ] {b79c8aef-3cbe-4030-8a4e-89c66de1ee4e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001443 sec., 41580.04158004158 rows/sec., 2.80 MiB/sec. | ||
| 8078 | 2024.07.19 18:49:17.758520 [ 3 ] {b79c8aef-3cbe-4030-8a4e-89c66de1ee4e} <Debug> DynamicQueryHandler: Done processing query | ||
| 8079 | 2024.07.19 18:49:17.758543 [ 3 ] {b79c8aef-3cbe-4030-8a4e-89c66de1ee4e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 8080 | 2024.07.19 18:49:17.758558 [ 3 ] {} <Debug> HTTP-Session: 54cd367c-f790-4357-9436-1580d756540c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8081 | 2024.07.19 18:49:22.743292 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 4480, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8082 | 2024.07.19 18:49:22.743432 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8083 | 2024.07.19 18:49:22.743457 [ 3 ] {} <Debug> HTTP-Session: dd8d7d8e-254b-4f93-aece-783e73938d7e Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 8084 | 2024.07.19 18:49:22.743482 [ 3 ] {} <Debug> HTTP-Session: dd8d7d8e-254b-4f93-aece-783e73938d7e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8085 | 2024.07.19 18:49:22.743495 [ 3 ] {} <Debug> HTTP-Session: dd8d7d8e-254b-4f93-aece-783e73938d7e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8086 | 2024.07.19 18:49:22.743547 [ 3 ] {} <Trace> HTTP-Session: dd8d7d8e-254b-4f93-aece-783e73938d7e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8087 | 2024.07.19 18:49:22.743743 [ 3 ] {fc7c3626-efd4-48fc-9a1f-1b191dd00183} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 8088 | 2024.07.19 18:49:22.743812 [ 3 ] {fc7c3626-efd4-48fc-9a1f-1b191dd00183} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 8089 | 2024.07.19 18:49:22.744005 [ 3 ] {fc7c3626-efd4-48fc-9a1f-1b191dd00183} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8090 | 2024.07.19 18:49:22.744444 [ 3 ] {fc7c3626-efd4-48fc-9a1f-1b191dd00183} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8091 | 2024.07.19 18:49:22.744492 [ 3 ] {fc7c3626-efd4-48fc-9a1f-1b191dd00183} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 8092 | 2024.07.19 18:49:22.744868 [ 3 ] {fc7c3626-efd4-48fc-9a1f-1b191dd00183} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 8093 | 2024.07.19 18:49:22.745207 [ 3 ] {fc7c3626-efd4-48fc-9a1f-1b191dd00183} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8094 | 2024.07.19 18:49:22.745385 [ 3 ] {fc7c3626-efd4-48fc-9a1f-1b191dd00183} <Debug> executeQuery: Read 32 rows, 2.45 KiB in 0.001691 sec., 18923.713778829097 rows/sec., 1.41 MiB/sec. | ||
| 8095 | 2024.07.19 18:49:22.745600 [ 3 ] {fc7c3626-efd4-48fc-9a1f-1b191dd00183} <Debug> DynamicQueryHandler: Done processing query | ||
| 8096 | 2024.07.19 18:49:22.745627 [ 3 ] {fc7c3626-efd4-48fc-9a1f-1b191dd00183} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 8097 | 2024.07.19 18:49:22.745644 [ 3 ] {} <Debug> HTTP-Session: dd8d7d8e-254b-4f93-aece-783e73938d7e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8098 | 2024.07.19 18:49:22.745819 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 36141, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8099 | 2024.07.19 18:49:22.745878 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8100 | 2024.07.19 18:49:22.745898 [ 3 ] {} <Debug> HTTP-Session: 841f61e8-2966-49ff-ad9a-8e8ee84d9751 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 8101 | 2024.07.19 18:49:22.745917 [ 3 ] {} <Debug> HTTP-Session: 841f61e8-2966-49ff-ad9a-8e8ee84d9751 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8102 | 2024.07.19 18:49:22.745931 [ 3 ] {} <Debug> HTTP-Session: 841f61e8-2966-49ff-ad9a-8e8ee84d9751 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8103 | 2024.07.19 18:49:22.745967 [ 3 ] {} <Trace> HTTP-Session: 841f61e8-2966-49ff-ad9a-8e8ee84d9751 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8104 | 2024.07.19 18:49:22.746129 [ 3 ] {f27bd54d-da21-438a-94f5-6011128a0336} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 8105 | 2024.07.19 18:49:22.746176 [ 3 ] {f27bd54d-da21-438a-94f5-6011128a0336} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8106 | 2024.07.19 18:49:22.746341 [ 3 ] {f27bd54d-da21-438a-94f5-6011128a0336} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8107 | 2024.07.19 18:49:22.746945 [ 3 ] {f27bd54d-da21-438a-94f5-6011128a0336} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8108 | 2024.07.19 18:49:22.746993 [ 3 ] {f27bd54d-da21-438a-94f5-6011128a0336} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 8109 | 2024.07.19 18:49:22.747466 [ 3 ] {f27bd54d-da21-438a-94f5-6011128a0336} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8110 | 2024.07.19 18:49:22.747921 [ 3 ] {f27bd54d-da21-438a-94f5-6011128a0336} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8111 | 2024.07.19 18:49:22.748124 [ 3 ] {f27bd54d-da21-438a-94f5-6011128a0336} <Debug> executeQuery: Read 239 rows, 21.60 KiB in 0.002073 sec., 115291.84756391702 rows/sec., 10.18 MiB/sec. | ||
| 8112 | 2024.07.19 18:49:22.748339 [ 3 ] {f27bd54d-da21-438a-94f5-6011128a0336} <Debug> DynamicQueryHandler: Done processing query | ||
| 8113 | 2024.07.19 18:49:22.748374 [ 3 ] {f27bd54d-da21-438a-94f5-6011128a0336} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
| 8114 | 2024.07.19 18:49:22.748398 [ 3 ] {} <Debug> HTTP-Session: 841f61e8-2966-49ff-ad9a-8e8ee84d9751 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8115 | 2024.07.19 18:49:22.748593 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 65978, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8116 | 2024.07.19 18:49:22.748650 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8117 | 2024.07.19 18:49:22.748679 [ 3 ] {} <Debug> HTTP-Session: 134df728-bc59-4307-bb47-1541fd1cf2a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 8118 | 2024.07.19 18:49:22.748697 [ 3 ] {} <Debug> HTTP-Session: 134df728-bc59-4307-bb47-1541fd1cf2a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8119 | 2024.07.19 18:49:22.748710 [ 3 ] {} <Debug> HTTP-Session: 134df728-bc59-4307-bb47-1541fd1cf2a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8120 | 2024.07.19 18:49:22.748741 [ 3 ] {} <Trace> HTTP-Session: 134df728-bc59-4307-bb47-1541fd1cf2a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8121 | 2024.07.19 18:49:22.748962 [ 3 ] {2a4353b4-9699-40e1-9f6a-68494973e162} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 8122 | 2024.07.19 18:49:22.749005 [ 3 ] {2a4353b4-9699-40e1-9f6a-68494973e162} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8123 | 2024.07.19 18:49:22.749134 [ 3 ] {2a4353b4-9699-40e1-9f6a-68494973e162} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8124 | 2024.07.19 18:49:22.749721 [ 3 ] {2a4353b4-9699-40e1-9f6a-68494973e162} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8125 | 2024.07.19 18:49:22.749758 [ 3 ] {2a4353b4-9699-40e1-9f6a-68494973e162} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 8126 | 2024.07.19 18:49:22.750129 [ 3 ] {2a4353b4-9699-40e1-9f6a-68494973e162} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8127 | 2024.07.19 18:49:22.750536 [ 3 ] {2a4353b4-9699-40e1-9f6a-68494973e162} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8128 | 2024.07.19 18:49:22.750697 [ 3 ] {2a4353b4-9699-40e1-9f6a-68494973e162} <Debug> executeQuery: Read 408 rows, 29.56 KiB in 0.001852 sec., 220302.3758099352 rows/sec., 15.59 MiB/sec. | ||
| 8129 | 2024.07.19 18:49:22.751016 [ 3 ] {2a4353b4-9699-40e1-9f6a-68494973e162} <Debug> DynamicQueryHandler: Done processing query | ||
| 8130 | 2024.07.19 18:49:22.751057 [ 3 ] {2a4353b4-9699-40e1-9f6a-68494973e162} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
| 8131 | 2024.07.19 18:49:22.751083 [ 3 ] {} <Debug> HTTP-Session: 134df728-bc59-4307-bb47-1541fd1cf2a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8132 | 2024.07.19 18:49:22.751266 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8133 | 2024.07.19 18:49:22.751332 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8134 | 2024.07.19 18:49:22.751360 [ 3 ] {} <Debug> HTTP-Session: 350451d7-6638-42ad-b9fc-d8ebee688882 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 8135 | 2024.07.19 18:49:22.751385 [ 3 ] {} <Debug> HTTP-Session: 350451d7-6638-42ad-b9fc-d8ebee688882 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8136 | 2024.07.19 18:49:22.751406 [ 3 ] {} <Debug> HTTP-Session: 350451d7-6638-42ad-b9fc-d8ebee688882 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8137 | 2024.07.19 18:49:22.751449 [ 3 ] {} <Trace> HTTP-Session: 350451d7-6638-42ad-b9fc-d8ebee688882 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8138 | 2024.07.19 18:49:22.751579 [ 3 ] {acd505b8-cdc7-4d61-9fae-a0aade330708} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 8139 | 2024.07.19 18:49:22.751644 [ 3 ] {acd505b8-cdc7-4d61-9fae-a0aade330708} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8140 | 2024.07.19 18:49:22.751849 [ 3 ] {acd505b8-cdc7-4d61-9fae-a0aade330708} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8141 | 2024.07.19 18:49:22.752265 [ 3 ] {acd505b8-cdc7-4d61-9fae-a0aade330708} <Trace> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8142 | 2024.07.19 18:49:22.752312 [ 3 ] {acd505b8-cdc7-4d61-9fae-a0aade330708} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 8143 | 2024.07.19 18:49:22.752809 [ 3 ] {acd505b8-cdc7-4d61-9fae-a0aade330708} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 8144 | 2024.07.19 18:49:22.753268 [ 3 ] {acd505b8-cdc7-4d61-9fae-a0aade330708} <Trace> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8145 | 2024.07.19 18:49:22.753436 [ 3 ] {acd505b8-cdc7-4d61-9fae-a0aade330708} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001892 sec., 3171.247357293869 rows/sec., 136.26 KiB/sec. | ||
| 8146 | 2024.07.19 18:49:22.753602 [ 3 ] {acd505b8-cdc7-4d61-9fae-a0aade330708} <Debug> DynamicQueryHandler: Done processing query | ||
| 8147 | 2024.07.19 18:49:22.753627 [ 3 ] {acd505b8-cdc7-4d61-9fae-a0aade330708} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 8148 | 2024.07.19 18:49:22.753642 [ 3 ] {} <Debug> HTTP-Session: 350451d7-6638-42ad-b9fc-d8ebee688882 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8149 | 2024.07.19 18:49:22.753754 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 14079, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8150 | 2024.07.19 18:49:22.753802 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8151 | 2024.07.19 18:49:22.753822 [ 3 ] {} <Debug> HTTP-Session: eeb04d40-d211-4f97-9e55-fb8847618735 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 8152 | 2024.07.19 18:49:22.753846 [ 3 ] {} <Debug> HTTP-Session: eeb04d40-d211-4f97-9e55-fb8847618735 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8153 | 2024.07.19 18:49:22.753862 [ 3 ] {} <Debug> HTTP-Session: eeb04d40-d211-4f97-9e55-fb8847618735 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8154 | 2024.07.19 18:49:22.753893 [ 3 ] {} <Trace> HTTP-Session: eeb04d40-d211-4f97-9e55-fb8847618735 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8155 | 2024.07.19 18:49:22.754021 [ 3 ] {2d5ae333-5e9c-4aaa-b1ca-21ba1532d393} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 8156 | 2024.07.19 18:49:22.754067 [ 3 ] {2d5ae333-5e9c-4aaa-b1ca-21ba1532d393} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 8157 | 2024.07.19 18:49:22.754211 [ 3 ] {2d5ae333-5e9c-4aaa-b1ca-21ba1532d393} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8158 | 2024.07.19 18:49:22.754563 [ 3 ] {2d5ae333-5e9c-4aaa-b1ca-21ba1532d393} <Trace> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8159 | 2024.07.19 18:49:22.754598 [ 3 ] {2d5ae333-5e9c-4aaa-b1ca-21ba1532d393} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 8160 | 2024.07.19 18:49:22.754967 [ 3 ] {2d5ae333-5e9c-4aaa-b1ca-21ba1532d393} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 8161 | 2024.07.19 18:49:22.755316 [ 3 ] {2d5ae333-5e9c-4aaa-b1ca-21ba1532d393} <Trace> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8162 | 2024.07.19 18:49:22.755489 [ 3 ] {2d5ae333-5e9c-4aaa-b1ca-21ba1532d393} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001512 sec., 50925.92592592592 rows/sec., 3.14 MiB/sec. | ||
| 8163 | 2024.07.19 18:49:22.755698 [ 3 ] {2d5ae333-5e9c-4aaa-b1ca-21ba1532d393} <Debug> DynamicQueryHandler: Done processing query | ||
| 8164 | 2024.07.19 18:49:22.755722 [ 3 ] {2d5ae333-5e9c-4aaa-b1ca-21ba1532d393} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 8165 | 2024.07.19 18:49:22.755738 [ 3 ] {} <Debug> HTTP-Session: eeb04d40-d211-4f97-9e55-fb8847618735 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8166 | 2024.07.19 18:49:22.755900 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8167 | 2024.07.19 18:49:22.755948 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8168 | 2024.07.19 18:49:22.755966 [ 3 ] {} <Debug> HTTP-Session: f00d3753-fde1-4f8b-bdd7-af8a5ecad34e Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 8169 | 2024.07.19 18:49:22.755981 [ 3 ] {} <Debug> HTTP-Session: f00d3753-fde1-4f8b-bdd7-af8a5ecad34e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8170 | 2024.07.19 18:49:22.755995 [ 3 ] {} <Debug> HTTP-Session: f00d3753-fde1-4f8b-bdd7-af8a5ecad34e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8171 | 2024.07.19 18:49:22.756026 [ 3 ] {} <Trace> HTTP-Session: f00d3753-fde1-4f8b-bdd7-af8a5ecad34e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8172 | 2024.07.19 18:49:22.756170 [ 3 ] {81113a8b-19df-4f34-89e4-66040d8cdb7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8173 | 2024.07.19 18:49:22.756215 [ 3 ] {81113a8b-19df-4f34-89e4-66040d8cdb7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8174 | 2024.07.19 18:49:22.756356 [ 3 ] {81113a8b-19df-4f34-89e4-66040d8cdb7d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8175 | 2024.07.19 18:49:22.756761 [ 3 ] {81113a8b-19df-4f34-89e4-66040d8cdb7d} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8176 | 2024.07.19 18:49:22.756797 [ 3 ] {81113a8b-19df-4f34-89e4-66040d8cdb7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 8177 | 2024.07.19 18:49:22.757166 [ 3 ] {81113a8b-19df-4f34-89e4-66040d8cdb7d} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 8178 | 2024.07.19 18:49:22.757498 [ 3 ] {81113a8b-19df-4f34-89e4-66040d8cdb7d} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8179 | 2024.07.19 18:49:22.757655 [ 3 ] {81113a8b-19df-4f34-89e4-66040d8cdb7d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00154 sec., 103896.1038961039 rows/sec., 7.24 MiB/sec. | ||
| 8180 | 2024.07.19 18:49:22.757991 [ 3 ] {81113a8b-19df-4f34-89e4-66040d8cdb7d} <Debug> DynamicQueryHandler: Done processing query | ||
| 8181 | 2024.07.19 18:49:22.758033 [ 3 ] {81113a8b-19df-4f34-89e4-66040d8cdb7d} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 8182 | 2024.07.19 18:49:22.758050 [ 3 ] {} <Debug> HTTP-Session: f00d3753-fde1-4f8b-bdd7-af8a5ecad34e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8183 | 2024.07.19 18:49:22.758209 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 41992, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8184 | 2024.07.19 18:49:22.758260 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8185 | 2024.07.19 18:49:22.758278 [ 3 ] {} <Debug> HTTP-Session: e0fc3b4c-22ca-439c-b848-8d4f95f5f150 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 8186 | 2024.07.19 18:49:22.758295 [ 3 ] {} <Debug> HTTP-Session: e0fc3b4c-22ca-439c-b848-8d4f95f5f150 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8187 | 2024.07.19 18:49:22.758308 [ 3 ] {} <Debug> HTTP-Session: e0fc3b4c-22ca-439c-b848-8d4f95f5f150 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8188 | 2024.07.19 18:49:22.758338 [ 3 ] {} <Trace> HTTP-Session: e0fc3b4c-22ca-439c-b848-8d4f95f5f150 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8189 | 2024.07.19 18:49:22.758649 [ 3 ] {32171d1c-b976-4a98-8183-cf1c741260eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 8190 | 2024.07.19 18:49:22.758720 [ 3 ] {32171d1c-b976-4a98-8183-cf1c741260eb} <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 | ||
| 8191 | 2024.07.19 18:49:22.759144 [ 3 ] {32171d1c-b976-4a98-8183-cf1c741260eb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8192 | 2024.07.19 18:49:22.759817 [ 3 ] {32171d1c-b976-4a98-8183-cf1c741260eb} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8193 | 2024.07.19 18:49:22.759853 [ 3 ] {32171d1c-b976-4a98-8183-cf1c741260eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 8194 | 2024.07.19 18:49:22.760463 [ 3 ] {32171d1c-b976-4a98-8183-cf1c741260eb} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 8195 | 2024.07.19 18:49:22.760865 [ 3 ] {32171d1c-b976-4a98-8183-cf1c741260eb} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8196 | 2024.07.19 18:49:22.761061 [ 3 ] {32171d1c-b976-4a98-8183-cf1c741260eb} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002639 sec., 9852.216748768473 rows/sec., 17.65 MiB/sec. | ||
| 8197 | 2024.07.19 18:49:22.761292 [ 3 ] {32171d1c-b976-4a98-8183-cf1c741260eb} <Debug> DynamicQueryHandler: Done processing query | ||
| 8198 | 2024.07.19 18:49:22.761317 [ 3 ] {32171d1c-b976-4a98-8183-cf1c741260eb} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 8199 | 2024.07.19 18:49:22.761333 [ 3 ] {} <Debug> HTTP-Session: e0fc3b4c-22ca-439c-b848-8d4f95f5f150 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8200 | 2024.07.19 18:49:22.761444 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 3212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8201 | 2024.07.19 18:49:22.761492 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8202 | 2024.07.19 18:49:22.761510 [ 3 ] {} <Debug> HTTP-Session: 4c945499-6c80-4d8c-97cd-5c02880af178 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 8203 | 2024.07.19 18:49:22.761526 [ 3 ] {} <Debug> HTTP-Session: 4c945499-6c80-4d8c-97cd-5c02880af178 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8204 | 2024.07.19 18:49:22.761540 [ 3 ] {} <Debug> HTTP-Session: 4c945499-6c80-4d8c-97cd-5c02880af178 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8205 | 2024.07.19 18:49:22.761571 [ 3 ] {} <Trace> HTTP-Session: 4c945499-6c80-4d8c-97cd-5c02880af178 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8206 | 2024.07.19 18:49:22.761670 [ 3 ] {dea42089-74da-4ebf-b51a-5fc572c8e388} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 8207 | 2024.07.19 18:49:22.761714 [ 3 ] {dea42089-74da-4ebf-b51a-5fc572c8e388} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 8208 | 2024.07.19 18:49:22.761840 [ 3 ] {dea42089-74da-4ebf-b51a-5fc572c8e388} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8209 | 2024.07.19 18:49:22.762121 [ 3 ] {dea42089-74da-4ebf-b51a-5fc572c8e388} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8210 | 2024.07.19 18:49:22.762157 [ 3 ] {dea42089-74da-4ebf-b51a-5fc572c8e388} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 8211 | 2024.07.19 18:49:22.762501 [ 3 ] {dea42089-74da-4ebf-b51a-5fc572c8e388} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 8212 | 2024.07.19 18:49:22.762810 [ 3 ] {dea42089-74da-4ebf-b51a-5fc572c8e388} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8213 | 2024.07.19 18:49:22.762966 [ 3 ] {dea42089-74da-4ebf-b51a-5fc572c8e388} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001312 sec., 17530.48780487805 rows/sec., 948.28 KiB/sec. | ||
| 8214 | 2024.07.19 18:49:22.763170 [ 3 ] {dea42089-74da-4ebf-b51a-5fc572c8e388} <Debug> DynamicQueryHandler: Done processing query | ||
| 8215 | 2024.07.19 18:49:22.763194 [ 3 ] {dea42089-74da-4ebf-b51a-5fc572c8e388} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 8216 | 2024.07.19 18:49:22.763211 [ 3 ] {} <Debug> HTTP-Session: 4c945499-6c80-4d8c-97cd-5c02880af178 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8217 | 2024.07.19 18:49:22.763322 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8218 | 2024.07.19 18:49:22.763369 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8219 | 2024.07.19 18:49:22.763388 [ 3 ] {} <Debug> HTTP-Session: 15ab77cd-24b1-428c-a46e-e7e422a8fc77 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 8220 | 2024.07.19 18:49:22.763404 [ 3 ] {} <Debug> HTTP-Session: 15ab77cd-24b1-428c-a46e-e7e422a8fc77 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8221 | 2024.07.19 18:49:22.763418 [ 3 ] {} <Debug> HTTP-Session: 15ab77cd-24b1-428c-a46e-e7e422a8fc77 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8222 | 2024.07.19 18:49:22.763447 [ 3 ] {} <Trace> HTTP-Session: 15ab77cd-24b1-428c-a46e-e7e422a8fc77 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8223 | 2024.07.19 18:49:22.763561 [ 3 ] {9181ea23-f3fb-4152-9c0f-cf8f40e1598b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 8224 | 2024.07.19 18:49:22.763605 [ 3 ] {9181ea23-f3fb-4152-9c0f-cf8f40e1598b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8225 | 2024.07.19 18:49:22.763730 [ 3 ] {9181ea23-f3fb-4152-9c0f-cf8f40e1598b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8226 | 2024.07.19 18:49:22.764025 [ 3 ] {9181ea23-f3fb-4152-9c0f-cf8f40e1598b} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8227 | 2024.07.19 18:49:22.764060 [ 3 ] {9181ea23-f3fb-4152-9c0f-cf8f40e1598b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 8228 | 2024.07.19 18:49:22.764400 [ 3 ] {9181ea23-f3fb-4152-9c0f-cf8f40e1598b} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 8229 | 2024.07.19 18:49:22.764715 [ 3 ] {9181ea23-f3fb-4152-9c0f-cf8f40e1598b} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8230 | 2024.07.19 18:49:22.764866 [ 3 ] {9181ea23-f3fb-4152-9c0f-cf8f40e1598b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001341 sec., 44742.729306487694 rows/sec., 3.02 MiB/sec. | ||
| 8231 | 2024.07.19 18:49:22.765029 [ 3 ] {9181ea23-f3fb-4152-9c0f-cf8f40e1598b} <Debug> DynamicQueryHandler: Done processing query | ||
| 8232 | 2024.07.19 18:49:22.765054 [ 3 ] {9181ea23-f3fb-4152-9c0f-cf8f40e1598b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 8233 | 2024.07.19 18:49:22.765069 [ 3 ] {} <Debug> HTTP-Session: 15ab77cd-24b1-428c-a46e-e7e422a8fc77 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8234 | 2024.07.19 18:49:27.738383 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 623, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8235 | 2024.07.19 18:49:27.738554 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8236 | 2024.07.19 18:49:27.738596 [ 3 ] {} <Debug> HTTP-Session: 3afa6b9a-9819-44e6-a15a-338c8dbe8e2d Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 8237 | 2024.07.19 18:49:27.738631 [ 3 ] {} <Debug> HTTP-Session: 3afa6b9a-9819-44e6-a15a-338c8dbe8e2d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8238 | 2024.07.19 18:49:27.738655 [ 3 ] {} <Debug> HTTP-Session: 3afa6b9a-9819-44e6-a15a-338c8dbe8e2d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8239 | 2024.07.19 18:49:27.738724 [ 3 ] {} <Trace> HTTP-Session: 3afa6b9a-9819-44e6-a15a-338c8dbe8e2d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8240 | 2024.07.19 18:49:27.738983 [ 3 ] {51a36c29-5d96-4ab4-ad8a-80ced899f844} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 8241 | 2024.07.19 18:49:27.739079 [ 3 ] {51a36c29-5d96-4ab4-ad8a-80ced899f844} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 8242 | 2024.07.19 18:49:27.739294 [ 3 ] {51a36c29-5d96-4ab4-ad8a-80ced899f844} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8243 | 2024.07.19 18:49:27.739726 [ 3 ] {51a36c29-5d96-4ab4-ad8a-80ced899f844} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8244 | 2024.07.19 18:49:27.739772 [ 3 ] {51a36c29-5d96-4ab4-ad8a-80ced899f844} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 8245 | 2024.07.19 18:49:27.740169 [ 3 ] {51a36c29-5d96-4ab4-ad8a-80ced899f844} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 8246 | 2024.07.19 18:49:27.740513 [ 3 ] {51a36c29-5d96-4ab4-ad8a-80ced899f844} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8247 | 2024.07.19 18:49:27.740671 [ 3 ] {51a36c29-5d96-4ab4-ad8a-80ced899f844} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001763 sec., 2268.8598979013045 rows/sec., 183.90 KiB/sec. | ||
| 8248 | 2024.07.19 18:49:27.740740 [ 72 ] {} <Debug> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 8249 | 2024.07.19 18:49:27.740847 [ 72 ] {} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8250 | 2024.07.19 18:49:27.740882 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 8251 | 2024.07.19 18:49:27.740978 [ 3 ] {51a36c29-5d96-4ab4-ad8a-80ced899f844} <Debug> DynamicQueryHandler: Done processing query | ||
| 8252 | 2024.07.19 18:49:27.741054 [ 3 ] {51a36c29-5d96-4ab4-ad8a-80ced899f844} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 8253 | 2024.07.19 18:49:27.741095 [ 3 ] {} <Debug> HTTP-Session: 3afa6b9a-9819-44e6-a15a-338c8dbe8e2d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8254 | 2024.07.19 18:49:27.741102 [ 195 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::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 | ||
| 8255 | 2024.07.19 18:49:27.741278 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8256 | 2024.07.19 18:49:27.741374 [ 195 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8257 | 2024.07.19 18:49:27.741388 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8258 | 2024.07.19 18:49:27.741445 [ 3 ] {} <Debug> HTTP-Session: 023597a8-7931-4c45-8957-181075ff756d Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 8259 | 2024.07.19 18:49:27.741459 [ 195 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 36 rows starting from the beginning of the part | ||
| 8260 | 2024.07.19 18:49:27.741476 [ 3 ] {} <Debug> HTTP-Session: 023597a8-7931-4c45-8957-181075ff756d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8261 | 2024.07.19 18:49:27.741514 [ 3 ] {} <Debug> HTTP-Session: 023597a8-7931-4c45-8957-181075ff756d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8262 | 2024.07.19 18:49:27.741615 [ 3 ] {} <Trace> HTTP-Session: 023597a8-7931-4c45-8957-181075ff756d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8263 | 2024.07.19 18:49:27.741739 [ 195 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 4 rows starting from the beginning of the part | ||
| 8264 | 2024.07.19 18:49:27.742115 [ 195 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 32 rows starting from the beginning of the part | ||
| 8265 | 2024.07.19 18:49:27.742115 [ 3 ] {184bc71a-2c2b-426b-ad06-b6c519910159} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 8266 | 2024.07.19 18:49:27.742326 [ 3 ] {184bc71a-2c2b-426b-ad06-b6c519910159} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8267 | 2024.07.19 18:49:27.742397 [ 195 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 4 rows starting from the beginning of the part | ||
| 8268 | 2024.07.19 18:49:27.742736 [ 195 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 32 rows starting from the beginning of the part | ||
| 8269 | 2024.07.19 18:49:27.743032 [ 195 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 4 rows starting from the beginning of the part | ||
| 8270 | 2024.07.19 18:49:27.743592 [ 3 ] {184bc71a-2c2b-426b-ad06-b6c519910159} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8271 | 2024.07.19 18:49:27.744327 [ 3 ] {184bc71a-2c2b-426b-ad06-b6c519910159} <Trace> oximeter.fields_ipaddr (5b198a67-6d84-4324-b6a3-e6f140922631): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8272 | 2024.07.19 18:49:27.744382 [ 3 ] {184bc71a-2c2b-426b-ad06-b6c519910159} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 8273 | 2024.07.19 18:49:27.745257 [ 3 ] {184bc71a-2c2b-426b-ad06-b6c519910159} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 8274 | 2024.07.19 18:49:27.746098 [ 188 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 112 rows, containing 4 columns (4 merged, 0 gathered) in 0.00513502 sec., 21811.0153417124 rows/sec., 1.64 MiB/sec. | ||
| 8275 | 2024.07.19 18:49:27.746164 [ 3 ] {184bc71a-2c2b-426b-ad06-b6c519910159} <Trace> oximeter.fields_ipaddr (5b198a67-6d84-4324-b6a3-e6f140922631): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8276 | 2024.07.19 18:49:27.746290 [ 188 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 8277 | 2024.07.19 18:49:27.746430 [ 3 ] {184bc71a-2c2b-426b-ad06-b6c519910159} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.004549 sec., 879.3141349747197 rows/sec., 71.70 KiB/sec. | ||
| 8278 | 2024.07.19 18:49:27.747368 [ 3 ] {184bc71a-2c2b-426b-ad06-b6c519910159} <Debug> DynamicQueryHandler: Done processing query | ||
| 8279 | 2024.07.19 18:49:27.747400 [ 3 ] {184bc71a-2c2b-426b-ad06-b6c519910159} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 8280 | 2024.07.19 18:49:27.747431 [ 3 ] {} <Debug> HTTP-Session: 023597a8-7931-4c45-8957-181075ff756d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8281 | 2024.07.19 18:49:27.747601 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9928, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8282 | 2024.07.19 18:49:27.747663 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8283 | 2024.07.19 18:49:27.747678 [ 188 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_41_8} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8284 | 2024.07.19 18:49:27.747687 [ 3 ] {} <Debug> HTTP-Session: 4fea9a6d-3d43-4c20-98f7-a0d64483c0ea Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 8285 | 2024.07.19 18:49:27.747719 [ 3 ] {} <Debug> HTTP-Session: 4fea9a6d-3d43-4c20-98f7-a0d64483c0ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8286 | 2024.07.19 18:49:27.747740 [ 3 ] {} <Debug> HTTP-Session: 4fea9a6d-3d43-4c20-98f7-a0d64483c0ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8287 | 2024.07.19 18:49:27.747780 [ 3 ] {} <Trace> HTTP-Session: 4fea9a6d-3d43-4c20-98f7-a0d64483c0ea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8288 | 2024.07.19 18:49:27.747799 [ 188 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_41_8} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 8289 | 2024.07.19 18:49:27.747919 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 8290 | 2024.07.19 18:49:27.747931 [ 3 ] {ce545461-42cb-4faa-8403-63f301f392b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 8291 | 2024.07.19 18:49:27.747980 [ 3 ] {ce545461-42cb-4faa-8403-63f301f392b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8292 | 2024.07.19 18:49:27.748125 [ 3 ] {ce545461-42cb-4faa-8403-63f301f392b3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8293 | 2024.07.19 18:49:27.748464 [ 3 ] {ce545461-42cb-4faa-8403-63f301f392b3} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8294 | 2024.07.19 18:49:27.748502 [ 3 ] {ce545461-42cb-4faa-8403-63f301f392b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 8295 | 2024.07.19 18:49:27.748902 [ 3 ] {ce545461-42cb-4faa-8403-63f301f392b3} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 8296 | 2024.07.19 18:49:27.749232 [ 3 ] {ce545461-42cb-4faa-8403-63f301f392b3} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8297 | 2024.07.19 18:49:27.749397 [ 3 ] {ce545461-42cb-4faa-8403-63f301f392b3} <Debug> executeQuery: Read 70 rows, 5.65 KiB in 0.001527 sec., 45841.519318926 rows/sec., 3.62 MiB/sec. | ||
| 8298 | 2024.07.19 18:49:27.749573 [ 3 ] {ce545461-42cb-4faa-8403-63f301f392b3} <Debug> DynamicQueryHandler: Done processing query | ||
| 8299 | 2024.07.19 18:49:27.749599 [ 3 ] {ce545461-42cb-4faa-8403-63f301f392b3} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 8300 | 2024.07.19 18:49:27.749614 [ 3 ] {} <Debug> HTTP-Session: 4fea9a6d-3d43-4c20-98f7-a0d64483c0ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8301 | 2024.07.19 18:49:27.749734 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8302 | 2024.07.19 18:49:27.749786 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8303 | 2024.07.19 18:49:27.749805 [ 3 ] {} <Debug> HTTP-Session: 7a15d103-81e5-4098-ab19-690d761ce100 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 8304 | 2024.07.19 18:49:27.749822 [ 3 ] {} <Debug> HTTP-Session: 7a15d103-81e5-4098-ab19-690d761ce100 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8305 | 2024.07.19 18:49:27.749837 [ 3 ] {} <Debug> HTTP-Session: 7a15d103-81e5-4098-ab19-690d761ce100 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8306 | 2024.07.19 18:49:27.749871 [ 3 ] {} <Trace> HTTP-Session: 7a15d103-81e5-4098-ab19-690d761ce100 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8307 | 2024.07.19 18:49:27.749976 [ 3 ] {b52597b1-1e6e-4383-bca8-bbb5d7dd9687} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 8308 | 2024.07.19 18:49:27.750019 [ 3 ] {b52597b1-1e6e-4383-bca8-bbb5d7dd9687} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8309 | 2024.07.19 18:49:27.750147 [ 3 ] {b52597b1-1e6e-4383-bca8-bbb5d7dd9687} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8310 | 2024.07.19 18:49:27.750438 [ 3 ] {b52597b1-1e6e-4383-bca8-bbb5d7dd9687} <Trace> oximeter.fields_u16 (3a790436-232b-4913-bf8d-eba3067e022c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8311 | 2024.07.19 18:49:27.750475 [ 3 ] {b52597b1-1e6e-4383-bca8-bbb5d7dd9687} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 8312 | 2024.07.19 18:49:27.750766 [ 3 ] {b52597b1-1e6e-4383-bca8-bbb5d7dd9687} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 8313 | 2024.07.19 18:49:27.751074 [ 3 ] {b52597b1-1e6e-4383-bca8-bbb5d7dd9687} <Trace> oximeter.fields_u16 (3a790436-232b-4913-bf8d-eba3067e022c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8314 | 2024.07.19 18:49:27.751230 [ 3 ] {b52597b1-1e6e-4383-bca8-bbb5d7dd9687} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001273 sec., 3142.1838177533386 rows/sec., 219.40 KiB/sec. | ||
| 8315 | 2024.07.19 18:49:27.751435 [ 3 ] {b52597b1-1e6e-4383-bca8-bbb5d7dd9687} <Debug> DynamicQueryHandler: Done processing query | ||
| 8316 | 2024.07.19 18:49:27.751459 [ 3 ] {b52597b1-1e6e-4383-bca8-bbb5d7dd9687} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 8317 | 2024.07.19 18:49:27.751474 [ 3 ] {} <Debug> HTTP-Session: 7a15d103-81e5-4098-ab19-690d761ce100 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8318 | 2024.07.19 18:49:27.751600 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 12244, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8319 | 2024.07.19 18:49:27.751648 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8320 | 2024.07.19 18:49:27.751667 [ 3 ] {} <Debug> HTTP-Session: 9080f7f8-50ea-43f2-860f-2bbf25157ca8 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 8321 | 2024.07.19 18:49:27.751683 [ 3 ] {} <Debug> HTTP-Session: 9080f7f8-50ea-43f2-860f-2bbf25157ca8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8322 | 2024.07.19 18:49:27.751697 [ 3 ] {} <Debug> HTTP-Session: 9080f7f8-50ea-43f2-860f-2bbf25157ca8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8323 | 2024.07.19 18:49:27.751727 [ 3 ] {} <Trace> HTTP-Session: 9080f7f8-50ea-43f2-860f-2bbf25157ca8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8324 | 2024.07.19 18:49:27.751844 [ 3 ] {cbc67553-c202-48d6-aa3b-7a793607e002} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 8325 | 2024.07.19 18:49:27.751886 [ 3 ] {cbc67553-c202-48d6-aa3b-7a793607e002} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8326 | 2024.07.19 18:49:27.752011 [ 3 ] {cbc67553-c202-48d6-aa3b-7a793607e002} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8327 | 2024.07.19 18:49:27.752408 [ 3 ] {cbc67553-c202-48d6-aa3b-7a793607e002} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8328 | 2024.07.19 18:49:27.752447 [ 3 ] {cbc67553-c202-48d6-aa3b-7a793607e002} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 8329 | 2024.07.19 18:49:27.752770 [ 3 ] {cbc67553-c202-48d6-aa3b-7a793607e002} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 8330 | 2024.07.19 18:49:27.753083 [ 3 ] {cbc67553-c202-48d6-aa3b-7a793607e002} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8331 | 2024.07.19 18:49:27.753224 [ 3 ] {cbc67553-c202-48d6-aa3b-7a793607e002} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.00142 sec., 50704.22535211268 rows/sec., 3.96 MiB/sec. | ||
| 8332 | 2024.07.19 18:49:27.753393 [ 3 ] {cbc67553-c202-48d6-aa3b-7a793607e002} <Debug> DynamicQueryHandler: Done processing query | ||
| 8333 | 2024.07.19 18:49:27.753417 [ 3 ] {cbc67553-c202-48d6-aa3b-7a793607e002} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 8334 | 2024.07.19 18:49:27.753432 [ 3 ] {} <Debug> HTTP-Session: 9080f7f8-50ea-43f2-860f-2bbf25157ca8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8335 | 2024.07.19 18:49:27.753570 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 31017, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8336 | 2024.07.19 18:49:27.753618 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8337 | 2024.07.19 18:49:27.753637 [ 3 ] {} <Debug> HTTP-Session: f9c7ae83-388e-49ff-afea-df05ea4e960c Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 8338 | 2024.07.19 18:49:27.753653 [ 3 ] {} <Debug> HTTP-Session: f9c7ae83-388e-49ff-afea-df05ea4e960c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8339 | 2024.07.19 18:49:27.753666 [ 3 ] {} <Debug> HTTP-Session: f9c7ae83-388e-49ff-afea-df05ea4e960c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8340 | 2024.07.19 18:49:27.753697 [ 3 ] {} <Trace> HTTP-Session: f9c7ae83-388e-49ff-afea-df05ea4e960c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8341 | 2024.07.19 18:49:27.753843 [ 3 ] {ad94345f-bdb6-43ca-89d5-3cbb5a430f14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8342 | 2024.07.19 18:49:27.753889 [ 3 ] {ad94345f-bdb6-43ca-89d5-3cbb5a430f14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8343 | 2024.07.19 18:49:27.754037 [ 3 ] {ad94345f-bdb6-43ca-89d5-3cbb5a430f14} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8344 | 2024.07.19 18:49:27.754463 [ 3 ] {ad94345f-bdb6-43ca-89d5-3cbb5a430f14} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8345 | 2024.07.19 18:49:27.754499 [ 3 ] {ad94345f-bdb6-43ca-89d5-3cbb5a430f14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 8346 | 2024.07.19 18:49:27.754887 [ 3 ] {ad94345f-bdb6-43ca-89d5-3cbb5a430f14} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 8347 | 2024.07.19 18:49:27.755228 [ 3 ] {ad94345f-bdb6-43ca-89d5-3cbb5a430f14} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8348 | 2024.07.19 18:49:27.755380 [ 3 ] {ad94345f-bdb6-43ca-89d5-3cbb5a430f14} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001602 sec., 101123.59550561798 rows/sec., 7.04 MiB/sec. | ||
| 8349 | 2024.07.19 18:49:27.755563 [ 3 ] {ad94345f-bdb6-43ca-89d5-3cbb5a430f14} <Debug> DynamicQueryHandler: Done processing query | ||
| 8350 | 2024.07.19 18:49:27.755598 [ 3 ] {ad94345f-bdb6-43ca-89d5-3cbb5a430f14} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 8351 | 2024.07.19 18:49:27.755618 [ 3 ] {} <Debug> HTTP-Session: f9c7ae83-388e-49ff-afea-df05ea4e960c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8352 | 2024.07.19 18:49:27.755786 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 6430, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8353 | 2024.07.19 18:49:27.755838 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8354 | 2024.07.19 18:49:27.755857 [ 3 ] {} <Debug> HTTP-Session: ee68913d-c8fe-4864-9f16-017dfb167c88 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 8355 | 2024.07.19 18:49:27.755873 [ 3 ] {} <Debug> HTTP-Session: ee68913d-c8fe-4864-9f16-017dfb167c88 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8356 | 2024.07.19 18:49:27.755887 [ 3 ] {} <Debug> HTTP-Session: ee68913d-c8fe-4864-9f16-017dfb167c88 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8357 | 2024.07.19 18:49:27.755918 [ 3 ] {} <Trace> HTTP-Session: ee68913d-c8fe-4864-9f16-017dfb167c88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8358 | 2024.07.19 18:49:27.756050 [ 3 ] {13615414-3d0c-47a6-aaaa-7992838df338} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 8359 | 2024.07.19 18:49:27.756114 [ 3 ] {13615414-3d0c-47a6-aaaa-7992838df338} <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 | ||
| 8360 | 2024.07.19 18:49:27.756535 [ 3 ] {13615414-3d0c-47a6-aaaa-7992838df338} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8361 | 2024.07.19 18:49:27.757030 [ 3 ] {13615414-3d0c-47a6-aaaa-7992838df338} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8362 | 2024.07.19 18:49:27.757066 [ 3 ] {13615414-3d0c-47a6-aaaa-7992838df338} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 8363 | 2024.07.19 18:49:27.757625 [ 3 ] {13615414-3d0c-47a6-aaaa-7992838df338} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 8364 | 2024.07.19 18:49:27.758026 [ 3 ] {13615414-3d0c-47a6-aaaa-7992838df338} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8365 | 2024.07.19 18:49:27.758207 [ 72 ] {} <Debug> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 8366 | 2024.07.19 18:49:27.758227 [ 3 ] {13615414-3d0c-47a6-aaaa-7992838df338} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002233 sec., 1791.3121361397223 rows/sec., 3.21 MiB/sec. | ||
| 8367 | 2024.07.19 18:49:27.758278 [ 72 ] {} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8368 | 2024.07.19 18:49:27.758352 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 8369 | 2024.07.19 18:49:27.758605 [ 191 ] {088d1ac2-6670-47c5-a942-9441d6520aec::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 | ||
| 8370 | 2024.07.19 18:49:27.758679 [ 3 ] {13615414-3d0c-47a6-aaaa-7992838df338} <Debug> DynamicQueryHandler: Done processing query | ||
| 8371 | 2024.07.19 18:49:27.758709 [ 3 ] {13615414-3d0c-47a6-aaaa-7992838df338} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 8372 | 2024.07.19 18:49:27.758731 [ 3 ] {} <Debug> HTTP-Session: ee68913d-c8fe-4864-9f16-017dfb167c88 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8373 | 2024.07.19 18:49:27.758870 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8374 | 2024.07.19 18:49:27.758938 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8375 | 2024.07.19 18:49:27.758968 [ 3 ] {} <Debug> HTTP-Session: acad2c84-521f-4761-96b3-17b71a77a039 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 8376 | 2024.07.19 18:49:27.758992 [ 3 ] {} <Debug> HTTP-Session: acad2c84-521f-4761-96b3-17b71a77a039 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8377 | 2024.07.19 18:49:27.759016 [ 3 ] {} <Debug> HTTP-Session: acad2c84-521f-4761-96b3-17b71a77a039 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8378 | 2024.07.19 18:49:27.759064 [ 3 ] {} <Trace> HTTP-Session: acad2c84-521f-4761-96b3-17b71a77a039 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8379 | 2024.07.19 18:49:27.759114 [ 191 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8380 | 2024.07.19 18:49:27.759208 [ 3 ] {cfa1205e-51ff-4ce1-98d8-6edd8f55cf27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 8381 | 2024.07.19 18:49:27.759223 [ 191 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 603 rows starting from the beginning of the part | ||
| 8382 | 2024.07.19 18:49:27.759260 [ 3 ] {cfa1205e-51ff-4ce1-98d8-6edd8f55cf27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8383 | 2024.07.19 18:49:27.759866 [ 3 ] {cfa1205e-51ff-4ce1-98d8-6edd8f55cf27} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8384 | 2024.07.19 18:49:27.759913 [ 191 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 4 rows starting from the beginning of the part | ||
| 8385 | 2024.07.19 18:49:27.760471 [ 191 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 26 rows starting from the beginning of the part | ||
| 8386 | 2024.07.19 18:49:27.760602 [ 3 ] {cfa1205e-51ff-4ce1-98d8-6edd8f55cf27} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8387 | 2024.07.19 18:49:27.760707 [ 3 ] {cfa1205e-51ff-4ce1-98d8-6edd8f55cf27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 8388 | 2024.07.19 18:49:27.760999 [ 191 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 4 rows starting from the beginning of the part | ||
| 8389 | 2024.07.19 18:49:27.761545 [ 191 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 26 rows starting from the beginning of the part | ||
| 8390 | 2024.07.19 18:49:27.761766 [ 3 ] {cfa1205e-51ff-4ce1-98d8-6edd8f55cf27} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 8391 | 2024.07.19 18:49:27.761998 [ 191 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 4 rows starting from the beginning of the part | ||
| 8392 | 2024.07.19 18:49:27.762700 [ 3 ] {cfa1205e-51ff-4ce1-98d8-6edd8f55cf27} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8393 | 2024.07.19 18:49:27.762935 [ 3 ] {cfa1205e-51ff-4ce1-98d8-6edd8f55cf27} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003762 sec., 15948.963317384369 rows/sec., 1.07 MiB/sec. | ||
| 8394 | 2024.07.19 18:49:27.763145 [ 3 ] {cfa1205e-51ff-4ce1-98d8-6edd8f55cf27} <Debug> DynamicQueryHandler: Done processing query | ||
| 8395 | 2024.07.19 18:49:27.763190 [ 3 ] {cfa1205e-51ff-4ce1-98d8-6edd8f55cf27} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 8396 | 2024.07.19 18:49:27.763220 [ 3 ] {} <Debug> HTTP-Session: acad2c84-521f-4761-96b3-17b71a77a039 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8397 | 2024.07.19 18:49:27.767106 [ 199 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 667 rows, containing 19 columns (19 merged, 0 gathered) in 0.008627334 sec., 77312.41192238529 rows/sec., 138.54 MiB/sec. | ||
| 8398 | 2024.07.19 18:49:27.768003 [ 199 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 8399 | 2024.07.19 18:49:27.768645 [ 199 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_41_8} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8400 | 2024.07.19 18:49:27.768740 [ 199 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_41_8} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 8401 | 2024.07.19 18:49:27.768902 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.41 MiB. | ||
| 8402 | 2024.07.19 18:49:28.000172 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 191.37 MiB, peak 200.23 MiB, free memory in arenas 0.00 B, will set to 192.52 MiB (RSS), difference: 1.15 MiB | ||
| 8403 | 2024.07.19 18:49:30.515986 [ 65 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8404 | 2024.07.19 18:49:30.516040 [ 65 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8405 | 2024.07.19 18:49:32.744184 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 4480, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8406 | 2024.07.19 18:49:32.744382 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8407 | 2024.07.19 18:49:32.744430 [ 3 ] {} <Debug> HTTP-Session: f4235106-be0a-4cb5-8606-bc5d87ced8ff Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 8408 | 2024.07.19 18:49:32.744470 [ 3 ] {} <Debug> HTTP-Session: f4235106-be0a-4cb5-8606-bc5d87ced8ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8409 | 2024.07.19 18:49:32.744497 [ 3 ] {} <Debug> HTTP-Session: f4235106-be0a-4cb5-8606-bc5d87ced8ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8410 | 2024.07.19 18:49:32.744579 [ 3 ] {} <Trace> HTTP-Session: f4235106-be0a-4cb5-8606-bc5d87ced8ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8411 | 2024.07.19 18:49:32.744879 [ 3 ] {4e6c7074-b2f3-4f2b-8790-9a572586a7b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 8412 | 2024.07.19 18:49:32.744987 [ 3 ] {4e6c7074-b2f3-4f2b-8790-9a572586a7b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 8413 | 2024.07.19 18:49:32.745204 [ 3 ] {4e6c7074-b2f3-4f2b-8790-9a572586a7b2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8414 | 2024.07.19 18:49:32.745729 [ 3 ] {4e6c7074-b2f3-4f2b-8790-9a572586a7b2} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8415 | 2024.07.19 18:49:32.745770 [ 3 ] {4e6c7074-b2f3-4f2b-8790-9a572586a7b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 8416 | 2024.07.19 18:49:32.746157 [ 3 ] {4e6c7074-b2f3-4f2b-8790-9a572586a7b2} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8417 | 2024.07.19 18:49:32.746496 [ 3 ] {4e6c7074-b2f3-4f2b-8790-9a572586a7b2} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8418 | 2024.07.19 18:49:32.746645 [ 3 ] {4e6c7074-b2f3-4f2b-8790-9a572586a7b2} <Debug> executeQuery: Read 32 rows, 2.45 KiB in 0.00187 sec., 17112.29946524064 rows/sec., 1.28 MiB/sec. | ||
| 8419 | 2024.07.19 18:49:32.746855 [ 3 ] {4e6c7074-b2f3-4f2b-8790-9a572586a7b2} <Debug> DynamicQueryHandler: Done processing query | ||
| 8420 | 2024.07.19 18:49:32.746882 [ 3 ] {4e6c7074-b2f3-4f2b-8790-9a572586a7b2} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 8421 | 2024.07.19 18:49:32.746898 [ 3 ] {} <Debug> HTTP-Session: f4235106-be0a-4cb5-8606-bc5d87ced8ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8422 | 2024.07.19 18:49:32.747040 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8423 | 2024.07.19 18:49:32.747096 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8424 | 2024.07.19 18:49:32.747116 [ 3 ] {} <Debug> HTTP-Session: 3ced4742-5386-4e3a-ac77-85d7feef66ad Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 8425 | 2024.07.19 18:49:32.747133 [ 3 ] {} <Debug> HTTP-Session: 3ced4742-5386-4e3a-ac77-85d7feef66ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8426 | 2024.07.19 18:49:32.747146 [ 3 ] {} <Debug> HTTP-Session: 3ced4742-5386-4e3a-ac77-85d7feef66ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8427 | 2024.07.19 18:49:32.747181 [ 3 ] {} <Trace> HTTP-Session: 3ced4742-5386-4e3a-ac77-85d7feef66ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8428 | 2024.07.19 18:49:32.747286 [ 3 ] {e635948e-71ed-423e-b628-bd727fcf413b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 8429 | 2024.07.19 18:49:32.747334 [ 3 ] {e635948e-71ed-423e-b628-bd727fcf413b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8430 | 2024.07.19 18:49:32.747465 [ 3 ] {e635948e-71ed-423e-b628-bd727fcf413b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8431 | 2024.07.19 18:49:32.747807 [ 3 ] {e635948e-71ed-423e-b628-bd727fcf413b} <Trace> oximeter.fields_ipaddr (5b198a67-6d84-4324-b6a3-e6f140922631): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8432 | 2024.07.19 18:49:32.747843 [ 3 ] {e635948e-71ed-423e-b628-bd727fcf413b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 8433 | 2024.07.19 18:49:32.748145 [ 3 ] {e635948e-71ed-423e-b628-bd727fcf413b} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 8434 | 2024.07.19 18:49:32.748460 [ 3 ] {e635948e-71ed-423e-b628-bd727fcf413b} <Trace> oximeter.fields_ipaddr (5b198a67-6d84-4324-b6a3-e6f140922631): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8435 | 2024.07.19 18:49:32.748589 [ 3 ] {e635948e-71ed-423e-b628-bd727fcf413b} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001331 sec., 3005.259203606311 rows/sec., 245.06 KiB/sec. | ||
| 8436 | 2024.07.19 18:49:32.748804 [ 3 ] {e635948e-71ed-423e-b628-bd727fcf413b} <Debug> DynamicQueryHandler: Done processing query | ||
| 8437 | 2024.07.19 18:49:32.748830 [ 3 ] {e635948e-71ed-423e-b628-bd727fcf413b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 8438 | 2024.07.19 18:49:32.748846 [ 3 ] {} <Debug> HTTP-Session: 3ced4742-5386-4e3a-ac77-85d7feef66ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8439 | 2024.07.19 18:49:32.749041 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 36407, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8440 | 2024.07.19 18:49:32.749092 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8441 | 2024.07.19 18:49:32.749111 [ 3 ] {} <Debug> HTTP-Session: 741a56ff-3eb1-4249-a10b-3e4373d6ebab Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 8442 | 2024.07.19 18:49:32.749128 [ 3 ] {} <Debug> HTTP-Session: 741a56ff-3eb1-4249-a10b-3e4373d6ebab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8443 | 2024.07.19 18:49:32.749141 [ 3 ] {} <Debug> HTTP-Session: 741a56ff-3eb1-4249-a10b-3e4373d6ebab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8444 | 2024.07.19 18:49:32.749173 [ 3 ] {} <Trace> HTTP-Session: 741a56ff-3eb1-4249-a10b-3e4373d6ebab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8445 | 2024.07.19 18:49:32.749342 [ 3 ] {bece768a-a1f9-43d9-b9ef-31d44734062e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 8446 | 2024.07.19 18:49:32.749386 [ 3 ] {bece768a-a1f9-43d9-b9ef-31d44734062e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8447 | 2024.07.19 18:49:32.749509 [ 3 ] {bece768a-a1f9-43d9-b9ef-31d44734062e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8448 | 2024.07.19 18:49:32.749979 [ 3 ] {bece768a-a1f9-43d9-b9ef-31d44734062e} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8449 | 2024.07.19 18:49:32.750016 [ 3 ] {bece768a-a1f9-43d9-b9ef-31d44734062e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 8450 | 2024.07.19 18:49:32.750343 [ 3 ] {bece768a-a1f9-43d9-b9ef-31d44734062e} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 8451 | 2024.07.19 18:49:32.750648 [ 3 ] {bece768a-a1f9-43d9-b9ef-31d44734062e} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8452 | 2024.07.19 18:49:32.750774 [ 3 ] {bece768a-a1f9-43d9-b9ef-31d44734062e} <Debug> executeQuery: Read 241 rows, 21.75 KiB in 0.001521 sec., 158448.38921762 rows/sec., 13.96 MiB/sec. | ||
| 8453 | 2024.07.19 18:49:32.751037 [ 3 ] {bece768a-a1f9-43d9-b9ef-31d44734062e} <Debug> DynamicQueryHandler: Done processing query | ||
| 8454 | 2024.07.19 18:49:32.751089 [ 3 ] {bece768a-a1f9-43d9-b9ef-31d44734062e} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
| 8455 | 2024.07.19 18:49:32.751123 [ 3 ] {} <Debug> HTTP-Session: 741a56ff-3eb1-4249-a10b-3e4373d6ebab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8456 | 2024.07.19 18:49:32.751258 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8457 | 2024.07.19 18:49:32.751308 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8458 | 2024.07.19 18:49:32.751327 [ 3 ] {} <Debug> HTTP-Session: f433d058-2d92-4286-98b5-54148b030be6 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 8459 | 2024.07.19 18:49:32.751344 [ 3 ] {} <Debug> HTTP-Session: f433d058-2d92-4286-98b5-54148b030be6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8460 | 2024.07.19 18:49:32.751357 [ 3 ] {} <Debug> HTTP-Session: f433d058-2d92-4286-98b5-54148b030be6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8461 | 2024.07.19 18:49:32.751389 [ 3 ] {} <Trace> HTTP-Session: f433d058-2d92-4286-98b5-54148b030be6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8462 | 2024.07.19 18:49:32.751487 [ 3 ] {b152da7e-6d0d-4c09-84cc-f7c960e87efe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 8463 | 2024.07.19 18:49:32.751532 [ 3 ] {b152da7e-6d0d-4c09-84cc-f7c960e87efe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8464 | 2024.07.19 18:49:32.751671 [ 3 ] {b152da7e-6d0d-4c09-84cc-f7c960e87efe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8465 | 2024.07.19 18:49:32.751957 [ 3 ] {b152da7e-6d0d-4c09-84cc-f7c960e87efe} <Trace> oximeter.fields_u16 (3a790436-232b-4913-bf8d-eba3067e022c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8466 | 2024.07.19 18:49:32.751993 [ 3 ] {b152da7e-6d0d-4c09-84cc-f7c960e87efe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 8467 | 2024.07.19 18:49:32.752291 [ 3 ] {b152da7e-6d0d-4c09-84cc-f7c960e87efe} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 8468 | 2024.07.19 18:49:32.752591 [ 3 ] {b152da7e-6d0d-4c09-84cc-f7c960e87efe} <Trace> oximeter.fields_u16 (3a790436-232b-4913-bf8d-eba3067e022c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8469 | 2024.07.19 18:49:32.752716 [ 3 ] {b152da7e-6d0d-4c09-84cc-f7c960e87efe} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001256 sec., 3184.7133757961783 rows/sec., 222.37 KiB/sec. | ||
| 8470 | 2024.07.19 18:49:32.752875 [ 3 ] {b152da7e-6d0d-4c09-84cc-f7c960e87efe} <Debug> DynamicQueryHandler: Done processing query | ||
| 8471 | 2024.07.19 18:49:32.752899 [ 3 ] {b152da7e-6d0d-4c09-84cc-f7c960e87efe} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 8472 | 2024.07.19 18:49:32.752914 [ 3 ] {} <Debug> HTTP-Session: f433d058-2d92-4286-98b5-54148b030be6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8473 | 2024.07.19 18:49:32.753090 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 66660, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8474 | 2024.07.19 18:49:32.753139 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8475 | 2024.07.19 18:49:32.753157 [ 3 ] {} <Debug> HTTP-Session: a59f9574-0764-452b-a9e0-b73307379a29 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 8476 | 2024.07.19 18:49:32.753173 [ 3 ] {} <Debug> HTTP-Session: a59f9574-0764-452b-a9e0-b73307379a29 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8477 | 2024.07.19 18:49:32.753186 [ 3 ] {} <Debug> HTTP-Session: a59f9574-0764-452b-a9e0-b73307379a29 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8478 | 2024.07.19 18:49:32.753217 [ 3 ] {} <Trace> HTTP-Session: a59f9574-0764-452b-a9e0-b73307379a29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8479 | 2024.07.19 18:49:32.753442 [ 3 ] {04ac5e0f-e470-4e88-a8db-526406c057d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 8480 | 2024.07.19 18:49:32.753485 [ 3 ] {04ac5e0f-e470-4e88-a8db-526406c057d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8481 | 2024.07.19 18:49:32.753607 [ 3 ] {04ac5e0f-e470-4e88-a8db-526406c057d1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8482 | 2024.07.19 18:49:32.754145 [ 3 ] {04ac5e0f-e470-4e88-a8db-526406c057d1} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8483 | 2024.07.19 18:49:32.754181 [ 3 ] {04ac5e0f-e470-4e88-a8db-526406c057d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 8484 | 2024.07.19 18:49:32.754500 [ 3 ] {04ac5e0f-e470-4e88-a8db-526406c057d1} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 8485 | 2024.07.19 18:49:32.754796 [ 3 ] {04ac5e0f-e470-4e88-a8db-526406c057d1} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8486 | 2024.07.19 18:49:32.754919 [ 3 ] {04ac5e0f-e470-4e88-a8db-526406c057d1} <Debug> executeQuery: Read 412 rows, 29.88 KiB in 0.001607 sec., 256378.34474175485 rows/sec., 18.16 MiB/sec. | ||
| 8487 | 2024.07.19 18:49:32.755083 [ 3 ] {04ac5e0f-e470-4e88-a8db-526406c057d1} <Debug> DynamicQueryHandler: Done processing query | ||
| 8488 | 2024.07.19 18:49:32.755107 [ 3 ] {04ac5e0f-e470-4e88-a8db-526406c057d1} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
| 8489 | 2024.07.19 18:49:32.755122 [ 3 ] {} <Debug> HTTP-Session: a59f9574-0764-452b-a9e0-b73307379a29 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8490 | 2024.07.19 18:49:32.755244 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8491 | 2024.07.19 18:49:32.755292 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8492 | 2024.07.19 18:49:32.755310 [ 3 ] {} <Debug> HTTP-Session: eba5f90e-5262-4394-84b8-e34b3efa70fb Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 8493 | 2024.07.19 18:49:32.755327 [ 3 ] {} <Debug> HTTP-Session: eba5f90e-5262-4394-84b8-e34b3efa70fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8494 | 2024.07.19 18:49:32.755341 [ 3 ] {} <Debug> HTTP-Session: eba5f90e-5262-4394-84b8-e34b3efa70fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8495 | 2024.07.19 18:49:32.755370 [ 3 ] {} <Trace> HTTP-Session: eba5f90e-5262-4394-84b8-e34b3efa70fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8496 | 2024.07.19 18:49:32.755465 [ 3 ] {c33f965b-7506-4895-815c-27d47f053620} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 8497 | 2024.07.19 18:49:32.755510 [ 3 ] {c33f965b-7506-4895-815c-27d47f053620} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8498 | 2024.07.19 18:49:32.755635 [ 3 ] {c33f965b-7506-4895-815c-27d47f053620} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8499 | 2024.07.19 18:49:32.755902 [ 3 ] {c33f965b-7506-4895-815c-27d47f053620} <Trace> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8500 | 2024.07.19 18:49:32.755937 [ 3 ] {c33f965b-7506-4895-815c-27d47f053620} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 8501 | 2024.07.19 18:49:32.756283 [ 3 ] {c33f965b-7506-4895-815c-27d47f053620} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 8502 | 2024.07.19 18:49:32.756611 [ 3 ] {c33f965b-7506-4895-815c-27d47f053620} <Trace> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8503 | 2024.07.19 18:49:32.756739 [ 3 ] {c33f965b-7506-4895-815c-27d47f053620} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001301 sec., 4611.837048424289 rows/sec., 198.16 KiB/sec. | ||
| 8504 | 2024.07.19 18:49:32.756902 [ 3 ] {c33f965b-7506-4895-815c-27d47f053620} <Debug> DynamicQueryHandler: Done processing query | ||
| 8505 | 2024.07.19 18:49:32.756926 [ 3 ] {c33f965b-7506-4895-815c-27d47f053620} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 8506 | 2024.07.19 18:49:32.756941 [ 3 ] {} <Debug> HTTP-Session: eba5f90e-5262-4394-84b8-e34b3efa70fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8507 | 2024.07.19 18:49:32.757067 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 14079, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8508 | 2024.07.19 18:49:32.757114 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8509 | 2024.07.19 18:49:32.757133 [ 3 ] {} <Debug> HTTP-Session: 91c8983f-68a8-4f3b-a3ae-2e785c25cccf Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 8510 | 2024.07.19 18:49:32.757149 [ 3 ] {} <Debug> HTTP-Session: 91c8983f-68a8-4f3b-a3ae-2e785c25cccf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8511 | 2024.07.19 18:49:32.757163 [ 3 ] {} <Debug> HTTP-Session: 91c8983f-68a8-4f3b-a3ae-2e785c25cccf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8512 | 2024.07.19 18:49:32.757192 [ 3 ] {} <Trace> HTTP-Session: 91c8983f-68a8-4f3b-a3ae-2e785c25cccf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8513 | 2024.07.19 18:49:32.757310 [ 3 ] {b50ab3ca-3ddd-4a47-90de-c6df88b28894} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 8514 | 2024.07.19 18:49:32.757357 [ 3 ] {b50ab3ca-3ddd-4a47-90de-c6df88b28894} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 8515 | 2024.07.19 18:49:32.757495 [ 3 ] {b50ab3ca-3ddd-4a47-90de-c6df88b28894} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8516 | 2024.07.19 18:49:32.757825 [ 3 ] {b50ab3ca-3ddd-4a47-90de-c6df88b28894} <Trace> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8517 | 2024.07.19 18:49:32.757860 [ 3 ] {b50ab3ca-3ddd-4a47-90de-c6df88b28894} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 8518 | 2024.07.19 18:49:32.758210 [ 3 ] {b50ab3ca-3ddd-4a47-90de-c6df88b28894} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 8519 | 2024.07.19 18:49:32.758539 [ 3 ] {b50ab3ca-3ddd-4a47-90de-c6df88b28894} <Trace> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8520 | 2024.07.19 18:49:32.758663 [ 3 ] {b50ab3ca-3ddd-4a47-90de-c6df88b28894} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001398 sec., 55078.68383404864 rows/sec., 3.39 MiB/sec. | ||
| 8521 | 2024.07.19 18:49:32.758823 [ 3 ] {b50ab3ca-3ddd-4a47-90de-c6df88b28894} <Debug> DynamicQueryHandler: Done processing query | ||
| 8522 | 2024.07.19 18:49:32.758848 [ 3 ] {b50ab3ca-3ddd-4a47-90de-c6df88b28894} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 8523 | 2024.07.19 18:49:32.758863 [ 3 ] {} <Debug> HTTP-Session: 91c8983f-68a8-4f3b-a3ae-2e785c25cccf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8524 | 2024.07.19 18:49:32.758996 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 31017, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8525 | 2024.07.19 18:49:32.759044 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8526 | 2024.07.19 18:49:32.759062 [ 3 ] {} <Debug> HTTP-Session: 20adcb28-255b-408f-b69f-f60cc88ec3b5 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 8527 | 2024.07.19 18:49:32.759078 [ 3 ] {} <Debug> HTTP-Session: 20adcb28-255b-408f-b69f-f60cc88ec3b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8528 | 2024.07.19 18:49:32.759091 [ 3 ] {} <Debug> HTTP-Session: 20adcb28-255b-408f-b69f-f60cc88ec3b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8529 | 2024.07.19 18:49:32.759121 [ 3 ] {} <Trace> HTTP-Session: 20adcb28-255b-408f-b69f-f60cc88ec3b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8530 | 2024.07.19 18:49:32.759287 [ 3 ] {2b87c3e0-6345-4aea-b1e0-2c9ceb6fdb8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8531 | 2024.07.19 18:49:32.759332 [ 3 ] {2b87c3e0-6345-4aea-b1e0-2c9ceb6fdb8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8532 | 2024.07.19 18:49:32.759470 [ 3 ] {2b87c3e0-6345-4aea-b1e0-2c9ceb6fdb8b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8533 | 2024.07.19 18:49:32.759850 [ 3 ] {2b87c3e0-6345-4aea-b1e0-2c9ceb6fdb8b} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8534 | 2024.07.19 18:49:32.759884 [ 3 ] {2b87c3e0-6345-4aea-b1e0-2c9ceb6fdb8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 8535 | 2024.07.19 18:49:32.760244 [ 3 ] {2b87c3e0-6345-4aea-b1e0-2c9ceb6fdb8b} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 8536 | 2024.07.19 18:49:32.760578 [ 3 ] {2b87c3e0-6345-4aea-b1e0-2c9ceb6fdb8b} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8537 | 2024.07.19 18:49:32.760719 [ 3 ] {2b87c3e0-6345-4aea-b1e0-2c9ceb6fdb8b} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001518 sec., 106719.3675889328 rows/sec., 7.43 MiB/sec. | ||
| 8538 | 2024.07.19 18:49:32.760749 [ 59 ] {} <Debug> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 8539 | 2024.07.19 18:49:32.760857 [ 59 ] {} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8540 | 2024.07.19 18:49:32.760890 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 8541 | 2024.07.19 18:49:32.760973 [ 3 ] {2b87c3e0-6345-4aea-b1e0-2c9ceb6fdb8b} <Debug> DynamicQueryHandler: Done processing query | ||
| 8542 | 2024.07.19 18:49:32.761028 [ 3 ] {2b87c3e0-6345-4aea-b1e0-2c9ceb6fdb8b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 8543 | 2024.07.19 18:49:32.761076 [ 3 ] {} <Debug> HTTP-Session: 20adcb28-255b-408f-b69f-f60cc88ec3b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8544 | 2024.07.19 18:49:32.761104 [ 188 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::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 | ||
| 8545 | 2024.07.19 18:49:32.761315 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 41970, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8546 | 2024.07.19 18:49:32.761437 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8547 | 2024.07.19 18:49:32.761452 [ 188 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8548 | 2024.07.19 18:49:32.761471 [ 3 ] {} <Debug> HTTP-Session: 876f2f45-6e22-4321-812a-dae2f0fcfd3b Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 8549 | 2024.07.19 18:49:32.761497 [ 3 ] {} <Debug> HTTP-Session: 876f2f45-6e22-4321-812a-dae2f0fcfd3b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8550 | 2024.07.19 18:49:32.761500 [ 188 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 5444 rows starting from the beginning of the part | ||
| 8551 | 2024.07.19 18:49:32.761512 [ 3 ] {} <Debug> HTTP-Session: 876f2f45-6e22-4321-812a-dae2f0fcfd3b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8552 | 2024.07.19 18:49:32.761550 [ 3 ] {} <Trace> HTTP-Session: 876f2f45-6e22-4321-812a-dae2f0fcfd3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8553 | 2024.07.19 18:49:32.761663 [ 188 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 197 rows starting from the beginning of the part | ||
| 8554 | 2024.07.19 18:49:32.761938 [ 188 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 160 rows starting from the beginning of the part | ||
| 8555 | 2024.07.19 18:49:32.762034 [ 3 ] {16bc4591-1786-4218-8021-99bf7e4be9f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 8556 | 2024.07.19 18:49:32.762277 [ 188 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::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 | ||
| 8557 | 2024.07.19 18:49:32.762372 [ 3 ] {16bc4591-1786-4218-8021-99bf7e4be9f2} <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 | ||
| 8558 | 2024.07.19 18:49:32.762613 [ 188 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 162 rows starting from the beginning of the part | ||
| 8559 | 2024.07.19 18:49:32.762981 [ 188 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 162 rows starting from the beginning of the part | ||
| 8560 | 2024.07.19 18:49:32.764085 [ 3 ] {16bc4591-1786-4218-8021-99bf7e4be9f2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8561 | 2024.07.19 18:49:32.765315 [ 3 ] {16bc4591-1786-4218-8021-99bf7e4be9f2} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8562 | 2024.07.19 18:49:32.765352 [ 3 ] {16bc4591-1786-4218-8021-99bf7e4be9f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 8563 | 2024.07.19 18:49:32.766345 [ 3 ] {16bc4591-1786-4218-8021-99bf7e4be9f2} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8564 | 2024.07.19 18:49:32.766817 [ 188 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6285 rows, containing 5 columns (5 merged, 0 gathered) in 0.005834801 sec., 1077157.558586831 rows/sec., 75.08 MiB/sec. | ||
| 8565 | 2024.07.19 18:49:32.766849 [ 3 ] {16bc4591-1786-4218-8021-99bf7e4be9f2} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8566 | 2024.07.19 18:49:32.767059 [ 3 ] {16bc4591-1786-4218-8021-99bf7e4be9f2} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.005343 sec., 4866.1800486618 rows/sec., 8.72 MiB/sec. | ||
| 8567 | 2024.07.19 18:49:32.767260 [ 198 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 8568 | 2024.07.19 18:49:32.767347 [ 3 ] {16bc4591-1786-4218-8021-99bf7e4be9f2} <Debug> DynamicQueryHandler: Done processing query | ||
| 8569 | 2024.07.19 18:49:32.767377 [ 3 ] {16bc4591-1786-4218-8021-99bf7e4be9f2} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 8570 | 2024.07.19 18:49:32.767398 [ 3 ] {} <Debug> HTTP-Session: 876f2f45-6e22-4321-812a-dae2f0fcfd3b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8571 | 2024.07.19 18:49:32.767539 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 3212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8572 | 2024.07.19 18:49:32.767593 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8573 | 2024.07.19 18:49:32.767618 [ 3 ] {} <Debug> HTTP-Session: f57bd51a-5e0e-41e4-9c0f-1177a3f20b15 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 8574 | 2024.07.19 18:49:32.767634 [ 3 ] {} <Debug> HTTP-Session: f57bd51a-5e0e-41e4-9c0f-1177a3f20b15 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8575 | 2024.07.19 18:49:32.767653 [ 3 ] {} <Debug> HTTP-Session: f57bd51a-5e0e-41e4-9c0f-1177a3f20b15 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8576 | 2024.07.19 18:49:32.767696 [ 3 ] {} <Trace> HTTP-Session: f57bd51a-5e0e-41e4-9c0f-1177a3f20b15 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8577 | 2024.07.19 18:49:32.767708 [ 198 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8578 | 2024.07.19 18:49:32.767798 [ 198 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 8579 | 2024.07.19 18:49:32.767819 [ 3 ] {f4c4a258-dd54-41bc-8754-7a737385d339} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 8580 | 2024.07.19 18:49:32.767884 [ 3 ] {f4c4a258-dd54-41bc-8754-7a737385d339} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 8581 | 2024.07.19 18:49:32.767887 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.35 MiB. | ||
| 8582 | 2024.07.19 18:49:32.768028 [ 3 ] {f4c4a258-dd54-41bc-8754-7a737385d339} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8583 | 2024.07.19 18:49:32.768315 [ 3 ] {f4c4a258-dd54-41bc-8754-7a737385d339} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8584 | 2024.07.19 18:49:32.768355 [ 3 ] {f4c4a258-dd54-41bc-8754-7a737385d339} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 8585 | 2024.07.19 18:49:32.768700 [ 3 ] {f4c4a258-dd54-41bc-8754-7a737385d339} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 8586 | 2024.07.19 18:49:32.769012 [ 3 ] {f4c4a258-dd54-41bc-8754-7a737385d339} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8587 | 2024.07.19 18:49:32.769179 [ 3 ] {f4c4a258-dd54-41bc-8754-7a737385d339} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001394 sec., 16499.282639885223 rows/sec., 892.50 KiB/sec. | ||
| 8588 | 2024.07.19 18:49:32.769343 [ 3 ] {f4c4a258-dd54-41bc-8754-7a737385d339} <Debug> DynamicQueryHandler: Done processing query | ||
| 8589 | 2024.07.19 18:49:32.769368 [ 3 ] {f4c4a258-dd54-41bc-8754-7a737385d339} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 8590 | 2024.07.19 18:49:32.769384 [ 3 ] {} <Debug> HTTP-Session: f57bd51a-5e0e-41e4-9c0f-1177a3f20b15 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8591 | 2024.07.19 18:49:32.769504 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8592 | 2024.07.19 18:49:32.769551 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8593 | 2024.07.19 18:49:32.769570 [ 3 ] {} <Debug> HTTP-Session: 468aa937-7787-41ed-8802-95a1804c9333 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 8594 | 2024.07.19 18:49:32.769585 [ 3 ] {} <Debug> HTTP-Session: 468aa937-7787-41ed-8802-95a1804c9333 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8595 | 2024.07.19 18:49:32.769598 [ 3 ] {} <Debug> HTTP-Session: 468aa937-7787-41ed-8802-95a1804c9333 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8596 | 2024.07.19 18:49:32.769628 [ 3 ] {} <Trace> HTTP-Session: 468aa937-7787-41ed-8802-95a1804c9333 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8597 | 2024.07.19 18:49:32.769748 [ 3 ] {5427dca1-a678-4675-bcd3-ba1d02355c01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 8598 | 2024.07.19 18:49:32.769791 [ 3 ] {5427dca1-a678-4675-bcd3-ba1d02355c01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8599 | 2024.07.19 18:49:32.769919 [ 3 ] {5427dca1-a678-4675-bcd3-ba1d02355c01} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8600 | 2024.07.19 18:49:32.770211 [ 3 ] {5427dca1-a678-4675-bcd3-ba1d02355c01} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8601 | 2024.07.19 18:49:32.770246 [ 3 ] {5427dca1-a678-4675-bcd3-ba1d02355c01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 8602 | 2024.07.19 18:49:32.770597 [ 3 ] {5427dca1-a678-4675-bcd3-ba1d02355c01} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 8603 | 2024.07.19 18:49:32.770916 [ 3 ] {5427dca1-a678-4675-bcd3-ba1d02355c01} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8604 | 2024.07.19 18:49:32.771072 [ 3 ] {5427dca1-a678-4675-bcd3-ba1d02355c01} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001364 sec., 43988.26979472141 rows/sec., 2.96 MiB/sec. | ||
| 8605 | 2024.07.19 18:49:32.771083 [ 59 ] {} <Debug> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 8606 | 2024.07.19 18:49:32.771163 [ 59 ] {} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8607 | 2024.07.19 18:49:32.771207 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 8608 | 2024.07.19 18:49:32.771340 [ 3 ] {5427dca1-a678-4675-bcd3-ba1d02355c01} <Debug> DynamicQueryHandler: Done processing query | ||
| 8609 | 2024.07.19 18:49:32.771367 [ 201 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::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 | ||
| 8610 | 2024.07.19 18:49:32.771373 [ 3 ] {5427dca1-a678-4675-bcd3-ba1d02355c01} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 8611 | 2024.07.19 18:49:32.771418 [ 3 ] {} <Debug> HTTP-Session: 468aa937-7787-41ed-8802-95a1804c9333 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8612 | 2024.07.19 18:49:32.771524 [ 201 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8613 | 2024.07.19 18:49:32.771560 [ 201 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1856 rows starting from the beginning of the part | ||
| 8614 | 2024.07.19 18:49:32.771654 [ 201 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::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 | ||
| 8615 | 2024.07.19 18:49:32.771869 [ 201 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::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 | ||
| 8616 | 2024.07.19 18:49:32.772029 [ 201 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::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 | ||
| 8617 | 2024.07.19 18:49:32.772161 [ 201 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::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 | ||
| 8618 | 2024.07.19 18:49:32.772336 [ 201 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::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 | ||
| 8619 | 2024.07.19 18:49:32.773576 [ 189 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2156 rows, containing 4 columns (4 merged, 0 gathered) in 0.002266436 sec., 951273.2766334455 rows/sec., 64.19 MiB/sec. | ||
| 8620 | 2024.07.19 18:49:32.774027 [ 189 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 8621 | 2024.07.19 18:49:32.774502 [ 189 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_41_8} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8622 | 2024.07.19 18:49:32.774599 [ 189 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_41_8} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 8623 | 2024.07.19 18:49:32.774704 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB. | ||
| 8624 | 2024.07.19 18:49:37.737912 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 623, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8625 | 2024.07.19 18:49:37.738049 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8626 | 2024.07.19 18:49:37.738075 [ 3 ] {} <Debug> HTTP-Session: 8576bafc-2ed7-430c-a456-beeb8cb03f2b Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 8627 | 2024.07.19 18:49:37.738099 [ 3 ] {} <Debug> HTTP-Session: 8576bafc-2ed7-430c-a456-beeb8cb03f2b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8628 | 2024.07.19 18:49:37.738113 [ 3 ] {} <Debug> HTTP-Session: 8576bafc-2ed7-430c-a456-beeb8cb03f2b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8629 | 2024.07.19 18:49:37.738163 [ 3 ] {} <Trace> HTTP-Session: 8576bafc-2ed7-430c-a456-beeb8cb03f2b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8630 | 2024.07.19 18:49:37.738350 [ 3 ] {931b56e3-8309-443d-8ce8-f957504ac3f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 8631 | 2024.07.19 18:49:37.738420 [ 3 ] {931b56e3-8309-443d-8ce8-f957504ac3f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 8632 | 2024.07.19 18:49:37.738610 [ 3 ] {931b56e3-8309-443d-8ce8-f957504ac3f1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8633 | 2024.07.19 18:49:37.739037 [ 3 ] {931b56e3-8309-443d-8ce8-f957504ac3f1} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8634 | 2024.07.19 18:49:37.739088 [ 3 ] {931b56e3-8309-443d-8ce8-f957504ac3f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 8635 | 2024.07.19 18:49:37.739657 [ 3 ] {931b56e3-8309-443d-8ce8-f957504ac3f1} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 8636 | 2024.07.19 18:49:37.740169 [ 3 ] {931b56e3-8309-443d-8ce8-f957504ac3f1} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8637 | 2024.07.19 18:49:37.740409 [ 3 ] {931b56e3-8309-443d-8ce8-f957504ac3f1} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.002106 sec., 1899.3352326685663 rows/sec., 153.95 KiB/sec. | ||
| 8638 | 2024.07.19 18:49:37.740692 [ 3 ] {931b56e3-8309-443d-8ce8-f957504ac3f1} <Debug> DynamicQueryHandler: Done processing query | ||
| 8639 | 2024.07.19 18:49:37.740730 [ 3 ] {931b56e3-8309-443d-8ce8-f957504ac3f1} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 8640 | 2024.07.19 18:49:37.740757 [ 3 ] {} <Debug> HTTP-Session: 8576bafc-2ed7-430c-a456-beeb8cb03f2b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8641 | 2024.07.19 18:49:37.740904 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9662, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8642 | 2024.07.19 18:49:37.741001 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8643 | 2024.07.19 18:49:37.741022 [ 3 ] {} <Debug> HTTP-Session: e91e625b-18b4-42dd-b6de-7c5cd7399751 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 8644 | 2024.07.19 18:49:37.741042 [ 3 ] {} <Debug> HTTP-Session: e91e625b-18b4-42dd-b6de-7c5cd7399751 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8645 | 2024.07.19 18:49:37.741055 [ 3 ] {} <Debug> HTTP-Session: e91e625b-18b4-42dd-b6de-7c5cd7399751 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8646 | 2024.07.19 18:49:37.741091 [ 3 ] {} <Trace> HTTP-Session: e91e625b-18b4-42dd-b6de-7c5cd7399751 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8647 | 2024.07.19 18:49:37.741223 [ 3 ] {c7b87613-71a4-4385-837e-c6c4d21328da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 8648 | 2024.07.19 18:49:37.741271 [ 3 ] {c7b87613-71a4-4385-837e-c6c4d21328da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8649 | 2024.07.19 18:49:37.741405 [ 3 ] {c7b87613-71a4-4385-837e-c6c4d21328da} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8650 | 2024.07.19 18:49:37.741769 [ 3 ] {c7b87613-71a4-4385-837e-c6c4d21328da} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8651 | 2024.07.19 18:49:37.741808 [ 3 ] {c7b87613-71a4-4385-837e-c6c4d21328da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 8652 | 2024.07.19 18:49:37.742149 [ 3 ] {c7b87613-71a4-4385-837e-c6c4d21328da} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 8653 | 2024.07.19 18:49:37.742464 [ 3 ] {c7b87613-71a4-4385-837e-c6c4d21328da} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8654 | 2024.07.19 18:49:37.742636 [ 3 ] {c7b87613-71a4-4385-837e-c6c4d21328da} <Debug> executeQuery: Read 68 rows, 5.51 KiB in 0.001447 sec., 46993.7802349689 rows/sec., 3.72 MiB/sec. | ||
| 8655 | 2024.07.19 18:49:37.742913 [ 3 ] {c7b87613-71a4-4385-837e-c6c4d21328da} <Debug> DynamicQueryHandler: Done processing query | ||
| 8656 | 2024.07.19 18:49:37.742969 [ 3 ] {c7b87613-71a4-4385-837e-c6c4d21328da} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 8657 | 2024.07.19 18:49:37.743017 [ 3 ] {} <Debug> HTTP-Session: e91e625b-18b4-42dd-b6de-7c5cd7399751 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8658 | 2024.07.19 18:49:37.743151 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 11562, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8659 | 2024.07.19 18:49:37.743206 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8660 | 2024.07.19 18:49:37.743224 [ 3 ] {} <Debug> HTTP-Session: 7f88a69c-e3e7-4e5c-b5d5-9119024d53c6 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 8661 | 2024.07.19 18:49:37.743241 [ 3 ] {} <Debug> HTTP-Session: 7f88a69c-e3e7-4e5c-b5d5-9119024d53c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8662 | 2024.07.19 18:49:37.743255 [ 3 ] {} <Debug> HTTP-Session: 7f88a69c-e3e7-4e5c-b5d5-9119024d53c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8663 | 2024.07.19 18:49:37.743288 [ 3 ] {} <Trace> HTTP-Session: 7f88a69c-e3e7-4e5c-b5d5-9119024d53c6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8664 | 2024.07.19 18:49:37.743409 [ 3 ] {64969338-ab6b-4212-89f1-fa828ced0f72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 8665 | 2024.07.19 18:49:37.743454 [ 3 ] {64969338-ab6b-4212-89f1-fa828ced0f72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8666 | 2024.07.19 18:49:37.743602 [ 3 ] {64969338-ab6b-4212-89f1-fa828ced0f72} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8667 | 2024.07.19 18:49:37.743943 [ 3 ] {64969338-ab6b-4212-89f1-fa828ced0f72} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8668 | 2024.07.19 18:49:37.743980 [ 3 ] {64969338-ab6b-4212-89f1-fa828ced0f72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 8669 | 2024.07.19 18:49:37.744289 [ 3 ] {64969338-ab6b-4212-89f1-fa828ced0f72} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 8670 | 2024.07.19 18:49:37.744588 [ 3 ] {64969338-ab6b-4212-89f1-fa828ced0f72} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8671 | 2024.07.19 18:49:37.744755 [ 3 ] {64969338-ab6b-4212-89f1-fa828ced0f72} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001378 sec., 49346.87953555878 rows/sec., 3.85 MiB/sec. | ||
| 8672 | 2024.07.19 18:49:37.744920 [ 3 ] {64969338-ab6b-4212-89f1-fa828ced0f72} <Debug> DynamicQueryHandler: Done processing query | ||
| 8673 | 2024.07.19 18:49:37.744944 [ 3 ] {64969338-ab6b-4212-89f1-fa828ced0f72} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 8674 | 2024.07.19 18:49:37.744959 [ 3 ] {} <Debug> HTTP-Session: 7f88a69c-e3e7-4e5c-b5d5-9119024d53c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8675 | 2024.07.19 18:49:37.745125 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8676 | 2024.07.19 18:49:37.745175 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8677 | 2024.07.19 18:49:37.745193 [ 3 ] {} <Debug> HTTP-Session: 03f8e2a0-6189-40d0-a6ce-ddfb7c97d02c Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 8678 | 2024.07.19 18:49:37.745210 [ 3 ] {} <Debug> HTTP-Session: 03f8e2a0-6189-40d0-a6ce-ddfb7c97d02c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8679 | 2024.07.19 18:49:37.745223 [ 3 ] {} <Debug> HTTP-Session: 03f8e2a0-6189-40d0-a6ce-ddfb7c97d02c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8680 | 2024.07.19 18:49:37.745254 [ 3 ] {} <Trace> HTTP-Session: 03f8e2a0-6189-40d0-a6ce-ddfb7c97d02c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8681 | 2024.07.19 18:49:37.745401 [ 3 ] {24a830b0-2b52-4e35-9683-5535a2ea12f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8682 | 2024.07.19 18:49:37.745450 [ 3 ] {24a830b0-2b52-4e35-9683-5535a2ea12f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8683 | 2024.07.19 18:49:37.745597 [ 3 ] {24a830b0-2b52-4e35-9683-5535a2ea12f9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8684 | 2024.07.19 18:49:37.745985 [ 3 ] {24a830b0-2b52-4e35-9683-5535a2ea12f9} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8685 | 2024.07.19 18:49:37.746021 [ 3 ] {24a830b0-2b52-4e35-9683-5535a2ea12f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 8686 | 2024.07.19 18:49:37.746405 [ 3 ] {24a830b0-2b52-4e35-9683-5535a2ea12f9} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8687 | 2024.07.19 18:49:37.746735 [ 3 ] {24a830b0-2b52-4e35-9683-5535a2ea12f9} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8688 | 2024.07.19 18:49:37.746890 [ 3 ] {24a830b0-2b52-4e35-9683-5535a2ea12f9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001546 sec., 103492.88486416558 rows/sec., 7.21 MiB/sec. | ||
| 8689 | 2024.07.19 18:49:37.747054 [ 3 ] {24a830b0-2b52-4e35-9683-5535a2ea12f9} <Debug> DynamicQueryHandler: Done processing query | ||
| 8690 | 2024.07.19 18:49:37.747078 [ 3 ] {24a830b0-2b52-4e35-9683-5535a2ea12f9} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 8691 | 2024.07.19 18:49:37.747093 [ 3 ] {} <Debug> HTTP-Session: 03f8e2a0-6189-40d0-a6ce-ddfb7c97d02c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8692 | 2024.07.19 18:49:37.747196 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 6430, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8693 | 2024.07.19 18:49:37.747243 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8694 | 2024.07.19 18:49:37.747261 [ 3 ] {} <Debug> HTTP-Session: 0fce79c6-c13d-48f2-b16b-10d6fc11b1a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 8695 | 2024.07.19 18:49:37.747277 [ 3 ] {} <Debug> HTTP-Session: 0fce79c6-c13d-48f2-b16b-10d6fc11b1a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8696 | 2024.07.19 18:49:37.747290 [ 3 ] {} <Debug> HTTP-Session: 0fce79c6-c13d-48f2-b16b-10d6fc11b1a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8697 | 2024.07.19 18:49:37.747321 [ 3 ] {} <Trace> HTTP-Session: 0fce79c6-c13d-48f2-b16b-10d6fc11b1a6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8698 | 2024.07.19 18:49:37.747478 [ 3 ] {5f930073-3cf4-4a61-afe4-557213910b30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 8699 | 2024.07.19 18:49:37.747548 [ 3 ] {5f930073-3cf4-4a61-afe4-557213910b30} <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 | ||
| 8700 | 2024.07.19 18:49:37.747962 [ 3 ] {5f930073-3cf4-4a61-afe4-557213910b30} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8701 | 2024.07.19 18:49:37.748465 [ 3 ] {5f930073-3cf4-4a61-afe4-557213910b30} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8702 | 2024.07.19 18:49:37.748500 [ 3 ] {5f930073-3cf4-4a61-afe4-557213910b30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 8703 | 2024.07.19 18:49:37.749077 [ 3 ] {5f930073-3cf4-4a61-afe4-557213910b30} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 8704 | 2024.07.19 18:49:37.749488 [ 3 ] {5f930073-3cf4-4a61-afe4-557213910b30} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8705 | 2024.07.19 18:49:37.749664 [ 3 ] {5f930073-3cf4-4a61-afe4-557213910b30} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002266 sec., 1765.2250661959401 rows/sec., 3.16 MiB/sec. | ||
| 8706 | 2024.07.19 18:49:37.749879 [ 3 ] {5f930073-3cf4-4a61-afe4-557213910b30} <Debug> DynamicQueryHandler: Done processing query | ||
| 8707 | 2024.07.19 18:49:37.749904 [ 3 ] {5f930073-3cf4-4a61-afe4-557213910b30} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 8708 | 2024.07.19 18:49:37.749921 [ 3 ] {} <Debug> HTTP-Session: 0fce79c6-c13d-48f2-b16b-10d6fc11b1a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8709 | 2024.07.19 18:49:37.750038 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8710 | 2024.07.19 18:49:37.750088 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8711 | 2024.07.19 18:49:37.750107 [ 3 ] {} <Debug> HTTP-Session: 8cb73f02-79ce-45fb-bd61-d16e61e8cea2 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 8712 | 2024.07.19 18:49:37.750123 [ 3 ] {} <Debug> HTTP-Session: 8cb73f02-79ce-45fb-bd61-d16e61e8cea2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8713 | 2024.07.19 18:49:37.750136 [ 3 ] {} <Debug> HTTP-Session: 8cb73f02-79ce-45fb-bd61-d16e61e8cea2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8714 | 2024.07.19 18:49:37.750167 [ 3 ] {} <Trace> HTTP-Session: 8cb73f02-79ce-45fb-bd61-d16e61e8cea2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8715 | 2024.07.19 18:49:37.750279 [ 3 ] {c88cd262-fac3-4edd-ad46-6079a0a1935d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 8716 | 2024.07.19 18:49:37.750323 [ 3 ] {c88cd262-fac3-4edd-ad46-6079a0a1935d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8717 | 2024.07.19 18:49:37.750447 [ 3 ] {c88cd262-fac3-4edd-ad46-6079a0a1935d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8718 | 2024.07.19 18:49:37.750762 [ 3 ] {c88cd262-fac3-4edd-ad46-6079a0a1935d} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8719 | 2024.07.19 18:49:37.750798 [ 3 ] {c88cd262-fac3-4edd-ad46-6079a0a1935d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 8720 | 2024.07.19 18:49:37.751152 [ 3 ] {c88cd262-fac3-4edd-ad46-6079a0a1935d} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8721 | 2024.07.19 18:49:37.751486 [ 3 ] {c88cd262-fac3-4edd-ad46-6079a0a1935d} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8722 | 2024.07.19 18:49:37.751623 [ 3 ] {c88cd262-fac3-4edd-ad46-6079a0a1935d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001382 sec., 43415.34008683068 rows/sec., 2.93 MiB/sec. | ||
| 8723 | 2024.07.19 18:49:37.751786 [ 3 ] {c88cd262-fac3-4edd-ad46-6079a0a1935d} <Debug> DynamicQueryHandler: Done processing query | ||
| 8724 | 2024.07.19 18:49:37.751811 [ 3 ] {c88cd262-fac3-4edd-ad46-6079a0a1935d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 8725 | 2024.07.19 18:49:37.751827 [ 3 ] {} <Debug> HTTP-Session: 8cb73f02-79ce-45fb-bd61-d16e61e8cea2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8726 | 2024.07.19 18:49:42.745418 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 4480, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8727 | 2024.07.19 18:49:42.745552 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8728 | 2024.07.19 18:49:42.745579 [ 3 ] {} <Debug> HTTP-Session: 161ef616-360a-4f49-b6fb-f9bb13d2de61 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 8729 | 2024.07.19 18:49:42.745604 [ 3 ] {} <Debug> HTTP-Session: 161ef616-360a-4f49-b6fb-f9bb13d2de61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8730 | 2024.07.19 18:49:42.745618 [ 3 ] {} <Debug> HTTP-Session: 161ef616-360a-4f49-b6fb-f9bb13d2de61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8731 | 2024.07.19 18:49:42.745668 [ 3 ] {} <Trace> HTTP-Session: 161ef616-360a-4f49-b6fb-f9bb13d2de61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8732 | 2024.07.19 18:49:42.745865 [ 3 ] {3b0a4212-7f57-4bbe-8743-1c18386d2f8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 8733 | 2024.07.19 18:49:42.745933 [ 3 ] {3b0a4212-7f57-4bbe-8743-1c18386d2f8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 8734 | 2024.07.19 18:49:42.746125 [ 3 ] {3b0a4212-7f57-4bbe-8743-1c18386d2f8e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8735 | 2024.07.19 18:49:42.746593 [ 3 ] {3b0a4212-7f57-4bbe-8743-1c18386d2f8e} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8736 | 2024.07.19 18:49:42.746644 [ 3 ] {3b0a4212-7f57-4bbe-8743-1c18386d2f8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 8737 | 2024.07.19 18:49:42.747013 [ 3 ] {3b0a4212-7f57-4bbe-8743-1c18386d2f8e} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 8738 | 2024.07.19 18:49:42.747350 [ 3 ] {3b0a4212-7f57-4bbe-8743-1c18386d2f8e} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8739 | 2024.07.19 18:49:42.747519 [ 3 ] {3b0a4212-7f57-4bbe-8743-1c18386d2f8e} <Debug> executeQuery: Read 32 rows, 2.45 KiB in 0.00171 sec., 18713.45029239766 rows/sec., 1.40 MiB/sec. | ||
| 8740 | 2024.07.19 18:49:42.747747 [ 3 ] {3b0a4212-7f57-4bbe-8743-1c18386d2f8e} <Debug> DynamicQueryHandler: Done processing query | ||
| 8741 | 2024.07.19 18:49:42.747783 [ 3 ] {3b0a4212-7f57-4bbe-8743-1c18386d2f8e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 8742 | 2024.07.19 18:49:42.747808 [ 3 ] {} <Debug> HTTP-Session: 161ef616-360a-4f49-b6fb-f9bb13d2de61 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8743 | 2024.07.19 18:49:42.747975 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8744 | 2024.07.19 18:49:42.748055 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8745 | 2024.07.19 18:49:42.748089 [ 3 ] {} <Debug> HTTP-Session: 2d1d3bf9-4930-4d78-ae2d-7aa69ae0145f Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 8746 | 2024.07.19 18:49:42.748117 [ 3 ] {} <Debug> HTTP-Session: 2d1d3bf9-4930-4d78-ae2d-7aa69ae0145f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8747 | 2024.07.19 18:49:42.748140 [ 3 ] {} <Debug> HTTP-Session: 2d1d3bf9-4930-4d78-ae2d-7aa69ae0145f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8748 | 2024.07.19 18:49:42.748189 [ 3 ] {} <Trace> HTTP-Session: 2d1d3bf9-4930-4d78-ae2d-7aa69ae0145f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8749 | 2024.07.19 18:49:42.748332 [ 3 ] {7d34dced-3096-4a3d-9dd1-f0751c48d4e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 8750 | 2024.07.19 18:49:42.748397 [ 3 ] {7d34dced-3096-4a3d-9dd1-f0751c48d4e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8751 | 2024.07.19 18:49:42.748595 [ 3 ] {7d34dced-3096-4a3d-9dd1-f0751c48d4e5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8752 | 2024.07.19 18:49:42.748959 [ 3 ] {7d34dced-3096-4a3d-9dd1-f0751c48d4e5} <Trace> oximeter.fields_ipaddr (5b198a67-6d84-4324-b6a3-e6f140922631): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8753 | 2024.07.19 18:49:42.749010 [ 3 ] {7d34dced-3096-4a3d-9dd1-f0751c48d4e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 8754 | 2024.07.19 18:49:42.749450 [ 3 ] {7d34dced-3096-4a3d-9dd1-f0751c48d4e5} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 8755 | 2024.07.19 18:49:42.749936 [ 3 ] {7d34dced-3096-4a3d-9dd1-f0751c48d4e5} <Trace> oximeter.fields_ipaddr (5b198a67-6d84-4324-b6a3-e6f140922631): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8756 | 2024.07.19 18:49:42.750143 [ 37 ] {} <Debug> oximeter.fields_ipaddr (5b198a67-6d84-4324-b6a3-e6f140922631) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 8757 | 2024.07.19 18:49:42.750157 [ 3 ] {7d34dced-3096-4a3d-9dd1-f0751c48d4e5} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001857 sec., 1077.0059235325796 rows/sec., 87.82 KiB/sec. | ||
| 8758 | 2024.07.19 18:49:42.750237 [ 37 ] {} <Trace> oximeter.fields_ipaddr (5b198a67-6d84-4324-b6a3-e6f140922631): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8759 | 2024.07.19 18:49:42.750308 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 8760 | 2024.07.19 18:49:42.750546 [ 196 ] {5b198a67-6d84-4324-b6a3-e6f140922631::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 | ||
| 8761 | 2024.07.19 18:49:42.750563 [ 3 ] {7d34dced-3096-4a3d-9dd1-f0751c48d4e5} <Debug> DynamicQueryHandler: Done processing query | ||
| 8762 | 2024.07.19 18:49:42.750650 [ 3 ] {7d34dced-3096-4a3d-9dd1-f0751c48d4e5} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 8763 | 2024.07.19 18:49:42.750678 [ 3 ] {} <Debug> HTTP-Session: 2d1d3bf9-4930-4d78-ae2d-7aa69ae0145f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8764 | 2024.07.19 18:49:42.750820 [ 196 ] {5b198a67-6d84-4324-b6a3-e6f140922631::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8765 | 2024.07.19 18:49:42.750869 [ 196 ] {5b198a67-6d84-4324-b6a3-e6f140922631::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 | ||
| 8766 | 2024.07.19 18:49:42.750927 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 41252, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8767 | 2024.07.19 18:49:42.751081 [ 196 ] {5b198a67-6d84-4324-b6a3-e6f140922631::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 4 rows starting from the beginning of the part | ||
| 8768 | 2024.07.19 18:49:42.751108 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8769 | 2024.07.19 18:49:42.751281 [ 3 ] {} <Debug> HTTP-Session: 77f49894-63e6-4bcb-8b13-bb756436f2f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 8770 | 2024.07.19 18:49:42.751378 [ 196 ] {5b198a67-6d84-4324-b6a3-e6f140922631::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 | ||
| 8771 | 2024.07.19 18:49:42.751382 [ 3 ] {} <Debug> HTTP-Session: 77f49894-63e6-4bcb-8b13-bb756436f2f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8772 | 2024.07.19 18:49:42.751475 [ 3 ] {} <Debug> HTTP-Session: 77f49894-63e6-4bcb-8b13-bb756436f2f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8773 | 2024.07.19 18:49:42.751655 [ 196 ] {5b198a67-6d84-4324-b6a3-e6f140922631::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 4 rows starting from the beginning of the part | ||
| 8774 | 2024.07.19 18:49:42.751692 [ 3 ] {} <Trace> HTTP-Session: 77f49894-63e6-4bcb-8b13-bb756436f2f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8775 | 2024.07.19 18:49:42.751908 [ 196 ] {5b198a67-6d84-4324-b6a3-e6f140922631::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 | ||
| 8776 | 2024.07.19 18:49:42.752211 [ 196 ] {5b198a67-6d84-4324-b6a3-e6f140922631::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 | ||
| 8777 | 2024.07.19 18:49:42.752305 [ 3 ] {b7629dab-cdaa-4959-b57b-cc8b3ba66b06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 8778 | 2024.07.19 18:49:42.752603 [ 3 ] {b7629dab-cdaa-4959-b57b-cc8b3ba66b06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8779 | 2024.07.19 18:49:42.752975 [ 3 ] {b7629dab-cdaa-4959-b57b-cc8b3ba66b06} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8780 | 2024.07.19 18:49:42.754021 [ 3 ] {b7629dab-cdaa-4959-b57b-cc8b3ba66b06} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8781 | 2024.07.19 18:49:42.754084 [ 3 ] {b7629dab-cdaa-4959-b57b-cc8b3ba66b06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 8782 | 2024.07.19 18:49:42.754777 [ 198 ] {5b198a67-6d84-4324-b6a3-e6f140922631::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.004345868 sec., 7363.316143058188 rows/sec., 600.43 KiB/sec. | ||
| 8783 | 2024.07.19 18:49:42.754844 [ 3 ] {b7629dab-cdaa-4959-b57b-cc8b3ba66b06} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 8784 | 2024.07.19 18:49:42.754975 [ 190 ] {5b198a67-6d84-4324-b6a3-e6f140922631::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 8785 | 2024.07.19 18:49:42.755650 [ 3 ] {b7629dab-cdaa-4959-b57b-cc8b3ba66b06} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8786 | 2024.07.19 18:49:42.755906 [ 37 ] {} <Debug> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 8787 | 2024.07.19 18:49:42.755988 [ 3 ] {b7629dab-cdaa-4959-b57b-cc8b3ba66b06} <Debug> executeQuery: Read 276 rows, 24.49 KiB in 0.003979 sec., 69364.16184971099 rows/sec., 6.01 MiB/sec. | ||
| 8788 | 2024.07.19 18:49:42.756005 [ 190 ] {5b198a67-6d84-4324-b6a3-e6f140922631::all_1_16_3} <Trace> oximeter.fields_ipaddr (5b198a67-6d84-4324-b6a3-e6f140922631): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8789 | 2024.07.19 18:49:42.756009 [ 37 ] {} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8790 | 2024.07.19 18:49:42.756110 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 8791 | 2024.07.19 18:49:42.756413 [ 190 ] {5b198a67-6d84-4324-b6a3-e6f140922631::all_1_16_3} <Trace> oximeter.fields_ipaddr (5b198a67-6d84-4324-b6a3-e6f140922631) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 8792 | 2024.07.19 18:49:42.756588 [ 198 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::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 | ||
| 8793 | 2024.07.19 18:49:42.756755 [ 3 ] {b7629dab-cdaa-4959-b57b-cc8b3ba66b06} <Debug> DynamicQueryHandler: Done processing query | ||
| 8794 | 2024.07.19 18:49:42.756850 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 8795 | 2024.07.19 18:49:42.756873 [ 3 ] {b7629dab-cdaa-4959-b57b-cc8b3ba66b06} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
| 8796 | 2024.07.19 18:49:42.757022 [ 3 ] {} <Debug> HTTP-Session: 77f49894-63e6-4bcb-8b13-bb756436f2f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8797 | 2024.07.19 18:49:42.757156 [ 198 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8798 | 2024.07.19 18:49:42.757204 [ 198 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 295 rows starting from the beginning of the part | ||
| 8799 | 2024.07.19 18:49:42.757349 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8800 | 2024.07.19 18:49:42.757440 [ 198 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 239 rows starting from the beginning of the part | ||
| 8801 | 2024.07.19 18:49:42.757534 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8802 | 2024.07.19 18:49:42.757667 [ 3 ] {} <Debug> HTTP-Session: 816687df-52c9-4915-900d-a06fa8f820af Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 8803 | 2024.07.19 18:49:42.757738 [ 3 ] {} <Debug> HTTP-Session: 816687df-52c9-4915-900d-a06fa8f820af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8804 | 2024.07.19 18:49:42.757790 [ 198 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 70 rows starting from the beginning of the part | ||
| 8805 | 2024.07.19 18:49:42.757801 [ 3 ] {} <Debug> HTTP-Session: 816687df-52c9-4915-900d-a06fa8f820af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8806 | 2024.07.19 18:49:42.757889 [ 3 ] {} <Trace> HTTP-Session: 816687df-52c9-4915-900d-a06fa8f820af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8807 | 2024.07.19 18:49:42.758023 [ 198 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 241 rows starting from the beginning of the part | ||
| 8808 | 2024.07.19 18:49:42.758254 [ 3 ] {6571c4fd-35e2-48b9-b836-8bf004291b55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 8809 | 2024.07.19 18:49:42.758342 [ 198 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 68 rows starting from the beginning of the part | ||
| 8810 | 2024.07.19 18:49:42.758388 [ 3 ] {6571c4fd-35e2-48b9-b836-8bf004291b55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8811 | 2024.07.19 18:49:42.758596 [ 198 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 276 rows starting from the beginning of the part | ||
| 8812 | 2024.07.19 18:49:42.759224 [ 3 ] {6571c4fd-35e2-48b9-b836-8bf004291b55} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8813 | 2024.07.19 18:49:42.759676 [ 3 ] {6571c4fd-35e2-48b9-b836-8bf004291b55} <Trace> oximeter.fields_u16 (3a790436-232b-4913-bf8d-eba3067e022c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8814 | 2024.07.19 18:49:42.759720 [ 3 ] {6571c4fd-35e2-48b9-b836-8bf004291b55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 8815 | 2024.07.19 18:49:42.760221 [ 3 ] {6571c4fd-35e2-48b9-b836-8bf004291b55} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 8816 | 2024.07.19 18:49:42.760640 [ 190 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1189 rows, containing 4 columns (4 merged, 0 gathered) in 0.004365829 sec., 272342.32032450195 rows/sec., 23.51 MiB/sec. | ||
| 8817 | 2024.07.19 18:49:42.760662 [ 3 ] {6571c4fd-35e2-48b9-b836-8bf004291b55} <Trace> oximeter.fields_u16 (3a790436-232b-4913-bf8d-eba3067e022c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8818 | 2024.07.19 18:49:42.760887 [ 190 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 8819 | 2024.07.19 18:49:42.760918 [ 37 ] {} <Debug> oximeter.fields_u16 (3a790436-232b-4913-bf8d-eba3067e022c) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 8820 | 2024.07.19 18:49:42.760971 [ 3 ] {6571c4fd-35e2-48b9-b836-8bf004291b55} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.002848 sec., 702.2471910112359 rows/sec., 49.03 KiB/sec. | ||
| 8821 | 2024.07.19 18:49:42.761016 [ 37 ] {} <Trace> oximeter.fields_u16 (3a790436-232b-4913-bf8d-eba3067e022c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8822 | 2024.07.19 18:49:42.761099 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 8823 | 2024.07.19 18:49:42.761592 [ 193 ] {3a790436-232b-4913-bf8d-eba3067e022c::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 | ||
| 8824 | 2024.07.19 18:49:42.761723 [ 3 ] {6571c4fd-35e2-48b9-b836-8bf004291b55} <Debug> DynamicQueryHandler: Done processing query | ||
| 8825 | 2024.07.19 18:49:42.761813 [ 3 ] {6571c4fd-35e2-48b9-b836-8bf004291b55} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 8826 | 2024.07.19 18:49:42.761877 [ 3 ] {} <Debug> HTTP-Session: 816687df-52c9-4915-900d-a06fa8f820af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8827 | 2024.07.19 18:49:42.762010 [ 193 ] {3a790436-232b-4913-bf8d-eba3067e022c::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8828 | 2024.07.19 18:49:42.762051 [ 193 ] {3a790436-232b-4913-bf8d-eba3067e022c::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 | ||
| 8829 | 2024.07.19 18:49:42.762169 [ 190 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_46_9} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8830 | 2024.07.19 18:49:42.762340 [ 193 ] {3a790436-232b-4913-bf8d-eba3067e022c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 4 rows starting from the beginning of the part | ||
| 8831 | 2024.07.19 18:49:42.762372 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 70359, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8832 | 2024.07.19 18:49:42.762595 [ 190 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_46_9} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 8833 | 2024.07.19 18:49:42.762787 [ 193 ] {3a790436-232b-4913-bf8d-eba3067e022c::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 | ||
| 8834 | 2024.07.19 18:49:42.762926 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. | ||
| 8835 | 2024.07.19 18:49:42.762974 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8836 | 2024.07.19 18:49:42.763130 [ 3 ] {} <Debug> HTTP-Session: 6cb541dc-cc13-498c-b842-dbcf71b2d18f Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 8837 | 2024.07.19 18:49:42.763140 [ 193 ] {3a790436-232b-4913-bf8d-eba3067e022c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 4 rows starting from the beginning of the part | ||
| 8838 | 2024.07.19 18:49:42.763207 [ 3 ] {} <Debug> HTTP-Session: 6cb541dc-cc13-498c-b842-dbcf71b2d18f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8839 | 2024.07.19 18:49:42.763427 [ 3 ] {} <Debug> HTTP-Session: 6cb541dc-cc13-498c-b842-dbcf71b2d18f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8840 | 2024.07.19 18:49:42.763467 [ 193 ] {3a790436-232b-4913-bf8d-eba3067e022c::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 | ||
| 8841 | 2024.07.19 18:49:42.763624 [ 3 ] {} <Trace> HTTP-Session: 6cb541dc-cc13-498c-b842-dbcf71b2d18f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8842 | 2024.07.19 18:49:42.763733 [ 193 ] {3a790436-232b-4913-bf8d-eba3067e022c::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 | ||
| 8843 | 2024.07.19 18:49:42.764271 [ 3 ] {90bb2c8c-3dcb-46a1-9e54-ecf2926e1c7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 8844 | 2024.07.19 18:49:42.764355 [ 3 ] {90bb2c8c-3dcb-46a1-9e54-ecf2926e1c7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8845 | 2024.07.19 18:49:42.764857 [ 3 ] {90bb2c8c-3dcb-46a1-9e54-ecf2926e1c7f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8846 | 2024.07.19 18:49:42.766101 [ 190 ] {3a790436-232b-4913-bf8d-eba3067e022c::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.004854026 sec., 6592.4657181481925 rows/sec., 460.31 KiB/sec. | ||
| 8847 | 2024.07.19 18:49:42.766167 [ 3 ] {90bb2c8c-3dcb-46a1-9e54-ecf2926e1c7f} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8848 | 2024.07.19 18:49:42.766216 [ 3 ] {90bb2c8c-3dcb-46a1-9e54-ecf2926e1c7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 8849 | 2024.07.19 18:49:42.766268 [ 194 ] {3a790436-232b-4913-bf8d-eba3067e022c::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 8850 | 2024.07.19 18:49:42.766716 [ 3 ] {90bb2c8c-3dcb-46a1-9e54-ecf2926e1c7f} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 8851 | 2024.07.19 18:49:42.766866 [ 194 ] {3a790436-232b-4913-bf8d-eba3067e022c::all_1_16_3} <Trace> oximeter.fields_u16 (3a790436-232b-4913-bf8d-eba3067e022c): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8852 | 2024.07.19 18:49:42.766991 [ 194 ] {3a790436-232b-4913-bf8d-eba3067e022c::all_1_16_3} <Trace> oximeter.fields_u16 (3a790436-232b-4913-bf8d-eba3067e022c) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 8853 | 2024.07.19 18:49:42.767101 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 8854 | 2024.07.19 18:49:42.767123 [ 3 ] {90bb2c8c-3dcb-46a1-9e54-ecf2926e1c7f} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8855 | 2024.07.19 18:49:42.767299 [ 37 ] {} <Debug> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 8856 | 2024.07.19 18:49:42.767300 [ 3 ] {90bb2c8c-3dcb-46a1-9e54-ecf2926e1c7f} <Debug> executeQuery: Read 434 rows, 31.62 KiB in 0.003319 sec., 130762.27779451643 rows/sec., 9.30 MiB/sec. | ||
| 8857 | 2024.07.19 18:49:42.767362 [ 37 ] {} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8858 | 2024.07.19 18:49:42.767450 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 8859 | 2024.07.19 18:49:42.767652 [ 192 ] {67671d04-4863-4609-b795-f6318ed5bf2b::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 | ||
| 8860 | 2024.07.19 18:49:42.767685 [ 3 ] {90bb2c8c-3dcb-46a1-9e54-ecf2926e1c7f} <Debug> DynamicQueryHandler: Done processing query | ||
| 8861 | 2024.07.19 18:49:42.767747 [ 3 ] {90bb2c8c-3dcb-46a1-9e54-ecf2926e1c7f} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 8862 | 2024.07.19 18:49:42.767766 [ 3 ] {} <Debug> HTTP-Session: 6cb541dc-cc13-498c-b842-dbcf71b2d18f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8863 | 2024.07.19 18:49:42.767901 [ 192 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8864 | 2024.07.19 18:49:42.767944 [ 192 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 470 rows starting from the beginning of the part | ||
| 8865 | 2024.07.19 18:49:42.768094 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8866 | 2024.07.19 18:49:42.768167 [ 192 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 408 rows starting from the beginning of the part | ||
| 8867 | 2024.07.19 18:49:42.768280 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8868 | 2024.07.19 18:49:42.768428 [ 192 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 72 rows starting from the beginning of the part | ||
| 8869 | 2024.07.19 18:49:42.768439 [ 3 ] {} <Debug> HTTP-Session: 0012781e-1571-42e8-b61c-8aa027d299bb Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 8870 | 2024.07.19 18:49:42.768534 [ 3 ] {} <Debug> HTTP-Session: 0012781e-1571-42e8-b61c-8aa027d299bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8871 | 2024.07.19 18:49:42.768671 [ 3 ] {} <Debug> HTTP-Session: 0012781e-1571-42e8-b61c-8aa027d299bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8872 | 2024.07.19 18:49:42.768707 [ 192 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 412 rows starting from the beginning of the part | ||
| 8873 | 2024.07.19 18:49:42.768841 [ 3 ] {} <Trace> HTTP-Session: 0012781e-1571-42e8-b61c-8aa027d299bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8874 | 2024.07.19 18:49:42.768986 [ 192 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 68 rows starting from the beginning of the part | ||
| 8875 | 2024.07.19 18:49:42.769207 [ 192 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 434 rows starting from the beginning of the part | ||
| 8876 | 2024.07.19 18:49:42.769363 [ 3 ] {b7d46d6b-4864-4640-b313-6ca1bb4ae09f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 8877 | 2024.07.19 18:49:42.769657 [ 3 ] {b7d46d6b-4864-4640-b313-6ca1bb4ae09f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8878 | 2024.07.19 18:49:42.770043 [ 3 ] {b7d46d6b-4864-4640-b313-6ca1bb4ae09f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8879 | 2024.07.19 18:49:42.770771 [ 3 ] {b7d46d6b-4864-4640-b313-6ca1bb4ae09f} <Trace> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8880 | 2024.07.19 18:49:42.770836 [ 3 ] {b7d46d6b-4864-4640-b313-6ca1bb4ae09f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 8881 | 2024.07.19 18:49:42.771671 [ 3 ] {b7d46d6b-4864-4640-b313-6ca1bb4ae09f} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 8882 | 2024.07.19 18:49:42.772316 [ 192 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1864 rows, containing 4 columns (4 merged, 0 gathered) in 0.004755684 sec., 391952.0304545046 rows/sec., 28.09 MiB/sec. | ||
| 8883 | 2024.07.19 18:49:42.772450 [ 3 ] {b7d46d6b-4864-4640-b313-6ca1bb4ae09f} <Trace> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8884 | 2024.07.19 18:49:42.772561 [ 192 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 8885 | 2024.07.19 18:49:42.772835 [ 3 ] {b7d46d6b-4864-4640-b313-6ca1bb4ae09f} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.00367 sec., 1634.8773841961852 rows/sec., 70.25 KiB/sec. | ||
| 8886 | 2024.07.19 18:49:42.773676 [ 3 ] {b7d46d6b-4864-4640-b313-6ca1bb4ae09f} <Debug> DynamicQueryHandler: Done processing query | ||
| 8887 | 2024.07.19 18:49:42.773711 [ 3 ] {b7d46d6b-4864-4640-b313-6ca1bb4ae09f} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 8888 | 2024.07.19 18:49:42.773755 [ 3 ] {} <Debug> HTTP-Session: 0012781e-1571-42e8-b61c-8aa027d299bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8889 | 2024.07.19 18:49:42.773893 [ 192 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_46_9} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8890 | 2024.07.19 18:49:42.773920 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 14079, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8891 | 2024.07.19 18:49:42.774022 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8892 | 2024.07.19 18:49:42.774056 [ 192 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_46_9} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 8893 | 2024.07.19 18:49:42.774067 [ 3 ] {} <Debug> HTTP-Session: 2a945b19-a712-4d7f-8772-f7cff2d523cb Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 8894 | 2024.07.19 18:49:42.774107 [ 3 ] {} <Debug> HTTP-Session: 2a945b19-a712-4d7f-8772-f7cff2d523cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8895 | 2024.07.19 18:49:42.774141 [ 3 ] {} <Debug> HTTP-Session: 2a945b19-a712-4d7f-8772-f7cff2d523cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8896 | 2024.07.19 18:49:42.774220 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. | ||
| 8897 | 2024.07.19 18:49:42.774228 [ 3 ] {} <Trace> HTTP-Session: 2a945b19-a712-4d7f-8772-f7cff2d523cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8898 | 2024.07.19 18:49:42.774409 [ 3 ] {8f5c5186-ae99-48d2-9257-d3bbe36dcc0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 8899 | 2024.07.19 18:49:42.774458 [ 3 ] {8f5c5186-ae99-48d2-9257-d3bbe36dcc0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 8900 | 2024.07.19 18:49:42.774628 [ 3 ] {8f5c5186-ae99-48d2-9257-d3bbe36dcc0c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8901 | 2024.07.19 18:49:42.774981 [ 3 ] {8f5c5186-ae99-48d2-9257-d3bbe36dcc0c} <Trace> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8902 | 2024.07.19 18:49:42.775017 [ 3 ] {8f5c5186-ae99-48d2-9257-d3bbe36dcc0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 8903 | 2024.07.19 18:49:42.775392 [ 3 ] {8f5c5186-ae99-48d2-9257-d3bbe36dcc0c} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 8904 | 2024.07.19 18:49:42.775741 [ 3 ] {8f5c5186-ae99-48d2-9257-d3bbe36dcc0c} <Trace> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8905 | 2024.07.19 18:49:42.775902 [ 3 ] {8f5c5186-ae99-48d2-9257-d3bbe36dcc0c} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001555 sec., 49517.68488745981 rows/sec., 3.05 MiB/sec. | ||
| 8906 | 2024.07.19 18:49:42.776123 [ 3 ] {8f5c5186-ae99-48d2-9257-d3bbe36dcc0c} <Debug> DynamicQueryHandler: Done processing query | ||
| 8907 | 2024.07.19 18:49:42.776150 [ 3 ] {8f5c5186-ae99-48d2-9257-d3bbe36dcc0c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 8908 | 2024.07.19 18:49:42.776166 [ 3 ] {} <Debug> HTTP-Session: 2a945b19-a712-4d7f-8772-f7cff2d523cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8909 | 2024.07.19 18:49:42.776338 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 37787, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8910 | 2024.07.19 18:49:42.776387 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8911 | 2024.07.19 18:49:42.776405 [ 3 ] {} <Debug> HTTP-Session: 2ffc7020-7bbf-4c12-9a31-07fd9ab7fde4 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 8912 | 2024.07.19 18:49:42.776421 [ 3 ] {} <Debug> HTTP-Session: 2ffc7020-7bbf-4c12-9a31-07fd9ab7fde4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8913 | 2024.07.19 18:49:42.776435 [ 3 ] {} <Debug> HTTP-Session: 2ffc7020-7bbf-4c12-9a31-07fd9ab7fde4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8914 | 2024.07.19 18:49:42.776465 [ 3 ] {} <Trace> HTTP-Session: 2ffc7020-7bbf-4c12-9a31-07fd9ab7fde4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8915 | 2024.07.19 18:49:42.776667 [ 3 ] {e2b4e937-b5ec-4608-a04c-9c1cf3cee436} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8916 | 2024.07.19 18:49:42.776713 [ 3 ] {e2b4e937-b5ec-4608-a04c-9c1cf3cee436} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8917 | 2024.07.19 18:49:42.776856 [ 3 ] {e2b4e937-b5ec-4608-a04c-9c1cf3cee436} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8918 | 2024.07.19 18:49:42.777279 [ 3 ] {e2b4e937-b5ec-4608-a04c-9c1cf3cee436} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8919 | 2024.07.19 18:49:42.777315 [ 3 ] {e2b4e937-b5ec-4608-a04c-9c1cf3cee436} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 8920 | 2024.07.19 18:49:42.777753 [ 3 ] {e2b4e937-b5ec-4608-a04c-9c1cf3cee436} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 8921 | 2024.07.19 18:49:42.778097 [ 3 ] {e2b4e937-b5ec-4608-a04c-9c1cf3cee436} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8922 | 2024.07.19 18:49:42.778264 [ 3 ] {e2b4e937-b5ec-4608-a04c-9c1cf3cee436} <Debug> executeQuery: Read 197 rows, 14.08 KiB in 0.001691 sec., 116499.11295091662 rows/sec., 8.13 MiB/sec. | ||
| 8923 | 2024.07.19 18:49:42.778605 [ 3 ] {e2b4e937-b5ec-4608-a04c-9c1cf3cee436} <Debug> DynamicQueryHandler: Done processing query | ||
| 8924 | 2024.07.19 18:49:42.778643 [ 3 ] {e2b4e937-b5ec-4608-a04c-9c1cf3cee436} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 8925 | 2024.07.19 18:49:42.778660 [ 3 ] {} <Debug> HTTP-Session: 2ffc7020-7bbf-4c12-9a31-07fd9ab7fde4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8926 | 2024.07.19 18:49:42.778830 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 41968, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8927 | 2024.07.19 18:49:42.778882 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8928 | 2024.07.19 18:49:42.778900 [ 3 ] {} <Debug> HTTP-Session: 60993966-e320-4cac-9805-fcd7fea5d553 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 8929 | 2024.07.19 18:49:42.778917 [ 3 ] {} <Debug> HTTP-Session: 60993966-e320-4cac-9805-fcd7fea5d553 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8930 | 2024.07.19 18:49:42.778931 [ 3 ] {} <Debug> HTTP-Session: 60993966-e320-4cac-9805-fcd7fea5d553 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8931 | 2024.07.19 18:49:42.778962 [ 3 ] {} <Trace> HTTP-Session: 60993966-e320-4cac-9805-fcd7fea5d553 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8932 | 2024.07.19 18:49:42.779244 [ 3 ] {5fd6c0e1-2d26-41d2-b00c-7e8d99f6ca54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 8933 | 2024.07.19 18:49:42.779317 [ 3 ] {5fd6c0e1-2d26-41d2-b00c-7e8d99f6ca54} <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 | ||
| 8934 | 2024.07.19 18:49:42.779753 [ 3 ] {5fd6c0e1-2d26-41d2-b00c-7e8d99f6ca54} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8935 | 2024.07.19 18:49:42.780495 [ 3 ] {5fd6c0e1-2d26-41d2-b00c-7e8d99f6ca54} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8936 | 2024.07.19 18:49:42.780533 [ 3 ] {5fd6c0e1-2d26-41d2-b00c-7e8d99f6ca54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 8937 | 2024.07.19 18:49:42.781150 [ 3 ] {5fd6c0e1-2d26-41d2-b00c-7e8d99f6ca54} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 8938 | 2024.07.19 18:49:42.781548 [ 3 ] {5fd6c0e1-2d26-41d2-b00c-7e8d99f6ca54} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8939 | 2024.07.19 18:49:42.781746 [ 3 ] {5fd6c0e1-2d26-41d2-b00c-7e8d99f6ca54} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002693 sec., 9654.660230226513 rows/sec., 17.30 MiB/sec. | ||
| 8940 | 2024.07.19 18:49:42.781967 [ 3 ] {5fd6c0e1-2d26-41d2-b00c-7e8d99f6ca54} <Debug> DynamicQueryHandler: Done processing query | ||
| 8941 | 2024.07.19 18:49:42.781991 [ 3 ] {5fd6c0e1-2d26-41d2-b00c-7e8d99f6ca54} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 8942 | 2024.07.19 18:49:42.782007 [ 3 ] {} <Debug> HTTP-Session: 60993966-e320-4cac-9805-fcd7fea5d553 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8943 | 2024.07.19 18:49:42.782139 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 3212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8944 | 2024.07.19 18:49:42.782210 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8945 | 2024.07.19 18:49:42.782234 [ 3 ] {} <Debug> HTTP-Session: a42909a0-2a51-4dab-9385-15e99d7f84f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 8946 | 2024.07.19 18:49:42.782254 [ 3 ] {} <Debug> HTTP-Session: a42909a0-2a51-4dab-9385-15e99d7f84f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8947 | 2024.07.19 18:49:42.782272 [ 3 ] {} <Debug> HTTP-Session: a42909a0-2a51-4dab-9385-15e99d7f84f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8948 | 2024.07.19 18:49:42.782311 [ 3 ] {} <Trace> HTTP-Session: a42909a0-2a51-4dab-9385-15e99d7f84f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8949 | 2024.07.19 18:49:42.782437 [ 3 ] {4bc0c76e-b9c5-44dc-908d-0ae8dda6605d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 8950 | 2024.07.19 18:49:42.782481 [ 3 ] {4bc0c76e-b9c5-44dc-908d-0ae8dda6605d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 8951 | 2024.07.19 18:49:42.782607 [ 3 ] {4bc0c76e-b9c5-44dc-908d-0ae8dda6605d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8952 | 2024.07.19 18:49:42.782900 [ 3 ] {4bc0c76e-b9c5-44dc-908d-0ae8dda6605d} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8953 | 2024.07.19 18:49:42.782937 [ 3 ] {4bc0c76e-b9c5-44dc-908d-0ae8dda6605d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 8954 | 2024.07.19 18:49:42.783291 [ 3 ] {4bc0c76e-b9c5-44dc-908d-0ae8dda6605d} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 8955 | 2024.07.19 18:49:42.783606 [ 3 ] {4bc0c76e-b9c5-44dc-908d-0ae8dda6605d} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8956 | 2024.07.19 18:49:42.783763 [ 3 ] {4bc0c76e-b9c5-44dc-908d-0ae8dda6605d} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.00135 sec., 17037.037037037036 rows/sec., 921.59 KiB/sec. | ||
| 8957 | 2024.07.19 18:49:42.783766 [ 37 ] {} <Debug> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 8958 | 2024.07.19 18:49:42.783860 [ 37 ] {} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8959 | 2024.07.19 18:49:42.783917 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 8960 | 2024.07.19 18:49:42.784068 [ 3 ] {4bc0c76e-b9c5-44dc-908d-0ae8dda6605d} <Debug> DynamicQueryHandler: Done processing query | ||
| 8961 | 2024.07.19 18:49:42.784094 [ 190 ] {797d7d8d-66e4-41ae-bea2-1c27ec06771c::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 | ||
| 8962 | 2024.07.19 18:49:42.784108 [ 3 ] {4bc0c76e-b9c5-44dc-908d-0ae8dda6605d} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 8963 | 2024.07.19 18:49:42.784160 [ 3 ] {} <Debug> HTTP-Session: a42909a0-2a51-4dab-9385-15e99d7f84f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8964 | 2024.07.19 18:49:42.784281 [ 190 ] {797d7d8d-66e4-41ae-bea2-1c27ec06771c::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8965 | 2024.07.19 18:49:42.784347 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8966 | 2024.07.19 18:49:42.784348 [ 190 ] {797d7d8d-66e4-41ae-bea2-1c27ec06771c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 349 rows starting from the beginning of the part | ||
| 8967 | 2024.07.19 18:49:42.784434 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8968 | 2024.07.19 18:49:42.784540 [ 3 ] {} <Debug> HTTP-Session: b727b5c6-83b7-4944-be5b-4236608abffb Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 8969 | 2024.07.19 18:49:42.784565 [ 190 ] {797d7d8d-66e4-41ae-bea2-1c27ec06771c::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 | ||
| 8970 | 2024.07.19 18:49:42.784605 [ 3 ] {} <Debug> HTTP-Session: b727b5c6-83b7-4944-be5b-4236608abffb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8971 | 2024.07.19 18:49:42.784685 [ 3 ] {} <Debug> HTTP-Session: b727b5c6-83b7-4944-be5b-4236608abffb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8972 | 2024.07.19 18:49:42.784881 [ 190 ] {797d7d8d-66e4-41ae-bea2-1c27ec06771c::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 | ||
| 8973 | 2024.07.19 18:49:42.784941 [ 3 ] {} <Trace> HTTP-Session: b727b5c6-83b7-4944-be5b-4236608abffb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8974 | 2024.07.19 18:49:42.785197 [ 190 ] {797d7d8d-66e4-41ae-bea2-1c27ec06771c::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 | ||
| 8975 | 2024.07.19 18:49:42.785419 [ 190 ] {797d7d8d-66e4-41ae-bea2-1c27ec06771c::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 | ||
| 8976 | 2024.07.19 18:49:42.785594 [ 3 ] {210b26e2-b097-4cfe-abd6-52070acf5c32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 8977 | 2024.07.19 18:49:42.785670 [ 190 ] {797d7d8d-66e4-41ae-bea2-1c27ec06771c::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 | ||
| 8978 | 2024.07.19 18:49:42.785974 [ 3 ] {210b26e2-b097-4cfe-abd6-52070acf5c32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8979 | 2024.07.19 18:49:42.786448 [ 3 ] {210b26e2-b097-4cfe-abd6-52070acf5c32} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8980 | 2024.07.19 18:49:42.787240 [ 3 ] {210b26e2-b097-4cfe-abd6-52070acf5c32} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8981 | 2024.07.19 18:49:42.787317 [ 3 ] {210b26e2-b097-4cfe-abd6-52070acf5c32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 8982 | 2024.07.19 18:49:42.788322 [ 3 ] {210b26e2-b097-4cfe-abd6-52070acf5c32} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 8983 | 2024.07.19 18:49:42.788481 [ 200 ] {797d7d8d-66e4-41ae-bea2-1c27ec06771c::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 464 rows, containing 4 columns (4 merged, 0 gathered) in 0.00447312 sec., 103730.72933433487 rows/sec., 5.60 MiB/sec. | ||
| 8984 | 2024.07.19 18:49:42.788783 [ 200 ] {797d7d8d-66e4-41ae-bea2-1c27ec06771c::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 8985 | 2024.07.19 18:49:42.788962 [ 3 ] {210b26e2-b097-4cfe-abd6-52070acf5c32} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8986 | 2024.07.19 18:49:42.789330 [ 3 ] {210b26e2-b097-4cfe-abd6-52070acf5c32} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004006 sec., 14977.533699450823 rows/sec., 1.01 MiB/sec. | ||
| 8987 | 2024.07.19 18:49:42.789740 [ 3 ] {210b26e2-b097-4cfe-abd6-52070acf5c32} <Debug> DynamicQueryHandler: Done processing query | ||
| 8988 | 2024.07.19 18:49:42.789788 [ 3 ] {210b26e2-b097-4cfe-abd6-52070acf5c32} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 8989 | 2024.07.19 18:49:42.789803 [ 200 ] {797d7d8d-66e4-41ae-bea2-1c27ec06771c::all_1_21_4} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8990 | 2024.07.19 18:49:42.789817 [ 3 ] {} <Debug> HTTP-Session: b727b5c6-83b7-4944-be5b-4236608abffb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8991 | 2024.07.19 18:49:42.789948 [ 200 ] {797d7d8d-66e4-41ae-bea2-1c27ec06771c::all_1_21_4} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 8992 | 2024.07.19 18:49:42.790060 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 8993 | 2024.07.19 18:49:45.516079 [ 30 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8994 | 2024.07.19 18:49:45.516132 [ 30 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8995 | 2024.07.19 18:49:47.739034 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 623, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8996 | 2024.07.19 18:49:47.739163 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8997 | 2024.07.19 18:49:47.739189 [ 3 ] {} <Debug> HTTP-Session: 07a5263d-790e-4901-8682-896f61c3587f Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 8998 | 2024.07.19 18:49:47.739213 [ 3 ] {} <Debug> HTTP-Session: 07a5263d-790e-4901-8682-896f61c3587f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8999 | 2024.07.19 18:49:47.739228 [ 3 ] {} <Debug> HTTP-Session: 07a5263d-790e-4901-8682-896f61c3587f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9000 | 2024.07.19 18:49:47.739276 [ 3 ] {} <Trace> HTTP-Session: 07a5263d-790e-4901-8682-896f61c3587f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9001 | 2024.07.19 18:49:47.739453 [ 3 ] {8e1a5d61-e3b9-4025-9872-b6857bcb93d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 9002 | 2024.07.19 18:49:47.739518 [ 3 ] {8e1a5d61-e3b9-4025-9872-b6857bcb93d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 9003 | 2024.07.19 18:49:47.739711 [ 3 ] {8e1a5d61-e3b9-4025-9872-b6857bcb93d4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9004 | 2024.07.19 18:49:47.740178 [ 3 ] {8e1a5d61-e3b9-4025-9872-b6857bcb93d4} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9005 | 2024.07.19 18:49:47.740219 [ 3 ] {8e1a5d61-e3b9-4025-9872-b6857bcb93d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 9006 | 2024.07.19 18:49:47.740588 [ 3 ] {8e1a5d61-e3b9-4025-9872-b6857bcb93d4} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 9007 | 2024.07.19 18:49:47.740927 [ 3 ] {8e1a5d61-e3b9-4025-9872-b6857bcb93d4} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9008 | 2024.07.19 18:49:47.741112 [ 3 ] {8e1a5d61-e3b9-4025-9872-b6857bcb93d4} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001704 sec., 2347.417840375587 rows/sec., 190.27 KiB/sec. | ||
| 9009 | 2024.07.19 18:49:47.741313 [ 3 ] {8e1a5d61-e3b9-4025-9872-b6857bcb93d4} <Debug> DynamicQueryHandler: Done processing query | ||
| 9010 | 2024.07.19 18:49:47.741340 [ 3 ] {8e1a5d61-e3b9-4025-9872-b6857bcb93d4} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 9011 | 2024.07.19 18:49:47.741356 [ 3 ] {} <Debug> HTTP-Session: 07a5263d-790e-4901-8682-896f61c3587f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9012 | 2024.07.19 18:49:47.741481 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 680, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9013 | 2024.07.19 18:49:47.741536 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9014 | 2024.07.19 18:49:47.741555 [ 3 ] {} <Debug> HTTP-Session: 85427309-20c8-4e35-b90f-89dfc627f370 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 9015 | 2024.07.19 18:49:47.741573 [ 3 ] {} <Debug> HTTP-Session: 85427309-20c8-4e35-b90f-89dfc627f370 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9016 | 2024.07.19 18:49:47.741587 [ 3 ] {} <Debug> HTTP-Session: 85427309-20c8-4e35-b90f-89dfc627f370 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9017 | 2024.07.19 18:49:47.741624 [ 3 ] {} <Trace> HTTP-Session: 85427309-20c8-4e35-b90f-89dfc627f370 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9018 | 2024.07.19 18:49:47.741727 [ 3 ] {40fa011f-1b0c-4337-a276-d783a7346d1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 9019 | 2024.07.19 18:49:47.741773 [ 3 ] {40fa011f-1b0c-4337-a276-d783a7346d1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 9020 | 2024.07.19 18:49:47.741905 [ 3 ] {40fa011f-1b0c-4337-a276-d783a7346d1d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9021 | 2024.07.19 18:49:47.742224 [ 3 ] {40fa011f-1b0c-4337-a276-d783a7346d1d} <Trace> oximeter.fields_ipaddr (5b198a67-6d84-4324-b6a3-e6f140922631): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9022 | 2024.07.19 18:49:47.742260 [ 3 ] {40fa011f-1b0c-4337-a276-d783a7346d1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 9023 | 2024.07.19 18:49:47.742555 [ 3 ] {40fa011f-1b0c-4337-a276-d783a7346d1d} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 9024 | 2024.07.19 18:49:47.742863 [ 3 ] {40fa011f-1b0c-4337-a276-d783a7346d1d} <Trace> oximeter.fields_ipaddr (5b198a67-6d84-4324-b6a3-e6f140922631): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9025 | 2024.07.19 18:49:47.743024 [ 3 ] {40fa011f-1b0c-4337-a276-d783a7346d1d} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001317 sec., 3037.205770690964 rows/sec., 247.66 KiB/sec. | ||
| 9026 | 2024.07.19 18:49:47.743192 [ 3 ] {40fa011f-1b0c-4337-a276-d783a7346d1d} <Debug> DynamicQueryHandler: Done processing query | ||
| 9027 | 2024.07.19 18:49:47.743217 [ 3 ] {40fa011f-1b0c-4337-a276-d783a7346d1d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 9028 | 2024.07.19 18:49:47.743233 [ 3 ] {} <Debug> HTTP-Session: 85427309-20c8-4e35-b90f-89dfc627f370 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9029 | 2024.07.19 18:49:47.743343 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9930, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9030 | 2024.07.19 18:49:47.743391 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9031 | 2024.07.19 18:49:47.743410 [ 3 ] {} <Debug> HTTP-Session: dd3885fd-5572-42d8-953b-16928e86cf03 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 9032 | 2024.07.19 18:49:47.743426 [ 3 ] {} <Debug> HTTP-Session: dd3885fd-5572-42d8-953b-16928e86cf03 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9033 | 2024.07.19 18:49:47.743439 [ 3 ] {} <Debug> HTTP-Session: dd3885fd-5572-42d8-953b-16928e86cf03 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9034 | 2024.07.19 18:49:47.743470 [ 3 ] {} <Trace> HTTP-Session: dd3885fd-5572-42d8-953b-16928e86cf03 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9035 | 2024.07.19 18:49:47.743591 [ 3 ] {531098d8-982b-45e8-ac6b-90a21ec8d795} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 9036 | 2024.07.19 18:49:47.743634 [ 3 ] {531098d8-982b-45e8-ac6b-90a21ec8d795} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9037 | 2024.07.19 18:49:47.743760 [ 3 ] {531098d8-982b-45e8-ac6b-90a21ec8d795} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9038 | 2024.07.19 18:49:47.744092 [ 3 ] {531098d8-982b-45e8-ac6b-90a21ec8d795} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9039 | 2024.07.19 18:49:47.744127 [ 3 ] {531098d8-982b-45e8-ac6b-90a21ec8d795} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 9040 | 2024.07.19 18:49:47.744457 [ 3 ] {531098d8-982b-45e8-ac6b-90a21ec8d795} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 9041 | 2024.07.19 18:49:47.744767 [ 3 ] {531098d8-982b-45e8-ac6b-90a21ec8d795} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9042 | 2024.07.19 18:49:47.744931 [ 3 ] {531098d8-982b-45e8-ac6b-90a21ec8d795} <Debug> executeQuery: Read 70 rows, 5.65 KiB in 0.001376 sec., 50872.09302325581 rows/sec., 4.01 MiB/sec. | ||
| 9043 | 2024.07.19 18:49:47.745100 [ 3 ] {531098d8-982b-45e8-ac6b-90a21ec8d795} <Debug> DynamicQueryHandler: Done processing query | ||
| 9044 | 2024.07.19 18:49:47.745124 [ 3 ] {531098d8-982b-45e8-ac6b-90a21ec8d795} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 9045 | 2024.07.19 18:49:47.745139 [ 3 ] {} <Debug> HTTP-Session: dd3885fd-5572-42d8-953b-16928e86cf03 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9046 | 2024.07.19 18:49:47.745235 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9047 | 2024.07.19 18:49:47.745282 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9048 | 2024.07.19 18:49:47.745301 [ 3 ] {} <Debug> HTTP-Session: b0ae7e71-eff6-43ee-bd9e-064e3ac2e623 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 9049 | 2024.07.19 18:49:47.745317 [ 3 ] {} <Debug> HTTP-Session: b0ae7e71-eff6-43ee-bd9e-064e3ac2e623 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9050 | 2024.07.19 18:49:47.745330 [ 3 ] {} <Debug> HTTP-Session: b0ae7e71-eff6-43ee-bd9e-064e3ac2e623 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9051 | 2024.07.19 18:49:47.745360 [ 3 ] {} <Trace> HTTP-Session: b0ae7e71-eff6-43ee-bd9e-064e3ac2e623 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9052 | 2024.07.19 18:49:47.745453 [ 3 ] {cfd37fd4-f9f6-41ca-b70b-df7a758e0802} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 9053 | 2024.07.19 18:49:47.745495 [ 3 ] {cfd37fd4-f9f6-41ca-b70b-df7a758e0802} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9054 | 2024.07.19 18:49:47.745624 [ 3 ] {cfd37fd4-f9f6-41ca-b70b-df7a758e0802} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9055 | 2024.07.19 18:49:47.745896 [ 3 ] {cfd37fd4-f9f6-41ca-b70b-df7a758e0802} <Trace> oximeter.fields_u16 (3a790436-232b-4913-bf8d-eba3067e022c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9056 | 2024.07.19 18:49:47.745932 [ 3 ] {cfd37fd4-f9f6-41ca-b70b-df7a758e0802} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 9057 | 2024.07.19 18:49:47.746222 [ 3 ] {cfd37fd4-f9f6-41ca-b70b-df7a758e0802} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 9058 | 2024.07.19 18:49:47.746525 [ 3 ] {cfd37fd4-f9f6-41ca-b70b-df7a758e0802} <Trace> oximeter.fields_u16 (3a790436-232b-4913-bf8d-eba3067e022c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9059 | 2024.07.19 18:49:47.746679 [ 3 ] {cfd37fd4-f9f6-41ca-b70b-df7a758e0802} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001241 sec., 3223.2070910556004 rows/sec., 225.06 KiB/sec. | ||
| 9060 | 2024.07.19 18:49:47.747015 [ 3 ] {cfd37fd4-f9f6-41ca-b70b-df7a758e0802} <Debug> DynamicQueryHandler: Done processing query | ||
| 9061 | 2024.07.19 18:49:47.747057 [ 3 ] {cfd37fd4-f9f6-41ca-b70b-df7a758e0802} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 9062 | 2024.07.19 18:49:47.747084 [ 3 ] {} <Debug> HTTP-Session: b0ae7e71-eff6-43ee-bd9e-064e3ac2e623 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9063 | 2024.07.19 18:49:47.747201 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 12248, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9064 | 2024.07.19 18:49:47.747250 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9065 | 2024.07.19 18:49:47.747268 [ 3 ] {} <Debug> HTTP-Session: 92f7b205-5e98-4594-b95b-4517a4eefba4 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 9066 | 2024.07.19 18:49:47.747284 [ 3 ] {} <Debug> HTTP-Session: 92f7b205-5e98-4594-b95b-4517a4eefba4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9067 | 2024.07.19 18:49:47.747297 [ 3 ] {} <Debug> HTTP-Session: 92f7b205-5e98-4594-b95b-4517a4eefba4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9068 | 2024.07.19 18:49:47.747327 [ 3 ] {} <Trace> HTTP-Session: 92f7b205-5e98-4594-b95b-4517a4eefba4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9069 | 2024.07.19 18:49:47.747448 [ 3 ] {e58a65a4-b47f-4ac4-9f3d-c49bc3446cb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 9070 | 2024.07.19 18:49:47.747492 [ 3 ] {e58a65a4-b47f-4ac4-9f3d-c49bc3446cb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9071 | 2024.07.19 18:49:47.747658 [ 3 ] {e58a65a4-b47f-4ac4-9f3d-c49bc3446cb2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9072 | 2024.07.19 18:49:47.748050 [ 3 ] {e58a65a4-b47f-4ac4-9f3d-c49bc3446cb2} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9073 | 2024.07.19 18:49:47.748085 [ 3 ] {e58a65a4-b47f-4ac4-9f3d-c49bc3446cb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 9074 | 2024.07.19 18:49:47.748393 [ 3 ] {e58a65a4-b47f-4ac4-9f3d-c49bc3446cb2} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 9075 | 2024.07.19 18:49:47.748689 [ 3 ] {e58a65a4-b47f-4ac4-9f3d-c49bc3446cb2} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9076 | 2024.07.19 18:49:47.748838 [ 3 ] {e58a65a4-b47f-4ac4-9f3d-c49bc3446cb2} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001428 sec., 50420.16806722689 rows/sec., 3.94 MiB/sec. | ||
| 9077 | 2024.07.19 18:49:47.749003 [ 3 ] {e58a65a4-b47f-4ac4-9f3d-c49bc3446cb2} <Debug> DynamicQueryHandler: Done processing query | ||
| 9078 | 2024.07.19 18:49:47.749026 [ 3 ] {e58a65a4-b47f-4ac4-9f3d-c49bc3446cb2} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 9079 | 2024.07.19 18:49:47.749041 [ 3 ] {} <Debug> HTTP-Session: 92f7b205-5e98-4594-b95b-4517a4eefba4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9080 | 2024.07.19 18:49:47.749172 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 31021, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9081 | 2024.07.19 18:49:47.749221 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9082 | 2024.07.19 18:49:47.749239 [ 3 ] {} <Debug> HTTP-Session: 1d143df8-e3d3-4597-9dbc-65568f49c330 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 9083 | 2024.07.19 18:49:47.749255 [ 3 ] {} <Debug> HTTP-Session: 1d143df8-e3d3-4597-9dbc-65568f49c330 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9084 | 2024.07.19 18:49:47.749268 [ 3 ] {} <Debug> HTTP-Session: 1d143df8-e3d3-4597-9dbc-65568f49c330 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9085 | 2024.07.19 18:49:47.749297 [ 3 ] {} <Trace> HTTP-Session: 1d143df8-e3d3-4597-9dbc-65568f49c330 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9086 | 2024.07.19 18:49:47.749439 [ 3 ] {6584d428-bb35-4141-934a-5c449fbce3d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 9087 | 2024.07.19 18:49:47.749483 [ 3 ] {6584d428-bb35-4141-934a-5c449fbce3d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9088 | 2024.07.19 18:49:47.749625 [ 3 ] {6584d428-bb35-4141-934a-5c449fbce3d3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9089 | 2024.07.19 18:49:47.750025 [ 3 ] {6584d428-bb35-4141-934a-5c449fbce3d3} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9090 | 2024.07.19 18:49:47.750059 [ 3 ] {6584d428-bb35-4141-934a-5c449fbce3d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 9091 | 2024.07.19 18:49:47.750464 [ 3 ] {6584d428-bb35-4141-934a-5c449fbce3d3} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 9092 | 2024.07.19 18:49:47.750798 [ 3 ] {6584d428-bb35-4141-934a-5c449fbce3d3} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9093 | 2024.07.19 18:49:47.750955 [ 3 ] {6584d428-bb35-4141-934a-5c449fbce3d3} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001577 sec., 102726.69625871908 rows/sec., 7.15 MiB/sec. | ||
| 9094 | 2024.07.19 18:49:47.751117 [ 3 ] {6584d428-bb35-4141-934a-5c449fbce3d3} <Debug> DynamicQueryHandler: Done processing query | ||
| 9095 | 2024.07.19 18:49:47.751140 [ 3 ] {6584d428-bb35-4141-934a-5c449fbce3d3} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 9096 | 2024.07.19 18:49:47.751155 [ 3 ] {} <Debug> HTTP-Session: 1d143df8-e3d3-4597-9dbc-65568f49c330 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9097 | 2024.07.19 18:49:47.751263 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 6430, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9098 | 2024.07.19 18:49:47.751311 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9099 | 2024.07.19 18:49:47.751330 [ 3 ] {} <Debug> HTTP-Session: 77744d73-cddf-49d3-8159-19bed22aa2da Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 9100 | 2024.07.19 18:49:47.751346 [ 3 ] {} <Debug> HTTP-Session: 77744d73-cddf-49d3-8159-19bed22aa2da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9101 | 2024.07.19 18:49:47.751359 [ 3 ] {} <Debug> HTTP-Session: 77744d73-cddf-49d3-8159-19bed22aa2da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9102 | 2024.07.19 18:49:47.751389 [ 3 ] {} <Trace> HTTP-Session: 77744d73-cddf-49d3-8159-19bed22aa2da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9103 | 2024.07.19 18:49:47.751536 [ 3 ] {fe9f08b2-a88c-4b2b-b118-22c6be5db52d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 9104 | 2024.07.19 18:49:47.751598 [ 3 ] {fe9f08b2-a88c-4b2b-b118-22c6be5db52d} <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 | ||
| 9105 | 2024.07.19 18:49:47.752005 [ 3 ] {fe9f08b2-a88c-4b2b-b118-22c6be5db52d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9106 | 2024.07.19 18:49:47.752498 [ 3 ] {fe9f08b2-a88c-4b2b-b118-22c6be5db52d} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9107 | 2024.07.19 18:49:47.752534 [ 3 ] {fe9f08b2-a88c-4b2b-b118-22c6be5db52d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 9108 | 2024.07.19 18:49:47.753098 [ 3 ] {fe9f08b2-a88c-4b2b-b118-22c6be5db52d} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 9109 | 2024.07.19 18:49:47.753498 [ 3 ] {fe9f08b2-a88c-4b2b-b118-22c6be5db52d} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9110 | 2024.07.19 18:49:47.753686 [ 3 ] {fe9f08b2-a88c-4b2b-b118-22c6be5db52d} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002226 sec., 1796.9451931716083 rows/sec., 3.22 MiB/sec. | ||
| 9111 | 2024.07.19 18:49:47.753905 [ 3 ] {fe9f08b2-a88c-4b2b-b118-22c6be5db52d} <Debug> DynamicQueryHandler: Done processing query | ||
| 9112 | 2024.07.19 18:49:47.753929 [ 3 ] {fe9f08b2-a88c-4b2b-b118-22c6be5db52d} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 9113 | 2024.07.19 18:49:47.753944 [ 3 ] {} <Debug> HTTP-Session: 77744d73-cddf-49d3-8159-19bed22aa2da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9114 | 2024.07.19 18:49:47.754054 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9115 | 2024.07.19 18:49:47.754103 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9116 | 2024.07.19 18:49:47.754122 [ 3 ] {} <Debug> HTTP-Session: afe96be9-e4c2-46e6-aaf7-9b77b6d86367 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 9117 | 2024.07.19 18:49:47.754138 [ 3 ] {} <Debug> HTTP-Session: afe96be9-e4c2-46e6-aaf7-9b77b6d86367 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9118 | 2024.07.19 18:49:47.754151 [ 3 ] {} <Debug> HTTP-Session: afe96be9-e4c2-46e6-aaf7-9b77b6d86367 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9119 | 2024.07.19 18:49:47.754180 [ 3 ] {} <Trace> HTTP-Session: afe96be9-e4c2-46e6-aaf7-9b77b6d86367 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9120 | 2024.07.19 18:49:47.754303 [ 3 ] {e5ed6ed4-7591-431e-a960-3aac11804f83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 9121 | 2024.07.19 18:49:47.754347 [ 3 ] {e5ed6ed4-7591-431e-a960-3aac11804f83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9122 | 2024.07.19 18:49:47.754471 [ 3 ] {e5ed6ed4-7591-431e-a960-3aac11804f83} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9123 | 2024.07.19 18:49:47.754767 [ 3 ] {e5ed6ed4-7591-431e-a960-3aac11804f83} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9124 | 2024.07.19 18:49:47.754801 [ 3 ] {e5ed6ed4-7591-431e-a960-3aac11804f83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 9125 | 2024.07.19 18:49:47.755146 [ 3 ] {e5ed6ed4-7591-431e-a960-3aac11804f83} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 9126 | 2024.07.19 18:49:47.755486 [ 3 ] {e5ed6ed4-7591-431e-a960-3aac11804f83} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9127 | 2024.07.19 18:49:47.755643 [ 3 ] {e5ed6ed4-7591-431e-a960-3aac11804f83} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001386 sec., 43290.043290043286 rows/sec., 2.92 MiB/sec. | ||
| 9128 | 2024.07.19 18:49:47.755804 [ 3 ] {e5ed6ed4-7591-431e-a960-3aac11804f83} <Debug> DynamicQueryHandler: Done processing query | ||
| 9129 | 2024.07.19 18:49:47.755828 [ 3 ] {e5ed6ed4-7591-431e-a960-3aac11804f83} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 9130 | 2024.07.19 18:49:47.755844 [ 3 ] {} <Debug> HTTP-Session: afe96be9-e4c2-46e6-aaf7-9b77b6d86367 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9131 | 2024.07.19 18:49:52.743388 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 4480, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9132 | 2024.07.19 18:49:52.743522 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9133 | 2024.07.19 18:49:52.743550 [ 3 ] {} <Debug> HTTP-Session: 839dc26f-1ff1-4005-9689-07a84b769db0 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 9134 | 2024.07.19 18:49:52.743573 [ 3 ] {} <Debug> HTTP-Session: 839dc26f-1ff1-4005-9689-07a84b769db0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9135 | 2024.07.19 18:49:52.743587 [ 3 ] {} <Debug> HTTP-Session: 839dc26f-1ff1-4005-9689-07a84b769db0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9136 | 2024.07.19 18:49:52.743636 [ 3 ] {} <Trace> HTTP-Session: 839dc26f-1ff1-4005-9689-07a84b769db0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9137 | 2024.07.19 18:49:52.743816 [ 3 ] {1e98cd3a-a8e2-4e84-a3a8-f130619bdbbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 9138 | 2024.07.19 18:49:52.743882 [ 3 ] {1e98cd3a-a8e2-4e84-a3a8-f130619bdbbc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 9139 | 2024.07.19 18:49:52.744067 [ 3 ] {1e98cd3a-a8e2-4e84-a3a8-f130619bdbbc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9140 | 2024.07.19 18:49:52.744512 [ 3 ] {1e98cd3a-a8e2-4e84-a3a8-f130619bdbbc} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9141 | 2024.07.19 18:49:52.744552 [ 3 ] {1e98cd3a-a8e2-4e84-a3a8-f130619bdbbc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 9142 | 2024.07.19 18:49:52.744909 [ 3 ] {1e98cd3a-a8e2-4e84-a3a8-f130619bdbbc} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 9143 | 2024.07.19 18:49:52.745238 [ 3 ] {1e98cd3a-a8e2-4e84-a3a8-f130619bdbbc} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9144 | 2024.07.19 18:49:52.745412 [ 3 ] {1e98cd3a-a8e2-4e84-a3a8-f130619bdbbc} <Debug> executeQuery: Read 32 rows, 2.45 KiB in 0.001649 sec., 19405.700424499697 rows/sec., 1.45 MiB/sec. | ||
| 9145 | 2024.07.19 18:49:52.745420 [ 26 ] {} <Debug> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 9146 | 2024.07.19 18:49:52.745523 [ 26 ] {} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9147 | 2024.07.19 18:49:52.745570 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 9148 | 2024.07.19 18:49:52.745712 [ 3 ] {1e98cd3a-a8e2-4e84-a3a8-f130619bdbbc} <Debug> DynamicQueryHandler: Done processing query | ||
| 9149 | 2024.07.19 18:49:52.745803 [ 3 ] {1e98cd3a-a8e2-4e84-a3a8-f130619bdbbc} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 9150 | 2024.07.19 18:49:52.745880 [ 3 ] {} <Debug> HTTP-Session: 839dc26f-1ff1-4005-9689-07a84b769db0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9151 | 2024.07.19 18:49:52.745896 [ 199 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::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 | ||
| 9152 | 2024.07.19 18:49:52.746214 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 36141, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9153 | 2024.07.19 18:49:52.746416 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9154 | 2024.07.19 18:49:52.746439 [ 199 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9155 | 2024.07.19 18:49:52.746455 [ 3 ] {} <Debug> HTTP-Session: c40e8996-06a6-4823-819e-3add1be764b9 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 9156 | 2024.07.19 18:49:52.746501 [ 3 ] {} <Debug> HTTP-Session: c40e8996-06a6-4823-819e-3add1be764b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9157 | 2024.07.19 18:49:52.746515 [ 199 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 36 rows starting from the beginning of the part | ||
| 9158 | 2024.07.19 18:49:52.746526 [ 3 ] {} <Debug> HTTP-Session: c40e8996-06a6-4823-819e-3add1be764b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9159 | 2024.07.19 18:49:52.746603 [ 3 ] {} <Trace> HTTP-Session: c40e8996-06a6-4823-819e-3add1be764b9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9160 | 2024.07.19 18:49:52.746741 [ 199 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 32 rows starting from the beginning of the part | ||
| 9161 | 2024.07.19 18:49:52.747047 [ 199 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 4 rows starting from the beginning of the part | ||
| 9162 | 2024.07.19 18:49:52.747194 [ 3 ] {02a24084-5c50-4725-9200-608ee45379bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 9163 | 2024.07.19 18:49:52.747302 [ 199 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 32 rows starting from the beginning of the part | ||
| 9164 | 2024.07.19 18:49:52.747397 [ 3 ] {02a24084-5c50-4725-9200-608ee45379bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9165 | 2024.07.19 18:49:52.747556 [ 199 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 4 rows starting from the beginning of the part | ||
| 9166 | 2024.07.19 18:49:52.747868 [ 199 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 32 rows starting from the beginning of the part | ||
| 9167 | 2024.07.19 18:49:52.748570 [ 3 ] {02a24084-5c50-4725-9200-608ee45379bd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9168 | 2024.07.19 18:49:52.749618 [ 3 ] {02a24084-5c50-4725-9200-608ee45379bd} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9169 | 2024.07.19 18:49:52.749696 [ 3 ] {02a24084-5c50-4725-9200-608ee45379bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 9170 | 2024.07.19 18:49:52.750461 [ 199 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 140 rows, containing 4 columns (4 merged, 0 gathered) in 0.004797055 sec., 29184.572617991664 rows/sec., 2.19 MiB/sec. | ||
| 9171 | 2024.07.19 18:49:52.750583 [ 3 ] {02a24084-5c50-4725-9200-608ee45379bd} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 9172 | 2024.07.19 18:49:52.750638 [ 199 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 9173 | 2024.07.19 18:49:52.751293 [ 3 ] {02a24084-5c50-4725-9200-608ee45379bd} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9174 | 2024.07.19 18:49:52.751590 [ 3 ] {02a24084-5c50-4725-9200-608ee45379bd} <Debug> executeQuery: Read 239 rows, 21.60 KiB in 0.004723 sec., 50603.43002329028 rows/sec., 4.47 MiB/sec. | ||
| 9175 | 2024.07.19 18:49:52.751609 [ 199 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_46_9} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9176 | 2024.07.19 18:49:52.751830 [ 199 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_46_9} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 9177 | 2024.07.19 18:49:52.751929 [ 3 ] {02a24084-5c50-4725-9200-608ee45379bd} <Debug> DynamicQueryHandler: Done processing query | ||
| 9178 | 2024.07.19 18:49:52.751987 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 9179 | 2024.07.19 18:49:52.751990 [ 3 ] {02a24084-5c50-4725-9200-608ee45379bd} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
| 9180 | 2024.07.19 18:49:52.752041 [ 3 ] {} <Debug> HTTP-Session: c40e8996-06a6-4823-819e-3add1be764b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9181 | 2024.07.19 18:49:52.752218 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 65978, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9182 | 2024.07.19 18:49:52.752269 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9183 | 2024.07.19 18:49:52.752288 [ 3 ] {} <Debug> HTTP-Session: fed3dcad-7aa6-41d2-9123-c6f987dab43a Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 9184 | 2024.07.19 18:49:52.752304 [ 3 ] {} <Debug> HTTP-Session: fed3dcad-7aa6-41d2-9123-c6f987dab43a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9185 | 2024.07.19 18:49:52.752318 [ 3 ] {} <Debug> HTTP-Session: fed3dcad-7aa6-41d2-9123-c6f987dab43a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9186 | 2024.07.19 18:49:52.752348 [ 3 ] {} <Trace> HTTP-Session: fed3dcad-7aa6-41d2-9123-c6f987dab43a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9187 | 2024.07.19 18:49:52.752577 [ 3 ] {df4145b4-90f6-410b-9aca-b388a71542fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 9188 | 2024.07.19 18:49:52.752621 [ 3 ] {df4145b4-90f6-410b-9aca-b388a71542fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9189 | 2024.07.19 18:49:52.752765 [ 3 ] {df4145b4-90f6-410b-9aca-b388a71542fc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9190 | 2024.07.19 18:49:52.753345 [ 3 ] {df4145b4-90f6-410b-9aca-b388a71542fc} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9191 | 2024.07.19 18:49:52.753382 [ 3 ] {df4145b4-90f6-410b-9aca-b388a71542fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 9192 | 2024.07.19 18:49:52.753725 [ 3 ] {df4145b4-90f6-410b-9aca-b388a71542fc} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 9193 | 2024.07.19 18:49:52.754028 [ 3 ] {df4145b4-90f6-410b-9aca-b388a71542fc} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9194 | 2024.07.19 18:49:52.754174 [ 3 ] {df4145b4-90f6-410b-9aca-b388a71542fc} <Debug> executeQuery: Read 408 rows, 29.56 KiB in 0.001714 sec., 238039.6732788798 rows/sec., 16.84 MiB/sec. | ||
| 9195 | 2024.07.19 18:49:52.754339 [ 3 ] {df4145b4-90f6-410b-9aca-b388a71542fc} <Debug> DynamicQueryHandler: Done processing query | ||
| 9196 | 2024.07.19 18:49:52.754363 [ 3 ] {df4145b4-90f6-410b-9aca-b388a71542fc} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
| 9197 | 2024.07.19 18:49:52.754379 [ 3 ] {} <Debug> HTTP-Session: fed3dcad-7aa6-41d2-9123-c6f987dab43a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9198 | 2024.07.19 18:49:52.754525 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9199 | 2024.07.19 18:49:52.754579 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9200 | 2024.07.19 18:49:52.754599 [ 3 ] {} <Debug> HTTP-Session: 4fc2fbc9-095b-4bdd-a395-ad16451baa5c Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 9201 | 2024.07.19 18:49:52.754615 [ 3 ] {} <Debug> HTTP-Session: 4fc2fbc9-095b-4bdd-a395-ad16451baa5c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9202 | 2024.07.19 18:49:52.754629 [ 3 ] {} <Debug> HTTP-Session: 4fc2fbc9-095b-4bdd-a395-ad16451baa5c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9203 | 2024.07.19 18:49:52.754659 [ 3 ] {} <Trace> HTTP-Session: 4fc2fbc9-095b-4bdd-a395-ad16451baa5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9204 | 2024.07.19 18:49:52.754753 [ 3 ] {43d41fca-da46-4dad-95a5-9947c35c0671} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 9205 | 2024.07.19 18:49:52.754798 [ 3 ] {43d41fca-da46-4dad-95a5-9947c35c0671} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9206 | 2024.07.19 18:49:52.754926 [ 3 ] {43d41fca-da46-4dad-95a5-9947c35c0671} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9207 | 2024.07.19 18:49:52.755195 [ 3 ] {43d41fca-da46-4dad-95a5-9947c35c0671} <Trace> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9208 | 2024.07.19 18:49:52.755230 [ 3 ] {43d41fca-da46-4dad-95a5-9947c35c0671} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 9209 | 2024.07.19 18:49:52.755579 [ 3 ] {43d41fca-da46-4dad-95a5-9947c35c0671} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 9210 | 2024.07.19 18:49:52.755893 [ 3 ] {43d41fca-da46-4dad-95a5-9947c35c0671} <Trace> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9211 | 2024.07.19 18:49:52.756051 [ 3 ] {43d41fca-da46-4dad-95a5-9947c35c0671} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001313 sec., 4569.68773800457 rows/sec., 196.35 KiB/sec. | ||
| 9212 | 2024.07.19 18:49:52.756213 [ 3 ] {43d41fca-da46-4dad-95a5-9947c35c0671} <Debug> DynamicQueryHandler: Done processing query | ||
| 9213 | 2024.07.19 18:49:52.756238 [ 3 ] {43d41fca-da46-4dad-95a5-9947c35c0671} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 9214 | 2024.07.19 18:49:52.756253 [ 3 ] {} <Debug> HTTP-Session: 4fc2fbc9-095b-4bdd-a395-ad16451baa5c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9215 | 2024.07.19 18:49:52.756358 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 14079, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9216 | 2024.07.19 18:49:52.756407 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9217 | 2024.07.19 18:49:52.756424 [ 3 ] {} <Debug> HTTP-Session: bde63d2b-d9c5-4aed-9638-299f1d5b96dc Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 9218 | 2024.07.19 18:49:52.756440 [ 3 ] {} <Debug> HTTP-Session: bde63d2b-d9c5-4aed-9638-299f1d5b96dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9219 | 2024.07.19 18:49:52.756454 [ 3 ] {} <Debug> HTTP-Session: bde63d2b-d9c5-4aed-9638-299f1d5b96dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9220 | 2024.07.19 18:49:52.756483 [ 3 ] {} <Trace> HTTP-Session: bde63d2b-d9c5-4aed-9638-299f1d5b96dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9221 | 2024.07.19 18:49:52.756598 [ 3 ] {b5d9e289-b021-4aae-8c0e-3bedd9b2ad65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 9222 | 2024.07.19 18:49:52.756644 [ 3 ] {b5d9e289-b021-4aae-8c0e-3bedd9b2ad65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 9223 | 2024.07.19 18:49:52.756784 [ 3 ] {b5d9e289-b021-4aae-8c0e-3bedd9b2ad65} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9224 | 2024.07.19 18:49:52.757113 [ 3 ] {b5d9e289-b021-4aae-8c0e-3bedd9b2ad65} <Trace> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9225 | 2024.07.19 18:49:52.757148 [ 3 ] {b5d9e289-b021-4aae-8c0e-3bedd9b2ad65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 9226 | 2024.07.19 18:49:52.757494 [ 3 ] {b5d9e289-b021-4aae-8c0e-3bedd9b2ad65} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 9227 | 2024.07.19 18:49:52.757825 [ 3 ] {b5d9e289-b021-4aae-8c0e-3bedd9b2ad65} <Trace> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9228 | 2024.07.19 18:49:52.757984 [ 3 ] {b5d9e289-b021-4aae-8c0e-3bedd9b2ad65} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001417 sec., 54340.15525758645 rows/sec., 3.35 MiB/sec. | ||
| 9229 | 2024.07.19 18:49:52.758148 [ 3 ] {b5d9e289-b021-4aae-8c0e-3bedd9b2ad65} <Debug> DynamicQueryHandler: Done processing query | ||
| 9230 | 2024.07.19 18:49:52.758172 [ 3 ] {b5d9e289-b021-4aae-8c0e-3bedd9b2ad65} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 9231 | 2024.07.19 18:49:52.758187 [ 3 ] {} <Debug> HTTP-Session: bde63d2b-d9c5-4aed-9638-299f1d5b96dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9232 | 2024.07.19 18:49:52.758363 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9233 | 2024.07.19 18:49:52.758411 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9234 | 2024.07.19 18:49:52.758429 [ 3 ] {} <Debug> HTTP-Session: ebeec327-da0d-4595-983c-6dd2b86dbf94 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 9235 | 2024.07.19 18:49:52.758445 [ 3 ] {} <Debug> HTTP-Session: ebeec327-da0d-4595-983c-6dd2b86dbf94 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9236 | 2024.07.19 18:49:52.758459 [ 3 ] {} <Debug> HTTP-Session: ebeec327-da0d-4595-983c-6dd2b86dbf94 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9237 | 2024.07.19 18:49:52.758489 [ 3 ] {} <Trace> HTTP-Session: ebeec327-da0d-4595-983c-6dd2b86dbf94 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9238 | 2024.07.19 18:49:52.758684 [ 3 ] {b19031a5-696c-4ca0-9220-6545ba07aeb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 9239 | 2024.07.19 18:49:52.758729 [ 3 ] {b19031a5-696c-4ca0-9220-6545ba07aeb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9240 | 2024.07.19 18:49:52.758868 [ 3 ] {b19031a5-696c-4ca0-9220-6545ba07aeb3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9241 | 2024.07.19 18:49:52.759256 [ 3 ] {b19031a5-696c-4ca0-9220-6545ba07aeb3} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9242 | 2024.07.19 18:49:52.759291 [ 3 ] {b19031a5-696c-4ca0-9220-6545ba07aeb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 9243 | 2024.07.19 18:49:52.759657 [ 3 ] {b19031a5-696c-4ca0-9220-6545ba07aeb3} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 9244 | 2024.07.19 18:49:52.759984 [ 3 ] {b19031a5-696c-4ca0-9220-6545ba07aeb3} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9245 | 2024.07.19 18:49:52.760151 [ 3 ] {b19031a5-696c-4ca0-9220-6545ba07aeb3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00157 sec., 101910.8280254777 rows/sec., 7.10 MiB/sec. | ||
| 9246 | 2024.07.19 18:49:52.760312 [ 3 ] {b19031a5-696c-4ca0-9220-6545ba07aeb3} <Debug> DynamicQueryHandler: Done processing query | ||
| 9247 | 2024.07.19 18:49:52.760336 [ 3 ] {b19031a5-696c-4ca0-9220-6545ba07aeb3} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 9248 | 2024.07.19 18:49:52.760351 [ 3 ] {} <Debug> HTTP-Session: ebeec327-da0d-4595-983c-6dd2b86dbf94 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9249 | 2024.07.19 18:49:52.760491 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 41991, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9250 | 2024.07.19 18:49:52.760540 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9251 | 2024.07.19 18:49:52.760559 [ 3 ] {} <Debug> HTTP-Session: 23af8c6e-3511-42a8-b1ee-e41760789cd6 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 9252 | 2024.07.19 18:49:52.760575 [ 3 ] {} <Debug> HTTP-Session: 23af8c6e-3511-42a8-b1ee-e41760789cd6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9253 | 2024.07.19 18:49:52.760589 [ 3 ] {} <Debug> HTTP-Session: 23af8c6e-3511-42a8-b1ee-e41760789cd6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9254 | 2024.07.19 18:49:52.760619 [ 3 ] {} <Trace> HTTP-Session: 23af8c6e-3511-42a8-b1ee-e41760789cd6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9255 | 2024.07.19 18:49:52.760910 [ 3 ] {535c3ef1-9b3a-4550-914f-a025d0dce5b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 9256 | 2024.07.19 18:49:52.760973 [ 3 ] {535c3ef1-9b3a-4550-914f-a025d0dce5b7} <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 | ||
| 9257 | 2024.07.19 18:49:52.761377 [ 3 ] {535c3ef1-9b3a-4550-914f-a025d0dce5b7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9258 | 2024.07.19 18:49:52.762029 [ 3 ] {535c3ef1-9b3a-4550-914f-a025d0dce5b7} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9259 | 2024.07.19 18:49:52.762065 [ 3 ] {535c3ef1-9b3a-4550-914f-a025d0dce5b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 9260 | 2024.07.19 18:49:52.762653 [ 3 ] {535c3ef1-9b3a-4550-914f-a025d0dce5b7} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 9261 | 2024.07.19 18:49:52.763047 [ 3 ] {535c3ef1-9b3a-4550-914f-a025d0dce5b7} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9262 | 2024.07.19 18:49:52.763212 [ 26 ] {} <Debug> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 9263 | 2024.07.19 18:49:52.763233 [ 3 ] {535c3ef1-9b3a-4550-914f-a025d0dce5b7} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002521 sec., 10313.367711225705 rows/sec., 18.48 MiB/sec. | ||
| 9264 | 2024.07.19 18:49:52.763283 [ 26 ] {} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9265 | 2024.07.19 18:49:52.763373 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 9266 | 2024.07.19 18:49:52.763946 [ 200 ] {088d1ac2-6670-47c5-a942-9441d6520aec::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 | ||
| 9267 | 2024.07.19 18:49:52.764013 [ 3 ] {535c3ef1-9b3a-4550-914f-a025d0dce5b7} <Debug> DynamicQueryHandler: Done processing query | ||
| 9268 | 2024.07.19 18:49:52.764103 [ 3 ] {535c3ef1-9b3a-4550-914f-a025d0dce5b7} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 9269 | 2024.07.19 18:49:52.764152 [ 3 ] {} <Debug> HTTP-Session: 23af8c6e-3511-42a8-b1ee-e41760789cd6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9270 | 2024.07.19 18:49:52.764399 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 3212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9271 | 2024.07.19 18:49:52.764514 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9272 | 2024.07.19 18:49:52.764598 [ 3 ] {} <Debug> HTTP-Session: d273dbde-16ad-487d-a9a2-01ccdd29889c Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 9273 | 2024.07.19 18:49:52.764643 [ 3 ] {} <Debug> HTTP-Session: d273dbde-16ad-487d-a9a2-01ccdd29889c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9274 | 2024.07.19 18:49:52.764680 [ 3 ] {} <Debug> HTTP-Session: d273dbde-16ad-487d-a9a2-01ccdd29889c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9275 | 2024.07.19 18:49:52.764776 [ 3 ] {} <Trace> HTTP-Session: d273dbde-16ad-487d-a9a2-01ccdd29889c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9276 | 2024.07.19 18:49:52.765039 [ 3 ] {eb733866-62ea-4ea1-8d5f-b0b63b019253} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 9277 | 2024.07.19 18:49:52.765052 [ 200 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9278 | 2024.07.19 18:49:52.765145 [ 3 ] {eb733866-62ea-4ea1-8d5f-b0b63b019253} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 9279 | 2024.07.19 18:49:52.765250 [ 200 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 667 rows starting from the beginning of the part | ||
| 9280 | 2024.07.19 18:49:52.765979 [ 3 ] {eb733866-62ea-4ea1-8d5f-b0b63b019253} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9281 | 2024.07.19 18:49:52.766122 [ 200 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 26 rows starting from the beginning of the part | ||
| 9282 | 2024.07.19 18:49:52.766820 [ 200 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 4 rows starting from the beginning of the part | ||
| 9283 | 2024.07.19 18:49:52.767043 [ 3 ] {eb733866-62ea-4ea1-8d5f-b0b63b019253} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9284 | 2024.07.19 18:49:52.767152 [ 3 ] {eb733866-62ea-4ea1-8d5f-b0b63b019253} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 9285 | 2024.07.19 18:49:52.767537 [ 200 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 26 rows starting from the beginning of the part | ||
| 9286 | 2024.07.19 18:49:52.768032 [ 200 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 4 rows starting from the beginning of the part | ||
| 9287 | 2024.07.19 18:49:52.768699 [ 200 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 26 rows starting from the beginning of the part | ||
| 9288 | 2024.07.19 18:49:52.768780 [ 3 ] {eb733866-62ea-4ea1-8d5f-b0b63b019253} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 9289 | 2024.07.19 18:49:52.769754 [ 3 ] {eb733866-62ea-4ea1-8d5f-b0b63b019253} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9290 | 2024.07.19 18:49:52.770065 [ 3 ] {eb733866-62ea-4ea1-8d5f-b0b63b019253} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.005142 sec., 4472.967716841696 rows/sec., 241.96 KiB/sec. | ||
| 9291 | 2024.07.19 18:49:52.770435 [ 3 ] {eb733866-62ea-4ea1-8d5f-b0b63b019253} <Debug> DynamicQueryHandler: Done processing query | ||
| 9292 | 2024.07.19 18:49:52.770482 [ 3 ] {eb733866-62ea-4ea1-8d5f-b0b63b019253} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 9293 | 2024.07.19 18:49:52.770515 [ 3 ] {} <Debug> HTTP-Session: d273dbde-16ad-487d-a9a2-01ccdd29889c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9294 | 2024.07.19 18:49:52.770670 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9295 | 2024.07.19 18:49:52.770735 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9296 | 2024.07.19 18:49:52.770756 [ 3 ] {} <Debug> HTTP-Session: 5d193154-095d-4156-9582-949368951042 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 9297 | 2024.07.19 18:49:52.770773 [ 3 ] {} <Debug> HTTP-Session: 5d193154-095d-4156-9582-949368951042 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9298 | 2024.07.19 18:49:52.770787 [ 3 ] {} <Debug> HTTP-Session: 5d193154-095d-4156-9582-949368951042 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9299 | 2024.07.19 18:49:52.770826 [ 3 ] {} <Trace> HTTP-Session: 5d193154-095d-4156-9582-949368951042 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9300 | 2024.07.19 18:49:52.770952 [ 3 ] {ed9c41bf-5854-456e-9e4a-7ffc7bee80f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 9301 | 2024.07.19 18:49:52.770999 [ 3 ] {ed9c41bf-5854-456e-9e4a-7ffc7bee80f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9302 | 2024.07.19 18:49:52.771153 [ 3 ] {ed9c41bf-5854-456e-9e4a-7ffc7bee80f8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9303 | 2024.07.19 18:49:52.771853 [ 3 ] {ed9c41bf-5854-456e-9e4a-7ffc7bee80f8} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9304 | 2024.07.19 18:49:52.771930 [ 3 ] {ed9c41bf-5854-456e-9e4a-7ffc7bee80f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 9305 | 2024.07.19 18:49:52.773030 [ 3 ] {ed9c41bf-5854-456e-9e4a-7ffc7bee80f8} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 9306 | 2024.07.19 18:49:52.773938 [ 3 ] {ed9c41bf-5854-456e-9e4a-7ffc7bee80f8} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9307 | 2024.07.19 18:49:52.774318 [ 3 ] {ed9c41bf-5854-456e-9e4a-7ffc7bee80f8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003387 sec., 17714.79185119575 rows/sec., 1.19 MiB/sec. | ||
| 9308 | 2024.07.19 18:49:52.774735 [ 3 ] {ed9c41bf-5854-456e-9e4a-7ffc7bee80f8} <Debug> DynamicQueryHandler: Done processing query | ||
| 9309 | 2024.07.19 18:49:52.774779 [ 3 ] {ed9c41bf-5854-456e-9e4a-7ffc7bee80f8} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 9310 | 2024.07.19 18:49:52.774824 [ 3 ] {} <Debug> HTTP-Session: 5d193154-095d-4156-9582-949368951042 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9311 | 2024.07.19 18:49:52.776587 [ 191 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 753 rows, containing 19 columns (19 merged, 0 gathered) in 0.013085233 sec., 57545.784626074295 rows/sec., 103.12 MiB/sec. | ||
| 9312 | 2024.07.19 18:49:52.777320 [ 191 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 9313 | 2024.07.19 18:49:52.777885 [ 191 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_46_9} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9314 | 2024.07.19 18:49:52.777957 [ 191 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_46_9} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 9315 | 2024.07.19 18:49:52.778091 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.60 MiB. | ||
| 9316 | 2024.07.19 18:49:57.738431 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 623, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9317 | 2024.07.19 18:49:57.738564 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9318 | 2024.07.19 18:49:57.738590 [ 3 ] {} <Debug> HTTP-Session: b3a356e0-59f0-4b83-b937-e6ab4aeeed3a Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 9319 | 2024.07.19 18:49:57.738614 [ 3 ] {} <Debug> HTTP-Session: b3a356e0-59f0-4b83-b937-e6ab4aeeed3a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9320 | 2024.07.19 18:49:57.738629 [ 3 ] {} <Debug> HTTP-Session: b3a356e0-59f0-4b83-b937-e6ab4aeeed3a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9321 | 2024.07.19 18:49:57.738679 [ 3 ] {} <Trace> HTTP-Session: b3a356e0-59f0-4b83-b937-e6ab4aeeed3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9322 | 2024.07.19 18:49:57.738865 [ 3 ] {6c9e67f4-2423-4a5e-b168-dd35537a2d99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 9323 | 2024.07.19 18:49:57.738931 [ 3 ] {6c9e67f4-2423-4a5e-b168-dd35537a2d99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 9324 | 2024.07.19 18:49:57.739134 [ 3 ] {6c9e67f4-2423-4a5e-b168-dd35537a2d99} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9325 | 2024.07.19 18:49:57.739586 [ 3 ] {6c9e67f4-2423-4a5e-b168-dd35537a2d99} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9326 | 2024.07.19 18:49:57.739643 [ 3 ] {6c9e67f4-2423-4a5e-b168-dd35537a2d99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 9327 | 2024.07.19 18:49:57.740030 [ 3 ] {6c9e67f4-2423-4a5e-b168-dd35537a2d99} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 9328 | 2024.07.19 18:49:57.740440 [ 3 ] {6c9e67f4-2423-4a5e-b168-dd35537a2d99} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9329 | 2024.07.19 18:49:57.740622 [ 3 ] {6c9e67f4-2423-4a5e-b168-dd35537a2d99} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001809 sec., 2211.166390270868 rows/sec., 179.23 KiB/sec. | ||
| 9330 | 2024.07.19 18:49:57.740859 [ 3 ] {6c9e67f4-2423-4a5e-b168-dd35537a2d99} <Debug> DynamicQueryHandler: Done processing query | ||
| 9331 | 2024.07.19 18:49:57.740887 [ 3 ] {6c9e67f4-2423-4a5e-b168-dd35537a2d99} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 9332 | 2024.07.19 18:49:57.740904 [ 3 ] {} <Debug> HTTP-Session: b3a356e0-59f0-4b83-b937-e6ab4aeeed3a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9333 | 2024.07.19 18:49:57.741033 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9662, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9334 | 2024.07.19 18:49:57.741093 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9335 | 2024.07.19 18:49:57.741114 [ 3 ] {} <Debug> HTTP-Session: d7a894f7-9c48-4b86-aa9a-cf7bb28d5027 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 9336 | 2024.07.19 18:49:57.741135 [ 3 ] {} <Debug> HTTP-Session: d7a894f7-9c48-4b86-aa9a-cf7bb28d5027 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9337 | 2024.07.19 18:49:57.741149 [ 3 ] {} <Debug> HTTP-Session: d7a894f7-9c48-4b86-aa9a-cf7bb28d5027 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9338 | 2024.07.19 18:49:57.741185 [ 3 ] {} <Trace> HTTP-Session: d7a894f7-9c48-4b86-aa9a-cf7bb28d5027 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9339 | 2024.07.19 18:49:57.741323 [ 3 ] {71552e2c-c8fb-4ba1-a41d-d93e5bd194dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 9340 | 2024.07.19 18:49:57.741374 [ 3 ] {71552e2c-c8fb-4ba1-a41d-d93e5bd194dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9341 | 2024.07.19 18:49:57.741509 [ 3 ] {71552e2c-c8fb-4ba1-a41d-d93e5bd194dc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9342 | 2024.07.19 18:49:57.741909 [ 3 ] {71552e2c-c8fb-4ba1-a41d-d93e5bd194dc} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9343 | 2024.07.19 18:49:57.741948 [ 3 ] {71552e2c-c8fb-4ba1-a41d-d93e5bd194dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 9344 | 2024.07.19 18:49:57.742280 [ 3 ] {71552e2c-c8fb-4ba1-a41d-d93e5bd194dc} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 9345 | 2024.07.19 18:49:57.742605 [ 3 ] {71552e2c-c8fb-4ba1-a41d-d93e5bd194dc} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9346 | 2024.07.19 18:49:57.742757 [ 3 ] {71552e2c-c8fb-4ba1-a41d-d93e5bd194dc} <Debug> executeQuery: Read 68 rows, 5.51 KiB in 0.00148 sec., 45945.94594594595 rows/sec., 3.63 MiB/sec. | ||
| 9347 | 2024.07.19 18:49:57.743025 [ 3 ] {71552e2c-c8fb-4ba1-a41d-d93e5bd194dc} <Debug> DynamicQueryHandler: Done processing query | ||
| 9348 | 2024.07.19 18:49:57.743089 [ 3 ] {71552e2c-c8fb-4ba1-a41d-d93e5bd194dc} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 9349 | 2024.07.19 18:49:57.743143 [ 3 ] {} <Debug> HTTP-Session: d7a894f7-9c48-4b86-aa9a-cf7bb28d5027 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9350 | 2024.07.19 18:49:57.743305 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 11562, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9351 | 2024.07.19 18:49:57.743361 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9352 | 2024.07.19 18:49:57.743381 [ 3 ] {} <Debug> HTTP-Session: c234318a-c570-4e45-abfb-436221b6445b Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 9353 | 2024.07.19 18:49:57.743426 [ 3 ] {} <Debug> HTTP-Session: c234318a-c570-4e45-abfb-436221b6445b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9354 | 2024.07.19 18:49:57.743439 [ 3 ] {} <Debug> HTTP-Session: c234318a-c570-4e45-abfb-436221b6445b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9355 | 2024.07.19 18:49:57.743474 [ 3 ] {} <Trace> HTTP-Session: c234318a-c570-4e45-abfb-436221b6445b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9356 | 2024.07.19 18:49:57.743609 [ 3 ] {e020d324-0ea8-4bab-945e-1041d1b1802e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 9357 | 2024.07.19 18:49:57.743657 [ 3 ] {e020d324-0ea8-4bab-945e-1041d1b1802e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9358 | 2024.07.19 18:49:57.743813 [ 3 ] {e020d324-0ea8-4bab-945e-1041d1b1802e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9359 | 2024.07.19 18:49:57.744160 [ 3 ] {e020d324-0ea8-4bab-945e-1041d1b1802e} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9360 | 2024.07.19 18:49:57.744197 [ 3 ] {e020d324-0ea8-4bab-945e-1041d1b1802e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 9361 | 2024.07.19 18:49:57.744510 [ 3 ] {e020d324-0ea8-4bab-945e-1041d1b1802e} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 9362 | 2024.07.19 18:49:57.744823 [ 3 ] {e020d324-0ea8-4bab-945e-1041d1b1802e} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9363 | 2024.07.19 18:49:57.744982 [ 3 ] {e020d324-0ea8-4bab-945e-1041d1b1802e} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001419 sec., 47921.07117688513 rows/sec., 3.74 MiB/sec. | ||
| 9364 | 2024.07.19 18:49:57.745169 [ 3 ] {e020d324-0ea8-4bab-945e-1041d1b1802e} <Debug> DynamicQueryHandler: Done processing query | ||
| 9365 | 2024.07.19 18:49:57.745195 [ 3 ] {e020d324-0ea8-4bab-945e-1041d1b1802e} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 9366 | 2024.07.19 18:49:57.745211 [ 3 ] {} <Debug> HTTP-Session: c234318a-c570-4e45-abfb-436221b6445b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9367 | 2024.07.19 18:49:57.745371 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9368 | 2024.07.19 18:49:57.745434 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9369 | 2024.07.19 18:49:57.745455 [ 3 ] {} <Debug> HTTP-Session: 67deb812-b0a7-4d3e-949a-f5a58a6a9bd3 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 9370 | 2024.07.19 18:49:57.745473 [ 3 ] {} <Debug> HTTP-Session: 67deb812-b0a7-4d3e-949a-f5a58a6a9bd3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9371 | 2024.07.19 18:49:57.745486 [ 3 ] {} <Debug> HTTP-Session: 67deb812-b0a7-4d3e-949a-f5a58a6a9bd3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9372 | 2024.07.19 18:49:57.745520 [ 3 ] {} <Trace> HTTP-Session: 67deb812-b0a7-4d3e-949a-f5a58a6a9bd3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9373 | 2024.07.19 18:49:57.745681 [ 3 ] {d09f7d23-3f16-4d57-81cf-71f12e5fff13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 9374 | 2024.07.19 18:49:57.745732 [ 3 ] {d09f7d23-3f16-4d57-81cf-71f12e5fff13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9375 | 2024.07.19 18:49:57.745892 [ 3 ] {d09f7d23-3f16-4d57-81cf-71f12e5fff13} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9376 | 2024.07.19 18:49:57.746396 [ 3 ] {d09f7d23-3f16-4d57-81cf-71f12e5fff13} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9377 | 2024.07.19 18:49:57.746435 [ 3 ] {d09f7d23-3f16-4d57-81cf-71f12e5fff13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 9378 | 2024.07.19 18:49:57.746860 [ 3 ] {d09f7d23-3f16-4d57-81cf-71f12e5fff13} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 9379 | 2024.07.19 18:49:57.747230 [ 3 ] {d09f7d23-3f16-4d57-81cf-71f12e5fff13} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9380 | 2024.07.19 18:49:57.747388 [ 3 ] {d09f7d23-3f16-4d57-81cf-71f12e5fff13} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001775 sec., 90140.84507042253 rows/sec., 6.28 MiB/sec. | ||
| 9381 | 2024.07.19 18:49:57.747409 [ 146 ] {} <Debug> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 9382 | 2024.07.19 18:49:57.747530 [ 146 ] {} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9383 | 2024.07.19 18:49:57.747569 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 9384 | 2024.07.19 18:49:57.747709 [ 3 ] {d09f7d23-3f16-4d57-81cf-71f12e5fff13} <Debug> DynamicQueryHandler: Done processing query | ||
| 9385 | 2024.07.19 18:49:57.747783 [ 3 ] {d09f7d23-3f16-4d57-81cf-71f12e5fff13} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 9386 | 2024.07.19 18:49:57.747841 [ 3 ] {} <Debug> HTTP-Session: 67deb812-b0a7-4d3e-949a-f5a58a6a9bd3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9387 | 2024.07.19 18:49:57.747849 [ 201 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::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 | ||
| 9388 | 2024.07.19 18:49:57.748133 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 6430, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9389 | 2024.07.19 18:49:57.748304 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9390 | 2024.07.19 18:49:57.748412 [ 3 ] {} <Debug> HTTP-Session: c2b8c547-308c-4334-954a-761dd4ddd5da Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 9391 | 2024.07.19 18:49:57.748510 [ 3 ] {} <Debug> HTTP-Session: c2b8c547-308c-4334-954a-761dd4ddd5da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9392 | 2024.07.19 18:49:57.748594 [ 3 ] {} <Debug> HTTP-Session: c2b8c547-308c-4334-954a-761dd4ddd5da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9393 | 2024.07.19 18:49:57.748656 [ 201 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9394 | 2024.07.19 18:49:57.748705 [ 3 ] {} <Trace> HTTP-Session: c2b8c547-308c-4334-954a-761dd4ddd5da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9395 | 2024.07.19 18:49:57.748780 [ 201 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 6285 rows starting from the beginning of the part | ||
| 9396 | 2024.07.19 18:49:57.748903 [ 201 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 160 rows starting from the beginning of the part | ||
| 9397 | 2024.07.19 18:49:57.749005 [ 3 ] {2abcb582-3cc1-436b-b0ba-a6739b43c3ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 9398 | 2024.07.19 18:49:57.749361 [ 201 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 197 rows starting from the beginning of the part | ||
| 9399 | 2024.07.19 18:49:57.749404 [ 3 ] {2abcb582-3cc1-436b-b0ba-a6739b43c3ed} <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 | ||
| 9400 | 2024.07.19 18:49:57.749754 [ 201 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 162 rows starting from the beginning of the part | ||
| 9401 | 2024.07.19 18:49:57.750131 [ 201 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::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 | ||
| 9402 | 2024.07.19 18:49:57.750460 [ 201 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::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 | ||
| 9403 | 2024.07.19 18:49:57.751384 [ 3 ] {2abcb582-3cc1-436b-b0ba-a6739b43c3ed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9404 | 2024.07.19 18:49:57.752465 [ 3 ] {2abcb582-3cc1-436b-b0ba-a6739b43c3ed} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9405 | 2024.07.19 18:49:57.752522 [ 3 ] {2abcb582-3cc1-436b-b0ba-a6739b43c3ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 9406 | 2024.07.19 18:49:57.753453 [ 3 ] {2abcb582-3cc1-436b-b0ba-a6739b43c3ed} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 9407 | 2024.07.19 18:49:57.754077 [ 3 ] {2abcb582-3cc1-436b-b0ba-a6739b43c3ed} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9408 | 2024.07.19 18:49:57.754235 [ 191 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7124 rows, containing 5 columns (5 merged, 0 gathered) in 0.006580842 sec., 1082536.246881478 rows/sec., 75.45 MiB/sec. | ||
| 9409 | 2024.07.19 18:49:57.754422 [ 3 ] {2abcb582-3cc1-436b-b0ba-a6739b43c3ed} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.005571 sec., 718.0039490217196 rows/sec., 1.29 MiB/sec. | ||
| 9410 | 2024.07.19 18:49:57.754669 [ 3 ] {2abcb582-3cc1-436b-b0ba-a6739b43c3ed} <Debug> DynamicQueryHandler: Done processing query | ||
| 9411 | 2024.07.19 18:49:57.754705 [ 3 ] {2abcb582-3cc1-436b-b0ba-a6739b43c3ed} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 9412 | 2024.07.19 18:49:57.754724 [ 3 ] {} <Debug> HTTP-Session: c2b8c547-308c-4334-954a-761dd4ddd5da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9413 | 2024.07.19 18:49:57.754857 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9414 | 2024.07.19 18:49:57.754936 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9415 | 2024.07.19 18:49:57.754977 [ 3 ] {} <Debug> HTTP-Session: 00222a9f-75e8-4843-b2c3-7ffd385983de Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 9416 | 2024.07.19 18:49:57.754998 [ 3 ] {} <Debug> HTTP-Session: 00222a9f-75e8-4843-b2c3-7ffd385983de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9417 | 2024.07.19 18:49:57.755009 [ 189 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 9418 | 2024.07.19 18:49:57.755019 [ 3 ] {} <Debug> HTTP-Session: 00222a9f-75e8-4843-b2c3-7ffd385983de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9419 | 2024.07.19 18:49:57.755123 [ 3 ] {} <Trace> HTTP-Session: 00222a9f-75e8-4843-b2c3-7ffd385983de Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9420 | 2024.07.19 18:49:57.755331 [ 3 ] {3e3ecac0-a4cc-4899-9abc-e7cc0b9a108c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 9421 | 2024.07.19 18:49:57.755450 [ 3 ] {3e3ecac0-a4cc-4899-9abc-e7cc0b9a108c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9422 | 2024.07.19 18:49:57.755935 [ 3 ] {3e3ecac0-a4cc-4899-9abc-e7cc0b9a108c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9423 | 2024.07.19 18:49:57.756171 [ 189 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9424 | 2024.07.19 18:49:57.756382 [ 189 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 9425 | 2024.07.19 18:49:57.756525 [ 3 ] {3e3ecac0-a4cc-4899-9abc-e7cc0b9a108c} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9426 | 2024.07.19 18:49:57.756583 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.41 MiB. | ||
| 9427 | 2024.07.19 18:49:57.756590 [ 3 ] {3e3ecac0-a4cc-4899-9abc-e7cc0b9a108c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 9428 | 2024.07.19 18:49:57.757004 [ 3 ] {3e3ecac0-a4cc-4899-9abc-e7cc0b9a108c} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 9429 | 2024.07.19 18:49:57.757339 [ 3 ] {3e3ecac0-a4cc-4899-9abc-e7cc0b9a108c} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9430 | 2024.07.19 18:49:57.757490 [ 3 ] {3e3ecac0-a4cc-4899-9abc-e7cc0b9a108c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002228 sec., 26929.982046678637 rows/sec., 1.81 MiB/sec. | ||
| 9431 | 2024.07.19 18:49:57.757502 [ 146 ] {} <Debug> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 9432 | 2024.07.19 18:49:57.757598 [ 146 ] {} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9433 | 2024.07.19 18:49:57.757637 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 9434 | 2024.07.19 18:49:57.757784 [ 3 ] {3e3ecac0-a4cc-4899-9abc-e7cc0b9a108c} <Debug> DynamicQueryHandler: Done processing query | ||
| 9435 | 2024.07.19 18:49:57.757805 [ 191 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::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 | ||
| 9436 | 2024.07.19 18:49:57.757819 [ 3 ] {3e3ecac0-a4cc-4899-9abc-e7cc0b9a108c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 9437 | 2024.07.19 18:49:57.757855 [ 3 ] {} <Debug> HTTP-Session: 00222a9f-75e8-4843-b2c3-7ffd385983de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9438 | 2024.07.19 18:49:57.757956 [ 191 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9439 | 2024.07.19 18:49:57.757996 [ 191 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2156 rows starting from the beginning of the part | ||
| 9440 | 2024.07.19 18:49:57.758086 [ 191 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::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 | ||
| 9441 | 2024.07.19 18:49:57.758295 [ 191 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::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 | ||
| 9442 | 2024.07.19 18:49:57.758469 [ 191 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::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 | ||
| 9443 | 2024.07.19 18:49:57.758572 [ 191 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::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 | ||
| 9444 | 2024.07.19 18:49:57.758740 [ 191 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::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 | ||
| 9445 | 2024.07.19 18:49:57.760078 [ 189 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2456 rows, containing 4 columns (4 merged, 0 gathered) in 0.002340667 sec., 1049273.5617667956 rows/sec., 70.80 MiB/sec. | ||
| 9446 | 2024.07.19 18:49:57.760296 [ 188 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 9447 | 2024.07.19 18:49:57.760686 [ 188 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_46_9} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9448 | 2024.07.19 18:49:57.760764 [ 188 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_46_9} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 9449 | 2024.07.19 18:49:57.760837 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. | ||
| 9450 | 2024.07.19 18:50:00.516382 [ 126 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9451 | 2024.07.19 18:50:00.516432 [ 126 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9452 | 2024.07.19 18:50:02.744517 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 4480, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9453 | 2024.07.19 18:50:02.744649 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9454 | 2024.07.19 18:50:02.744675 [ 3 ] {} <Debug> HTTP-Session: 947d2255-99aa-4831-bb0b-6854a794bce1 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 9455 | 2024.07.19 18:50:02.744699 [ 3 ] {} <Debug> HTTP-Session: 947d2255-99aa-4831-bb0b-6854a794bce1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9456 | 2024.07.19 18:50:02.744713 [ 3 ] {} <Debug> HTTP-Session: 947d2255-99aa-4831-bb0b-6854a794bce1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9457 | 2024.07.19 18:50:02.744761 [ 3 ] {} <Trace> HTTP-Session: 947d2255-99aa-4831-bb0b-6854a794bce1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9458 | 2024.07.19 18:50:02.744954 [ 3 ] {6cae15ec-caf6-4a73-81b3-6041518ff106} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 9459 | 2024.07.19 18:50:02.745021 [ 3 ] {6cae15ec-caf6-4a73-81b3-6041518ff106} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 9460 | 2024.07.19 18:50:02.745213 [ 3 ] {6cae15ec-caf6-4a73-81b3-6041518ff106} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9461 | 2024.07.19 18:50:02.745681 [ 3 ] {6cae15ec-caf6-4a73-81b3-6041518ff106} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9462 | 2024.07.19 18:50:02.745729 [ 3 ] {6cae15ec-caf6-4a73-81b3-6041518ff106} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 9463 | 2024.07.19 18:50:02.746100 [ 3 ] {6cae15ec-caf6-4a73-81b3-6041518ff106} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 9464 | 2024.07.19 18:50:02.746446 [ 3 ] {6cae15ec-caf6-4a73-81b3-6041518ff106} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9465 | 2024.07.19 18:50:02.746610 [ 3 ] {6cae15ec-caf6-4a73-81b3-6041518ff106} <Debug> executeQuery: Read 32 rows, 2.45 KiB in 0.001715 sec., 18658.892128279884 rows/sec., 1.39 MiB/sec. | ||
| 9466 | 2024.07.19 18:50:02.746856 [ 3 ] {6cae15ec-caf6-4a73-81b3-6041518ff106} <Debug> DynamicQueryHandler: Done processing query | ||
| 9467 | 2024.07.19 18:50:02.746897 [ 3 ] {6cae15ec-caf6-4a73-81b3-6041518ff106} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 9468 | 2024.07.19 18:50:02.746917 [ 3 ] {} <Debug> HTTP-Session: 947d2255-99aa-4831-bb0b-6854a794bce1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9469 | 2024.07.19 18:50:02.747117 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 36141, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9470 | 2024.07.19 18:50:02.747182 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9471 | 2024.07.19 18:50:02.747202 [ 3 ] {} <Debug> HTTP-Session: 43c33339-03d8-4a7b-a24b-3e8a176b7c56 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 9472 | 2024.07.19 18:50:02.747221 [ 3 ] {} <Debug> HTTP-Session: 43c33339-03d8-4a7b-a24b-3e8a176b7c56 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9473 | 2024.07.19 18:50:02.747235 [ 3 ] {} <Debug> HTTP-Session: 43c33339-03d8-4a7b-a24b-3e8a176b7c56 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9474 | 2024.07.19 18:50:02.747271 [ 3 ] {} <Trace> HTTP-Session: 43c33339-03d8-4a7b-a24b-3e8a176b7c56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9475 | 2024.07.19 18:50:02.747443 [ 3 ] {155cea6e-ac0d-4a7e-856a-005210b39adb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 9476 | 2024.07.19 18:50:02.747491 [ 3 ] {155cea6e-ac0d-4a7e-856a-005210b39adb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9477 | 2024.07.19 18:50:02.747627 [ 3 ] {155cea6e-ac0d-4a7e-856a-005210b39adb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9478 | 2024.07.19 18:50:02.748106 [ 3 ] {155cea6e-ac0d-4a7e-856a-005210b39adb} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9479 | 2024.07.19 18:50:02.748144 [ 3 ] {155cea6e-ac0d-4a7e-856a-005210b39adb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 9480 | 2024.07.19 18:50:02.748478 [ 3 ] {155cea6e-ac0d-4a7e-856a-005210b39adb} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 9481 | 2024.07.19 18:50:02.748806 [ 3 ] {155cea6e-ac0d-4a7e-856a-005210b39adb} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9482 | 2024.07.19 18:50:02.748962 [ 3 ] {155cea6e-ac0d-4a7e-856a-005210b39adb} <Debug> executeQuery: Read 239 rows, 21.60 KiB in 0.001597 sec., 149655.60425798374 rows/sec., 13.21 MiB/sec. | ||
| 9483 | 2024.07.19 18:50:02.749152 [ 3 ] {155cea6e-ac0d-4a7e-856a-005210b39adb} <Debug> DynamicQueryHandler: Done processing query | ||
| 9484 | 2024.07.19 18:50:02.749190 [ 3 ] {155cea6e-ac0d-4a7e-856a-005210b39adb} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
| 9485 | 2024.07.19 18:50:02.749221 [ 3 ] {} <Debug> HTTP-Session: 43c33339-03d8-4a7b-a24b-3e8a176b7c56 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9486 | 2024.07.19 18:50:02.749423 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 65978, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9487 | 2024.07.19 18:50:02.749477 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9488 | 2024.07.19 18:50:02.749497 [ 3 ] {} <Debug> HTTP-Session: 1e4c3dc4-54d0-4580-bf3a-3bd31cf2293f Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 9489 | 2024.07.19 18:50:02.749514 [ 3 ] {} <Debug> HTTP-Session: 1e4c3dc4-54d0-4580-bf3a-3bd31cf2293f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9490 | 2024.07.19 18:50:02.749528 [ 3 ] {} <Debug> HTTP-Session: 1e4c3dc4-54d0-4580-bf3a-3bd31cf2293f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9491 | 2024.07.19 18:50:02.749559 [ 3 ] {} <Trace> HTTP-Session: 1e4c3dc4-54d0-4580-bf3a-3bd31cf2293f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9492 | 2024.07.19 18:50:02.749782 [ 3 ] {26c4a32a-d67b-402a-a501-3cbead3ce3e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 9493 | 2024.07.19 18:50:02.749827 [ 3 ] {26c4a32a-d67b-402a-a501-3cbead3ce3e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9494 | 2024.07.19 18:50:02.749955 [ 3 ] {26c4a32a-d67b-402a-a501-3cbead3ce3e9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9495 | 2024.07.19 18:50:02.750494 [ 3 ] {26c4a32a-d67b-402a-a501-3cbead3ce3e9} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9496 | 2024.07.19 18:50:02.750530 [ 3 ] {26c4a32a-d67b-402a-a501-3cbead3ce3e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 9497 | 2024.07.19 18:50:02.750859 [ 3 ] {26c4a32a-d67b-402a-a501-3cbead3ce3e9} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 9498 | 2024.07.19 18:50:02.751171 [ 3 ] {26c4a32a-d67b-402a-a501-3cbead3ce3e9} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9499 | 2024.07.19 18:50:02.751327 [ 3 ] {26c4a32a-d67b-402a-a501-3cbead3ce3e9} <Debug> executeQuery: Read 408 rows, 29.56 KiB in 0.001648 sec., 247572.81553398058 rows/sec., 17.51 MiB/sec. | ||
| 9500 | 2024.07.19 18:50:02.751495 [ 3 ] {26c4a32a-d67b-402a-a501-3cbead3ce3e9} <Debug> DynamicQueryHandler: Done processing query | ||
| 9501 | 2024.07.19 18:50:02.751520 [ 3 ] {26c4a32a-d67b-402a-a501-3cbead3ce3e9} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
| 9502 | 2024.07.19 18:50:02.751535 [ 3 ] {} <Debug> HTTP-Session: 1e4c3dc4-54d0-4580-bf3a-3bd31cf2293f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9503 | 2024.07.19 18:50:02.751689 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9504 | 2024.07.19 18:50:02.751739 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9505 | 2024.07.19 18:50:02.751759 [ 3 ] {} <Debug> HTTP-Session: 30a7c9bc-62db-4003-83b5-7fed5481016e Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 9506 | 2024.07.19 18:50:02.751775 [ 3 ] {} <Debug> HTTP-Session: 30a7c9bc-62db-4003-83b5-7fed5481016e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9507 | 2024.07.19 18:50:02.751789 [ 3 ] {} <Debug> HTTP-Session: 30a7c9bc-62db-4003-83b5-7fed5481016e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9508 | 2024.07.19 18:50:02.751821 [ 3 ] {} <Trace> HTTP-Session: 30a7c9bc-62db-4003-83b5-7fed5481016e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9509 | 2024.07.19 18:50:02.751916 [ 3 ] {117df825-b628-43d7-9702-ac9cfb8e6749} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 9510 | 2024.07.19 18:50:02.751962 [ 3 ] {117df825-b628-43d7-9702-ac9cfb8e6749} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9511 | 2024.07.19 18:50:02.752095 [ 3 ] {117df825-b628-43d7-9702-ac9cfb8e6749} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9512 | 2024.07.19 18:50:02.752369 [ 3 ] {117df825-b628-43d7-9702-ac9cfb8e6749} <Trace> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9513 | 2024.07.19 18:50:02.752404 [ 3 ] {117df825-b628-43d7-9702-ac9cfb8e6749} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 9514 | 2024.07.19 18:50:02.752756 [ 3 ] {117df825-b628-43d7-9702-ac9cfb8e6749} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 9515 | 2024.07.19 18:50:02.753080 [ 3 ] {117df825-b628-43d7-9702-ac9cfb8e6749} <Trace> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9516 | 2024.07.19 18:50:02.753210 [ 3 ] {117df825-b628-43d7-9702-ac9cfb8e6749} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001318 sec., 4552.352048558422 rows/sec., 195.61 KiB/sec. | ||
| 9517 | 2024.07.19 18:50:02.753274 [ 116 ] {} <Debug> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 9518 | 2024.07.19 18:50:02.753362 [ 116 ] {} <Trace> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9519 | 2024.07.19 18:50:02.753401 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 9520 | 2024.07.19 18:50:02.753437 [ 3 ] {117df825-b628-43d7-9702-ac9cfb8e6749} <Debug> DynamicQueryHandler: Done processing query | ||
| 9521 | 2024.07.19 18:50:02.753496 [ 3 ] {117df825-b628-43d7-9702-ac9cfb8e6749} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 9522 | 2024.07.19 18:50:02.753577 [ 3 ] {} <Debug> HTTP-Session: 30a7c9bc-62db-4003-83b5-7fed5481016e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9523 | 2024.07.19 18:50:02.753844 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 14079, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9524 | 2024.07.19 18:50:02.753930 [ 189 ] {df0343a6-e0c4-40da-a26b-df51f3875d9d::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 | ||
| 9525 | 2024.07.19 18:50:02.753981 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9526 | 2024.07.19 18:50:02.754075 [ 3 ] {} <Debug> HTTP-Session: 9f4b0486-7062-421a-b056-b5ab1de43f67 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 9527 | 2024.07.19 18:50:02.754100 [ 3 ] {} <Debug> HTTP-Session: 9f4b0486-7062-421a-b056-b5ab1de43f67 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9528 | 2024.07.19 18:50:02.754131 [ 3 ] {} <Debug> HTTP-Session: 9f4b0486-7062-421a-b056-b5ab1de43f67 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9529 | 2024.07.19 18:50:02.754210 [ 3 ] {} <Trace> HTTP-Session: 9f4b0486-7062-421a-b056-b5ab1de43f67 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9530 | 2024.07.19 18:50:02.754318 [ 189 ] {df0343a6-e0c4-40da-a26b-df51f3875d9d::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9531 | 2024.07.19 18:50:02.754385 [ 189 ] {df0343a6-e0c4-40da-a26b-df51f3875d9d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 96 rows starting from the beginning of the part | ||
| 9532 | 2024.07.19 18:50:02.754450 [ 3 ] {6d71414a-180f-46de-863f-5a7c13252a26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 9533 | 2024.07.19 18:50:02.754557 [ 189 ] {df0343a6-e0c4-40da-a26b-df51f3875d9d::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 | ||
| 9534 | 2024.07.19 18:50:02.754633 [ 3 ] {6d71414a-180f-46de-863f-5a7c13252a26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 9535 | 2024.07.19 18:50:02.754886 [ 189 ] {df0343a6-e0c4-40da-a26b-df51f3875d9d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part | ||
| 9536 | 2024.07.19 18:50:02.755204 [ 189 ] {df0343a6-e0c4-40da-a26b-df51f3875d9d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 6 rows starting from the beginning of the part | ||
| 9537 | 2024.07.19 18:50:02.755487 [ 189 ] {df0343a6-e0c4-40da-a26b-df51f3875d9d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 6 rows starting from the beginning of the part | ||
| 9538 | 2024.07.19 18:50:02.755819 [ 189 ] {df0343a6-e0c4-40da-a26b-df51f3875d9d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part | ||
| 9539 | 2024.07.19 18:50:02.756404 [ 3 ] {6d71414a-180f-46de-863f-5a7c13252a26} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9540 | 2024.07.19 18:50:02.757093 [ 3 ] {6d71414a-180f-46de-863f-5a7c13252a26} <Trace> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9541 | 2024.07.19 18:50:02.757160 [ 3 ] {6d71414a-180f-46de-863f-5a7c13252a26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 9542 | 2024.07.19 18:50:02.758182 [ 3 ] {6d71414a-180f-46de-863f-5a7c13252a26} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 9543 | 2024.07.19 18:50:02.758705 [ 189 ] {df0343a6-e0c4-40da-a26b-df51f3875d9d::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 126 rows, containing 4 columns (4 merged, 0 gathered) in 0.005204562 sec., 24209.53002385215 rows/sec., 1.02 MiB/sec. | ||
| 9544 | 2024.07.19 18:50:02.758922 [ 189 ] {df0343a6-e0c4-40da-a26b-df51f3875d9d::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 9545 | 2024.07.19 18:50:02.759093 [ 3 ] {6d71414a-180f-46de-863f-5a7c13252a26} <Trace> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9546 | 2024.07.19 18:50:02.759398 [ 116 ] {} <Debug> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 9547 | 2024.07.19 18:50:02.759553 [ 116 ] {} <Trace> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9548 | 2024.07.19 18:50:02.759549 [ 3 ] {6d71414a-180f-46de-863f-5a7c13252a26} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.005143 sec., 14971.806338712813 rows/sec., 944.09 KiB/sec. | ||
| 9549 | 2024.07.19 18:50:02.759655 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 9550 | 2024.07.19 18:50:02.760397 [ 3 ] {6d71414a-180f-46de-863f-5a7c13252a26} <Debug> DynamicQueryHandler: Done processing query | ||
| 9551 | 2024.07.19 18:50:02.760442 [ 188 ] {1fb508e0-969d-4987-9814-9a74e65b75c4::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 | ||
| 9552 | 2024.07.19 18:50:02.760490 [ 3 ] {6d71414a-180f-46de-863f-5a7c13252a26} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 9553 | 2024.07.19 18:50:02.760600 [ 3 ] {} <Debug> HTTP-Session: 9f4b0486-7062-421a-b056-b5ab1de43f67 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9554 | 2024.07.19 18:50:02.760646 [ 197 ] {df0343a6-e0c4-40da-a26b-df51f3875d9d::all_1_21_4} <Trace> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9555 | 2024.07.19 18:50:02.760962 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9556 | 2024.07.19 18:50:02.761130 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9557 | 2024.07.19 18:50:02.761196 [ 197 ] {df0343a6-e0c4-40da-a26b-df51f3875d9d::all_1_21_4} <Trace> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 9558 | 2024.07.19 18:50:02.761200 [ 3 ] {} <Debug> HTTP-Session: deb80273-5b1c-4303-9100-d579cec55dc2 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 9559 | 2024.07.19 18:50:02.761220 [ 188 ] {1fb508e0-969d-4987-9814-9a74e65b75c4::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9560 | 2024.07.19 18:50:02.761255 [ 3 ] {} <Debug> HTTP-Session: deb80273-5b1c-4303-9100-d579cec55dc2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9561 | 2024.07.19 18:50:02.761299 [ 3 ] {} <Debug> HTTP-Session: deb80273-5b1c-4303-9100-d579cec55dc2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9562 | 2024.07.19 18:50:02.761302 [ 188 ] {1fb508e0-969d-4987-9814-9a74e65b75c4::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 | ||
| 9563 | 2024.07.19 18:50:02.761403 [ 3 ] {} <Trace> HTTP-Session: deb80273-5b1c-4303-9100-d579cec55dc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9564 | 2024.07.19 18:50:02.761487 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 9565 | 2024.07.19 18:50:02.761676 [ 188 ] {1fb508e0-969d-4987-9814-9a74e65b75c4::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 | ||
| 9566 | 2024.07.19 18:50:02.761837 [ 3 ] {4f0cabdd-8c41-4bef-affe-99e633ff5bfa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 9567 | 2024.07.19 18:50:02.761923 [ 188 ] {1fb508e0-969d-4987-9814-9a74e65b75c4::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 | ||
| 9568 | 2024.07.19 18:50:02.762000 [ 3 ] {4f0cabdd-8c41-4bef-affe-99e633ff5bfa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9569 | 2024.07.19 18:50:02.762332 [ 188 ] {1fb508e0-969d-4987-9814-9a74e65b75c4::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 | ||
| 9570 | 2024.07.19 18:50:02.762670 [ 188 ] {1fb508e0-969d-4987-9814-9a74e65b75c4::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 | ||
| 9571 | 2024.07.19 18:50:02.763071 [ 188 ] {1fb508e0-969d-4987-9814-9a74e65b75c4::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 | ||
| 9572 | 2024.07.19 18:50:02.763514 [ 3 ] {4f0cabdd-8c41-4bef-affe-99e633ff5bfa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9573 | 2024.07.19 18:50:02.764084 [ 3 ] {4f0cabdd-8c41-4bef-affe-99e633ff5bfa} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9574 | 2024.07.19 18:50:02.764128 [ 3 ] {4f0cabdd-8c41-4bef-affe-99e633ff5bfa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 9575 | 2024.07.19 18:50:02.764724 [ 3 ] {4f0cabdd-8c41-4bef-affe-99e633ff5bfa} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 9576 | 2024.07.19 18:50:02.765147 [ 188 ] {1fb508e0-969d-4987-9814-9a74e65b75c4::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1617 rows, containing 5 columns (5 merged, 0 gathered) in 0.005246842 sec., 308185.38084432506 rows/sec., 18.98 MiB/sec. | ||
| 9577 | 2024.07.19 18:50:02.765367 [ 3 ] {4f0cabdd-8c41-4bef-affe-99e633ff5bfa} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9578 | 2024.07.19 18:50:02.765427 [ 197 ] {1fb508e0-969d-4987-9814-9a74e65b75c4::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 9579 | 2024.07.19 18:50:02.765645 [ 3 ] {4f0cabdd-8c41-4bef-affe-99e633ff5bfa} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003995 sec., 40050.06257822277 rows/sec., 2.79 MiB/sec. | ||
| 9580 | 2024.07.19 18:50:02.766053 [ 3 ] {4f0cabdd-8c41-4bef-affe-99e633ff5bfa} <Debug> DynamicQueryHandler: Done processing query | ||
| 9581 | 2024.07.19 18:50:02.766097 [ 3 ] {4f0cabdd-8c41-4bef-affe-99e633ff5bfa} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 9582 | 2024.07.19 18:50:02.766137 [ 3 ] {} <Debug> HTTP-Session: deb80273-5b1c-4303-9100-d579cec55dc2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9583 | 2024.07.19 18:50:02.766316 [ 197 ] {1fb508e0-969d-4987-9814-9a74e65b75c4::all_1_21_4} <Trace> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9584 | 2024.07.19 18:50:02.766334 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 41977, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9585 | 2024.07.19 18:50:02.766448 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9586 | 2024.07.19 18:50:02.766485 [ 197 ] {1fb508e0-969d-4987-9814-9a74e65b75c4::all_1_21_4} <Trace> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 9587 | 2024.07.19 18:50:02.766486 [ 3 ] {} <Debug> HTTP-Session: eb836aa1-e10d-4cf9-a5d5-da38fc9224a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 9588 | 2024.07.19 18:50:02.766531 [ 3 ] {} <Debug> HTTP-Session: eb836aa1-e10d-4cf9-a5d5-da38fc9224a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9589 | 2024.07.19 18:50:02.766567 [ 3 ] {} <Debug> HTTP-Session: eb836aa1-e10d-4cf9-a5d5-da38fc9224a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9590 | 2024.07.19 18:50:02.766652 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. | ||
| 9591 | 2024.07.19 18:50:02.766662 [ 3 ] {} <Trace> HTTP-Session: eb836aa1-e10d-4cf9-a5d5-da38fc9224a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9592 | 2024.07.19 18:50:02.766991 [ 3 ] {57922c34-3ff2-44f4-b9b6-539027c0673c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 9593 | 2024.07.19 18:50:02.767062 [ 3 ] {57922c34-3ff2-44f4-b9b6-539027c0673c} <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 | ||
| 9594 | 2024.07.19 18:50:02.767496 [ 3 ] {57922c34-3ff2-44f4-b9b6-539027c0673c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9595 | 2024.07.19 18:50:02.768259 [ 3 ] {57922c34-3ff2-44f4-b9b6-539027c0673c} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9596 | 2024.07.19 18:50:02.768297 [ 3 ] {57922c34-3ff2-44f4-b9b6-539027c0673c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 9597 | 2024.07.19 18:50:02.768935 [ 3 ] {57922c34-3ff2-44f4-b9b6-539027c0673c} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 9598 | 2024.07.19 18:50:02.769369 [ 3 ] {57922c34-3ff2-44f4-b9b6-539027c0673c} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9599 | 2024.07.19 18:50:02.769562 [ 3 ] {57922c34-3ff2-44f4-b9b6-539027c0673c} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002778 sec., 9359.251259899207 rows/sec., 16.77 MiB/sec. | ||
| 9600 | 2024.07.19 18:50:02.769805 [ 3 ] {57922c34-3ff2-44f4-b9b6-539027c0673c} <Debug> DynamicQueryHandler: Done processing query | ||
| 9601 | 2024.07.19 18:50:02.769831 [ 3 ] {57922c34-3ff2-44f4-b9b6-539027c0673c} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 9602 | 2024.07.19 18:50:02.769846 [ 3 ] {} <Debug> HTTP-Session: eb836aa1-e10d-4cf9-a5d5-da38fc9224a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9603 | 2024.07.19 18:50:02.769959 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 3212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9604 | 2024.07.19 18:50:02.770010 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9605 | 2024.07.19 18:50:02.770029 [ 3 ] {} <Debug> HTTP-Session: e3265cd1-bc79-4d00-bd4a-abb9d918071d Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 9606 | 2024.07.19 18:50:02.770045 [ 3 ] {} <Debug> HTTP-Session: e3265cd1-bc79-4d00-bd4a-abb9d918071d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9607 | 2024.07.19 18:50:02.770060 [ 3 ] {} <Debug> HTTP-Session: e3265cd1-bc79-4d00-bd4a-abb9d918071d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9608 | 2024.07.19 18:50:02.770090 [ 3 ] {} <Trace> HTTP-Session: e3265cd1-bc79-4d00-bd4a-abb9d918071d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9609 | 2024.07.19 18:50:02.770192 [ 3 ] {d0158b16-3a3c-4b00-aa1a-cb61bd5c047f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 9610 | 2024.07.19 18:50:02.770236 [ 3 ] {d0158b16-3a3c-4b00-aa1a-cb61bd5c047f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 9611 | 2024.07.19 18:50:02.770365 [ 3 ] {d0158b16-3a3c-4b00-aa1a-cb61bd5c047f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9612 | 2024.07.19 18:50:02.770642 [ 3 ] {d0158b16-3a3c-4b00-aa1a-cb61bd5c047f} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9613 | 2024.07.19 18:50:02.770678 [ 3 ] {d0158b16-3a3c-4b00-aa1a-cb61bd5c047f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 9614 | 2024.07.19 18:50:02.771034 [ 3 ] {d0158b16-3a3c-4b00-aa1a-cb61bd5c047f} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 9615 | 2024.07.19 18:50:02.771354 [ 3 ] {d0158b16-3a3c-4b00-aa1a-cb61bd5c047f} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9616 | 2024.07.19 18:50:02.771507 [ 3 ] {d0158b16-3a3c-4b00-aa1a-cb61bd5c047f} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001339 sec., 17176.997759522033 rows/sec., 929.16 KiB/sec. | ||
| 9617 | 2024.07.19 18:50:02.771670 [ 3 ] {d0158b16-3a3c-4b00-aa1a-cb61bd5c047f} <Debug> DynamicQueryHandler: Done processing query | ||
| 9618 | 2024.07.19 18:50:02.771695 [ 3 ] {d0158b16-3a3c-4b00-aa1a-cb61bd5c047f} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 9619 | 2024.07.19 18:50:02.771711 [ 3 ] {} <Debug> HTTP-Session: e3265cd1-bc79-4d00-bd4a-abb9d918071d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9620 | 2024.07.19 18:50:02.771823 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9621 | 2024.07.19 18:50:02.771872 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9622 | 2024.07.19 18:50:02.771891 [ 3 ] {} <Debug> HTTP-Session: 5a95c9e1-1b40-4da0-83db-b782131f4757 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 9623 | 2024.07.19 18:50:02.771907 [ 3 ] {} <Debug> HTTP-Session: 5a95c9e1-1b40-4da0-83db-b782131f4757 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9624 | 2024.07.19 18:50:02.771920 [ 3 ] {} <Debug> HTTP-Session: 5a95c9e1-1b40-4da0-83db-b782131f4757 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9625 | 2024.07.19 18:50:02.771950 [ 3 ] {} <Trace> HTTP-Session: 5a95c9e1-1b40-4da0-83db-b782131f4757 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9626 | 2024.07.19 18:50:02.772066 [ 3 ] {63ef4d7d-0d63-4670-9bd2-51ba564dcaf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 9627 | 2024.07.19 18:50:02.772110 [ 3 ] {63ef4d7d-0d63-4670-9bd2-51ba564dcaf0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9628 | 2024.07.19 18:50:02.772238 [ 3 ] {63ef4d7d-0d63-4670-9bd2-51ba564dcaf0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9629 | 2024.07.19 18:50:02.772538 [ 3 ] {63ef4d7d-0d63-4670-9bd2-51ba564dcaf0} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9630 | 2024.07.19 18:50:02.772574 [ 3 ] {63ef4d7d-0d63-4670-9bd2-51ba564dcaf0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 9631 | 2024.07.19 18:50:02.772927 [ 3 ] {63ef4d7d-0d63-4670-9bd2-51ba564dcaf0} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 9632 | 2024.07.19 18:50:02.773248 [ 3 ] {63ef4d7d-0d63-4670-9bd2-51ba564dcaf0} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9633 | 2024.07.19 18:50:02.773396 [ 3 ] {63ef4d7d-0d63-4670-9bd2-51ba564dcaf0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001367 sec., 43891.73372348208 rows/sec., 2.96 MiB/sec. | ||
| 9634 | 2024.07.19 18:50:02.773556 [ 3 ] {63ef4d7d-0d63-4670-9bd2-51ba564dcaf0} <Debug> DynamicQueryHandler: Done processing query | ||
| 9635 | 2024.07.19 18:50:02.773580 [ 3 ] {63ef4d7d-0d63-4670-9bd2-51ba564dcaf0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 9636 | 2024.07.19 18:50:02.773597 [ 3 ] {} <Debug> HTTP-Session: 5a95c9e1-1b40-4da0-83db-b782131f4757 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9637 | 2024.07.19 18:50:07.738929 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 623, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9638 | 2024.07.19 18:50:07.739078 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9639 | 2024.07.19 18:50:07.739109 [ 3 ] {} <Debug> HTTP-Session: 828ccb8e-6848-4110-8341-6df5ca37c383 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 9640 | 2024.07.19 18:50:07.739137 [ 3 ] {} <Debug> HTTP-Session: 828ccb8e-6848-4110-8341-6df5ca37c383 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9641 | 2024.07.19 18:50:07.739155 [ 3 ] {} <Debug> HTTP-Session: 828ccb8e-6848-4110-8341-6df5ca37c383 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9642 | 2024.07.19 18:50:07.739212 [ 3 ] {} <Trace> HTTP-Session: 828ccb8e-6848-4110-8341-6df5ca37c383 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9643 | 2024.07.19 18:50:07.739401 [ 3 ] {c891ff29-0b40-4125-b235-d406d2512d0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 9644 | 2024.07.19 18:50:07.739469 [ 3 ] {c891ff29-0b40-4125-b235-d406d2512d0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 9645 | 2024.07.19 18:50:07.739665 [ 3 ] {c891ff29-0b40-4125-b235-d406d2512d0c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9646 | 2024.07.19 18:50:07.740179 [ 3 ] {c891ff29-0b40-4125-b235-d406d2512d0c} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9647 | 2024.07.19 18:50:07.740227 [ 3 ] {c891ff29-0b40-4125-b235-d406d2512d0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 9648 | 2024.07.19 18:50:07.740620 [ 3 ] {c891ff29-0b40-4125-b235-d406d2512d0c} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 9649 | 2024.07.19 18:50:07.740957 [ 3 ] {c891ff29-0b40-4125-b235-d406d2512d0c} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9650 | 2024.07.19 18:50:07.741136 [ 3 ] {c891ff29-0b40-4125-b235-d406d2512d0c} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001784 sec., 2242.152466367713 rows/sec., 181.74 KiB/sec. | ||
| 9651 | 2024.07.19 18:50:07.741334 [ 3 ] {c891ff29-0b40-4125-b235-d406d2512d0c} <Debug> DynamicQueryHandler: Done processing query | ||
| 9652 | 2024.07.19 18:50:07.741361 [ 3 ] {c891ff29-0b40-4125-b235-d406d2512d0c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 9653 | 2024.07.19 18:50:07.741378 [ 3 ] {} <Debug> HTTP-Session: 828ccb8e-6848-4110-8341-6df5ca37c383 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9654 | 2024.07.19 18:50:07.741512 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9662, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9655 | 2024.07.19 18:50:07.741566 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9656 | 2024.07.19 18:50:07.741585 [ 3 ] {} <Debug> HTTP-Session: 7401dbcd-dd86-4099-a09f-51f756b65157 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 9657 | 2024.07.19 18:50:07.741602 [ 3 ] {} <Debug> HTTP-Session: 7401dbcd-dd86-4099-a09f-51f756b65157 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9658 | 2024.07.19 18:50:07.741616 [ 3 ] {} <Debug> HTTP-Session: 7401dbcd-dd86-4099-a09f-51f756b65157 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9659 | 2024.07.19 18:50:07.741653 [ 3 ] {} <Trace> HTTP-Session: 7401dbcd-dd86-4099-a09f-51f756b65157 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9660 | 2024.07.19 18:50:07.741772 [ 3 ] {957e2d5e-5e34-4f16-8aca-e2dabebdd5e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 9661 | 2024.07.19 18:50:07.741817 [ 3 ] {957e2d5e-5e34-4f16-8aca-e2dabebdd5e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9662 | 2024.07.19 18:50:07.741945 [ 3 ] {957e2d5e-5e34-4f16-8aca-e2dabebdd5e4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9663 | 2024.07.19 18:50:07.742302 [ 3 ] {957e2d5e-5e34-4f16-8aca-e2dabebdd5e4} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9664 | 2024.07.19 18:50:07.742339 [ 3 ] {957e2d5e-5e34-4f16-8aca-e2dabebdd5e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 9665 | 2024.07.19 18:50:07.742668 [ 3 ] {957e2d5e-5e34-4f16-8aca-e2dabebdd5e4} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 9666 | 2024.07.19 18:50:07.742979 [ 3 ] {957e2d5e-5e34-4f16-8aca-e2dabebdd5e4} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9667 | 2024.07.19 18:50:07.743139 [ 3 ] {957e2d5e-5e34-4f16-8aca-e2dabebdd5e4} <Debug> executeQuery: Read 68 rows, 5.51 KiB in 0.001401 sec., 48536.75945753034 rows/sec., 3.84 MiB/sec. | ||
| 9668 | 2024.07.19 18:50:07.743136 [ 66 ] {} <Debug> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 9669 | 2024.07.19 18:50:07.743256 [ 66 ] {} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9670 | 2024.07.19 18:50:07.743305 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 9671 | 2024.07.19 18:50:07.743389 [ 3 ] {957e2d5e-5e34-4f16-8aca-e2dabebdd5e4} <Debug> DynamicQueryHandler: Done processing query | ||
| 9672 | 2024.07.19 18:50:07.743441 [ 3 ] {957e2d5e-5e34-4f16-8aca-e2dabebdd5e4} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 9673 | 2024.07.19 18:50:07.743498 [ 3 ] {} <Debug> HTTP-Session: 7401dbcd-dd86-4099-a09f-51f756b65157 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9674 | 2024.07.19 18:50:07.743584 [ 186 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::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 | ||
| 9675 | 2024.07.19 18:50:07.743678 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 11562, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9676 | 2024.07.19 18:50:07.743765 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9677 | 2024.07.19 18:50:07.743817 [ 3 ] {} <Debug> HTTP-Session: 4ed6d8c0-433d-45fe-956c-21cb6b681924 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 9678 | 2024.07.19 18:50:07.743865 [ 3 ] {} <Debug> HTTP-Session: 4ed6d8c0-433d-45fe-956c-21cb6b681924 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9679 | 2024.07.19 18:50:07.743903 [ 3 ] {} <Debug> HTTP-Session: 4ed6d8c0-433d-45fe-956c-21cb6b681924 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9680 | 2024.07.19 18:50:07.743939 [ 186 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9681 | 2024.07.19 18:50:07.743969 [ 3 ] {} <Trace> HTTP-Session: 4ed6d8c0-433d-45fe-956c-21cb6b681924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9682 | 2024.07.19 18:50:07.744013 [ 186 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 295 rows starting from the beginning of the part | ||
| 9683 | 2024.07.19 18:50:07.744260 [ 186 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 70 rows starting from the beginning of the part | ||
| 9684 | 2024.07.19 18:50:07.744353 [ 3 ] {91a2bbe8-eebe-4970-85a1-90ce4ea3affa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 9685 | 2024.07.19 18:50:07.744559 [ 186 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 239 rows starting from the beginning of the part | ||
| 9686 | 2024.07.19 18:50:07.744578 [ 3 ] {91a2bbe8-eebe-4970-85a1-90ce4ea3affa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9687 | 2024.07.19 18:50:07.744831 [ 186 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 68 rows starting from the beginning of the part | ||
| 9688 | 2024.07.19 18:50:07.745115 [ 186 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 239 rows starting from the beginning of the part | ||
| 9689 | 2024.07.19 18:50:07.745434 [ 186 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 68 rows starting from the beginning of the part | ||
| 9690 | 2024.07.19 18:50:07.746088 [ 3 ] {91a2bbe8-eebe-4970-85a1-90ce4ea3affa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9691 | 2024.07.19 18:50:07.746869 [ 3 ] {91a2bbe8-eebe-4970-85a1-90ce4ea3affa} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9692 | 2024.07.19 18:50:07.746944 [ 3 ] {91a2bbe8-eebe-4970-85a1-90ce4ea3affa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 9693 | 2024.07.19 18:50:07.747857 [ 3 ] {91a2bbe8-eebe-4970-85a1-90ce4ea3affa} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 9694 | 2024.07.19 18:50:07.748546 [ 3 ] {91a2bbe8-eebe-4970-85a1-90ce4ea3affa} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9695 | 2024.07.19 18:50:07.748558 [ 193 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 979 rows, containing 4 columns (4 merged, 0 gathered) in 0.00515013 sec., 190092.28893251237 rows/sec., 16.30 MiB/sec. | ||
| 9696 | 2024.07.19 18:50:07.748780 [ 66 ] {} <Debug> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 9697 | 2024.07.19 18:50:07.748811 [ 3 ] {91a2bbe8-eebe-4970-85a1-90ce4ea3affa} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.004705 sec., 14452.709883103082 rows/sec., 1.13 MiB/sec. | ||
| 9698 | 2024.07.19 18:50:07.748858 [ 66 ] {} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9699 | 2024.07.19 18:50:07.748883 [ 193 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 9700 | 2024.07.19 18:50:07.748981 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 9701 | 2024.07.19 18:50:07.749344 [ 190 ] {67671d04-4863-4609-b795-f6318ed5bf2b::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 | ||
| 9702 | 2024.07.19 18:50:07.749439 [ 3 ] {91a2bbe8-eebe-4970-85a1-90ce4ea3affa} <Debug> DynamicQueryHandler: Done processing query | ||
| 9703 | 2024.07.19 18:50:07.749572 [ 3 ] {91a2bbe8-eebe-4970-85a1-90ce4ea3affa} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 9704 | 2024.07.19 18:50:07.749681 [ 3 ] {} <Debug> HTTP-Session: 4ed6d8c0-433d-45fe-956c-21cb6b681924 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9705 | 2024.07.19 18:50:07.749885 [ 190 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9706 | 2024.07.19 18:50:07.749940 [ 190 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 470 rows starting from the beginning of the part | ||
| 9707 | 2024.07.19 18:50:07.750028 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9708 | 2024.07.19 18:50:07.750266 [ 190 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 72 rows starting from the beginning of the part | ||
| 9709 | 2024.07.19 18:50:07.750415 [ 198 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_51_10} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9710 | 2024.07.19 18:50:07.750446 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9711 | 2024.07.19 18:50:07.750676 [ 3 ] {} <Debug> HTTP-Session: a6e4f806-ea44-4815-be6f-f35915835fab Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 9712 | 2024.07.19 18:50:07.750673 [ 190 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 408 rows starting from the beginning of the part | ||
| 9713 | 2024.07.19 18:50:07.750773 [ 3 ] {} <Debug> HTTP-Session: a6e4f806-ea44-4815-be6f-f35915835fab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9714 | 2024.07.19 18:50:07.750881 [ 3 ] {} <Debug> HTTP-Session: a6e4f806-ea44-4815-be6f-f35915835fab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9715 | 2024.07.19 18:50:07.751097 [ 198 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_51_10} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 9716 | 2024.07.19 18:50:07.751118 [ 190 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 68 rows starting from the beginning of the part | ||
| 9717 | 2024.07.19 18:50:07.751172 [ 3 ] {} <Trace> HTTP-Session: a6e4f806-ea44-4815-be6f-f35915835fab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9718 | 2024.07.19 18:50:07.751514 [ 190 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 408 rows starting from the beginning of the part | ||
| 9719 | 2024.07.19 18:50:07.751533 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 9720 | 2024.07.19 18:50:07.751822 [ 190 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 68 rows starting from the beginning of the part | ||
| 9721 | 2024.07.19 18:50:07.751933 [ 3 ] {5fe36c9c-1e22-4276-8e1c-7eb8043f2dd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 9722 | 2024.07.19 18:50:07.752239 [ 3 ] {5fe36c9c-1e22-4276-8e1c-7eb8043f2dd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9723 | 2024.07.19 18:50:07.752779 [ 3 ] {5fe36c9c-1e22-4276-8e1c-7eb8043f2dd5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9724 | 2024.07.19 18:50:07.753873 [ 3 ] {5fe36c9c-1e22-4276-8e1c-7eb8043f2dd5} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9725 | 2024.07.19 18:50:07.753941 [ 3 ] {5fe36c9c-1e22-4276-8e1c-7eb8043f2dd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 9726 | 2024.07.19 18:50:07.754825 [ 3 ] {5fe36c9c-1e22-4276-8e1c-7eb8043f2dd5} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 9727 | 2024.07.19 18:50:07.754833 [ 196 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1494 rows, containing 4 columns (4 merged, 0 gathered) in 0.005683409 sec., 262870.4004937881 rows/sec., 18.95 MiB/sec. | ||
| 9728 | 2024.07.19 18:50:07.755082 [ 196 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 9729 | 2024.07.19 18:50:07.755588 [ 3 ] {5fe36c9c-1e22-4276-8e1c-7eb8043f2dd5} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9730 | 2024.07.19 18:50:07.755968 [ 3 ] {5fe36c9c-1e22-4276-8e1c-7eb8043f2dd5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004423 sec., 36174.54216595071 rows/sec., 2.52 MiB/sec. | ||
| 9731 | 2024.07.19 18:50:07.756109 [ 196 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_51_10} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9732 | 2024.07.19 18:50:07.756559 [ 196 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_51_10} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 9733 | 2024.07.19 18:50:07.756572 [ 3 ] {5fe36c9c-1e22-4276-8e1c-7eb8043f2dd5} <Debug> DynamicQueryHandler: Done processing query | ||
| 9734 | 2024.07.19 18:50:07.756642 [ 3 ] {5fe36c9c-1e22-4276-8e1c-7eb8043f2dd5} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 9735 | 2024.07.19 18:50:07.756727 [ 3 ] {} <Debug> HTTP-Session: a6e4f806-ea44-4815-be6f-f35915835fab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9736 | 2024.07.19 18:50:07.756870 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
| 9737 | 2024.07.19 18:50:07.756952 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 6430, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9738 | 2024.07.19 18:50:07.757011 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9739 | 2024.07.19 18:50:07.757030 [ 3 ] {} <Debug> HTTP-Session: ff609c83-175b-4831-a471-78aca2885ddc Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 9740 | 2024.07.19 18:50:07.757047 [ 3 ] {} <Debug> HTTP-Session: ff609c83-175b-4831-a471-78aca2885ddc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9741 | 2024.07.19 18:50:07.757060 [ 3 ] {} <Debug> HTTP-Session: ff609c83-175b-4831-a471-78aca2885ddc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9742 | 2024.07.19 18:50:07.757094 [ 3 ] {} <Trace> HTTP-Session: ff609c83-175b-4831-a471-78aca2885ddc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9743 | 2024.07.19 18:50:07.757242 [ 3 ] {13648bc2-2e2e-4748-9027-d29c160ab4bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 9744 | 2024.07.19 18:50:07.757311 [ 3 ] {13648bc2-2e2e-4748-9027-d29c160ab4bc} <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 | ||
| 9745 | 2024.07.19 18:50:07.757758 [ 3 ] {13648bc2-2e2e-4748-9027-d29c160ab4bc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9746 | 2024.07.19 18:50:07.758295 [ 3 ] {13648bc2-2e2e-4748-9027-d29c160ab4bc} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9747 | 2024.07.19 18:50:07.758331 [ 3 ] {13648bc2-2e2e-4748-9027-d29c160ab4bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 9748 | 2024.07.19 18:50:07.758915 [ 3 ] {13648bc2-2e2e-4748-9027-d29c160ab4bc} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 9749 | 2024.07.19 18:50:07.759319 [ 3 ] {13648bc2-2e2e-4748-9027-d29c160ab4bc} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9750 | 2024.07.19 18:50:07.759513 [ 3 ] {13648bc2-2e2e-4748-9027-d29c160ab4bc} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002335 sec., 1713.0620985010707 rows/sec., 3.07 MiB/sec. | ||
| 9751 | 2024.07.19 18:50:07.759739 [ 3 ] {13648bc2-2e2e-4748-9027-d29c160ab4bc} <Debug> DynamicQueryHandler: Done processing query | ||
| 9752 | 2024.07.19 18:50:07.759763 [ 3 ] {13648bc2-2e2e-4748-9027-d29c160ab4bc} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 9753 | 2024.07.19 18:50:07.759780 [ 3 ] {} <Debug> HTTP-Session: ff609c83-175b-4831-a471-78aca2885ddc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9754 | 2024.07.19 18:50:07.759893 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9755 | 2024.07.19 18:50:07.759941 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9756 | 2024.07.19 18:50:07.759959 [ 3 ] {} <Debug> HTTP-Session: af850ef0-50eb-4467-a630-fa4b6625e2df Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 9757 | 2024.07.19 18:50:07.759976 [ 3 ] {} <Debug> HTTP-Session: af850ef0-50eb-4467-a630-fa4b6625e2df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9758 | 2024.07.19 18:50:07.759990 [ 3 ] {} <Debug> HTTP-Session: af850ef0-50eb-4467-a630-fa4b6625e2df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9759 | 2024.07.19 18:50:07.760019 [ 3 ] {} <Trace> HTTP-Session: af850ef0-50eb-4467-a630-fa4b6625e2df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9760 | 2024.07.19 18:50:07.760139 [ 3 ] {ca31c29d-1beb-493e-82b6-b876b8176ed0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 9761 | 2024.07.19 18:50:07.760183 [ 3 ] {ca31c29d-1beb-493e-82b6-b876b8176ed0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9762 | 2024.07.19 18:50:07.760313 [ 3 ] {ca31c29d-1beb-493e-82b6-b876b8176ed0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9763 | 2024.07.19 18:50:07.760616 [ 3 ] {ca31c29d-1beb-493e-82b6-b876b8176ed0} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9764 | 2024.07.19 18:50:07.760653 [ 3 ] {ca31c29d-1beb-493e-82b6-b876b8176ed0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 9765 | 2024.07.19 18:50:07.761008 [ 3 ] {ca31c29d-1beb-493e-82b6-b876b8176ed0} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 9766 | 2024.07.19 18:50:07.761323 [ 3 ] {ca31c29d-1beb-493e-82b6-b876b8176ed0} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9767 | 2024.07.19 18:50:07.761477 [ 3 ] {ca31c29d-1beb-493e-82b6-b876b8176ed0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001381 sec., 43446.77769732078 rows/sec., 2.93 MiB/sec. | ||
| 9768 | 2024.07.19 18:50:07.761639 [ 3 ] {ca31c29d-1beb-493e-82b6-b876b8176ed0} <Debug> DynamicQueryHandler: Done processing query | ||
| 9769 | 2024.07.19 18:50:07.761663 [ 3 ] {ca31c29d-1beb-493e-82b6-b876b8176ed0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 9770 | 2024.07.19 18:50:07.761679 [ 3 ] {} <Debug> HTTP-Session: af850ef0-50eb-4467-a630-fa4b6625e2df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9771 | 2024.07.19 18:50:12.745152 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 4480, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9772 | 2024.07.19 18:50:12.745297 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9773 | 2024.07.19 18:50:12.745326 [ 3 ] {} <Debug> HTTP-Session: b0fb57b7-dadc-4e64-b154-3b964ec22223 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 9774 | 2024.07.19 18:50:12.745355 [ 3 ] {} <Debug> HTTP-Session: b0fb57b7-dadc-4e64-b154-3b964ec22223 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9775 | 2024.07.19 18:50:12.745373 [ 3 ] {} <Debug> HTTP-Session: b0fb57b7-dadc-4e64-b154-3b964ec22223 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9776 | 2024.07.19 18:50:12.745426 [ 3 ] {} <Trace> HTTP-Session: b0fb57b7-dadc-4e64-b154-3b964ec22223 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9777 | 2024.07.19 18:50:12.745616 [ 3 ] {6a995565-fe35-4607-8e27-8ae57a7e673b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 9778 | 2024.07.19 18:50:12.745688 [ 3 ] {6a995565-fe35-4607-8e27-8ae57a7e673b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 9779 | 2024.07.19 18:50:12.745883 [ 3 ] {6a995565-fe35-4607-8e27-8ae57a7e673b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9780 | 2024.07.19 18:50:12.746352 [ 3 ] {6a995565-fe35-4607-8e27-8ae57a7e673b} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9781 | 2024.07.19 18:50:12.746398 [ 3 ] {6a995565-fe35-4607-8e27-8ae57a7e673b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 9782 | 2024.07.19 18:50:12.746771 [ 3 ] {6a995565-fe35-4607-8e27-8ae57a7e673b} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 9783 | 2024.07.19 18:50:12.747120 [ 3 ] {6a995565-fe35-4607-8e27-8ae57a7e673b} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9784 | 2024.07.19 18:50:12.747286 [ 3 ] {6a995565-fe35-4607-8e27-8ae57a7e673b} <Debug> executeQuery: Read 32 rows, 2.45 KiB in 0.001725 sec., 18550.72463768116 rows/sec., 1.39 MiB/sec. | ||
| 9785 | 2024.07.19 18:50:12.747511 [ 3 ] {6a995565-fe35-4607-8e27-8ae57a7e673b} <Debug> DynamicQueryHandler: Done processing query | ||
| 9786 | 2024.07.19 18:50:12.747539 [ 3 ] {6a995565-fe35-4607-8e27-8ae57a7e673b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 9787 | 2024.07.19 18:50:12.747555 [ 3 ] {} <Debug> HTTP-Session: b0fb57b7-dadc-4e64-b154-3b964ec22223 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9788 | 2024.07.19 18:50:12.747711 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9789 | 2024.07.19 18:50:12.747767 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9790 | 2024.07.19 18:50:12.747788 [ 3 ] {} <Debug> HTTP-Session: 2b206e05-c3d5-4b98-b1a2-29da009c52ac Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 9791 | 2024.07.19 18:50:12.747806 [ 3 ] {} <Debug> HTTP-Session: 2b206e05-c3d5-4b98-b1a2-29da009c52ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9792 | 2024.07.19 18:50:12.747820 [ 3 ] {} <Debug> HTTP-Session: 2b206e05-c3d5-4b98-b1a2-29da009c52ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9793 | 2024.07.19 18:50:12.747856 [ 3 ] {} <Trace> HTTP-Session: 2b206e05-c3d5-4b98-b1a2-29da009c52ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9794 | 2024.07.19 18:50:12.747956 [ 3 ] {094dccc5-3553-47fa-841a-80688f6d4623} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 9795 | 2024.07.19 18:50:12.748003 [ 3 ] {094dccc5-3553-47fa-841a-80688f6d4623} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 9796 | 2024.07.19 18:50:12.748137 [ 3 ] {094dccc5-3553-47fa-841a-80688f6d4623} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9797 | 2024.07.19 18:50:12.748442 [ 3 ] {094dccc5-3553-47fa-841a-80688f6d4623} <Trace> oximeter.fields_ipaddr (5b198a67-6d84-4324-b6a3-e6f140922631): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9798 | 2024.07.19 18:50:12.748479 [ 3 ] {094dccc5-3553-47fa-841a-80688f6d4623} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 9799 | 2024.07.19 18:50:12.748779 [ 3 ] {094dccc5-3553-47fa-841a-80688f6d4623} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 9800 | 2024.07.19 18:50:12.749083 [ 3 ] {094dccc5-3553-47fa-841a-80688f6d4623} <Trace> oximeter.fields_ipaddr (5b198a67-6d84-4324-b6a3-e6f140922631): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9801 | 2024.07.19 18:50:12.749247 [ 3 ] {094dccc5-3553-47fa-841a-80688f6d4623} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001308 sec., 1529.0519877675843 rows/sec., 124.68 KiB/sec. | ||
| 9802 | 2024.07.19 18:50:12.749451 [ 3 ] {094dccc5-3553-47fa-841a-80688f6d4623} <Debug> DynamicQueryHandler: Done processing query | ||
| 9803 | 2024.07.19 18:50:12.749477 [ 3 ] {094dccc5-3553-47fa-841a-80688f6d4623} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 9804 | 2024.07.19 18:50:12.749492 [ 3 ] {} <Debug> HTTP-Session: 2b206e05-c3d5-4b98-b1a2-29da009c52ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9805 | 2024.07.19 18:50:12.749663 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 41251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9806 | 2024.07.19 18:50:12.749712 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9807 | 2024.07.19 18:50:12.749730 [ 3 ] {} <Debug> HTTP-Session: 9b1e20de-80d0-4eca-98f2-04cfa29760c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 9808 | 2024.07.19 18:50:12.749746 [ 3 ] {} <Debug> HTTP-Session: 9b1e20de-80d0-4eca-98f2-04cfa29760c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9809 | 2024.07.19 18:50:12.749759 [ 3 ] {} <Debug> HTTP-Session: 9b1e20de-80d0-4eca-98f2-04cfa29760c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9810 | 2024.07.19 18:50:12.749789 [ 3 ] {} <Trace> HTTP-Session: 9b1e20de-80d0-4eca-98f2-04cfa29760c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9811 | 2024.07.19 18:50:12.749965 [ 3 ] {414b9cf9-4541-4a51-a13e-5c4068aa8985} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 9812 | 2024.07.19 18:50:12.750006 [ 3 ] {414b9cf9-4541-4a51-a13e-5c4068aa8985} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9813 | 2024.07.19 18:50:12.750132 [ 3 ] {414b9cf9-4541-4a51-a13e-5c4068aa8985} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9814 | 2024.07.19 18:50:12.750605 [ 3 ] {414b9cf9-4541-4a51-a13e-5c4068aa8985} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9815 | 2024.07.19 18:50:12.750644 [ 3 ] {414b9cf9-4541-4a51-a13e-5c4068aa8985} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 9816 | 2024.07.19 18:50:12.750977 [ 3 ] {414b9cf9-4541-4a51-a13e-5c4068aa8985} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 9817 | 2024.07.19 18:50:12.751277 [ 3 ] {414b9cf9-4541-4a51-a13e-5c4068aa8985} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9818 | 2024.07.19 18:50:12.751426 [ 3 ] {414b9cf9-4541-4a51-a13e-5c4068aa8985} <Debug> executeQuery: Read 276 rows, 24.49 KiB in 0.001545 sec., 178640.77669902914 rows/sec., 15.48 MiB/sec. | ||
| 9819 | 2024.07.19 18:50:12.751590 [ 3 ] {414b9cf9-4541-4a51-a13e-5c4068aa8985} <Debug> DynamicQueryHandler: Done processing query | ||
| 9820 | 2024.07.19 18:50:12.751615 [ 3 ] {414b9cf9-4541-4a51-a13e-5c4068aa8985} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
| 9821 | 2024.07.19 18:50:12.751631 [ 3 ] {} <Debug> HTTP-Session: 9b1e20de-80d0-4eca-98f2-04cfa29760c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9822 | 2024.07.19 18:50:12.751763 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9823 | 2024.07.19 18:50:12.751812 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9824 | 2024.07.19 18:50:12.751830 [ 3 ] {} <Debug> HTTP-Session: ca217142-fd9b-4011-a9bd-66827ec67122 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 9825 | 2024.07.19 18:50:12.751848 [ 3 ] {} <Debug> HTTP-Session: ca217142-fd9b-4011-a9bd-66827ec67122 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9826 | 2024.07.19 18:50:12.751861 [ 3 ] {} <Debug> HTTP-Session: ca217142-fd9b-4011-a9bd-66827ec67122 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9827 | 2024.07.19 18:50:12.751892 [ 3 ] {} <Trace> HTTP-Session: ca217142-fd9b-4011-a9bd-66827ec67122 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9828 | 2024.07.19 18:50:12.751993 [ 3 ] {31ab4cb3-6470-4fb1-949e-e16516316586} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 9829 | 2024.07.19 18:50:12.752036 [ 3 ] {31ab4cb3-6470-4fb1-949e-e16516316586} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9830 | 2024.07.19 18:50:12.752164 [ 3 ] {31ab4cb3-6470-4fb1-949e-e16516316586} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9831 | 2024.07.19 18:50:12.752431 [ 3 ] {31ab4cb3-6470-4fb1-949e-e16516316586} <Trace> oximeter.fields_u16 (3a790436-232b-4913-bf8d-eba3067e022c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9832 | 2024.07.19 18:50:12.752467 [ 3 ] {31ab4cb3-6470-4fb1-949e-e16516316586} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 9833 | 2024.07.19 18:50:12.752764 [ 3 ] {31ab4cb3-6470-4fb1-949e-e16516316586} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 9834 | 2024.07.19 18:50:12.753063 [ 3 ] {31ab4cb3-6470-4fb1-949e-e16516316586} <Trace> oximeter.fields_u16 (3a790436-232b-4913-bf8d-eba3067e022c): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9835 | 2024.07.19 18:50:12.753223 [ 3 ] {31ab4cb3-6470-4fb1-949e-e16516316586} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001253 sec., 1596.1691939345571 rows/sec., 111.45 KiB/sec. | ||
| 9836 | 2024.07.19 18:50:12.753427 [ 3 ] {31ab4cb3-6470-4fb1-949e-e16516316586} <Debug> DynamicQueryHandler: Done processing query | ||
| 9837 | 2024.07.19 18:50:12.753451 [ 3 ] {31ab4cb3-6470-4fb1-949e-e16516316586} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 9838 | 2024.07.19 18:50:12.753467 [ 3 ] {} <Debug> HTTP-Session: ca217142-fd9b-4011-a9bd-66827ec67122 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9839 | 2024.07.19 18:50:12.753635 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 70357, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9840 | 2024.07.19 18:50:12.753683 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9841 | 2024.07.19 18:50:12.753703 [ 3 ] {} <Debug> HTTP-Session: 3b221d52-4312-4274-a79c-5e6c2ca209de Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 9842 | 2024.07.19 18:50:12.753721 [ 3 ] {} <Debug> HTTP-Session: 3b221d52-4312-4274-a79c-5e6c2ca209de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9843 | 2024.07.19 18:50:12.753736 [ 3 ] {} <Debug> HTTP-Session: 3b221d52-4312-4274-a79c-5e6c2ca209de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9844 | 2024.07.19 18:50:12.753767 [ 3 ] {} <Trace> HTTP-Session: 3b221d52-4312-4274-a79c-5e6c2ca209de Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9845 | 2024.07.19 18:50:12.753980 [ 3 ] {b24414be-ba49-4716-bdd7-0894a87602e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 9846 | 2024.07.19 18:50:12.754023 [ 3 ] {b24414be-ba49-4716-bdd7-0894a87602e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9847 | 2024.07.19 18:50:12.754148 [ 3 ] {b24414be-ba49-4716-bdd7-0894a87602e0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9848 | 2024.07.19 18:50:12.754693 [ 3 ] {b24414be-ba49-4716-bdd7-0894a87602e0} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9849 | 2024.07.19 18:50:12.754729 [ 3 ] {b24414be-ba49-4716-bdd7-0894a87602e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 9850 | 2024.07.19 18:50:12.755042 [ 3 ] {b24414be-ba49-4716-bdd7-0894a87602e0} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 9851 | 2024.07.19 18:50:12.755338 [ 3 ] {b24414be-ba49-4716-bdd7-0894a87602e0} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9852 | 2024.07.19 18:50:12.755484 [ 3 ] {b24414be-ba49-4716-bdd7-0894a87602e0} <Debug> executeQuery: Read 434 rows, 31.62 KiB in 0.001607 sec., 270068.45052893594 rows/sec., 19.21 MiB/sec. | ||
| 9853 | 2024.07.19 18:50:12.755662 [ 3 ] {b24414be-ba49-4716-bdd7-0894a87602e0} <Debug> DynamicQueryHandler: Done processing query | ||
| 9854 | 2024.07.19 18:50:12.755694 [ 3 ] {b24414be-ba49-4716-bdd7-0894a87602e0} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 9855 | 2024.07.19 18:50:12.755714 [ 3 ] {} <Debug> HTTP-Session: 3b221d52-4312-4274-a79c-5e6c2ca209de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9856 | 2024.07.19 18:50:12.755870 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9857 | 2024.07.19 18:50:12.755917 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9858 | 2024.07.19 18:50:12.755936 [ 3 ] {} <Debug> HTTP-Session: 24f65ce5-ca1e-4663-a3f1-ec6c48f63755 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 9859 | 2024.07.19 18:50:12.755951 [ 3 ] {} <Debug> HTTP-Session: 24f65ce5-ca1e-4663-a3f1-ec6c48f63755 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9860 | 2024.07.19 18:50:12.755965 [ 3 ] {} <Debug> HTTP-Session: 24f65ce5-ca1e-4663-a3f1-ec6c48f63755 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9861 | 2024.07.19 18:50:12.755995 [ 3 ] {} <Trace> HTTP-Session: 24f65ce5-ca1e-4663-a3f1-ec6c48f63755 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9862 | 2024.07.19 18:50:12.756087 [ 3 ] {594a0ae6-025d-47fa-a745-2c0f08b5f46d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 9863 | 2024.07.19 18:50:12.756133 [ 3 ] {594a0ae6-025d-47fa-a745-2c0f08b5f46d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9864 | 2024.07.19 18:50:12.756261 [ 3 ] {594a0ae6-025d-47fa-a745-2c0f08b5f46d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9865 | 2024.07.19 18:50:12.756545 [ 3 ] {594a0ae6-025d-47fa-a745-2c0f08b5f46d} <Trace> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9866 | 2024.07.19 18:50:12.756579 [ 3 ] {594a0ae6-025d-47fa-a745-2c0f08b5f46d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 9867 | 2024.07.19 18:50:12.756928 [ 3 ] {594a0ae6-025d-47fa-a745-2c0f08b5f46d} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 9868 | 2024.07.19 18:50:12.757249 [ 3 ] {594a0ae6-025d-47fa-a745-2c0f08b5f46d} <Trace> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9869 | 2024.07.19 18:50:12.757402 [ 3 ] {594a0ae6-025d-47fa-a745-2c0f08b5f46d} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001335 sec., 4494.38202247191 rows/sec., 193.12 KiB/sec. | ||
| 9870 | 2024.07.19 18:50:12.757607 [ 3 ] {594a0ae6-025d-47fa-a745-2c0f08b5f46d} <Debug> DynamicQueryHandler: Done processing query | ||
| 9871 | 2024.07.19 18:50:12.757632 [ 3 ] {594a0ae6-025d-47fa-a745-2c0f08b5f46d} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 9872 | 2024.07.19 18:50:12.757648 [ 3 ] {} <Debug> HTTP-Session: 24f65ce5-ca1e-4663-a3f1-ec6c48f63755 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9873 | 2024.07.19 18:50:12.757803 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 14079, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9874 | 2024.07.19 18:50:12.757851 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9875 | 2024.07.19 18:50:12.757869 [ 3 ] {} <Debug> HTTP-Session: e68cdea7-3134-4eac-a419-2361dee92074 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 9876 | 2024.07.19 18:50:12.757885 [ 3 ] {} <Debug> HTTP-Session: e68cdea7-3134-4eac-a419-2361dee92074 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9877 | 2024.07.19 18:50:12.757898 [ 3 ] {} <Debug> HTTP-Session: e68cdea7-3134-4eac-a419-2361dee92074 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9878 | 2024.07.19 18:50:12.757929 [ 3 ] {} <Trace> HTTP-Session: e68cdea7-3134-4eac-a419-2361dee92074 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9879 | 2024.07.19 18:50:12.758056 [ 3 ] {6a099e98-6e6f-4e23-8d78-ee8a3af0161e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 9880 | 2024.07.19 18:50:12.758101 [ 3 ] {6a099e98-6e6f-4e23-8d78-ee8a3af0161e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 9881 | 2024.07.19 18:50:12.758243 [ 3 ] {6a099e98-6e6f-4e23-8d78-ee8a3af0161e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9882 | 2024.07.19 18:50:12.758576 [ 3 ] {6a099e98-6e6f-4e23-8d78-ee8a3af0161e} <Trace> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9883 | 2024.07.19 18:50:12.758612 [ 3 ] {6a099e98-6e6f-4e23-8d78-ee8a3af0161e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 9884 | 2024.07.19 18:50:12.758961 [ 3 ] {6a099e98-6e6f-4e23-8d78-ee8a3af0161e} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 9885 | 2024.07.19 18:50:12.759284 [ 3 ] {6a099e98-6e6f-4e23-8d78-ee8a3af0161e} <Trace> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9886 | 2024.07.19 18:50:12.759430 [ 3 ] {6a099e98-6e6f-4e23-8d78-ee8a3af0161e} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001427 sec., 53959.3552908199 rows/sec., 3.32 MiB/sec. | ||
| 9887 | 2024.07.19 18:50:12.759596 [ 3 ] {6a099e98-6e6f-4e23-8d78-ee8a3af0161e} <Debug> DynamicQueryHandler: Done processing query | ||
| 9888 | 2024.07.19 18:50:12.759620 [ 3 ] {6a099e98-6e6f-4e23-8d78-ee8a3af0161e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 9889 | 2024.07.19 18:50:12.759636 [ 3 ] {} <Debug> HTTP-Session: e68cdea7-3134-4eac-a419-2361dee92074 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9890 | 2024.07.19 18:50:12.759791 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 37789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9891 | 2024.07.19 18:50:12.759839 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9892 | 2024.07.19 18:50:12.759857 [ 3 ] {} <Debug> HTTP-Session: 87ee0dae-323d-42a2-85e4-008440cc7e17 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 9893 | 2024.07.19 18:50:12.759873 [ 3 ] {} <Debug> HTTP-Session: 87ee0dae-323d-42a2-85e4-008440cc7e17 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9894 | 2024.07.19 18:50:12.759886 [ 3 ] {} <Debug> HTTP-Session: 87ee0dae-323d-42a2-85e4-008440cc7e17 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9895 | 2024.07.19 18:50:12.759917 [ 3 ] {} <Trace> HTTP-Session: 87ee0dae-323d-42a2-85e4-008440cc7e17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9896 | 2024.07.19 18:50:12.760105 [ 3 ] {5408ee63-f1a6-4dfb-bc55-81d817f985d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 9897 | 2024.07.19 18:50:12.760150 [ 3 ] {5408ee63-f1a6-4dfb-bc55-81d817f985d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9898 | 2024.07.19 18:50:12.760291 [ 3 ] {5408ee63-f1a6-4dfb-bc55-81d817f985d2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9899 | 2024.07.19 18:50:12.760720 [ 3 ] {5408ee63-f1a6-4dfb-bc55-81d817f985d2} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9900 | 2024.07.19 18:50:12.760755 [ 3 ] {5408ee63-f1a6-4dfb-bc55-81d817f985d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 9901 | 2024.07.19 18:50:12.761117 [ 3 ] {5408ee63-f1a6-4dfb-bc55-81d817f985d2} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 9902 | 2024.07.19 18:50:12.761442 [ 3 ] {5408ee63-f1a6-4dfb-bc55-81d817f985d2} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9903 | 2024.07.19 18:50:12.761596 [ 3 ] {5408ee63-f1a6-4dfb-bc55-81d817f985d2} <Debug> executeQuery: Read 197 rows, 14.08 KiB in 0.00159 sec., 123899.37106918238 rows/sec., 8.65 MiB/sec. | ||
| 9904 | 2024.07.19 18:50:12.761752 [ 3 ] {5408ee63-f1a6-4dfb-bc55-81d817f985d2} <Debug> DynamicQueryHandler: Done processing query | ||
| 9905 | 2024.07.19 18:50:12.761775 [ 3 ] {5408ee63-f1a6-4dfb-bc55-81d817f985d2} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 9906 | 2024.07.19 18:50:12.761790 [ 3 ] {} <Debug> HTTP-Session: 87ee0dae-323d-42a2-85e4-008440cc7e17 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9907 | 2024.07.19 18:50:12.761941 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 41980, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9908 | 2024.07.19 18:50:12.761985 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9909 | 2024.07.19 18:50:12.762003 [ 3 ] {} <Debug> HTTP-Session: 27a23385-79b5-40cb-9f72-812154f92730 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 9910 | 2024.07.19 18:50:12.762017 [ 3 ] {} <Debug> HTTP-Session: 27a23385-79b5-40cb-9f72-812154f92730 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9911 | 2024.07.19 18:50:12.762030 [ 3 ] {} <Debug> HTTP-Session: 27a23385-79b5-40cb-9f72-812154f92730 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9912 | 2024.07.19 18:50:12.762059 [ 3 ] {} <Trace> HTTP-Session: 27a23385-79b5-40cb-9f72-812154f92730 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9913 | 2024.07.19 18:50:12.762306 [ 3 ] {95ba0efd-f914-4d3e-ac49-1177a3aa9393} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 9914 | 2024.07.19 18:50:12.762364 [ 3 ] {95ba0efd-f914-4d3e-ac49-1177a3aa9393} <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 | ||
| 9915 | 2024.07.19 18:50:12.762818 [ 3 ] {95ba0efd-f914-4d3e-ac49-1177a3aa9393} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9916 | 2024.07.19 18:50:12.763499 [ 3 ] {95ba0efd-f914-4d3e-ac49-1177a3aa9393} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9917 | 2024.07.19 18:50:12.763534 [ 3 ] {95ba0efd-f914-4d3e-ac49-1177a3aa9393} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 9918 | 2024.07.19 18:50:12.764115 [ 3 ] {95ba0efd-f914-4d3e-ac49-1177a3aa9393} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 9919 | 2024.07.19 18:50:12.764511 [ 3 ] {95ba0efd-f914-4d3e-ac49-1177a3aa9393} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9920 | 2024.07.19 18:50:12.764691 [ 3 ] {95ba0efd-f914-4d3e-ac49-1177a3aa9393} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002515 sec., 10337.972166998012 rows/sec., 18.53 MiB/sec. | ||
| 9921 | 2024.07.19 18:50:12.764905 [ 3 ] {95ba0efd-f914-4d3e-ac49-1177a3aa9393} <Debug> DynamicQueryHandler: Done processing query | ||
| 9922 | 2024.07.19 18:50:12.764930 [ 3 ] {95ba0efd-f914-4d3e-ac49-1177a3aa9393} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 9923 | 2024.07.19 18:50:12.764946 [ 3 ] {} <Debug> HTTP-Session: 27a23385-79b5-40cb-9f72-812154f92730 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9924 | 2024.07.19 18:50:12.765082 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 3212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9925 | 2024.07.19 18:50:12.765160 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9926 | 2024.07.19 18:50:12.765190 [ 3 ] {} <Debug> HTTP-Session: 28f00597-fb0d-42c7-a3c0-c6698866daf8 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 9927 | 2024.07.19 18:50:12.765215 [ 3 ] {} <Debug> HTTP-Session: 28f00597-fb0d-42c7-a3c0-c6698866daf8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9928 | 2024.07.19 18:50:12.765237 [ 3 ] {} <Debug> HTTP-Session: 28f00597-fb0d-42c7-a3c0-c6698866daf8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9929 | 2024.07.19 18:50:12.765283 [ 3 ] {} <Trace> HTTP-Session: 28f00597-fb0d-42c7-a3c0-c6698866daf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9930 | 2024.07.19 18:50:12.765431 [ 3 ] {a683451a-e912-4749-be34-a38530560973} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 9931 | 2024.07.19 18:50:12.765492 [ 3 ] {a683451a-e912-4749-be34-a38530560973} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 9932 | 2024.07.19 18:50:12.765680 [ 3 ] {a683451a-e912-4749-be34-a38530560973} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9933 | 2024.07.19 18:50:12.766041 [ 3 ] {a683451a-e912-4749-be34-a38530560973} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9934 | 2024.07.19 18:50:12.766089 [ 3 ] {a683451a-e912-4749-be34-a38530560973} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 9935 | 2024.07.19 18:50:12.766603 [ 3 ] {a683451a-e912-4749-be34-a38530560973} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 9936 | 2024.07.19 18:50:12.767001 [ 3 ] {a683451a-e912-4749-be34-a38530560973} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9937 | 2024.07.19 18:50:12.767166 [ 3 ] {a683451a-e912-4749-be34-a38530560973} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.00177 sec., 12994.350282485875 rows/sec., 702.90 KiB/sec. | ||
| 9938 | 2024.07.19 18:50:12.767463 [ 3 ] {a683451a-e912-4749-be34-a38530560973} <Debug> DynamicQueryHandler: Done processing query | ||
| 9939 | 2024.07.19 18:50:12.767495 [ 3 ] {a683451a-e912-4749-be34-a38530560973} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 9940 | 2024.07.19 18:50:12.767515 [ 3 ] {} <Debug> HTTP-Session: 28f00597-fb0d-42c7-a3c0-c6698866daf8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9941 | 2024.07.19 18:50:12.767651 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9942 | 2024.07.19 18:50:12.767739 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9943 | 2024.07.19 18:50:12.767762 [ 3 ] {} <Debug> HTTP-Session: 79cb5412-d515-41e4-8a3a-fa75877345a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 9944 | 2024.07.19 18:50:12.767783 [ 3 ] {} <Debug> HTTP-Session: 79cb5412-d515-41e4-8a3a-fa75877345a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9945 | 2024.07.19 18:50:12.767800 [ 3 ] {} <Debug> HTTP-Session: 79cb5412-d515-41e4-8a3a-fa75877345a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9946 | 2024.07.19 18:50:12.767838 [ 3 ] {} <Trace> HTTP-Session: 79cb5412-d515-41e4-8a3a-fa75877345a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9947 | 2024.07.19 18:50:12.767987 [ 3 ] {78fcae99-0876-49dc-8133-9ac082e22590} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 9948 | 2024.07.19 18:50:12.768039 [ 3 ] {78fcae99-0876-49dc-8133-9ac082e22590} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9949 | 2024.07.19 18:50:12.768195 [ 3 ] {78fcae99-0876-49dc-8133-9ac082e22590} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9950 | 2024.07.19 18:50:12.768522 [ 3 ] {78fcae99-0876-49dc-8133-9ac082e22590} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9951 | 2024.07.19 18:50:12.768557 [ 3 ] {78fcae99-0876-49dc-8133-9ac082e22590} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 9952 | 2024.07.19 18:50:12.768911 [ 3 ] {78fcae99-0876-49dc-8133-9ac082e22590} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 9953 | 2024.07.19 18:50:12.769227 [ 3 ] {78fcae99-0876-49dc-8133-9ac082e22590} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9954 | 2024.07.19 18:50:12.769373 [ 3 ] {78fcae99-0876-49dc-8133-9ac082e22590} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001441 sec., 41637.75156141568 rows/sec., 2.81 MiB/sec. | ||
| 9955 | 2024.07.19 18:50:12.769537 [ 3 ] {78fcae99-0876-49dc-8133-9ac082e22590} <Debug> DynamicQueryHandler: Done processing query | ||
| 9956 | 2024.07.19 18:50:12.769562 [ 3 ] {78fcae99-0876-49dc-8133-9ac082e22590} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 9957 | 2024.07.19 18:50:12.769578 [ 3 ] {} <Debug> HTTP-Session: 79cb5412-d515-41e4-8a3a-fa75877345a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9958 | 2024.07.19 18:50:15.516486 [ 97 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9959 | 2024.07.19 18:50:15.516535 [ 97 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9960 | 2024.07.19 18:50:17.738463 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 623, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9961 | 2024.07.19 18:50:17.738606 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9962 | 2024.07.19 18:50:17.738635 [ 3 ] {} <Debug> HTTP-Session: 98138927-e201-4722-a9e4-2706c73819be Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 9963 | 2024.07.19 18:50:17.738664 [ 3 ] {} <Debug> HTTP-Session: 98138927-e201-4722-a9e4-2706c73819be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9964 | 2024.07.19 18:50:17.738681 [ 3 ] {} <Debug> HTTP-Session: 98138927-e201-4722-a9e4-2706c73819be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9965 | 2024.07.19 18:50:17.738737 [ 3 ] {} <Trace> HTTP-Session: 98138927-e201-4722-a9e4-2706c73819be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9966 | 2024.07.19 18:50:17.738942 [ 3 ] {5deaa308-1ed5-4cf3-a223-dd75cfb3639b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 9967 | 2024.07.19 18:50:17.739020 [ 3 ] {5deaa308-1ed5-4cf3-a223-dd75cfb3639b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 9968 | 2024.07.19 18:50:17.739242 [ 3 ] {5deaa308-1ed5-4cf3-a223-dd75cfb3639b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9969 | 2024.07.19 18:50:17.739699 [ 3 ] {5deaa308-1ed5-4cf3-a223-dd75cfb3639b} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9970 | 2024.07.19 18:50:17.739746 [ 3 ] {5deaa308-1ed5-4cf3-a223-dd75cfb3639b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 9971 | 2024.07.19 18:50:17.740115 [ 3 ] {5deaa308-1ed5-4cf3-a223-dd75cfb3639b} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 9972 | 2024.07.19 18:50:17.740462 [ 3 ] {5deaa308-1ed5-4cf3-a223-dd75cfb3639b} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9973 | 2024.07.19 18:50:17.740640 [ 3 ] {5deaa308-1ed5-4cf3-a223-dd75cfb3639b} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001751 sec., 2284.408909194746 rows/sec., 185.16 KiB/sec. | ||
| 9974 | 2024.07.19 18:50:17.740642 [ 112 ] {} <Debug> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 9975 | 2024.07.19 18:50:17.740739 [ 112 ] {} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9976 | 2024.07.19 18:50:17.740789 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 9977 | 2024.07.19 18:50:17.740939 [ 3 ] {5deaa308-1ed5-4cf3-a223-dd75cfb3639b} <Debug> DynamicQueryHandler: Done processing query | ||
| 9978 | 2024.07.19 18:50:17.740967 [ 195 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::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 | ||
| 9979 | 2024.07.19 18:50:17.740983 [ 3 ] {5deaa308-1ed5-4cf3-a223-dd75cfb3639b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 9980 | 2024.07.19 18:50:17.741049 [ 3 ] {} <Debug> HTTP-Session: 98138927-e201-4722-a9e4-2706c73819be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9981 | 2024.07.19 18:50:17.741232 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9662, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9982 | 2024.07.19 18:50:17.741266 [ 195 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9983 | 2024.07.19 18:50:17.741322 [ 195 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 36 rows starting from the beginning of the part | ||
| 9984 | 2024.07.19 18:50:17.741334 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9985 | 2024.07.19 18:50:17.741384 [ 3 ] {} <Debug> HTTP-Session: 10946f4f-1b81-4907-985f-354c776ae95c Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 9986 | 2024.07.19 18:50:17.741423 [ 3 ] {} <Debug> HTTP-Session: 10946f4f-1b81-4907-985f-354c776ae95c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9987 | 2024.07.19 18:50:17.741546 [ 195 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 4 rows starting from the beginning of the part | ||
| 9988 | 2024.07.19 18:50:17.741560 [ 3 ] {} <Debug> HTTP-Session: 10946f4f-1b81-4907-985f-354c776ae95c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9989 | 2024.07.19 18:50:17.741729 [ 3 ] {} <Trace> HTTP-Session: 10946f4f-1b81-4907-985f-354c776ae95c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9990 | 2024.07.19 18:50:17.741811 [ 195 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 32 rows starting from the beginning of the part | ||
| 9991 | 2024.07.19 18:50:17.742143 [ 195 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 4 rows starting from the beginning of the part | ||
| 9992 | 2024.07.19 18:50:17.742364 [ 195 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 32 rows starting from the beginning of the part | ||
| 9993 | 2024.07.19 18:50:17.742464 [ 3 ] {6b0920a7-cad1-4cc6-b0dd-29019f0d75b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 9994 | 2024.07.19 18:50:17.742629 [ 195 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 4 rows starting from the beginning of the part | ||
| 9995 | 2024.07.19 18:50:17.742683 [ 3 ] {6b0920a7-cad1-4cc6-b0dd-29019f0d75b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9996 | 2024.07.19 18:50:17.743437 [ 3 ] {6b0920a7-cad1-4cc6-b0dd-29019f0d75b4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9997 | 2024.07.19 18:50:17.744390 [ 3 ] {6b0920a7-cad1-4cc6-b0dd-29019f0d75b4} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9998 | 2024.07.19 18:50:17.744461 [ 3 ] {6b0920a7-cad1-4cc6-b0dd-29019f0d75b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 9999 | 2024.07.19 18:50:17.745420 [ 3 ] {6b0920a7-cad1-4cc6-b0dd-29019f0d75b4} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 10000 | 2024.07.19 18:50:17.745429 [ 196 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 112 rows, containing 4 columns (4 merged, 0 gathered) in 0.004536731 sec., 24687.379525036864 rows/sec., 1.86 MiB/sec. | ||
| 10001 | 2024.07.19 18:50:17.745764 [ 200 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 10002 | 2024.07.19 18:50:17.746043 [ 3 ] {6b0920a7-cad1-4cc6-b0dd-29019f0d75b4} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10003 | 2024.07.19 18:50:17.746506 [ 3 ] {6b0920a7-cad1-4cc6-b0dd-29019f0d75b4} <Debug> executeQuery: Read 68 rows, 5.51 KiB in 0.004356 sec., 15610.65197428834 rows/sec., 1.23 MiB/sec. | ||
| 10004 | 2024.07.19 18:50:17.746994 [ 3 ] {6b0920a7-cad1-4cc6-b0dd-29019f0d75b4} <Debug> DynamicQueryHandler: Done processing query | ||
| 10005 | 2024.07.19 18:50:17.747055 [ 3 ] {6b0920a7-cad1-4cc6-b0dd-29019f0d75b4} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 10006 | 2024.07.19 18:50:17.747079 [ 200 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_51_10} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10007 | 2024.07.19 18:50:17.747123 [ 3 ] {} <Debug> HTTP-Session: 10946f4f-1b81-4907-985f-354c776ae95c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10008 | 2024.07.19 18:50:17.747367 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 11562, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10009 | 2024.07.19 18:50:17.747412 [ 200 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_51_10} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 10010 | 2024.07.19 18:50:17.747453 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10011 | 2024.07.19 18:50:17.747497 [ 3 ] {} <Debug> HTTP-Session: 0b1a23f6-bfeb-415e-88d6-9abf2802f486 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 10012 | 2024.07.19 18:50:17.747546 [ 3 ] {} <Debug> HTTP-Session: 0b1a23f6-bfeb-415e-88d6-9abf2802f486 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10013 | 2024.07.19 18:50:17.747580 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 10014 | 2024.07.19 18:50:17.747584 [ 3 ] {} <Debug> HTTP-Session: 0b1a23f6-bfeb-415e-88d6-9abf2802f486 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10015 | 2024.07.19 18:50:17.747657 [ 3 ] {} <Trace> HTTP-Session: 0b1a23f6-bfeb-415e-88d6-9abf2802f486 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10016 | 2024.07.19 18:50:17.747793 [ 3 ] {11e17a7a-3763-45ee-9987-58ddef9b72dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 10017 | 2024.07.19 18:50:17.747838 [ 3 ] {11e17a7a-3763-45ee-9987-58ddef9b72dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10018 | 2024.07.19 18:50:17.747980 [ 3 ] {11e17a7a-3763-45ee-9987-58ddef9b72dc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10019 | 2024.07.19 18:50:17.748318 [ 3 ] {11e17a7a-3763-45ee-9987-58ddef9b72dc} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10020 | 2024.07.19 18:50:17.748357 [ 3 ] {11e17a7a-3763-45ee-9987-58ddef9b72dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 10021 | 2024.07.19 18:50:17.748672 [ 3 ] {11e17a7a-3763-45ee-9987-58ddef9b72dc} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 10022 | 2024.07.19 18:50:17.748988 [ 3 ] {11e17a7a-3763-45ee-9987-58ddef9b72dc} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10023 | 2024.07.19 18:50:17.749139 [ 3 ] {11e17a7a-3763-45ee-9987-58ddef9b72dc} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001388 sec., 48991.35446685879 rows/sec., 3.82 MiB/sec. | ||
| 10024 | 2024.07.19 18:50:17.749301 [ 3 ] {11e17a7a-3763-45ee-9987-58ddef9b72dc} <Debug> DynamicQueryHandler: Done processing query | ||
| 10025 | 2024.07.19 18:50:17.749325 [ 3 ] {11e17a7a-3763-45ee-9987-58ddef9b72dc} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 10026 | 2024.07.19 18:50:17.749341 [ 3 ] {} <Debug> HTTP-Session: 0b1a23f6-bfeb-415e-88d6-9abf2802f486 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10027 | 2024.07.19 18:50:17.749480 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10028 | 2024.07.19 18:50:17.749532 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10029 | 2024.07.19 18:50:17.749551 [ 3 ] {} <Debug> HTTP-Session: b25818a7-7ec4-45e1-ae50-d801171d0f37 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 10030 | 2024.07.19 18:50:17.749567 [ 3 ] {} <Debug> HTTP-Session: b25818a7-7ec4-45e1-ae50-d801171d0f37 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10031 | 2024.07.19 18:50:17.749580 [ 3 ] {} <Debug> HTTP-Session: b25818a7-7ec4-45e1-ae50-d801171d0f37 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10032 | 2024.07.19 18:50:17.749611 [ 3 ] {} <Trace> HTTP-Session: b25818a7-7ec4-45e1-ae50-d801171d0f37 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10033 | 2024.07.19 18:50:17.749759 [ 3 ] {213e992c-c3c0-47d6-9dc7-9d62df89e28d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 10034 | 2024.07.19 18:50:17.749805 [ 3 ] {213e992c-c3c0-47d6-9dc7-9d62df89e28d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10035 | 2024.07.19 18:50:17.749949 [ 3 ] {213e992c-c3c0-47d6-9dc7-9d62df89e28d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10036 | 2024.07.19 18:50:17.750409 [ 3 ] {213e992c-c3c0-47d6-9dc7-9d62df89e28d} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10037 | 2024.07.19 18:50:17.750444 [ 3 ] {213e992c-c3c0-47d6-9dc7-9d62df89e28d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 10038 | 2024.07.19 18:50:17.750828 [ 3 ] {213e992c-c3c0-47d6-9dc7-9d62df89e28d} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 10039 | 2024.07.19 18:50:17.751157 [ 3 ] {213e992c-c3c0-47d6-9dc7-9d62df89e28d} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10040 | 2024.07.19 18:50:17.751278 [ 3 ] {213e992c-c3c0-47d6-9dc7-9d62df89e28d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001591 sec., 100565.6819610308 rows/sec., 7.00 MiB/sec. | ||
| 10041 | 2024.07.19 18:50:17.751542 [ 3 ] {213e992c-c3c0-47d6-9dc7-9d62df89e28d} <Debug> DynamicQueryHandler: Done processing query | ||
| 10042 | 2024.07.19 18:50:17.751598 [ 3 ] {213e992c-c3c0-47d6-9dc7-9d62df89e28d} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 10043 | 2024.07.19 18:50:17.751661 [ 3 ] {} <Debug> HTTP-Session: b25818a7-7ec4-45e1-ae50-d801171d0f37 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10044 | 2024.07.19 18:50:17.751812 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 6430, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10045 | 2024.07.19 18:50:17.751865 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10046 | 2024.07.19 18:50:17.751884 [ 3 ] {} <Debug> HTTP-Session: 46468fa1-971e-4867-8b53-ed5344b0054f Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 10047 | 2024.07.19 18:50:17.751901 [ 3 ] {} <Debug> HTTP-Session: 46468fa1-971e-4867-8b53-ed5344b0054f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10048 | 2024.07.19 18:50:17.751914 [ 3 ] {} <Debug> HTTP-Session: 46468fa1-971e-4867-8b53-ed5344b0054f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10049 | 2024.07.19 18:50:17.751946 [ 3 ] {} <Trace> HTTP-Session: 46468fa1-971e-4867-8b53-ed5344b0054f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10050 | 2024.07.19 18:50:17.752102 [ 3 ] {46d40878-0df6-4e47-99ea-652b9c1cea28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 10051 | 2024.07.19 18:50:17.752174 [ 3 ] {46d40878-0df6-4e47-99ea-652b9c1cea28} <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 | ||
| 10052 | 2024.07.19 18:50:17.752601 [ 3 ] {46d40878-0df6-4e47-99ea-652b9c1cea28} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10053 | 2024.07.19 18:50:17.753084 [ 3 ] {46d40878-0df6-4e47-99ea-652b9c1cea28} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10054 | 2024.07.19 18:50:17.753118 [ 3 ] {46d40878-0df6-4e47-99ea-652b9c1cea28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 10055 | 2024.07.19 18:50:17.753687 [ 3 ] {46d40878-0df6-4e47-99ea-652b9c1cea28} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 10056 | 2024.07.19 18:50:17.754101 [ 3 ] {46d40878-0df6-4e47-99ea-652b9c1cea28} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10057 | 2024.07.19 18:50:17.754244 [ 105 ] {} <Debug> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 10058 | 2024.07.19 18:50:17.754247 [ 3 ] {46d40878-0df6-4e47-99ea-652b9c1cea28} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002223 sec., 1799.3702204228518 rows/sec., 3.22 MiB/sec. | ||
| 10059 | 2024.07.19 18:50:17.754293 [ 105 ] {} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10060 | 2024.07.19 18:50:17.754339 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 10061 | 2024.07.19 18:50:17.754706 [ 199 ] {088d1ac2-6670-47c5-a942-9441d6520aec::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 | ||
| 10062 | 2024.07.19 18:50:17.754724 [ 3 ] {46d40878-0df6-4e47-99ea-652b9c1cea28} <Debug> DynamicQueryHandler: Done processing query | ||
| 10063 | 2024.07.19 18:50:17.754864 [ 3 ] {46d40878-0df6-4e47-99ea-652b9c1cea28} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 10064 | 2024.07.19 18:50:17.754898 [ 3 ] {} <Debug> HTTP-Session: 46468fa1-971e-4867-8b53-ed5344b0054f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10065 | 2024.07.19 18:50:17.755038 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10066 | 2024.07.19 18:50:17.755156 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10067 | 2024.07.19 18:50:17.755206 [ 3 ] {} <Debug> HTTP-Session: 2e43f8b7-6a8e-4928-8f9d-9e2a3a595ab1 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 10068 | 2024.07.19 18:50:17.755262 [ 3 ] {} <Debug> HTTP-Session: 2e43f8b7-6a8e-4928-8f9d-9e2a3a595ab1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10069 | 2024.07.19 18:50:17.755308 [ 3 ] {} <Debug> HTTP-Session: 2e43f8b7-6a8e-4928-8f9d-9e2a3a595ab1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10070 | 2024.07.19 18:50:17.755413 [ 3 ] {} <Trace> HTTP-Session: 2e43f8b7-6a8e-4928-8f9d-9e2a3a595ab1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10071 | 2024.07.19 18:50:17.755737 [ 3 ] {0284130f-9c40-4933-b54b-fff18a283739} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 10072 | 2024.07.19 18:50:17.755878 [ 3 ] {0284130f-9c40-4933-b54b-fff18a283739} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10073 | 2024.07.19 18:50:17.755895 [ 199 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10074 | 2024.07.19 18:50:17.756144 [ 199 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 753 rows starting from the beginning of the part | ||
| 10075 | 2024.07.19 18:50:17.756435 [ 3 ] {0284130f-9c40-4933-b54b-fff18a283739} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10076 | 2024.07.19 18:50:17.756848 [ 199 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 4 rows starting from the beginning of the part | ||
| 10077 | 2024.07.19 18:50:17.757468 [ 199 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 26 rows starting from the beginning of the part | ||
| 10078 | 2024.07.19 18:50:17.757720 [ 3 ] {0284130f-9c40-4933-b54b-fff18a283739} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10079 | 2024.07.19 18:50:17.757844 [ 3 ] {0284130f-9c40-4933-b54b-fff18a283739} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 10080 | 2024.07.19 18:50:17.758195 [ 199 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 4 rows starting from the beginning of the part | ||
| 10081 | 2024.07.19 18:50:17.758827 [ 199 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 26 rows starting from the beginning of the part | ||
| 10082 | 2024.07.19 18:50:17.759331 [ 3 ] {0284130f-9c40-4933-b54b-fff18a283739} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 10083 | 2024.07.19 18:50:17.759421 [ 199 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 4 rows starting from the beginning of the part | ||
| 10084 | 2024.07.19 18:50:17.760515 [ 3 ] {0284130f-9c40-4933-b54b-fff18a283739} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10085 | 2024.07.19 18:50:17.760813 [ 3 ] {0284130f-9c40-4933-b54b-fff18a283739} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00522 sec., 11494.252873563219 rows/sec., 793.22 KiB/sec. | ||
| 10086 | 2024.07.19 18:50:17.761119 [ 3 ] {0284130f-9c40-4933-b54b-fff18a283739} <Debug> DynamicQueryHandler: Done processing query | ||
| 10087 | 2024.07.19 18:50:17.761181 [ 3 ] {0284130f-9c40-4933-b54b-fff18a283739} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 10088 | 2024.07.19 18:50:17.761236 [ 3 ] {} <Debug> HTTP-Session: 2e43f8b7-6a8e-4928-8f9d-9e2a3a595ab1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10089 | 2024.07.19 18:50:17.768291 [ 187 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 817 rows, containing 19 columns (19 merged, 0 gathered) in 0.013831925 sec., 59066.25433553175 rows/sec., 105.84 MiB/sec. | ||
| 10090 | 2024.07.19 18:50:17.769480 [ 187 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 10091 | 2024.07.19 18:50:17.770096 [ 187 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_51_10} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10092 | 2024.07.19 18:50:17.770188 [ 187 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_51_10} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 10093 | 2024.07.19 18:50:17.770336 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.50 MiB. | ||
| 10094 | 2024.07.19 18:50:18.000150 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 195.24 MiB, peak 204.14 MiB, free memory in arenas 0.00 B, will set to 196.48 MiB (RSS), difference: 1.24 MiB | ||
| 10095 | 2024.07.19 18:50:22.743853 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 4480, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10096 | 2024.07.19 18:50:22.743996 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10097 | 2024.07.19 18:50:22.744027 [ 3 ] {} <Debug> HTTP-Session: 5ceae2fa-e38f-4e3e-b2d4-ef356ff1e35a Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 10098 | 2024.07.19 18:50:22.744055 [ 3 ] {} <Debug> HTTP-Session: 5ceae2fa-e38f-4e3e-b2d4-ef356ff1e35a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10099 | 2024.07.19 18:50:22.744072 [ 3 ] {} <Debug> HTTP-Session: 5ceae2fa-e38f-4e3e-b2d4-ef356ff1e35a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10100 | 2024.07.19 18:50:22.744131 [ 3 ] {} <Trace> HTTP-Session: 5ceae2fa-e38f-4e3e-b2d4-ef356ff1e35a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10101 | 2024.07.19 18:50:22.744348 [ 3 ] {cfcd0c1c-02fc-442a-bfc1-43da44a2fd2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 10102 | 2024.07.19 18:50:22.744421 [ 3 ] {cfcd0c1c-02fc-442a-bfc1-43da44a2fd2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 10103 | 2024.07.19 18:50:22.744645 [ 3 ] {cfcd0c1c-02fc-442a-bfc1-43da44a2fd2c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10104 | 2024.07.19 18:50:22.745131 [ 3 ] {cfcd0c1c-02fc-442a-bfc1-43da44a2fd2c} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10105 | 2024.07.19 18:50:22.745177 [ 3 ] {cfcd0c1c-02fc-442a-bfc1-43da44a2fd2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 10106 | 2024.07.19 18:50:22.745551 [ 3 ] {cfcd0c1c-02fc-442a-bfc1-43da44a2fd2c} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 10107 | 2024.07.19 18:50:22.745906 [ 3 ] {cfcd0c1c-02fc-442a-bfc1-43da44a2fd2c} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10108 | 2024.07.19 18:50:22.746051 [ 3 ] {cfcd0c1c-02fc-442a-bfc1-43da44a2fd2c} <Debug> executeQuery: Read 32 rows, 2.45 KiB in 0.001776 sec., 18018.018018018018 rows/sec., 1.35 MiB/sec. | ||
| 10109 | 2024.07.19 18:50:22.746374 [ 3 ] {cfcd0c1c-02fc-442a-bfc1-43da44a2fd2c} <Debug> DynamicQueryHandler: Done processing query | ||
| 10110 | 2024.07.19 18:50:22.746434 [ 3 ] {cfcd0c1c-02fc-442a-bfc1-43da44a2fd2c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 10111 | 2024.07.19 18:50:22.746480 [ 3 ] {} <Debug> HTTP-Session: 5ceae2fa-e38f-4e3e-b2d4-ef356ff1e35a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10112 | 2024.07.19 18:50:22.746676 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 36141, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10113 | 2024.07.19 18:50:22.746738 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10114 | 2024.07.19 18:50:22.746758 [ 3 ] {} <Debug> HTTP-Session: 783aac27-17de-4bf1-b326-9b3e9967aee9 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 10115 | 2024.07.19 18:50:22.746775 [ 3 ] {} <Debug> HTTP-Session: 783aac27-17de-4bf1-b326-9b3e9967aee9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10116 | 2024.07.19 18:50:22.746789 [ 3 ] {} <Debug> HTTP-Session: 783aac27-17de-4bf1-b326-9b3e9967aee9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10117 | 2024.07.19 18:50:22.746825 [ 3 ] {} <Trace> HTTP-Session: 783aac27-17de-4bf1-b326-9b3e9967aee9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10118 | 2024.07.19 18:50:22.746996 [ 3 ] {e1a834b7-0efa-442c-acd5-1dbf480c0a8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 10119 | 2024.07.19 18:50:22.747044 [ 3 ] {e1a834b7-0efa-442c-acd5-1dbf480c0a8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10120 | 2024.07.19 18:50:22.747194 [ 3 ] {e1a834b7-0efa-442c-acd5-1dbf480c0a8c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10121 | 2024.07.19 18:50:22.747696 [ 3 ] {e1a834b7-0efa-442c-acd5-1dbf480c0a8c} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10122 | 2024.07.19 18:50:22.747733 [ 3 ] {e1a834b7-0efa-442c-acd5-1dbf480c0a8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 10123 | 2024.07.19 18:50:22.748067 [ 3 ] {e1a834b7-0efa-442c-acd5-1dbf480c0a8c} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 10124 | 2024.07.19 18:50:22.748395 [ 3 ] {e1a834b7-0efa-442c-acd5-1dbf480c0a8c} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10125 | 2024.07.19 18:50:22.748525 [ 3 ] {e1a834b7-0efa-442c-acd5-1dbf480c0a8c} <Debug> executeQuery: Read 239 rows, 21.60 KiB in 0.001612 sec., 148263.02729528537 rows/sec., 13.09 MiB/sec. | ||
| 10126 | 2024.07.19 18:50:22.748692 [ 3 ] {e1a834b7-0efa-442c-acd5-1dbf480c0a8c} <Debug> DynamicQueryHandler: Done processing query | ||
| 10127 | 2024.07.19 18:50:22.748717 [ 3 ] {e1a834b7-0efa-442c-acd5-1dbf480c0a8c} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
| 10128 | 2024.07.19 18:50:22.748734 [ 3 ] {} <Debug> HTTP-Session: 783aac27-17de-4bf1-b326-9b3e9967aee9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10129 | 2024.07.19 18:50:22.748916 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 65978, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10130 | 2024.07.19 18:50:22.748968 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10131 | 2024.07.19 18:50:22.748988 [ 3 ] {} <Debug> HTTP-Session: 9a98e913-1004-4524-b90e-026b74c50b88 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 10132 | 2024.07.19 18:50:22.749005 [ 3 ] {} <Debug> HTTP-Session: 9a98e913-1004-4524-b90e-026b74c50b88 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10133 | 2024.07.19 18:50:22.749019 [ 3 ] {} <Debug> HTTP-Session: 9a98e913-1004-4524-b90e-026b74c50b88 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10134 | 2024.07.19 18:50:22.749051 [ 3 ] {} <Trace> HTTP-Session: 9a98e913-1004-4524-b90e-026b74c50b88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10135 | 2024.07.19 18:50:22.749279 [ 3 ] {6afc62ef-cf2e-4bd2-b61a-d686a9ace78a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 10136 | 2024.07.19 18:50:22.749323 [ 3 ] {6afc62ef-cf2e-4bd2-b61a-d686a9ace78a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10137 | 2024.07.19 18:50:22.749450 [ 3 ] {6afc62ef-cf2e-4bd2-b61a-d686a9ace78a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10138 | 2024.07.19 18:50:22.749994 [ 3 ] {6afc62ef-cf2e-4bd2-b61a-d686a9ace78a} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10139 | 2024.07.19 18:50:22.750030 [ 3 ] {6afc62ef-cf2e-4bd2-b61a-d686a9ace78a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 10140 | 2024.07.19 18:50:22.750359 [ 3 ] {6afc62ef-cf2e-4bd2-b61a-d686a9ace78a} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 10141 | 2024.07.19 18:50:22.750665 [ 3 ] {6afc62ef-cf2e-4bd2-b61a-d686a9ace78a} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10142 | 2024.07.19 18:50:22.750795 [ 3 ] {6afc62ef-cf2e-4bd2-b61a-d686a9ace78a} <Debug> executeQuery: Read 408 rows, 29.56 KiB in 0.001642 sec., 248477.46650426308 rows/sec., 17.58 MiB/sec. | ||
| 10143 | 2024.07.19 18:50:22.751050 [ 3 ] {6afc62ef-cf2e-4bd2-b61a-d686a9ace78a} <Debug> DynamicQueryHandler: Done processing query | ||
| 10144 | 2024.07.19 18:50:22.751112 [ 3 ] {6afc62ef-cf2e-4bd2-b61a-d686a9ace78a} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
| 10145 | 2024.07.19 18:50:22.751168 [ 3 ] {} <Debug> HTTP-Session: 9a98e913-1004-4524-b90e-026b74c50b88 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10146 | 2024.07.19 18:50:22.751361 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10147 | 2024.07.19 18:50:22.751417 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10148 | 2024.07.19 18:50:22.751436 [ 3 ] {} <Debug> HTTP-Session: 606fd00b-d9a5-4183-b1d1-813f0084b834 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 10149 | 2024.07.19 18:50:22.751453 [ 3 ] {} <Debug> HTTP-Session: 606fd00b-d9a5-4183-b1d1-813f0084b834 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10150 | 2024.07.19 18:50:22.751466 [ 3 ] {} <Debug> HTTP-Session: 606fd00b-d9a5-4183-b1d1-813f0084b834 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10151 | 2024.07.19 18:50:22.751498 [ 3 ] {} <Trace> HTTP-Session: 606fd00b-d9a5-4183-b1d1-813f0084b834 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10152 | 2024.07.19 18:50:22.751597 [ 3 ] {f0ccac71-c7c2-4ed4-8a8e-369e8b4e6f91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 10153 | 2024.07.19 18:50:22.751643 [ 3 ] {f0ccac71-c7c2-4ed4-8a8e-369e8b4e6f91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10154 | 2024.07.19 18:50:22.751788 [ 3 ] {f0ccac71-c7c2-4ed4-8a8e-369e8b4e6f91} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10155 | 2024.07.19 18:50:22.752097 [ 3 ] {f0ccac71-c7c2-4ed4-8a8e-369e8b4e6f91} <Trace> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10156 | 2024.07.19 18:50:22.752133 [ 3 ] {f0ccac71-c7c2-4ed4-8a8e-369e8b4e6f91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 10157 | 2024.07.19 18:50:22.752496 [ 3 ] {f0ccac71-c7c2-4ed4-8a8e-369e8b4e6f91} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 10158 | 2024.07.19 18:50:22.752821 [ 3 ] {f0ccac71-c7c2-4ed4-8a8e-369e8b4e6f91} <Trace> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10159 | 2024.07.19 18:50:22.752951 [ 3 ] {f0ccac71-c7c2-4ed4-8a8e-369e8b4e6f91} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001382 sec., 4341.534008683068 rows/sec., 186.55 KiB/sec. | ||
| 10160 | 2024.07.19 18:50:22.753109 [ 3 ] {f0ccac71-c7c2-4ed4-8a8e-369e8b4e6f91} <Debug> DynamicQueryHandler: Done processing query | ||
| 10161 | 2024.07.19 18:50:22.753134 [ 3 ] {f0ccac71-c7c2-4ed4-8a8e-369e8b4e6f91} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 10162 | 2024.07.19 18:50:22.753150 [ 3 ] {} <Debug> HTTP-Session: 606fd00b-d9a5-4183-b1d1-813f0084b834 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10163 | 2024.07.19 18:50:22.753316 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 14079, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10164 | 2024.07.19 18:50:22.753365 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10165 | 2024.07.19 18:50:22.753384 [ 3 ] {} <Debug> HTTP-Session: ba17d893-e0fc-41a8-8f11-b0bb6be09dd7 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 10166 | 2024.07.19 18:50:22.753400 [ 3 ] {} <Debug> HTTP-Session: ba17d893-e0fc-41a8-8f11-b0bb6be09dd7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10167 | 2024.07.19 18:50:22.753414 [ 3 ] {} <Debug> HTTP-Session: ba17d893-e0fc-41a8-8f11-b0bb6be09dd7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10168 | 2024.07.19 18:50:22.753444 [ 3 ] {} <Trace> HTTP-Session: ba17d893-e0fc-41a8-8f11-b0bb6be09dd7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10169 | 2024.07.19 18:50:22.753560 [ 3 ] {5918f837-fa08-4f96-8783-076c1696519e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 10170 | 2024.07.19 18:50:22.753605 [ 3 ] {5918f837-fa08-4f96-8783-076c1696519e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 10171 | 2024.07.19 18:50:22.753744 [ 3 ] {5918f837-fa08-4f96-8783-076c1696519e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10172 | 2024.07.19 18:50:22.754075 [ 3 ] {5918f837-fa08-4f96-8783-076c1696519e} <Trace> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10173 | 2024.07.19 18:50:22.754109 [ 3 ] {5918f837-fa08-4f96-8783-076c1696519e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 10174 | 2024.07.19 18:50:22.754476 [ 3 ] {5918f837-fa08-4f96-8783-076c1696519e} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 10175 | 2024.07.19 18:50:22.754811 [ 3 ] {5918f837-fa08-4f96-8783-076c1696519e} <Trace> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10176 | 2024.07.19 18:50:22.754939 [ 3 ] {5918f837-fa08-4f96-8783-076c1696519e} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001425 sec., 54035.087719298244 rows/sec., 3.33 MiB/sec. | ||
| 10177 | 2024.07.19 18:50:22.755281 [ 3 ] {5918f837-fa08-4f96-8783-076c1696519e} <Debug> DynamicQueryHandler: Done processing query | ||
| 10178 | 2024.07.19 18:50:22.755306 [ 3 ] {5918f837-fa08-4f96-8783-076c1696519e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 10179 | 2024.07.19 18:50:22.755323 [ 3 ] {} <Debug> HTTP-Session: ba17d893-e0fc-41a8-8f11-b0bb6be09dd7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10180 | 2024.07.19 18:50:22.755475 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10181 | 2024.07.19 18:50:22.755524 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10182 | 2024.07.19 18:50:22.755543 [ 3 ] {} <Debug> HTTP-Session: ff890d2c-36d7-410f-807d-410bd60340fe Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 10183 | 2024.07.19 18:50:22.755560 [ 3 ] {} <Debug> HTTP-Session: ff890d2c-36d7-410f-807d-410bd60340fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10184 | 2024.07.19 18:50:22.755574 [ 3 ] {} <Debug> HTTP-Session: ff890d2c-36d7-410f-807d-410bd60340fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10185 | 2024.07.19 18:50:22.755604 [ 3 ] {} <Trace> HTTP-Session: ff890d2c-36d7-410f-807d-410bd60340fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10186 | 2024.07.19 18:50:22.755774 [ 3 ] {b59f3527-fc32-41af-a54c-4a8da3b9881e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 10187 | 2024.07.19 18:50:22.755820 [ 3 ] {b59f3527-fc32-41af-a54c-4a8da3b9881e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10188 | 2024.07.19 18:50:22.755980 [ 3 ] {b59f3527-fc32-41af-a54c-4a8da3b9881e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10189 | 2024.07.19 18:50:22.756370 [ 3 ] {b59f3527-fc32-41af-a54c-4a8da3b9881e} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10190 | 2024.07.19 18:50:22.756406 [ 3 ] {b59f3527-fc32-41af-a54c-4a8da3b9881e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 10191 | 2024.07.19 18:50:22.756776 [ 3 ] {b59f3527-fc32-41af-a54c-4a8da3b9881e} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 10192 | 2024.07.19 18:50:22.757109 [ 3 ] {b59f3527-fc32-41af-a54c-4a8da3b9881e} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10193 | 2024.07.19 18:50:22.757232 [ 113 ] {} <Debug> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 10194 | 2024.07.19 18:50:22.757236 [ 3 ] {b59f3527-fc32-41af-a54c-4a8da3b9881e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001554 sec., 102960.10296010296 rows/sec., 7.17 MiB/sec. | ||
| 10195 | 2024.07.19 18:50:22.757279 [ 113 ] {} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10196 | 2024.07.19 18:50:22.757321 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 10197 | 2024.07.19 18:50:22.757453 [ 3 ] {b59f3527-fc32-41af-a54c-4a8da3b9881e} <Debug> DynamicQueryHandler: Done processing query | ||
| 10198 | 2024.07.19 18:50:22.757456 [ 191 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::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 | ||
| 10199 | 2024.07.19 18:50:22.757480 [ 3 ] {b59f3527-fc32-41af-a54c-4a8da3b9881e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 10200 | 2024.07.19 18:50:22.757509 [ 3 ] {} <Debug> HTTP-Session: ff890d2c-36d7-410f-807d-410bd60340fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10201 | 2024.07.19 18:50:22.757616 [ 191 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10202 | 2024.07.19 18:50:22.757655 [ 191 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 7124 rows starting from the beginning of the part | ||
| 10203 | 2024.07.19 18:50:22.757695 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 41970, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10204 | 2024.07.19 18:50:22.757741 [ 191 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::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 | ||
| 10205 | 2024.07.19 18:50:22.757800 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10206 | 2024.07.19 18:50:22.757905 [ 3 ] {} <Debug> HTTP-Session: 5659e700-f21d-442b-a9f0-f9064ab12f90 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 10207 | 2024.07.19 18:50:22.758040 [ 3 ] {} <Debug> HTTP-Session: 5659e700-f21d-442b-a9f0-f9064ab12f90 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10208 | 2024.07.19 18:50:22.758149 [ 3 ] {} <Debug> HTTP-Session: 5659e700-f21d-442b-a9f0-f9064ab12f90 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10209 | 2024.07.19 18:50:22.758222 [ 191 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 160 rows starting from the beginning of the part | ||
| 10210 | 2024.07.19 18:50:22.758273 [ 3 ] {} <Trace> HTTP-Session: 5659e700-f21d-442b-a9f0-f9064ab12f90 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10211 | 2024.07.19 18:50:22.758444 [ 191 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 197 rows starting from the beginning of the part | ||
| 10212 | 2024.07.19 18:50:22.758634 [ 191 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 160 rows starting from the beginning of the part | ||
| 10213 | 2024.07.19 18:50:22.758808 [ 3 ] {dc108369-4e8e-45e7-9b8f-9c236db0e78d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 10214 | 2024.07.19 18:50:22.758961 [ 191 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::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 | ||
| 10215 | 2024.07.19 18:50:22.759174 [ 3 ] {dc108369-4e8e-45e7-9b8f-9c236db0e78d} <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 | ||
| 10216 | 2024.07.19 18:50:22.760192 [ 3 ] {dc108369-4e8e-45e7-9b8f-9c236db0e78d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10217 | 2024.07.19 18:50:22.761325 [ 3 ] {dc108369-4e8e-45e7-9b8f-9c236db0e78d} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10218 | 2024.07.19 18:50:22.761368 [ 3 ] {dc108369-4e8e-45e7-9b8f-9c236db0e78d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 10219 | 2024.07.19 18:50:22.762192 [ 3 ] {dc108369-4e8e-45e7-9b8f-9c236db0e78d} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 10220 | 2024.07.19 18:50:22.762657 [ 3 ] {dc108369-4e8e-45e7-9b8f-9c236db0e78d} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10221 | 2024.07.19 18:50:22.762975 [ 194 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7961 rows, containing 5 columns (5 merged, 0 gathered) in 0.005581087 sec., 1426424.637351111 rows/sec., 99.42 MiB/sec. | ||
| 10222 | 2024.07.19 18:50:22.762986 [ 3 ] {dc108369-4e8e-45e7-9b8f-9c236db0e78d} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.004537 sec., 5730.659025787965 rows/sec., 10.27 MiB/sec. | ||
| 10223 | 2024.07.19 18:50:22.763304 [ 3 ] {dc108369-4e8e-45e7-9b8f-9c236db0e78d} <Debug> DynamicQueryHandler: Done processing query | ||
| 10224 | 2024.07.19 18:50:22.763329 [ 3 ] {dc108369-4e8e-45e7-9b8f-9c236db0e78d} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 10225 | 2024.07.19 18:50:22.763346 [ 3 ] {} <Debug> HTTP-Session: 5659e700-f21d-442b-a9f0-f9064ab12f90 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10226 | 2024.07.19 18:50:22.763472 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 3212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10227 | 2024.07.19 18:50:22.763525 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10228 | 2024.07.19 18:50:22.763544 [ 3 ] {} <Debug> HTTP-Session: ecce9527-87ce-46b8-bb4b-194f3278adac Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 10229 | 2024.07.19 18:50:22.763561 [ 3 ] {} <Debug> HTTP-Session: ecce9527-87ce-46b8-bb4b-194f3278adac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10230 | 2024.07.19 18:50:22.763574 [ 3 ] {} <Debug> HTTP-Session: ecce9527-87ce-46b8-bb4b-194f3278adac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10231 | 2024.07.19 18:50:22.763607 [ 3 ] {} <Trace> HTTP-Session: ecce9527-87ce-46b8-bb4b-194f3278adac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10232 | 2024.07.19 18:50:22.763716 [ 3 ] {4f7cc45f-d09e-4040-b7dd-cef871772039} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 10233 | 2024.07.19 18:50:22.763776 [ 3 ] {4f7cc45f-d09e-4040-b7dd-cef871772039} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 10234 | 2024.07.19 18:50:22.763929 [ 196 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 10235 | 2024.07.19 18:50:22.764018 [ 3 ] {4f7cc45f-d09e-4040-b7dd-cef871772039} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10236 | 2024.07.19 18:50:22.764834 [ 3 ] {4f7cc45f-d09e-4040-b7dd-cef871772039} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10237 | 2024.07.19 18:50:22.764887 [ 3 ] {4f7cc45f-d09e-4040-b7dd-cef871772039} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 10238 | 2024.07.19 18:50:22.765072 [ 196 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10239 | 2024.07.19 18:50:22.765295 [ 196 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 10240 | 2024.07.19 18:50:22.765484 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.47 MiB. | ||
| 10241 | 2024.07.19 18:50:22.765610 [ 3 ] {4f7cc45f-d09e-4040-b7dd-cef871772039} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 10242 | 2024.07.19 18:50:22.765946 [ 3 ] {4f7cc45f-d09e-4040-b7dd-cef871772039} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10243 | 2024.07.19 18:50:22.766082 [ 3 ] {4f7cc45f-d09e-4040-b7dd-cef871772039} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.002401 sec., 9579.341940857976 rows/sec., 518.18 KiB/sec. | ||
| 10244 | 2024.07.19 18:50:22.766783 [ 3 ] {4f7cc45f-d09e-4040-b7dd-cef871772039} <Debug> DynamicQueryHandler: Done processing query | ||
| 10245 | 2024.07.19 18:50:22.766865 [ 3 ] {4f7cc45f-d09e-4040-b7dd-cef871772039} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 10246 | 2024.07.19 18:50:22.766909 [ 3 ] {} <Debug> HTTP-Session: ecce9527-87ce-46b8-bb4b-194f3278adac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10247 | 2024.07.19 18:50:22.767051 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10248 | 2024.07.19 18:50:22.767102 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10249 | 2024.07.19 18:50:22.767120 [ 3 ] {} <Debug> HTTP-Session: c72e17f7-da71-4abe-b4fa-58e2b67367aa Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 10250 | 2024.07.19 18:50:22.767137 [ 3 ] {} <Debug> HTTP-Session: c72e17f7-da71-4abe-b4fa-58e2b67367aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10251 | 2024.07.19 18:50:22.767150 [ 3 ] {} <Debug> HTTP-Session: c72e17f7-da71-4abe-b4fa-58e2b67367aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10252 | 2024.07.19 18:50:22.767181 [ 3 ] {} <Trace> HTTP-Session: c72e17f7-da71-4abe-b4fa-58e2b67367aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10253 | 2024.07.19 18:50:22.767306 [ 3 ] {8e4d40b1-0276-4f12-b1ae-69e04d7d0f77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 10254 | 2024.07.19 18:50:22.767353 [ 3 ] {8e4d40b1-0276-4f12-b1ae-69e04d7d0f77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10255 | 2024.07.19 18:50:22.767504 [ 3 ] {8e4d40b1-0276-4f12-b1ae-69e04d7d0f77} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10256 | 2024.07.19 18:50:22.767861 [ 3 ] {8e4d40b1-0276-4f12-b1ae-69e04d7d0f77} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10257 | 2024.07.19 18:50:22.767896 [ 3 ] {8e4d40b1-0276-4f12-b1ae-69e04d7d0f77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 10258 | 2024.07.19 18:50:22.768251 [ 3 ] {8e4d40b1-0276-4f12-b1ae-69e04d7d0f77} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 10259 | 2024.07.19 18:50:22.768574 [ 3 ] {8e4d40b1-0276-4f12-b1ae-69e04d7d0f77} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10260 | 2024.07.19 18:50:22.768694 [ 113 ] {} <Debug> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 10261 | 2024.07.19 18:50:22.768699 [ 3 ] {8e4d40b1-0276-4f12-b1ae-69e04d7d0f77} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001439 sec., 41695.62195969423 rows/sec., 2.81 MiB/sec. | ||
| 10262 | 2024.07.19 18:50:22.768725 [ 113 ] {} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10263 | 2024.07.19 18:50:22.768764 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 10264 | 2024.07.19 18:50:22.768978 [ 3 ] {8e4d40b1-0276-4f12-b1ae-69e04d7d0f77} <Debug> DynamicQueryHandler: Done processing query | ||
| 10265 | 2024.07.19 18:50:22.769045 [ 3 ] {8e4d40b1-0276-4f12-b1ae-69e04d7d0f77} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 10266 | 2024.07.19 18:50:22.769100 [ 3 ] {} <Debug> HTTP-Session: c72e17f7-da71-4abe-b4fa-58e2b67367aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10267 | 2024.07.19 18:50:22.769127 [ 197 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::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 | ||
| 10268 | 2024.07.19 18:50:22.769702 [ 197 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10269 | 2024.07.19 18:50:22.769757 [ 197 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2456 rows starting from the beginning of the part | ||
| 10270 | 2024.07.19 18:50:22.769840 [ 197 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::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 | ||
| 10271 | 2024.07.19 18:50:22.769955 [ 197 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::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 | ||
| 10272 | 2024.07.19 18:50:22.770026 [ 197 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::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 | ||
| 10273 | 2024.07.19 18:50:22.770134 [ 197 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::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 | ||
| 10274 | 2024.07.19 18:50:22.770212 [ 197 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::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 | ||
| 10275 | 2024.07.19 18:50:22.771652 [ 188 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2756 rows, containing 4 columns (4 merged, 0 gathered) in 0.002787823 sec., 988584.9998367901 rows/sec., 66.69 MiB/sec. | ||
| 10276 | 2024.07.19 18:50:22.771976 [ 188 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 10277 | 2024.07.19 18:50:22.772441 [ 188 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_51_10} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10278 | 2024.07.19 18:50:22.772538 [ 188 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_51_10} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 10279 | 2024.07.19 18:50:22.772634 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. | ||
| 10280 | 2024.07.19 18:50:27.738658 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 623, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10281 | 2024.07.19 18:50:27.738797 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10282 | 2024.07.19 18:50:27.738823 [ 3 ] {} <Debug> HTTP-Session: 87afe85f-6845-4f43-b199-e428da6d256d Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 10283 | 2024.07.19 18:50:27.738849 [ 3 ] {} <Debug> HTTP-Session: 87afe85f-6845-4f43-b199-e428da6d256d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10284 | 2024.07.19 18:50:27.738864 [ 3 ] {} <Debug> HTTP-Session: 87afe85f-6845-4f43-b199-e428da6d256d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10285 | 2024.07.19 18:50:27.738915 [ 3 ] {} <Trace> HTTP-Session: 87afe85f-6845-4f43-b199-e428da6d256d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10286 | 2024.07.19 18:50:27.739099 [ 3 ] {9748bf87-25eb-41cf-975a-6cbe7e2c90b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 10287 | 2024.07.19 18:50:27.739166 [ 3 ] {9748bf87-25eb-41cf-975a-6cbe7e2c90b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 10288 | 2024.07.19 18:50:27.739359 [ 3 ] {9748bf87-25eb-41cf-975a-6cbe7e2c90b8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10289 | 2024.07.19 18:50:27.739835 [ 3 ] {9748bf87-25eb-41cf-975a-6cbe7e2c90b8} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10290 | 2024.07.19 18:50:27.739883 [ 3 ] {9748bf87-25eb-41cf-975a-6cbe7e2c90b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 10291 | 2024.07.19 18:50:27.740256 [ 3 ] {9748bf87-25eb-41cf-975a-6cbe7e2c90b8} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 10292 | 2024.07.19 18:50:27.740609 [ 3 ] {9748bf87-25eb-41cf-975a-6cbe7e2c90b8} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10293 | 2024.07.19 18:50:27.740776 [ 3 ] {9748bf87-25eb-41cf-975a-6cbe7e2c90b8} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001725 sec., 2318.840579710145 rows/sec., 187.95 KiB/sec. | ||
| 10294 | 2024.07.19 18:50:27.740996 [ 3 ] {9748bf87-25eb-41cf-975a-6cbe7e2c90b8} <Debug> DynamicQueryHandler: Done processing query | ||
| 10295 | 2024.07.19 18:50:27.741024 [ 3 ] {9748bf87-25eb-41cf-975a-6cbe7e2c90b8} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 10296 | 2024.07.19 18:50:27.741040 [ 3 ] {} <Debug> HTTP-Session: 87afe85f-6845-4f43-b199-e428da6d256d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10297 | 2024.07.19 18:50:27.741169 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10298 | 2024.07.19 18:50:27.741227 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10299 | 2024.07.19 18:50:27.741247 [ 3 ] {} <Debug> HTTP-Session: c48807ff-9a9a-43f8-af26-b2ca882de1f9 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 10300 | 2024.07.19 18:50:27.741265 [ 3 ] {} <Debug> HTTP-Session: c48807ff-9a9a-43f8-af26-b2ca882de1f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10301 | 2024.07.19 18:50:27.741279 [ 3 ] {} <Debug> HTTP-Session: c48807ff-9a9a-43f8-af26-b2ca882de1f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10302 | 2024.07.19 18:50:27.741316 [ 3 ] {} <Trace> HTTP-Session: c48807ff-9a9a-43f8-af26-b2ca882de1f9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10303 | 2024.07.19 18:50:27.741420 [ 3 ] {3c00161c-4391-4288-92e5-ef481e279a90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 10304 | 2024.07.19 18:50:27.741468 [ 3 ] {3c00161c-4391-4288-92e5-ef481e279a90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 10305 | 2024.07.19 18:50:27.741603 [ 3 ] {3c00161c-4391-4288-92e5-ef481e279a90} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10306 | 2024.07.19 18:50:27.741936 [ 3 ] {3c00161c-4391-4288-92e5-ef481e279a90} <Trace> oximeter.fields_ipaddr (5b198a67-6d84-4324-b6a3-e6f140922631): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10307 | 2024.07.19 18:50:27.741974 [ 3 ] {3c00161c-4391-4288-92e5-ef481e279a90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 10308 | 2024.07.19 18:50:27.742274 [ 3 ] {3c00161c-4391-4288-92e5-ef481e279a90} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 10309 | 2024.07.19 18:50:27.742582 [ 3 ] {3c00161c-4391-4288-92e5-ef481e279a90} <Trace> oximeter.fields_ipaddr (5b198a67-6d84-4324-b6a3-e6f140922631): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10310 | 2024.07.19 18:50:27.742743 [ 3 ] {3c00161c-4391-4288-92e5-ef481e279a90} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001341 sec., 2982.848620432513 rows/sec., 243.23 KiB/sec. | ||
| 10311 | 2024.07.19 18:50:27.742912 [ 3 ] {3c00161c-4391-4288-92e5-ef481e279a90} <Debug> DynamicQueryHandler: Done processing query | ||
| 10312 | 2024.07.19 18:50:27.742937 [ 3 ] {3c00161c-4391-4288-92e5-ef481e279a90} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 10313 | 2024.07.19 18:50:27.742953 [ 3 ] {} <Debug> HTTP-Session: c48807ff-9a9a-43f8-af26-b2ca882de1f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10314 | 2024.07.19 18:50:27.743076 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9928, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10315 | 2024.07.19 18:50:27.743127 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10316 | 2024.07.19 18:50:27.743147 [ 3 ] {} <Debug> HTTP-Session: 7425e146-33c5-4f23-80cc-1bf540e0badc Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 10317 | 2024.07.19 18:50:27.743164 [ 3 ] {} <Debug> HTTP-Session: 7425e146-33c5-4f23-80cc-1bf540e0badc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10318 | 2024.07.19 18:50:27.743178 [ 3 ] {} <Debug> HTTP-Session: 7425e146-33c5-4f23-80cc-1bf540e0badc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10319 | 2024.07.19 18:50:27.743211 [ 3 ] {} <Trace> HTTP-Session: 7425e146-33c5-4f23-80cc-1bf540e0badc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10320 | 2024.07.19 18:50:27.743327 [ 3 ] {6000f38b-ded0-4cd9-97e1-77920d1295b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 10321 | 2024.07.19 18:50:27.743370 [ 3 ] {6000f38b-ded0-4cd9-97e1-77920d1295b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10322 | 2024.07.19 18:50:27.743496 [ 3 ] {6000f38b-ded0-4cd9-97e1-77920d1295b0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10323 | 2024.07.19 18:50:27.743882 [ 3 ] {6000f38b-ded0-4cd9-97e1-77920d1295b0} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10324 | 2024.07.19 18:50:27.743918 [ 3 ] {6000f38b-ded0-4cd9-97e1-77920d1295b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 10325 | 2024.07.19 18:50:27.744230 [ 3 ] {6000f38b-ded0-4cd9-97e1-77920d1295b0} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 10326 | 2024.07.19 18:50:27.744541 [ 3 ] {6000f38b-ded0-4cd9-97e1-77920d1295b0} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10327 | 2024.07.19 18:50:27.744688 [ 3 ] {6000f38b-ded0-4cd9-97e1-77920d1295b0} <Debug> executeQuery: Read 70 rows, 5.65 KiB in 0.0014 sec., 50000 rows/sec., 3.94 MiB/sec. | ||
| 10328 | 2024.07.19 18:50:27.744878 [ 3 ] {6000f38b-ded0-4cd9-97e1-77920d1295b0} <Debug> DynamicQueryHandler: Done processing query | ||
| 10329 | 2024.07.19 18:50:27.744913 [ 3 ] {6000f38b-ded0-4cd9-97e1-77920d1295b0} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 10330 | 2024.07.19 18:50:27.744947 [ 3 ] {} <Debug> HTTP-Session: 7425e146-33c5-4f23-80cc-1bf540e0badc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10331 | 2024.07.19 18:50:27.745085 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10332 | 2024.07.19 18:50:27.745134 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10333 | 2024.07.19 18:50:27.745153 [ 3 ] {} <Debug> HTTP-Session: 7175c0d0-ff7b-4099-9031-9edabc5b2c33 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 10334 | 2024.07.19 18:50:27.745170 [ 3 ] {} <Debug> HTTP-Session: 7175c0d0-ff7b-4099-9031-9edabc5b2c33 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10335 | 2024.07.19 18:50:27.745183 [ 3 ] {} <Debug> HTTP-Session: 7175c0d0-ff7b-4099-9031-9edabc5b2c33 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10336 | 2024.07.19 18:50:27.745215 [ 3 ] {} <Trace> HTTP-Session: 7175c0d0-ff7b-4099-9031-9edabc5b2c33 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10337 | 2024.07.19 18:50:27.745310 [ 3 ] {33a4fc85-9e6e-4ab9-99e8-2ce757e1f30c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 10338 | 2024.07.19 18:50:27.745353 [ 3 ] {33a4fc85-9e6e-4ab9-99e8-2ce757e1f30c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10339 | 2024.07.19 18:50:27.745481 [ 3 ] {33a4fc85-9e6e-4ab9-99e8-2ce757e1f30c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10340 | 2024.07.19 18:50:27.745769 [ 3 ] {33a4fc85-9e6e-4ab9-99e8-2ce757e1f30c} <Trace> oximeter.fields_u16 (3a790436-232b-4913-bf8d-eba3067e022c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10341 | 2024.07.19 18:50:27.745806 [ 3 ] {33a4fc85-9e6e-4ab9-99e8-2ce757e1f30c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 10342 | 2024.07.19 18:50:27.746104 [ 3 ] {33a4fc85-9e6e-4ab9-99e8-2ce757e1f30c} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 10343 | 2024.07.19 18:50:27.746405 [ 3 ] {33a4fc85-9e6e-4ab9-99e8-2ce757e1f30c} <Trace> oximeter.fields_u16 (3a790436-232b-4913-bf8d-eba3067e022c): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10344 | 2024.07.19 18:50:27.746556 [ 3 ] {33a4fc85-9e6e-4ab9-99e8-2ce757e1f30c} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001264 sec., 3164.556962025317 rows/sec., 220.96 KiB/sec. | ||
| 10345 | 2024.07.19 18:50:27.746815 [ 3 ] {33a4fc85-9e6e-4ab9-99e8-2ce757e1f30c} <Debug> DynamicQueryHandler: Done processing query | ||
| 10346 | 2024.07.19 18:50:27.746852 [ 3 ] {33a4fc85-9e6e-4ab9-99e8-2ce757e1f30c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 10347 | 2024.07.19 18:50:27.746868 [ 3 ] {} <Debug> HTTP-Session: 7175c0d0-ff7b-4099-9031-9edabc5b2c33 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10348 | 2024.07.19 18:50:27.746984 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 12244, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10349 | 2024.07.19 18:50:27.747034 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10350 | 2024.07.19 18:50:27.747058 [ 3 ] {} <Debug> HTTP-Session: 8c47ae42-7e26-4c7e-aff4-92c164a8a0d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 10351 | 2024.07.19 18:50:27.747075 [ 3 ] {} <Debug> HTTP-Session: 8c47ae42-7e26-4c7e-aff4-92c164a8a0d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10352 | 2024.07.19 18:50:27.747089 [ 3 ] {} <Debug> HTTP-Session: 8c47ae42-7e26-4c7e-aff4-92c164a8a0d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10353 | 2024.07.19 18:50:27.747120 [ 3 ] {} <Trace> HTTP-Session: 8c47ae42-7e26-4c7e-aff4-92c164a8a0d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10354 | 2024.07.19 18:50:27.747241 [ 3 ] {8ebc04f8-afff-4725-bc17-8af1f4edf3f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 10355 | 2024.07.19 18:50:27.747286 [ 3 ] {8ebc04f8-afff-4725-bc17-8af1f4edf3f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10356 | 2024.07.19 18:50:27.747430 [ 3 ] {8ebc04f8-afff-4725-bc17-8af1f4edf3f3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10357 | 2024.07.19 18:50:27.747788 [ 3 ] {8ebc04f8-afff-4725-bc17-8af1f4edf3f3} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10358 | 2024.07.19 18:50:27.747824 [ 3 ] {8ebc04f8-afff-4725-bc17-8af1f4edf3f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 10359 | 2024.07.19 18:50:27.748130 [ 3 ] {8ebc04f8-afff-4725-bc17-8af1f4edf3f3} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 10360 | 2024.07.19 18:50:27.748426 [ 3 ] {8ebc04f8-afff-4725-bc17-8af1f4edf3f3} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10361 | 2024.07.19 18:50:27.748557 [ 3 ] {8ebc04f8-afff-4725-bc17-8af1f4edf3f3} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001361 sec., 52902.277736958116 rows/sec., 4.13 MiB/sec. | ||
| 10362 | 2024.07.19 18:50:27.748745 [ 3 ] {8ebc04f8-afff-4725-bc17-8af1f4edf3f3} <Debug> DynamicQueryHandler: Done processing query | ||
| 10363 | 2024.07.19 18:50:27.748772 [ 3 ] {8ebc04f8-afff-4725-bc17-8af1f4edf3f3} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 10364 | 2024.07.19 18:50:27.748787 [ 3 ] {} <Debug> HTTP-Session: 8c47ae42-7e26-4c7e-aff4-92c164a8a0d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10365 | 2024.07.19 18:50:27.748941 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 31017, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10366 | 2024.07.19 18:50:27.748989 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10367 | 2024.07.19 18:50:27.749008 [ 3 ] {} <Debug> HTTP-Session: 0532b20d-2f74-4942-b23e-919438eda7a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 10368 | 2024.07.19 18:50:27.749024 [ 3 ] {} <Debug> HTTP-Session: 0532b20d-2f74-4942-b23e-919438eda7a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10369 | 2024.07.19 18:50:27.749038 [ 3 ] {} <Debug> HTTP-Session: 0532b20d-2f74-4942-b23e-919438eda7a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10370 | 2024.07.19 18:50:27.749068 [ 3 ] {} <Trace> HTTP-Session: 0532b20d-2f74-4942-b23e-919438eda7a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10371 | 2024.07.19 18:50:27.749211 [ 3 ] {ae989027-6639-4fe5-97f7-2ef227ba7843} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 10372 | 2024.07.19 18:50:27.749258 [ 3 ] {ae989027-6639-4fe5-97f7-2ef227ba7843} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10373 | 2024.07.19 18:50:27.749410 [ 3 ] {ae989027-6639-4fe5-97f7-2ef227ba7843} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10374 | 2024.07.19 18:50:27.749794 [ 3 ] {ae989027-6639-4fe5-97f7-2ef227ba7843} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10375 | 2024.07.19 18:50:27.749831 [ 3 ] {ae989027-6639-4fe5-97f7-2ef227ba7843} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 10376 | 2024.07.19 18:50:27.750205 [ 3 ] {ae989027-6639-4fe5-97f7-2ef227ba7843} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 10377 | 2024.07.19 18:50:27.750534 [ 3 ] {ae989027-6639-4fe5-97f7-2ef227ba7843} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10378 | 2024.07.19 18:50:27.750672 [ 3 ] {ae989027-6639-4fe5-97f7-2ef227ba7843} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001527 sec., 106090.37328094304 rows/sec., 7.39 MiB/sec. | ||
| 10379 | 2024.07.19 18:50:27.750840 [ 3 ] {ae989027-6639-4fe5-97f7-2ef227ba7843} <Debug> DynamicQueryHandler: Done processing query | ||
| 10380 | 2024.07.19 18:50:27.750865 [ 3 ] {ae989027-6639-4fe5-97f7-2ef227ba7843} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 10381 | 2024.07.19 18:50:27.750882 [ 3 ] {} <Debug> HTTP-Session: 0532b20d-2f74-4942-b23e-919438eda7a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10382 | 2024.07.19 18:50:27.750994 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 6430, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10383 | 2024.07.19 18:50:27.751043 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10384 | 2024.07.19 18:50:27.751061 [ 3 ] {} <Debug> HTTP-Session: b7a04f3b-3b1b-4928-9961-deaf12f1ddf5 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 10385 | 2024.07.19 18:50:27.751077 [ 3 ] {} <Debug> HTTP-Session: b7a04f3b-3b1b-4928-9961-deaf12f1ddf5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10386 | 2024.07.19 18:50:27.751090 [ 3 ] {} <Debug> HTTP-Session: b7a04f3b-3b1b-4928-9961-deaf12f1ddf5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10387 | 2024.07.19 18:50:27.751121 [ 3 ] {} <Trace> HTTP-Session: b7a04f3b-3b1b-4928-9961-deaf12f1ddf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10388 | 2024.07.19 18:50:27.751254 [ 3 ] {247ea4ca-a6ca-4d55-ac65-91c1c19a2922} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 10389 | 2024.07.19 18:50:27.751316 [ 3 ] {247ea4ca-a6ca-4d55-ac65-91c1c19a2922} <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 | ||
| 10390 | 2024.07.19 18:50:27.751721 [ 3 ] {247ea4ca-a6ca-4d55-ac65-91c1c19a2922} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10391 | 2024.07.19 18:50:27.752216 [ 3 ] {247ea4ca-a6ca-4d55-ac65-91c1c19a2922} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10392 | 2024.07.19 18:50:27.752250 [ 3 ] {247ea4ca-a6ca-4d55-ac65-91c1c19a2922} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 10393 | 2024.07.19 18:50:27.752823 [ 3 ] {247ea4ca-a6ca-4d55-ac65-91c1c19a2922} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 10394 | 2024.07.19 18:50:27.753223 [ 3 ] {247ea4ca-a6ca-4d55-ac65-91c1c19a2922} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10395 | 2024.07.19 18:50:27.753405 [ 3 ] {247ea4ca-a6ca-4d55-ac65-91c1c19a2922} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002201 sec., 1817.3557473875512 rows/sec., 3.26 MiB/sec. | ||
| 10396 | 2024.07.19 18:50:27.753707 [ 3 ] {247ea4ca-a6ca-4d55-ac65-91c1c19a2922} <Debug> DynamicQueryHandler: Done processing query | ||
| 10397 | 2024.07.19 18:50:27.753734 [ 3 ] {247ea4ca-a6ca-4d55-ac65-91c1c19a2922} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 10398 | 2024.07.19 18:50:27.753750 [ 3 ] {} <Debug> HTTP-Session: b7a04f3b-3b1b-4928-9961-deaf12f1ddf5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10399 | 2024.07.19 18:50:27.753867 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10400 | 2024.07.19 18:50:27.753916 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10401 | 2024.07.19 18:50:27.753935 [ 3 ] {} <Debug> HTTP-Session: e60f6f49-85b5-4fef-a80b-939556810192 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 10402 | 2024.07.19 18:50:27.753951 [ 3 ] {} <Debug> HTTP-Session: e60f6f49-85b5-4fef-a80b-939556810192 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10403 | 2024.07.19 18:50:27.753965 [ 3 ] {} <Debug> HTTP-Session: e60f6f49-85b5-4fef-a80b-939556810192 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10404 | 2024.07.19 18:50:27.753995 [ 3 ] {} <Trace> HTTP-Session: e60f6f49-85b5-4fef-a80b-939556810192 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10405 | 2024.07.19 18:50:27.754111 [ 3 ] {034800dd-5b3c-4847-ace9-3988afe9a864} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 10406 | 2024.07.19 18:50:27.754155 [ 3 ] {034800dd-5b3c-4847-ace9-3988afe9a864} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10407 | 2024.07.19 18:50:27.754281 [ 3 ] {034800dd-5b3c-4847-ace9-3988afe9a864} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10408 | 2024.07.19 18:50:27.754578 [ 3 ] {034800dd-5b3c-4847-ace9-3988afe9a864} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10409 | 2024.07.19 18:50:27.754614 [ 3 ] {034800dd-5b3c-4847-ace9-3988afe9a864} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 10410 | 2024.07.19 18:50:27.754963 [ 3 ] {034800dd-5b3c-4847-ace9-3988afe9a864} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 10411 | 2024.07.19 18:50:27.755275 [ 3 ] {034800dd-5b3c-4847-ace9-3988afe9a864} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10412 | 2024.07.19 18:50:27.755414 [ 3 ] {034800dd-5b3c-4847-ace9-3988afe9a864} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001342 sec., 44709.38897168405 rows/sec., 3.01 MiB/sec. | ||
| 10413 | 2024.07.19 18:50:27.755573 [ 3 ] {034800dd-5b3c-4847-ace9-3988afe9a864} <Debug> DynamicQueryHandler: Done processing query | ||
| 10414 | 2024.07.19 18:50:27.755597 [ 3 ] {034800dd-5b3c-4847-ace9-3988afe9a864} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 10415 | 2024.07.19 18:50:27.755612 [ 3 ] {} <Debug> HTTP-Session: e60f6f49-85b5-4fef-a80b-939556810192 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10416 | 2024.07.19 18:50:30.516579 [ 156 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10417 | 2024.07.19 18:50:30.516636 [ 156 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10418 | 2024.07.19 18:50:32.743973 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 4480, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10419 | 2024.07.19 18:50:32.744112 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10420 | 2024.07.19 18:50:32.744140 [ 3 ] {} <Debug> HTTP-Session: 855c58f4-cbdb-45ee-aee6-45a5b674fe3d Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 10421 | 2024.07.19 18:50:32.744167 [ 3 ] {} <Debug> HTTP-Session: 855c58f4-cbdb-45ee-aee6-45a5b674fe3d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10422 | 2024.07.19 18:50:32.744185 [ 3 ] {} <Debug> HTTP-Session: 855c58f4-cbdb-45ee-aee6-45a5b674fe3d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10423 | 2024.07.19 18:50:32.744240 [ 3 ] {} <Trace> HTTP-Session: 855c58f4-cbdb-45ee-aee6-45a5b674fe3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10424 | 2024.07.19 18:50:32.744443 [ 3 ] {70497cda-866e-438e-ba23-d68a476cc844} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 10425 | 2024.07.19 18:50:32.744517 [ 3 ] {70497cda-866e-438e-ba23-d68a476cc844} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 10426 | 2024.07.19 18:50:32.744730 [ 3 ] {70497cda-866e-438e-ba23-d68a476cc844} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10427 | 2024.07.19 18:50:32.745203 [ 3 ] {70497cda-866e-438e-ba23-d68a476cc844} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10428 | 2024.07.19 18:50:32.745246 [ 3 ] {70497cda-866e-438e-ba23-d68a476cc844} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 10429 | 2024.07.19 18:50:32.745609 [ 3 ] {70497cda-866e-438e-ba23-d68a476cc844} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 10430 | 2024.07.19 18:50:32.745949 [ 3 ] {70497cda-866e-438e-ba23-d68a476cc844} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10431 | 2024.07.19 18:50:32.746111 [ 3 ] {70497cda-866e-438e-ba23-d68a476cc844} <Debug> executeQuery: Read 32 rows, 2.45 KiB in 0.001731 sec., 18486.424032351242 rows/sec., 1.38 MiB/sec. | ||
| 10432 | 2024.07.19 18:50:32.746325 [ 3 ] {70497cda-866e-438e-ba23-d68a476cc844} <Debug> DynamicQueryHandler: Done processing query | ||
| 10433 | 2024.07.19 18:50:32.746352 [ 3 ] {70497cda-866e-438e-ba23-d68a476cc844} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 10434 | 2024.07.19 18:50:32.746369 [ 3 ] {} <Debug> HTTP-Session: 855c58f4-cbdb-45ee-aee6-45a5b674fe3d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10435 | 2024.07.19 18:50:32.746533 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10436 | 2024.07.19 18:50:32.746590 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10437 | 2024.07.19 18:50:32.746609 [ 3 ] {} <Debug> HTTP-Session: 55a231a0-1831-4aa4-9d90-99d379f00720 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 10438 | 2024.07.19 18:50:32.746627 [ 3 ] {} <Debug> HTTP-Session: 55a231a0-1831-4aa4-9d90-99d379f00720 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10439 | 2024.07.19 18:50:32.746640 [ 3 ] {} <Debug> HTTP-Session: 55a231a0-1831-4aa4-9d90-99d379f00720 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10440 | 2024.07.19 18:50:32.746677 [ 3 ] {} <Trace> HTTP-Session: 55a231a0-1831-4aa4-9d90-99d379f00720 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10441 | 2024.07.19 18:50:32.746781 [ 3 ] {9ee698d7-2417-490f-b647-08165c1aaae5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 10442 | 2024.07.19 18:50:32.746829 [ 3 ] {9ee698d7-2417-490f-b647-08165c1aaae5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 10443 | 2024.07.19 18:50:32.746962 [ 3 ] {9ee698d7-2417-490f-b647-08165c1aaae5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10444 | 2024.07.19 18:50:32.747273 [ 3 ] {9ee698d7-2417-490f-b647-08165c1aaae5} <Trace> oximeter.fields_ipaddr (5b198a67-6d84-4324-b6a3-e6f140922631): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10445 | 2024.07.19 18:50:32.747310 [ 3 ] {9ee698d7-2417-490f-b647-08165c1aaae5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 10446 | 2024.07.19 18:50:32.747605 [ 3 ] {9ee698d7-2417-490f-b647-08165c1aaae5} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 10447 | 2024.07.19 18:50:32.747908 [ 3 ] {9ee698d7-2417-490f-b647-08165c1aaae5} <Trace> oximeter.fields_ipaddr (5b198a67-6d84-4324-b6a3-e6f140922631): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10448 | 2024.07.19 18:50:32.748066 [ 3 ] {9ee698d7-2417-490f-b647-08165c1aaae5} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001307 sec., 3060.44376434583 rows/sec., 249.56 KiB/sec. | ||
| 10449 | 2024.07.19 18:50:32.748268 [ 3 ] {9ee698d7-2417-490f-b647-08165c1aaae5} <Debug> DynamicQueryHandler: Done processing query | ||
| 10450 | 2024.07.19 18:50:32.748293 [ 3 ] {9ee698d7-2417-490f-b647-08165c1aaae5} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 10451 | 2024.07.19 18:50:32.748309 [ 3 ] {} <Debug> HTTP-Session: 55a231a0-1831-4aa4-9d90-99d379f00720 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10452 | 2024.07.19 18:50:32.748490 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 36407, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10453 | 2024.07.19 18:50:32.748540 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10454 | 2024.07.19 18:50:32.748560 [ 3 ] {} <Debug> HTTP-Session: 3079ccea-ab7a-4d14-a32b-76e48fa44c3f Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 10455 | 2024.07.19 18:50:32.748576 [ 3 ] {} <Debug> HTTP-Session: 3079ccea-ab7a-4d14-a32b-76e48fa44c3f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10456 | 2024.07.19 18:50:32.748590 [ 3 ] {} <Debug> HTTP-Session: 3079ccea-ab7a-4d14-a32b-76e48fa44c3f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10457 | 2024.07.19 18:50:32.748621 [ 3 ] {} <Trace> HTTP-Session: 3079ccea-ab7a-4d14-a32b-76e48fa44c3f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10458 | 2024.07.19 18:50:32.748787 [ 3 ] {fab28302-9d86-471d-993e-8a78e0ff271c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 10459 | 2024.07.19 18:50:32.748832 [ 3 ] {fab28302-9d86-471d-993e-8a78e0ff271c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10460 | 2024.07.19 18:50:32.748958 [ 3 ] {fab28302-9d86-471d-993e-8a78e0ff271c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10461 | 2024.07.19 18:50:32.749406 [ 3 ] {fab28302-9d86-471d-993e-8a78e0ff271c} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10462 | 2024.07.19 18:50:32.749443 [ 3 ] {fab28302-9d86-471d-993e-8a78e0ff271c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 10463 | 2024.07.19 18:50:32.749767 [ 3 ] {fab28302-9d86-471d-993e-8a78e0ff271c} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 10464 | 2024.07.19 18:50:32.750066 [ 3 ] {fab28302-9d86-471d-993e-8a78e0ff271c} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10465 | 2024.07.19 18:50:32.750216 [ 3 ] {fab28302-9d86-471d-993e-8a78e0ff271c} <Debug> executeQuery: Read 241 rows, 21.75 KiB in 0.00151 sec., 159602.64900662252 rows/sec., 14.07 MiB/sec. | ||
| 10466 | 2024.07.19 18:50:32.750229 [ 138 ] {} <Debug> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 10467 | 2024.07.19 18:50:32.750347 [ 138 ] {} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10468 | 2024.07.19 18:50:32.750383 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 10469 | 2024.07.19 18:50:32.750466 [ 3 ] {fab28302-9d86-471d-993e-8a78e0ff271c} <Debug> DynamicQueryHandler: Done processing query | ||
| 10470 | 2024.07.19 18:50:32.750510 [ 3 ] {fab28302-9d86-471d-993e-8a78e0ff271c} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
| 10471 | 2024.07.19 18:50:32.750563 [ 3 ] {} <Debug> HTTP-Session: 3079ccea-ab7a-4d14-a32b-76e48fa44c3f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10472 | 2024.07.19 18:50:32.750611 [ 194 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::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 | ||
| 10473 | 2024.07.19 18:50:32.750812 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10474 | 2024.07.19 18:50:32.750943 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10475 | 2024.07.19 18:50:32.751017 [ 3 ] {} <Debug> HTTP-Session: 9c83a123-a322-4067-8d31-2599c207069f Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 10476 | 2024.07.19 18:50:32.751045 [ 194 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10477 | 2024.07.19 18:50:32.751060 [ 3 ] {} <Debug> HTTP-Session: 9c83a123-a322-4067-8d31-2599c207069f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10478 | 2024.07.19 18:50:32.751099 [ 3 ] {} <Debug> HTTP-Session: 9c83a123-a322-4067-8d31-2599c207069f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10479 | 2024.07.19 18:50:32.751108 [ 194 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 295 rows starting from the beginning of the part | ||
| 10480 | 2024.07.19 18:50:32.751150 [ 3 ] {} <Trace> HTTP-Session: 9c83a123-a322-4067-8d31-2599c207069f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10481 | 2024.07.19 18:50:32.751211 [ 194 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 276 rows starting from the beginning of the part | ||
| 10482 | 2024.07.19 18:50:32.751468 [ 3 ] {cabd9caa-4c3d-45ea-8d8b-bd9231ddbf9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 10483 | 2024.07.19 18:50:32.751577 [ 194 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 68 rows starting from the beginning of the part | ||
| 10484 | 2024.07.19 18:50:32.751617 [ 3 ] {cabd9caa-4c3d-45ea-8d8b-bd9231ddbf9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10485 | 2024.07.19 18:50:32.751873 [ 194 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 239 rows starting from the beginning of the part | ||
| 10486 | 2024.07.19 18:50:32.752200 [ 194 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 70 rows starting from the beginning of the part | ||
| 10487 | 2024.07.19 18:50:32.752525 [ 194 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 241 rows starting from the beginning of the part | ||
| 10488 | 2024.07.19 18:50:32.752908 [ 3 ] {cabd9caa-4c3d-45ea-8d8b-bd9231ddbf9c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10489 | 2024.07.19 18:50:32.753428 [ 3 ] {cabd9caa-4c3d-45ea-8d8b-bd9231ddbf9c} <Trace> oximeter.fields_u16 (3a790436-232b-4913-bf8d-eba3067e022c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10490 | 2024.07.19 18:50:32.753467 [ 3 ] {cabd9caa-4c3d-45ea-8d8b-bd9231ddbf9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 10491 | 2024.07.19 18:50:32.753938 [ 3 ] {cabd9caa-4c3d-45ea-8d8b-bd9231ddbf9c} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 10492 | 2024.07.19 18:50:32.754342 [ 3 ] {cabd9caa-4c3d-45ea-8d8b-bd9231ddbf9c} <Trace> oximeter.fields_u16 (3a790436-232b-4913-bf8d-eba3067e022c): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10493 | 2024.07.19 18:50:32.754430 [ 194 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1189 rows, containing 4 columns (4 merged, 0 gathered) in 0.003957992 sec., 300404.85175311123 rows/sec., 25.93 MiB/sec. | ||
| 10494 | 2024.07.19 18:50:32.754596 [ 3 ] {cabd9caa-4c3d-45ea-8d8b-bd9231ddbf9c} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.003296 sec., 1213.5922330097087 rows/sec., 84.74 KiB/sec. | ||
| 10495 | 2024.07.19 18:50:32.754613 [ 194 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 10496 | 2024.07.19 18:50:32.754807 [ 3 ] {cabd9caa-4c3d-45ea-8d8b-bd9231ddbf9c} <Debug> DynamicQueryHandler: Done processing query | ||
| 10497 | 2024.07.19 18:50:32.754839 [ 3 ] {cabd9caa-4c3d-45ea-8d8b-bd9231ddbf9c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 10498 | 2024.07.19 18:50:32.754865 [ 3 ] {} <Debug> HTTP-Session: 9c83a123-a322-4067-8d31-2599c207069f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10499 | 2024.07.19 18:50:32.755013 [ 194 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_56_11} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10500 | 2024.07.19 18:50:32.755088 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 66660, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10501 | 2024.07.19 18:50:32.755093 [ 194 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_56_11} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 10502 | 2024.07.19 18:50:32.755149 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10503 | 2024.07.19 18:50:32.755184 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. | ||
| 10504 | 2024.07.19 18:50:32.755185 [ 3 ] {} <Debug> HTTP-Session: 3c63d797-7278-48bd-8bf6-94af51ba28fb Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 10505 | 2024.07.19 18:50:32.755217 [ 3 ] {} <Debug> HTTP-Session: 3c63d797-7278-48bd-8bf6-94af51ba28fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10506 | 2024.07.19 18:50:32.755231 [ 3 ] {} <Debug> HTTP-Session: 3c63d797-7278-48bd-8bf6-94af51ba28fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10507 | 2024.07.19 18:50:32.755261 [ 3 ] {} <Trace> HTTP-Session: 3c63d797-7278-48bd-8bf6-94af51ba28fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10508 | 2024.07.19 18:50:32.755459 [ 3 ] {ec20eae2-dd8c-405d-a1eb-ed0a7b1023f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 10509 | 2024.07.19 18:50:32.755501 [ 3 ] {ec20eae2-dd8c-405d-a1eb-ed0a7b1023f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10510 | 2024.07.19 18:50:32.755625 [ 3 ] {ec20eae2-dd8c-405d-a1eb-ed0a7b1023f5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10511 | 2024.07.19 18:50:32.756188 [ 3 ] {ec20eae2-dd8c-405d-a1eb-ed0a7b1023f5} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10512 | 2024.07.19 18:50:32.756224 [ 3 ] {ec20eae2-dd8c-405d-a1eb-ed0a7b1023f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 10513 | 2024.07.19 18:50:32.756540 [ 3 ] {ec20eae2-dd8c-405d-a1eb-ed0a7b1023f5} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 10514 | 2024.07.19 18:50:32.756839 [ 3 ] {ec20eae2-dd8c-405d-a1eb-ed0a7b1023f5} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10515 | 2024.07.19 18:50:32.756986 [ 138 ] {} <Debug> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 10516 | 2024.07.19 18:50:32.756995 [ 3 ] {ec20eae2-dd8c-405d-a1eb-ed0a7b1023f5} <Debug> executeQuery: Read 412 rows, 29.88 KiB in 0.001639 sec., 251372.78828553995 rows/sec., 17.81 MiB/sec. | ||
| 10517 | 2024.07.19 18:50:32.757041 [ 138 ] {} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10518 | 2024.07.19 18:50:32.757110 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 10519 | 2024.07.19 18:50:32.757304 [ 3 ] {ec20eae2-dd8c-405d-a1eb-ed0a7b1023f5} <Debug> DynamicQueryHandler: Done processing query | ||
| 10520 | 2024.07.19 18:50:32.757317 [ 188 ] {67671d04-4863-4609-b795-f6318ed5bf2b::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 | ||
| 10521 | 2024.07.19 18:50:32.757338 [ 3 ] {ec20eae2-dd8c-405d-a1eb-ed0a7b1023f5} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
| 10522 | 2024.07.19 18:50:32.757386 [ 3 ] {} <Debug> HTTP-Session: 3c63d797-7278-48bd-8bf6-94af51ba28fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10523 | 2024.07.19 18:50:32.757681 [ 188 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10524 | 2024.07.19 18:50:32.757697 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10525 | 2024.07.19 18:50:32.757749 [ 188 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 470 rows starting from the beginning of the part | ||
| 10526 | 2024.07.19 18:50:32.757778 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10527 | 2024.07.19 18:50:32.757821 [ 3 ] {} <Debug> HTTP-Session: 991040be-a5f0-4fb9-b83a-783266a0e8e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 10528 | 2024.07.19 18:50:32.757895 [ 3 ] {} <Debug> HTTP-Session: 991040be-a5f0-4fb9-b83a-783266a0e8e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10529 | 2024.07.19 18:50:32.757963 [ 188 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 434 rows starting from the beginning of the part | ||
| 10530 | 2024.07.19 18:50:32.757969 [ 3 ] {} <Debug> HTTP-Session: 991040be-a5f0-4fb9-b83a-783266a0e8e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10531 | 2024.07.19 18:50:32.758082 [ 3 ] {} <Trace> HTTP-Session: 991040be-a5f0-4fb9-b83a-783266a0e8e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10532 | 2024.07.19 18:50:32.758261 [ 188 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 68 rows starting from the beginning of the part | ||
| 10533 | 2024.07.19 18:50:32.758475 [ 3 ] {5c4af80e-0756-4aab-9552-01218324fa99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 10534 | 2024.07.19 18:50:32.758548 [ 188 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 408 rows starting from the beginning of the part | ||
| 10535 | 2024.07.19 18:50:32.758634 [ 3 ] {5c4af80e-0756-4aab-9552-01218324fa99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10536 | 2024.07.19 18:50:32.758823 [ 188 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 72 rows starting from the beginning of the part | ||
| 10537 | 2024.07.19 18:50:32.759185 [ 188 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 412 rows starting from the beginning of the part | ||
| 10538 | 2024.07.19 18:50:32.759765 [ 3 ] {5c4af80e-0756-4aab-9552-01218324fa99} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10539 | 2024.07.19 18:50:32.760167 [ 3 ] {5c4af80e-0756-4aab-9552-01218324fa99} <Trace> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10540 | 2024.07.19 18:50:32.760212 [ 3 ] {5c4af80e-0756-4aab-9552-01218324fa99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 10541 | 2024.07.19 18:50:32.760758 [ 3 ] {5c4af80e-0756-4aab-9552-01218324fa99} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 10542 | 2024.07.19 18:50:32.761177 [ 3 ] {5c4af80e-0756-4aab-9552-01218324fa99} <Trace> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10543 | 2024.07.19 18:50:32.761182 [ 188 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1864 rows, containing 4 columns (4 merged, 0 gathered) in 0.003967162 sec., 469857.2934505826 rows/sec., 33.67 MiB/sec. | ||
| 10544 | 2024.07.19 18:50:32.761401 [ 3 ] {5c4af80e-0756-4aab-9552-01218324fa99} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.003088 sec., 1943.0051813471503 rows/sec., 83.49 KiB/sec. | ||
| 10545 | 2024.07.19 18:50:32.761540 [ 192 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 10546 | 2024.07.19 18:50:32.761647 [ 3 ] {5c4af80e-0756-4aab-9552-01218324fa99} <Debug> DynamicQueryHandler: Done processing query | ||
| 10547 | 2024.07.19 18:50:32.761681 [ 3 ] {5c4af80e-0756-4aab-9552-01218324fa99} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 10548 | 2024.07.19 18:50:32.761698 [ 3 ] {} <Debug> HTTP-Session: 991040be-a5f0-4fb9-b83a-783266a0e8e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10549 | 2024.07.19 18:50:32.761897 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 14079, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10550 | 2024.07.19 18:50:32.762021 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10551 | 2024.07.19 18:50:32.762080 [ 3 ] {} <Debug> HTTP-Session: 10f6f6d2-4b40-4b08-93c5-9361f7f015aa Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 10552 | 2024.07.19 18:50:32.762099 [ 3 ] {} <Debug> HTTP-Session: 10f6f6d2-4b40-4b08-93c5-9361f7f015aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10553 | 2024.07.19 18:50:32.762134 [ 3 ] {} <Debug> HTTP-Session: 10f6f6d2-4b40-4b08-93c5-9361f7f015aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10554 | 2024.07.19 18:50:32.762209 [ 3 ] {} <Trace> HTTP-Session: 10f6f6d2-4b40-4b08-93c5-9361f7f015aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10555 | 2024.07.19 18:50:32.762365 [ 192 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_56_11} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10556 | 2024.07.19 18:50:32.762397 [ 3 ] {6d18b395-5979-47d7-a92e-22fc2607afa4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 10557 | 2024.07.19 18:50:32.762505 [ 3 ] {6d18b395-5979-47d7-a92e-22fc2607afa4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 10558 | 2024.07.19 18:50:32.762588 [ 192 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_56_11} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 10559 | 2024.07.19 18:50:32.762826 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. | ||
| 10560 | 2024.07.19 18:50:32.762914 [ 3 ] {6d18b395-5979-47d7-a92e-22fc2607afa4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10561 | 2024.07.19 18:50:32.763252 [ 3 ] {6d18b395-5979-47d7-a92e-22fc2607afa4} <Trace> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10562 | 2024.07.19 18:50:32.763289 [ 3 ] {6d18b395-5979-47d7-a92e-22fc2607afa4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 10563 | 2024.07.19 18:50:32.763646 [ 3 ] {6d18b395-5979-47d7-a92e-22fc2607afa4} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 10564 | 2024.07.19 18:50:32.763985 [ 3 ] {6d18b395-5979-47d7-a92e-22fc2607afa4} <Trace> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10565 | 2024.07.19 18:50:32.764150 [ 3 ] {6d18b395-5979-47d7-a92e-22fc2607afa4} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001834 sec., 41984.73282442748 rows/sec., 2.59 MiB/sec. | ||
| 10566 | 2024.07.19 18:50:32.764320 [ 3 ] {6d18b395-5979-47d7-a92e-22fc2607afa4} <Debug> DynamicQueryHandler: Done processing query | ||
| 10567 | 2024.07.19 18:50:32.764343 [ 3 ] {6d18b395-5979-47d7-a92e-22fc2607afa4} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 10568 | 2024.07.19 18:50:32.764358 [ 3 ] {} <Debug> HTTP-Session: 10f6f6d2-4b40-4b08-93c5-9361f7f015aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10569 | 2024.07.19 18:50:32.764529 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 31017, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10570 | 2024.07.19 18:50:32.764578 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10571 | 2024.07.19 18:50:32.764597 [ 3 ] {} <Debug> HTTP-Session: 29852eea-b142-4629-9888-e35b57d31107 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 10572 | 2024.07.19 18:50:32.764612 [ 3 ] {} <Debug> HTTP-Session: 29852eea-b142-4629-9888-e35b57d31107 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10573 | 2024.07.19 18:50:32.764626 [ 3 ] {} <Debug> HTTP-Session: 29852eea-b142-4629-9888-e35b57d31107 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10574 | 2024.07.19 18:50:32.764657 [ 3 ] {} <Trace> HTTP-Session: 29852eea-b142-4629-9888-e35b57d31107 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10575 | 2024.07.19 18:50:32.764813 [ 3 ] {611b0872-45c6-448f-8ae1-4d17e0f77ac5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 10576 | 2024.07.19 18:50:32.764859 [ 3 ] {611b0872-45c6-448f-8ae1-4d17e0f77ac5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10577 | 2024.07.19 18:50:32.765001 [ 3 ] {611b0872-45c6-448f-8ae1-4d17e0f77ac5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10578 | 2024.07.19 18:50:32.765390 [ 3 ] {611b0872-45c6-448f-8ae1-4d17e0f77ac5} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10579 | 2024.07.19 18:50:32.765425 [ 3 ] {611b0872-45c6-448f-8ae1-4d17e0f77ac5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 10580 | 2024.07.19 18:50:32.765787 [ 3 ] {611b0872-45c6-448f-8ae1-4d17e0f77ac5} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 10581 | 2024.07.19 18:50:32.766105 [ 3 ] {611b0872-45c6-448f-8ae1-4d17e0f77ac5} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10582 | 2024.07.19 18:50:32.766257 [ 3 ] {611b0872-45c6-448f-8ae1-4d17e0f77ac5} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001506 sec., 107569.72111553785 rows/sec., 7.49 MiB/sec. | ||
| 10583 | 2024.07.19 18:50:32.766439 [ 3 ] {611b0872-45c6-448f-8ae1-4d17e0f77ac5} <Debug> DynamicQueryHandler: Done processing query | ||
| 10584 | 2024.07.19 18:50:32.766473 [ 3 ] {611b0872-45c6-448f-8ae1-4d17e0f77ac5} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 10585 | 2024.07.19 18:50:32.766504 [ 3 ] {} <Debug> HTTP-Session: 29852eea-b142-4629-9888-e35b57d31107 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10586 | 2024.07.19 18:50:32.766690 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 41992, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10587 | 2024.07.19 18:50:32.766738 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10588 | 2024.07.19 18:50:32.766756 [ 3 ] {} <Debug> HTTP-Session: c5450f33-8306-4004-b483-78040f3a8d51 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 10589 | 2024.07.19 18:50:32.766772 [ 3 ] {} <Debug> HTTP-Session: c5450f33-8306-4004-b483-78040f3a8d51 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10590 | 2024.07.19 18:50:32.766785 [ 3 ] {} <Debug> HTTP-Session: c5450f33-8306-4004-b483-78040f3a8d51 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10591 | 2024.07.19 18:50:32.766817 [ 3 ] {} <Trace> HTTP-Session: c5450f33-8306-4004-b483-78040f3a8d51 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10592 | 2024.07.19 18:50:32.767151 [ 3 ] {d85c3396-c8d7-4f56-84b2-7032125c4341} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 10593 | 2024.07.19 18:50:32.767214 [ 3 ] {d85c3396-c8d7-4f56-84b2-7032125c4341} <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 | ||
| 10594 | 2024.07.19 18:50:32.767600 [ 3 ] {d85c3396-c8d7-4f56-84b2-7032125c4341} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10595 | 2024.07.19 18:50:32.768292 [ 3 ] {d85c3396-c8d7-4f56-84b2-7032125c4341} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10596 | 2024.07.19 18:50:32.768326 [ 3 ] {d85c3396-c8d7-4f56-84b2-7032125c4341} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 10597 | 2024.07.19 18:50:32.768919 [ 3 ] {d85c3396-c8d7-4f56-84b2-7032125c4341} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 10598 | 2024.07.19 18:50:32.769305 [ 3 ] {d85c3396-c8d7-4f56-84b2-7032125c4341} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10599 | 2024.07.19 18:50:32.769487 [ 3 ] {d85c3396-c8d7-4f56-84b2-7032125c4341} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002588 sec., 10046.367851622876 rows/sec., 18.00 MiB/sec. | ||
| 10600 | 2024.07.19 18:50:32.769706 [ 3 ] {d85c3396-c8d7-4f56-84b2-7032125c4341} <Debug> DynamicQueryHandler: Done processing query | ||
| 10601 | 2024.07.19 18:50:32.769730 [ 3 ] {d85c3396-c8d7-4f56-84b2-7032125c4341} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 10602 | 2024.07.19 18:50:32.769746 [ 3 ] {} <Debug> HTTP-Session: c5450f33-8306-4004-b483-78040f3a8d51 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10603 | 2024.07.19 18:50:32.769872 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 3212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10604 | 2024.07.19 18:50:32.769920 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10605 | 2024.07.19 18:50:32.769940 [ 3 ] {} <Debug> HTTP-Session: 5e8c7dd3-587c-4ff2-bb8f-6142b70f21d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 10606 | 2024.07.19 18:50:32.769955 [ 3 ] {} <Debug> HTTP-Session: 5e8c7dd3-587c-4ff2-bb8f-6142b70f21d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10607 | 2024.07.19 18:50:32.769969 [ 3 ] {} <Debug> HTTP-Session: 5e8c7dd3-587c-4ff2-bb8f-6142b70f21d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10608 | 2024.07.19 18:50:32.769999 [ 3 ] {} <Trace> HTTP-Session: 5e8c7dd3-587c-4ff2-bb8f-6142b70f21d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10609 | 2024.07.19 18:50:32.770097 [ 3 ] {c35d6a0a-db96-4003-8f4d-85dd446d93b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 10610 | 2024.07.19 18:50:32.770140 [ 3 ] {c35d6a0a-db96-4003-8f4d-85dd446d93b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 10611 | 2024.07.19 18:50:32.770263 [ 3 ] {c35d6a0a-db96-4003-8f4d-85dd446d93b9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10612 | 2024.07.19 18:50:32.770533 [ 3 ] {c35d6a0a-db96-4003-8f4d-85dd446d93b9} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10613 | 2024.07.19 18:50:32.770569 [ 3 ] {c35d6a0a-db96-4003-8f4d-85dd446d93b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 10614 | 2024.07.19 18:50:32.770916 [ 3 ] {c35d6a0a-db96-4003-8f4d-85dd446d93b9} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 10615 | 2024.07.19 18:50:32.771225 [ 3 ] {c35d6a0a-db96-4003-8f4d-85dd446d93b9} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10616 | 2024.07.19 18:50:32.771379 [ 138 ] {} <Debug> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 10617 | 2024.07.19 18:50:32.771386 [ 3 ] {c35d6a0a-db96-4003-8f4d-85dd446d93b9} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001309 sec., 17570.664629488158 rows/sec., 950.45 KiB/sec. | ||
| 10618 | 2024.07.19 18:50:32.771428 [ 138 ] {} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10619 | 2024.07.19 18:50:32.771487 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 10620 | 2024.07.19 18:50:32.771671 [ 3 ] {c35d6a0a-db96-4003-8f4d-85dd446d93b9} <Debug> DynamicQueryHandler: Done processing query | ||
| 10621 | 2024.07.19 18:50:32.771677 [ 198 ] {797d7d8d-66e4-41ae-bea2-1c27ec06771c::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 | ||
| 10622 | 2024.07.19 18:50:32.771712 [ 3 ] {c35d6a0a-db96-4003-8f4d-85dd446d93b9} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 10623 | 2024.07.19 18:50:32.771766 [ 3 ] {} <Debug> HTTP-Session: 5e8c7dd3-587c-4ff2-bb8f-6142b70f21d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10624 | 2024.07.19 18:50:32.771969 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10625 | 2024.07.19 18:50:32.772024 [ 198 ] {797d7d8d-66e4-41ae-bea2-1c27ec06771c::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10626 | 2024.07.19 18:50:32.772059 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10627 | 2024.07.19 18:50:32.772068 [ 198 ] {797d7d8d-66e4-41ae-bea2-1c27ec06771c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 464 rows starting from the beginning of the part | ||
| 10628 | 2024.07.19 18:50:32.772084 [ 3 ] {} <Debug> HTTP-Session: feb23340-38f0-4df3-83e8-e3b1197ddfa7 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 10629 | 2024.07.19 18:50:32.772106 [ 3 ] {} <Debug> HTTP-Session: feb23340-38f0-4df3-83e8-e3b1197ddfa7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10630 | 2024.07.19 18:50:32.772133 [ 3 ] {} <Debug> HTTP-Session: feb23340-38f0-4df3-83e8-e3b1197ddfa7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10631 | 2024.07.19 18:50:32.772221 [ 198 ] {797d7d8d-66e4-41ae-bea2-1c27ec06771c::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 | ||
| 10632 | 2024.07.19 18:50:32.772242 [ 3 ] {} <Trace> HTTP-Session: feb23340-38f0-4df3-83e8-e3b1197ddfa7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10633 | 2024.07.19 18:50:32.772564 [ 198 ] {797d7d8d-66e4-41ae-bea2-1c27ec06771c::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 | ||
| 10634 | 2024.07.19 18:50:32.772630 [ 3 ] {5614581e-1a05-4366-8cb8-65cfe5f1ed6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 10635 | 2024.07.19 18:50:32.772773 [ 198 ] {797d7d8d-66e4-41ae-bea2-1c27ec06771c::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 | ||
| 10636 | 2024.07.19 18:50:32.772777 [ 3 ] {5614581e-1a05-4366-8cb8-65cfe5f1ed6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10637 | 2024.07.19 18:50:32.773103 [ 198 ] {797d7d8d-66e4-41ae-bea2-1c27ec06771c::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 | ||
| 10638 | 2024.07.19 18:50:32.773414 [ 198 ] {797d7d8d-66e4-41ae-bea2-1c27ec06771c::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 | ||
| 10639 | 2024.07.19 18:50:32.773974 [ 3 ] {5614581e-1a05-4366-8cb8-65cfe5f1ed6c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10640 | 2024.07.19 18:50:32.774420 [ 3 ] {5614581e-1a05-4366-8cb8-65cfe5f1ed6c} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10641 | 2024.07.19 18:50:32.774462 [ 3 ] {5614581e-1a05-4366-8cb8-65cfe5f1ed6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 10642 | 2024.07.19 18:50:32.774991 [ 3 ] {5614581e-1a05-4366-8cb8-65cfe5f1ed6c} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 10643 | 2024.07.19 18:50:32.775276 [ 198 ] {797d7d8d-66e4-41ae-bea2-1c27ec06771c::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 579 rows, containing 4 columns (4 merged, 0 gathered) in 0.003688438 sec., 156977.01845605104 rows/sec., 8.43 MiB/sec. | ||
| 10644 | 2024.07.19 18:50:32.775540 [ 190 ] {797d7d8d-66e4-41ae-bea2-1c27ec06771c::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 10645 | 2024.07.19 18:50:32.775552 [ 3 ] {5614581e-1a05-4366-8cb8-65cfe5f1ed6c} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10646 | 2024.07.19 18:50:32.775880 [ 3 ] {5614581e-1a05-4366-8cb8-65cfe5f1ed6c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00342 sec., 17543.85964912281 rows/sec., 1.18 MiB/sec. | ||
| 10647 | 2024.07.19 18:50:32.776294 [ 3 ] {5614581e-1a05-4366-8cb8-65cfe5f1ed6c} <Debug> DynamicQueryHandler: Done processing query | ||
| 10648 | 2024.07.19 18:50:32.776328 [ 3 ] {5614581e-1a05-4366-8cb8-65cfe5f1ed6c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 10649 | 2024.07.19 18:50:32.776372 [ 3 ] {} <Debug> HTTP-Session: feb23340-38f0-4df3-83e8-e3b1197ddfa7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10650 | 2024.07.19 18:50:32.776491 [ 190 ] {797d7d8d-66e4-41ae-bea2-1c27ec06771c::all_1_26_5} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10651 | 2024.07.19 18:50:32.776583 [ 190 ] {797d7d8d-66e4-41ae-bea2-1c27ec06771c::all_1_26_5} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 10652 | 2024.07.19 18:50:32.776685 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 10653 | 2024.07.19 18:50:37.738916 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 623, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10654 | 2024.07.19 18:50:37.739044 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10655 | 2024.07.19 18:50:37.739070 [ 3 ] {} <Debug> HTTP-Session: 6e0854fd-b1f2-49d2-a862-baeef266ddce Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 10656 | 2024.07.19 18:50:37.739093 [ 3 ] {} <Debug> HTTP-Session: 6e0854fd-b1f2-49d2-a862-baeef266ddce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10657 | 2024.07.19 18:50:37.739107 [ 3 ] {} <Debug> HTTP-Session: 6e0854fd-b1f2-49d2-a862-baeef266ddce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10658 | 2024.07.19 18:50:37.739156 [ 3 ] {} <Trace> HTTP-Session: 6e0854fd-b1f2-49d2-a862-baeef266ddce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10659 | 2024.07.19 18:50:37.739334 [ 3 ] {1ba4ab71-8482-4ae2-af72-763ec2b82622} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 10660 | 2024.07.19 18:50:37.739400 [ 3 ] {1ba4ab71-8482-4ae2-af72-763ec2b82622} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 10661 | 2024.07.19 18:50:37.739589 [ 3 ] {1ba4ab71-8482-4ae2-af72-763ec2b82622} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10662 | 2024.07.19 18:50:37.740089 [ 3 ] {1ba4ab71-8482-4ae2-af72-763ec2b82622} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10663 | 2024.07.19 18:50:37.740134 [ 3 ] {1ba4ab71-8482-4ae2-af72-763ec2b82622} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 10664 | 2024.07.19 18:50:37.740497 [ 3 ] {1ba4ab71-8482-4ae2-af72-763ec2b82622} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 10665 | 2024.07.19 18:50:37.740845 [ 3 ] {1ba4ab71-8482-4ae2-af72-763ec2b82622} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10666 | 2024.07.19 18:50:37.741026 [ 3 ] {1ba4ab71-8482-4ae2-af72-763ec2b82622} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001738 sec., 2301.4959723820484 rows/sec., 186.55 KiB/sec. | ||
| 10667 | 2024.07.19 18:50:37.741236 [ 3 ] {1ba4ab71-8482-4ae2-af72-763ec2b82622} <Debug> DynamicQueryHandler: Done processing query | ||
| 10668 | 2024.07.19 18:50:37.741262 [ 3 ] {1ba4ab71-8482-4ae2-af72-763ec2b82622} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 10669 | 2024.07.19 18:50:37.741279 [ 3 ] {} <Debug> HTTP-Session: 6e0854fd-b1f2-49d2-a862-baeef266ddce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10670 | 2024.07.19 18:50:37.741418 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9662, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10671 | 2024.07.19 18:50:37.741474 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10672 | 2024.07.19 18:50:37.741493 [ 3 ] {} <Debug> HTTP-Session: 58ff70dd-d62e-488a-9f07-5ef0c40879bb Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 10673 | 2024.07.19 18:50:37.741511 [ 3 ] {} <Debug> HTTP-Session: 58ff70dd-d62e-488a-9f07-5ef0c40879bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10674 | 2024.07.19 18:50:37.741524 [ 3 ] {} <Debug> HTTP-Session: 58ff70dd-d62e-488a-9f07-5ef0c40879bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10675 | 2024.07.19 18:50:37.741561 [ 3 ] {} <Trace> HTTP-Session: 58ff70dd-d62e-488a-9f07-5ef0c40879bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10676 | 2024.07.19 18:50:37.741696 [ 3 ] {298e0b8a-db6a-43a1-93c0-dde8677c699a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 10677 | 2024.07.19 18:50:37.741743 [ 3 ] {298e0b8a-db6a-43a1-93c0-dde8677c699a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10678 | 2024.07.19 18:50:37.741876 [ 3 ] {298e0b8a-db6a-43a1-93c0-dde8677c699a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10679 | 2024.07.19 18:50:37.742242 [ 3 ] {298e0b8a-db6a-43a1-93c0-dde8677c699a} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10680 | 2024.07.19 18:50:37.742279 [ 3 ] {298e0b8a-db6a-43a1-93c0-dde8677c699a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 10681 | 2024.07.19 18:50:37.742594 [ 3 ] {298e0b8a-db6a-43a1-93c0-dde8677c699a} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 10682 | 2024.07.19 18:50:37.742903 [ 3 ] {298e0b8a-db6a-43a1-93c0-dde8677c699a} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10683 | 2024.07.19 18:50:37.743055 [ 3 ] {298e0b8a-db6a-43a1-93c0-dde8677c699a} <Debug> executeQuery: Read 68 rows, 5.51 KiB in 0.001397 sec., 48675.733715103794 rows/sec., 3.85 MiB/sec. | ||
| 10684 | 2024.07.19 18:50:37.743239 [ 3 ] {298e0b8a-db6a-43a1-93c0-dde8677c699a} <Debug> DynamicQueryHandler: Done processing query | ||
| 10685 | 2024.07.19 18:50:37.743277 [ 3 ] {298e0b8a-db6a-43a1-93c0-dde8677c699a} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 10686 | 2024.07.19 18:50:37.743311 [ 3 ] {} <Debug> HTTP-Session: 58ff70dd-d62e-488a-9f07-5ef0c40879bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10687 | 2024.07.19 18:50:37.743464 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 11562, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10688 | 2024.07.19 18:50:37.743516 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10689 | 2024.07.19 18:50:37.743534 [ 3 ] {} <Debug> HTTP-Session: 6a2975c5-e7ed-4e50-ac52-05964549ce69 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 10690 | 2024.07.19 18:50:37.743551 [ 3 ] {} <Debug> HTTP-Session: 6a2975c5-e7ed-4e50-ac52-05964549ce69 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10691 | 2024.07.19 18:50:37.743564 [ 3 ] {} <Debug> HTTP-Session: 6a2975c5-e7ed-4e50-ac52-05964549ce69 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10692 | 2024.07.19 18:50:37.743597 [ 3 ] {} <Trace> HTTP-Session: 6a2975c5-e7ed-4e50-ac52-05964549ce69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10693 | 2024.07.19 18:50:37.743717 [ 3 ] {7c1eb499-e661-4a16-824c-8bf839ea9ad4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 10694 | 2024.07.19 18:50:37.743759 [ 3 ] {7c1eb499-e661-4a16-824c-8bf839ea9ad4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10695 | 2024.07.19 18:50:37.743881 [ 3 ] {7c1eb499-e661-4a16-824c-8bf839ea9ad4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10696 | 2024.07.19 18:50:37.744177 [ 3 ] {7c1eb499-e661-4a16-824c-8bf839ea9ad4} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10697 | 2024.07.19 18:50:37.744210 [ 3 ] {7c1eb499-e661-4a16-824c-8bf839ea9ad4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 10698 | 2024.07.19 18:50:37.744499 [ 3 ] {7c1eb499-e661-4a16-824c-8bf839ea9ad4} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 10699 | 2024.07.19 18:50:37.744845 [ 3 ] {7c1eb499-e661-4a16-824c-8bf839ea9ad4} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10700 | 2024.07.19 18:50:37.744987 [ 3 ] {7c1eb499-e661-4a16-824c-8bf839ea9ad4} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001307 sec., 52027.54399387911 rows/sec., 4.06 MiB/sec. | ||
| 10701 | 2024.07.19 18:50:37.745231 [ 3 ] {7c1eb499-e661-4a16-824c-8bf839ea9ad4} <Debug> DynamicQueryHandler: Done processing query | ||
| 10702 | 2024.07.19 18:50:37.745285 [ 3 ] {7c1eb499-e661-4a16-824c-8bf839ea9ad4} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 10703 | 2024.07.19 18:50:37.745340 [ 3 ] {} <Debug> HTTP-Session: 6a2975c5-e7ed-4e50-ac52-05964549ce69 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10704 | 2024.07.19 18:50:37.745556 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10705 | 2024.07.19 18:50:37.745608 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10706 | 2024.07.19 18:50:37.745627 [ 3 ] {} <Debug> HTTP-Session: f8360c94-9812-496d-a23b-d74dfdbefc9b Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 10707 | 2024.07.19 18:50:37.745644 [ 3 ] {} <Debug> HTTP-Session: f8360c94-9812-496d-a23b-d74dfdbefc9b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10708 | 2024.07.19 18:50:37.745657 [ 3 ] {} <Debug> HTTP-Session: f8360c94-9812-496d-a23b-d74dfdbefc9b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10709 | 2024.07.19 18:50:37.745689 [ 3 ] {} <Trace> HTTP-Session: f8360c94-9812-496d-a23b-d74dfdbefc9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10710 | 2024.07.19 18:50:37.745845 [ 3 ] {974e559f-f789-48d0-bef4-74ff8ae9957b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 10711 | 2024.07.19 18:50:37.745894 [ 3 ] {974e559f-f789-48d0-bef4-74ff8ae9957b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10712 | 2024.07.19 18:50:37.746053 [ 3 ] {974e559f-f789-48d0-bef4-74ff8ae9957b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10713 | 2024.07.19 18:50:37.746440 [ 3 ] {974e559f-f789-48d0-bef4-74ff8ae9957b} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10714 | 2024.07.19 18:50:37.746477 [ 3 ] {974e559f-f789-48d0-bef4-74ff8ae9957b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 10715 | 2024.07.19 18:50:37.746861 [ 3 ] {974e559f-f789-48d0-bef4-74ff8ae9957b} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 10716 | 2024.07.19 18:50:37.747216 [ 3 ] {974e559f-f789-48d0-bef4-74ff8ae9957b} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10717 | 2024.07.19 18:50:37.747367 [ 3 ] {974e559f-f789-48d0-bef4-74ff8ae9957b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001592 sec., 100502.51256281407 rows/sec., 7.00 MiB/sec. | ||
| 10718 | 2024.07.19 18:50:37.747533 [ 3 ] {974e559f-f789-48d0-bef4-74ff8ae9957b} <Debug> DynamicQueryHandler: Done processing query | ||
| 10719 | 2024.07.19 18:50:37.747557 [ 3 ] {974e559f-f789-48d0-bef4-74ff8ae9957b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 10720 | 2024.07.19 18:50:37.747572 [ 3 ] {} <Debug> HTTP-Session: f8360c94-9812-496d-a23b-d74dfdbefc9b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10721 | 2024.07.19 18:50:37.747696 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 6430, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10722 | 2024.07.19 18:50:37.747744 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10723 | 2024.07.19 18:50:37.747763 [ 3 ] {} <Debug> HTTP-Session: 270e0784-e294-4b3b-b1f1-4a3f23ae488b Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 10724 | 2024.07.19 18:50:37.747779 [ 3 ] {} <Debug> HTTP-Session: 270e0784-e294-4b3b-b1f1-4a3f23ae488b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10725 | 2024.07.19 18:50:37.747792 [ 3 ] {} <Debug> HTTP-Session: 270e0784-e294-4b3b-b1f1-4a3f23ae488b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10726 | 2024.07.19 18:50:37.747823 [ 3 ] {} <Trace> HTTP-Session: 270e0784-e294-4b3b-b1f1-4a3f23ae488b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10727 | 2024.07.19 18:50:37.747970 [ 3 ] {4eaca6c3-a30c-4a9a-9b8e-efe223eee2ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 10728 | 2024.07.19 18:50:37.748033 [ 3 ] {4eaca6c3-a30c-4a9a-9b8e-efe223eee2ec} <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 | ||
| 10729 | 2024.07.19 18:50:37.748437 [ 3 ] {4eaca6c3-a30c-4a9a-9b8e-efe223eee2ec} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10730 | 2024.07.19 18:50:37.748885 [ 3 ] {4eaca6c3-a30c-4a9a-9b8e-efe223eee2ec} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10731 | 2024.07.19 18:50:37.748920 [ 3 ] {4eaca6c3-a30c-4a9a-9b8e-efe223eee2ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 10732 | 2024.07.19 18:50:37.749484 [ 3 ] {4eaca6c3-a30c-4a9a-9b8e-efe223eee2ec} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 10733 | 2024.07.19 18:50:37.749883 [ 3 ] {4eaca6c3-a30c-4a9a-9b8e-efe223eee2ec} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10734 | 2024.07.19 18:50:37.750073 [ 3 ] {4eaca6c3-a30c-4a9a-9b8e-efe223eee2ec} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002179 sec., 1835.7044515832952 rows/sec., 3.29 MiB/sec. | ||
| 10735 | 2024.07.19 18:50:37.750290 [ 3 ] {4eaca6c3-a30c-4a9a-9b8e-efe223eee2ec} <Debug> DynamicQueryHandler: Done processing query | ||
| 10736 | 2024.07.19 18:50:37.750315 [ 3 ] {4eaca6c3-a30c-4a9a-9b8e-efe223eee2ec} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 10737 | 2024.07.19 18:50:37.750331 [ 3 ] {} <Debug> HTTP-Session: 270e0784-e294-4b3b-b1f1-4a3f23ae488b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10738 | 2024.07.19 18:50:37.750448 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10739 | 2024.07.19 18:50:37.750496 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10740 | 2024.07.19 18:50:37.750515 [ 3 ] {} <Debug> HTTP-Session: 76b554a3-d942-40f3-880c-ad2d56c3d495 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 10741 | 2024.07.19 18:50:37.750531 [ 3 ] {} <Debug> HTTP-Session: 76b554a3-d942-40f3-880c-ad2d56c3d495 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10742 | 2024.07.19 18:50:37.750544 [ 3 ] {} <Debug> HTTP-Session: 76b554a3-d942-40f3-880c-ad2d56c3d495 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10743 | 2024.07.19 18:50:37.750575 [ 3 ] {} <Trace> HTTP-Session: 76b554a3-d942-40f3-880c-ad2d56c3d495 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10744 | 2024.07.19 18:50:37.750690 [ 3 ] {bb089bb2-2bc7-41a8-acec-21e969b096a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 10745 | 2024.07.19 18:50:37.750733 [ 3 ] {bb089bb2-2bc7-41a8-acec-21e969b096a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10746 | 2024.07.19 18:50:37.750856 [ 3 ] {bb089bb2-2bc7-41a8-acec-21e969b096a9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10747 | 2024.07.19 18:50:37.751149 [ 3 ] {bb089bb2-2bc7-41a8-acec-21e969b096a9} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10748 | 2024.07.19 18:50:37.751184 [ 3 ] {bb089bb2-2bc7-41a8-acec-21e969b096a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 10749 | 2024.07.19 18:50:37.751535 [ 3 ] {bb089bb2-2bc7-41a8-acec-21e969b096a9} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 10750 | 2024.07.19 18:50:37.751852 [ 3 ] {bb089bb2-2bc7-41a8-acec-21e969b096a9} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10751 | 2024.07.19 18:50:37.752010 [ 3 ] {bb089bb2-2bc7-41a8-acec-21e969b096a9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00135 sec., 44444.444444444445 rows/sec., 3.00 MiB/sec. | ||
| 10752 | 2024.07.19 18:50:37.752209 [ 3 ] {bb089bb2-2bc7-41a8-acec-21e969b096a9} <Debug> DynamicQueryHandler: Done processing query | ||
| 10753 | 2024.07.19 18:50:37.752241 [ 3 ] {bb089bb2-2bc7-41a8-acec-21e969b096a9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 10754 | 2024.07.19 18:50:37.752265 [ 3 ] {} <Debug> HTTP-Session: 76b554a3-d942-40f3-880c-ad2d56c3d495 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10755 | 2024.07.19 18:50:42.745693 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 4480, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10756 | 2024.07.19 18:50:42.745816 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10757 | 2024.07.19 18:50:42.745841 [ 3 ] {} <Debug> HTTP-Session: 4c1c01df-d573-4f65-afde-adaa2cd07056 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 10758 | 2024.07.19 18:50:42.745865 [ 3 ] {} <Debug> HTTP-Session: 4c1c01df-d573-4f65-afde-adaa2cd07056 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10759 | 2024.07.19 18:50:42.745884 [ 3 ] {} <Debug> HTTP-Session: 4c1c01df-d573-4f65-afde-adaa2cd07056 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10760 | 2024.07.19 18:50:42.745933 [ 3 ] {} <Trace> HTTP-Session: 4c1c01df-d573-4f65-afde-adaa2cd07056 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10761 | 2024.07.19 18:50:42.746123 [ 3 ] {42219cb1-2c5e-4fd6-8245-3739f2de4aab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 10762 | 2024.07.19 18:50:42.746187 [ 3 ] {42219cb1-2c5e-4fd6-8245-3739f2de4aab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 10763 | 2024.07.19 18:50:42.746373 [ 3 ] {42219cb1-2c5e-4fd6-8245-3739f2de4aab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10764 | 2024.07.19 18:50:42.746897 [ 3 ] {42219cb1-2c5e-4fd6-8245-3739f2de4aab} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10765 | 2024.07.19 18:50:42.746939 [ 3 ] {42219cb1-2c5e-4fd6-8245-3739f2de4aab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 10766 | 2024.07.19 18:50:42.747322 [ 3 ] {42219cb1-2c5e-4fd6-8245-3739f2de4aab} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 10767 | 2024.07.19 18:50:42.747685 [ 3 ] {42219cb1-2c5e-4fd6-8245-3739f2de4aab} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10768 | 2024.07.19 18:50:42.747830 [ 3 ] {42219cb1-2c5e-4fd6-8245-3739f2de4aab} <Debug> executeQuery: Read 32 rows, 2.45 KiB in 0.001767 sec., 18109.790605546124 rows/sec., 1.35 MiB/sec. | ||
| 10769 | 2024.07.19 18:50:42.747835 [ 140 ] {} <Debug> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 10770 | 2024.07.19 18:50:42.747912 [ 140 ] {} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10771 | 2024.07.19 18:50:42.747947 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 10772 | 2024.07.19 18:50:42.748090 [ 3 ] {42219cb1-2c5e-4fd6-8245-3739f2de4aab} <Debug> DynamicQueryHandler: Done processing query | ||
| 10773 | 2024.07.19 18:50:42.748107 [ 193 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::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 | ||
| 10774 | 2024.07.19 18:50:42.748130 [ 3 ] {42219cb1-2c5e-4fd6-8245-3739f2de4aab} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 10775 | 2024.07.19 18:50:42.748226 [ 3 ] {} <Debug> HTTP-Session: 4c1c01df-d573-4f65-afde-adaa2cd07056 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10776 | 2024.07.19 18:50:42.748359 [ 193 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10777 | 2024.07.19 18:50:42.748416 [ 193 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 36 rows starting from the beginning of the part | ||
| 10778 | 2024.07.19 18:50:42.748427 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10779 | 2024.07.19 18:50:42.748589 [ 193 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 32 rows starting from the beginning of the part | ||
| 10780 | 2024.07.19 18:50:42.748584 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10781 | 2024.07.19 18:50:42.748730 [ 3 ] {} <Debug> HTTP-Session: 6cce27c9-e7e4-4201-afa1-26c4eb93fe38 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 10782 | 2024.07.19 18:50:42.748895 [ 193 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 4 rows starting from the beginning of the part | ||
| 10783 | 2024.07.19 18:50:42.748957 [ 3 ] {} <Debug> HTTP-Session: 6cce27c9-e7e4-4201-afa1-26c4eb93fe38 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10784 | 2024.07.19 18:50:42.749068 [ 3 ] {} <Debug> HTTP-Session: 6cce27c9-e7e4-4201-afa1-26c4eb93fe38 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10785 | 2024.07.19 18:50:42.749084 [ 193 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 32 rows starting from the beginning of the part | ||
| 10786 | 2024.07.19 18:50:42.749412 [ 193 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 4 rows starting from the beginning of the part | ||
| 10787 | 2024.07.19 18:50:42.749233 [ 3 ] {} <Trace> HTTP-Session: 6cce27c9-e7e4-4201-afa1-26c4eb93fe38 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10788 | 2024.07.19 18:50:42.749639 [ 193 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 32 rows starting from the beginning of the part | ||
| 10789 | 2024.07.19 18:50:42.749976 [ 3 ] {8226ba52-5d6e-4980-9f81-8b6d47227607} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 10790 | 2024.07.19 18:50:42.750125 [ 3 ] {8226ba52-5d6e-4980-9f81-8b6d47227607} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 10791 | 2024.07.19 18:50:42.750565 [ 3 ] {8226ba52-5d6e-4980-9f81-8b6d47227607} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10792 | 2024.07.19 18:50:42.751421 [ 3 ] {8226ba52-5d6e-4980-9f81-8b6d47227607} <Trace> oximeter.fields_ipaddr (5b198a67-6d84-4324-b6a3-e6f140922631): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10793 | 2024.07.19 18:50:42.751495 [ 3 ] {8226ba52-5d6e-4980-9f81-8b6d47227607} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 10794 | 2024.07.19 18:50:42.752428 [ 3 ] {8226ba52-5d6e-4980-9f81-8b6d47227607} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 10795 | 2024.07.19 18:50:42.752429 [ 190 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 140 rows, containing 4 columns (4 merged, 0 gathered) in 0.004404818 sec., 31783.37901815694 rows/sec., 2.39 MiB/sec. | ||
| 10796 | 2024.07.19 18:50:42.752690 [ 190 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 10797 | 2024.07.19 18:50:42.753135 [ 3 ] {8226ba52-5d6e-4980-9f81-8b6d47227607} <Trace> oximeter.fields_ipaddr (5b198a67-6d84-4324-b6a3-e6f140922631): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10798 | 2024.07.19 18:50:42.753474 [ 140 ] {} <Debug> oximeter.fields_ipaddr (5b198a67-6d84-4324-b6a3-e6f140922631) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 10799 | 2024.07.19 18:50:42.753523 [ 3 ] {8226ba52-5d6e-4980-9f81-8b6d47227607} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.003848 sec., 519.7505197505197 rows/sec., 42.38 KiB/sec. | ||
| 10800 | 2024.07.19 18:50:42.753548 [ 140 ] {} <Trace> oximeter.fields_ipaddr (5b198a67-6d84-4324-b6a3-e6f140922631): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10801 | 2024.07.19 18:50:42.753628 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 10802 | 2024.07.19 18:50:42.753921 [ 190 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_56_11} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10803 | 2024.07.19 18:50:42.754002 [ 193 ] {5b198a67-6d84-4324-b6a3-e6f140922631::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 | ||
| 10804 | 2024.07.19 18:50:42.754091 [ 3 ] {8226ba52-5d6e-4980-9f81-8b6d47227607} <Debug> DynamicQueryHandler: Done processing query | ||
| 10805 | 2024.07.19 18:50:42.754126 [ 190 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_56_11} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 10806 | 2024.07.19 18:50:42.754161 [ 3 ] {8226ba52-5d6e-4980-9f81-8b6d47227607} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 10807 | 2024.07.19 18:50:42.754260 [ 3 ] {} <Debug> HTTP-Session: 6cce27c9-e7e4-4201-afa1-26c4eb93fe38 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10808 | 2024.07.19 18:50:42.754388 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 10809 | 2024.07.19 18:50:42.754412 [ 193 ] {5b198a67-6d84-4324-b6a3-e6f140922631::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10810 | 2024.07.19 18:50:42.754447 [ 193 ] {5b198a67-6d84-4324-b6a3-e6f140922631::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 | ||
| 10811 | 2024.07.19 18:50:42.754579 [ 193 ] {5b198a67-6d84-4324-b6a3-e6f140922631::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 4 rows starting from the beginning of the part | ||
| 10812 | 2024.07.19 18:50:42.754634 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 41252, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10813 | 2024.07.19 18:50:42.754881 [ 193 ] {5b198a67-6d84-4324-b6a3-e6f140922631::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 | ||
| 10814 | 2024.07.19 18:50:42.754976 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10815 | 2024.07.19 18:50:42.755139 [ 193 ] {5b198a67-6d84-4324-b6a3-e6f140922631::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 4 rows starting from the beginning of the part | ||
| 10816 | 2024.07.19 18:50:42.755166 [ 3 ] {} <Debug> HTTP-Session: bbb35c3f-4510-4a70-a16a-a1106e154fa8 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 10817 | 2024.07.19 18:50:42.755243 [ 3 ] {} <Debug> HTTP-Session: bbb35c3f-4510-4a70-a16a-a1106e154fa8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10818 | 2024.07.19 18:50:42.755372 [ 3 ] {} <Debug> HTTP-Session: bbb35c3f-4510-4a70-a16a-a1106e154fa8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10819 | 2024.07.19 18:50:42.755430 [ 193 ] {5b198a67-6d84-4324-b6a3-e6f140922631::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 | ||
| 10820 | 2024.07.19 18:50:42.755578 [ 3 ] {} <Trace> HTTP-Session: bbb35c3f-4510-4a70-a16a-a1106e154fa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10821 | 2024.07.19 18:50:42.755703 [ 193 ] {5b198a67-6d84-4324-b6a3-e6f140922631::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 | ||
| 10822 | 2024.07.19 18:50:42.756185 [ 3 ] {65e8edd9-e3dc-4074-b061-9da77f54da74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 10823 | 2024.07.19 18:50:42.756254 [ 3 ] {65e8edd9-e3dc-4074-b061-9da77f54da74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10824 | 2024.07.19 18:50:42.756814 [ 3 ] {65e8edd9-e3dc-4074-b061-9da77f54da74} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10825 | 2024.07.19 18:50:42.757985 [ 3 ] {65e8edd9-e3dc-4074-b061-9da77f54da74} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10826 | 2024.07.19 18:50:42.758044 [ 3 ] {65e8edd9-e3dc-4074-b061-9da77f54da74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 10827 | 2024.07.19 18:50:42.758063 [ 187 ] {5b198a67-6d84-4324-b6a3-e6f140922631::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.004279947 sec., 7476.728099670393 rows/sec., 609.67 KiB/sec. | ||
| 10828 | 2024.07.19 18:50:42.758331 [ 187 ] {5b198a67-6d84-4324-b6a3-e6f140922631::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 10829 | 2024.07.19 18:50:42.758738 [ 3 ] {65e8edd9-e3dc-4074-b061-9da77f54da74} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 10830 | 2024.07.19 18:50:42.759181 [ 187 ] {5b198a67-6d84-4324-b6a3-e6f140922631::all_1_21_4} <Trace> oximeter.fields_ipaddr (5b198a67-6d84-4324-b6a3-e6f140922631): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10831 | 2024.07.19 18:50:42.759339 [ 187 ] {5b198a67-6d84-4324-b6a3-e6f140922631::all_1_21_4} <Trace> oximeter.fields_ipaddr (5b198a67-6d84-4324-b6a3-e6f140922631) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 10832 | 2024.07.19 18:50:42.759402 [ 3 ] {65e8edd9-e3dc-4074-b061-9da77f54da74} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10833 | 2024.07.19 18:50:42.759507 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 10834 | 2024.07.19 18:50:42.759627 [ 3 ] {65e8edd9-e3dc-4074-b061-9da77f54da74} <Debug> executeQuery: Read 276 rows, 24.49 KiB in 0.003673 sec., 75142.93493057445 rows/sec., 6.51 MiB/sec. | ||
| 10835 | 2024.07.19 18:50:42.759812 [ 3 ] {65e8edd9-e3dc-4074-b061-9da77f54da74} <Debug> DynamicQueryHandler: Done processing query | ||
| 10836 | 2024.07.19 18:50:42.759837 [ 3 ] {65e8edd9-e3dc-4074-b061-9da77f54da74} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
| 10837 | 2024.07.19 18:50:42.759853 [ 3 ] {} <Debug> HTTP-Session: bbb35c3f-4510-4a70-a16a-a1106e154fa8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10838 | 2024.07.19 18:50:42.759993 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10839 | 2024.07.19 18:50:42.760042 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10840 | 2024.07.19 18:50:42.760061 [ 3 ] {} <Debug> HTTP-Session: 2b5c5b1e-569b-49de-8dce-022dd3da29b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 10841 | 2024.07.19 18:50:42.760077 [ 3 ] {} <Debug> HTTP-Session: 2b5c5b1e-569b-49de-8dce-022dd3da29b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10842 | 2024.07.19 18:50:42.760090 [ 3 ] {} <Debug> HTTP-Session: 2b5c5b1e-569b-49de-8dce-022dd3da29b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10843 | 2024.07.19 18:50:42.760122 [ 3 ] {} <Trace> HTTP-Session: 2b5c5b1e-569b-49de-8dce-022dd3da29b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10844 | 2024.07.19 18:50:42.760214 [ 3 ] {ea3b6027-302b-4e9a-a821-806c1fded431} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 10845 | 2024.07.19 18:50:42.760257 [ 3 ] {ea3b6027-302b-4e9a-a821-806c1fded431} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10846 | 2024.07.19 18:50:42.760387 [ 3 ] {ea3b6027-302b-4e9a-a821-806c1fded431} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10847 | 2024.07.19 18:50:42.760723 [ 3 ] {ea3b6027-302b-4e9a-a821-806c1fded431} <Trace> oximeter.fields_u16 (3a790436-232b-4913-bf8d-eba3067e022c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10848 | 2024.07.19 18:50:42.760759 [ 3 ] {ea3b6027-302b-4e9a-a821-806c1fded431} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 10849 | 2024.07.19 18:50:42.761052 [ 3 ] {ea3b6027-302b-4e9a-a821-806c1fded431} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 10850 | 2024.07.19 18:50:42.761356 [ 3 ] {ea3b6027-302b-4e9a-a821-806c1fded431} <Trace> oximeter.fields_u16 (3a790436-232b-4913-bf8d-eba3067e022c): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10851 | 2024.07.19 18:50:42.761471 [ 140 ] {} <Debug> oximeter.fields_u16 (3a790436-232b-4913-bf8d-eba3067e022c) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 10852 | 2024.07.19 18:50:42.761481 [ 3 ] {ea3b6027-302b-4e9a-a821-806c1fded431} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001289 sec., 1551.5903801396432 rows/sec., 108.34 KiB/sec. | ||
| 10853 | 2024.07.19 18:50:42.761508 [ 140 ] {} <Trace> oximeter.fields_u16 (3a790436-232b-4913-bf8d-eba3067e022c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10854 | 2024.07.19 18:50:42.761547 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 10855 | 2024.07.19 18:50:42.761746 [ 3 ] {ea3b6027-302b-4e9a-a821-806c1fded431} <Debug> DynamicQueryHandler: Done processing query | ||
| 10856 | 2024.07.19 18:50:42.761828 [ 3 ] {ea3b6027-302b-4e9a-a821-806c1fded431} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 10857 | 2024.07.19 18:50:42.761912 [ 3 ] {} <Debug> HTTP-Session: 2b5c5b1e-569b-49de-8dce-022dd3da29b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10858 | 2024.07.19 18:50:42.761992 [ 190 ] {3a790436-232b-4913-bf8d-eba3067e022c::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 | ||
| 10859 | 2024.07.19 18:50:42.762229 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 70359, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10860 | 2024.07.19 18:50:42.762301 [ 190 ] {3a790436-232b-4913-bf8d-eba3067e022c::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10861 | 2024.07.19 18:50:42.762342 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10862 | 2024.07.19 18:50:42.762361 [ 190 ] {3a790436-232b-4913-bf8d-eba3067e022c::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 | ||
| 10863 | 2024.07.19 18:50:42.762390 [ 3 ] {} <Debug> HTTP-Session: 183cb2ce-e69e-4de1-8383-8451784e2bd9 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 10864 | 2024.07.19 18:50:42.762439 [ 3 ] {} <Debug> HTTP-Session: 183cb2ce-e69e-4de1-8383-8451784e2bd9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10865 | 2024.07.19 18:50:42.762539 [ 3 ] {} <Debug> HTTP-Session: 183cb2ce-e69e-4de1-8383-8451784e2bd9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10866 | 2024.07.19 18:50:42.762583 [ 190 ] {3a790436-232b-4913-bf8d-eba3067e022c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 4 rows starting from the beginning of the part | ||
| 10867 | 2024.07.19 18:50:42.762687 [ 3 ] {} <Trace> HTTP-Session: 183cb2ce-e69e-4de1-8383-8451784e2bd9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10868 | 2024.07.19 18:50:42.762886 [ 190 ] {3a790436-232b-4913-bf8d-eba3067e022c::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 | ||
| 10869 | 2024.07.19 18:50:42.763115 [ 190 ] {3a790436-232b-4913-bf8d-eba3067e022c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 4 rows starting from the beginning of the part | ||
| 10870 | 2024.07.19 18:50:42.763372 [ 190 ] {3a790436-232b-4913-bf8d-eba3067e022c::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 | ||
| 10871 | 2024.07.19 18:50:42.763534 [ 3 ] {f0d0f406-3550-4c5e-ba49-82e046b1b130} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 10872 | 2024.07.19 18:50:42.763657 [ 190 ] {3a790436-232b-4913-bf8d-eba3067e022c::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 | ||
| 10873 | 2024.07.19 18:50:42.763787 [ 3 ] {f0d0f406-3550-4c5e-ba49-82e046b1b130} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10874 | 2024.07.19 18:50:42.764518 [ 3 ] {f0d0f406-3550-4c5e-ba49-82e046b1b130} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10875 | 2024.07.19 18:50:42.765800 [ 190 ] {3a790436-232b-4913-bf8d-eba3067e022c::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.004166565 sec., 7680.187396572477 rows/sec., 536.26 KiB/sec. | ||
| 10876 | 2024.07.19 18:50:42.765830 [ 3 ] {f0d0f406-3550-4c5e-ba49-82e046b1b130} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10877 | 2024.07.19 18:50:42.765887 [ 3 ] {f0d0f406-3550-4c5e-ba49-82e046b1b130} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 10878 | 2024.07.19 18:50:42.765993 [ 200 ] {3a790436-232b-4913-bf8d-eba3067e022c::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 10879 | 2024.07.19 18:50:42.766634 [ 3 ] {f0d0f406-3550-4c5e-ba49-82e046b1b130} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 10880 | 2024.07.19 18:50:42.766770 [ 200 ] {3a790436-232b-4913-bf8d-eba3067e022c::all_1_21_4} <Trace> oximeter.fields_u16 (3a790436-232b-4913-bf8d-eba3067e022c): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10881 | 2024.07.19 18:50:42.767026 [ 200 ] {3a790436-232b-4913-bf8d-eba3067e022c::all_1_21_4} <Trace> oximeter.fields_u16 (3a790436-232b-4913-bf8d-eba3067e022c) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 10882 | 2024.07.19 18:50:42.767183 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 10883 | 2024.07.19 18:50:42.767284 [ 3 ] {f0d0f406-3550-4c5e-ba49-82e046b1b130} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10884 | 2024.07.19 18:50:42.767430 [ 3 ] {f0d0f406-3550-4c5e-ba49-82e046b1b130} <Debug> executeQuery: Read 434 rows, 31.62 KiB in 0.004283 sec., 101330.84286714919 rows/sec., 7.21 MiB/sec. | ||
| 10885 | 2024.07.19 18:50:42.767625 [ 3 ] {f0d0f406-3550-4c5e-ba49-82e046b1b130} <Debug> DynamicQueryHandler: Done processing query | ||
| 10886 | 2024.07.19 18:50:42.767650 [ 3 ] {f0d0f406-3550-4c5e-ba49-82e046b1b130} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 10887 | 2024.07.19 18:50:42.767666 [ 3 ] {} <Debug> HTTP-Session: 183cb2ce-e69e-4de1-8383-8451784e2bd9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10888 | 2024.07.19 18:50:42.767814 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10889 | 2024.07.19 18:50:42.767863 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10890 | 2024.07.19 18:50:42.767883 [ 3 ] {} <Debug> HTTP-Session: 17150b6e-6c4a-4410-ac37-519ae069094f Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 10891 | 2024.07.19 18:50:42.767899 [ 3 ] {} <Debug> HTTP-Session: 17150b6e-6c4a-4410-ac37-519ae069094f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10892 | 2024.07.19 18:50:42.767913 [ 3 ] {} <Debug> HTTP-Session: 17150b6e-6c4a-4410-ac37-519ae069094f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10893 | 2024.07.19 18:50:42.767944 [ 3 ] {} <Trace> HTTP-Session: 17150b6e-6c4a-4410-ac37-519ae069094f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10894 | 2024.07.19 18:50:42.768037 [ 3 ] {5a3e6f85-d129-4a77-9dda-9caec7727e9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 10895 | 2024.07.19 18:50:42.768083 [ 3 ] {5a3e6f85-d129-4a77-9dda-9caec7727e9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10896 | 2024.07.19 18:50:42.768217 [ 3 ] {5a3e6f85-d129-4a77-9dda-9caec7727e9c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10897 | 2024.07.19 18:50:42.768506 [ 3 ] {5a3e6f85-d129-4a77-9dda-9caec7727e9c} <Trace> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10898 | 2024.07.19 18:50:42.768541 [ 3 ] {5a3e6f85-d129-4a77-9dda-9caec7727e9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 10899 | 2024.07.19 18:50:42.768900 [ 3 ] {5a3e6f85-d129-4a77-9dda-9caec7727e9c} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 10900 | 2024.07.19 18:50:42.769224 [ 3 ] {5a3e6f85-d129-4a77-9dda-9caec7727e9c} <Trace> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10901 | 2024.07.19 18:50:42.769350 [ 3 ] {5a3e6f85-d129-4a77-9dda-9caec7727e9c} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001339 sec., 4480.955937266617 rows/sec., 192.54 KiB/sec. | ||
| 10902 | 2024.07.19 18:50:42.769509 [ 3 ] {5a3e6f85-d129-4a77-9dda-9caec7727e9c} <Debug> DynamicQueryHandler: Done processing query | ||
| 10903 | 2024.07.19 18:50:42.769534 [ 3 ] {5a3e6f85-d129-4a77-9dda-9caec7727e9c} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 10904 | 2024.07.19 18:50:42.769550 [ 3 ] {} <Debug> HTTP-Session: 17150b6e-6c4a-4410-ac37-519ae069094f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10905 | 2024.07.19 18:50:42.769680 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 14079, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10906 | 2024.07.19 18:50:42.769728 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10907 | 2024.07.19 18:50:42.769746 [ 3 ] {} <Debug> HTTP-Session: 54493105-4319-470e-801a-d36ac06b7e23 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 10908 | 2024.07.19 18:50:42.769762 [ 3 ] {} <Debug> HTTP-Session: 54493105-4319-470e-801a-d36ac06b7e23 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10909 | 2024.07.19 18:50:42.769775 [ 3 ] {} <Debug> HTTP-Session: 54493105-4319-470e-801a-d36ac06b7e23 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10910 | 2024.07.19 18:50:42.769806 [ 3 ] {} <Trace> HTTP-Session: 54493105-4319-470e-801a-d36ac06b7e23 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10911 | 2024.07.19 18:50:42.769919 [ 3 ] {7a11620c-63a0-4ec6-a1d9-66e32dce9624} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 10912 | 2024.07.19 18:50:42.769965 [ 3 ] {7a11620c-63a0-4ec6-a1d9-66e32dce9624} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 10913 | 2024.07.19 18:50:42.770105 [ 3 ] {7a11620c-63a0-4ec6-a1d9-66e32dce9624} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10914 | 2024.07.19 18:50:42.770426 [ 3 ] {7a11620c-63a0-4ec6-a1d9-66e32dce9624} <Trace> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10915 | 2024.07.19 18:50:42.770460 [ 3 ] {7a11620c-63a0-4ec6-a1d9-66e32dce9624} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 10916 | 2024.07.19 18:50:42.770824 [ 3 ] {7a11620c-63a0-4ec6-a1d9-66e32dce9624} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 10917 | 2024.07.19 18:50:42.771154 [ 3 ] {7a11620c-63a0-4ec6-a1d9-66e32dce9624} <Trace> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10918 | 2024.07.19 18:50:42.771285 [ 3 ] {7a11620c-63a0-4ec6-a1d9-66e32dce9624} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001408 sec., 54687.5 rows/sec., 3.37 MiB/sec. | ||
| 10919 | 2024.07.19 18:50:42.771611 [ 3 ] {7a11620c-63a0-4ec6-a1d9-66e32dce9624} <Debug> DynamicQueryHandler: Done processing query | ||
| 10920 | 2024.07.19 18:50:42.771657 [ 3 ] {7a11620c-63a0-4ec6-a1d9-66e32dce9624} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 10921 | 2024.07.19 18:50:42.771674 [ 3 ] {} <Debug> HTTP-Session: 54493105-4319-470e-801a-d36ac06b7e23 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10922 | 2024.07.19 18:50:42.771850 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 37790, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10923 | 2024.07.19 18:50:42.771899 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10924 | 2024.07.19 18:50:42.771918 [ 3 ] {} <Debug> HTTP-Session: c8c8d403-e474-4497-a05d-9fc9411b0cb6 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 10925 | 2024.07.19 18:50:42.771934 [ 3 ] {} <Debug> HTTP-Session: c8c8d403-e474-4497-a05d-9fc9411b0cb6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10926 | 2024.07.19 18:50:42.771948 [ 3 ] {} <Debug> HTTP-Session: c8c8d403-e474-4497-a05d-9fc9411b0cb6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10927 | 2024.07.19 18:50:42.771978 [ 3 ] {} <Trace> HTTP-Session: c8c8d403-e474-4497-a05d-9fc9411b0cb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10928 | 2024.07.19 18:50:42.772219 [ 3 ] {165d9c7a-8b0b-4eae-b696-42385d1b0556} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 10929 | 2024.07.19 18:50:42.772265 [ 3 ] {165d9c7a-8b0b-4eae-b696-42385d1b0556} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10930 | 2024.07.19 18:50:42.772426 [ 3 ] {165d9c7a-8b0b-4eae-b696-42385d1b0556} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10931 | 2024.07.19 18:50:42.772834 [ 3 ] {165d9c7a-8b0b-4eae-b696-42385d1b0556} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10932 | 2024.07.19 18:50:42.772869 [ 3 ] {165d9c7a-8b0b-4eae-b696-42385d1b0556} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 10933 | 2024.07.19 18:50:42.773232 [ 3 ] {165d9c7a-8b0b-4eae-b696-42385d1b0556} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 10934 | 2024.07.19 18:50:42.773556 [ 3 ] {165d9c7a-8b0b-4eae-b696-42385d1b0556} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10935 | 2024.07.19 18:50:42.773682 [ 3 ] {165d9c7a-8b0b-4eae-b696-42385d1b0556} <Debug> executeQuery: Read 197 rows, 14.08 KiB in 0.001621 sec., 121529.91980259099 rows/sec., 8.48 MiB/sec. | ||
| 10936 | 2024.07.19 18:50:42.773846 [ 3 ] {165d9c7a-8b0b-4eae-b696-42385d1b0556} <Debug> DynamicQueryHandler: Done processing query | ||
| 10937 | 2024.07.19 18:50:42.773870 [ 3 ] {165d9c7a-8b0b-4eae-b696-42385d1b0556} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 10938 | 2024.07.19 18:50:42.773886 [ 3 ] {} <Debug> HTTP-Session: c8c8d403-e474-4497-a05d-9fc9411b0cb6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10939 | 2024.07.19 18:50:42.774043 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 42009, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10940 | 2024.07.19 18:50:42.774091 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10941 | 2024.07.19 18:50:42.774109 [ 3 ] {} <Debug> HTTP-Session: c332ec61-2821-4f26-8aa8-12ac07fdf552 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 10942 | 2024.07.19 18:50:42.774125 [ 3 ] {} <Debug> HTTP-Session: c332ec61-2821-4f26-8aa8-12ac07fdf552 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10943 | 2024.07.19 18:50:42.774138 [ 3 ] {} <Debug> HTTP-Session: c332ec61-2821-4f26-8aa8-12ac07fdf552 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10944 | 2024.07.19 18:50:42.774167 [ 3 ] {} <Trace> HTTP-Session: c332ec61-2821-4f26-8aa8-12ac07fdf552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10945 | 2024.07.19 18:50:42.774487 [ 3 ] {605dacc0-8487-4132-8ab5-bce8a150928d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 10946 | 2024.07.19 18:50:42.774552 [ 3 ] {605dacc0-8487-4132-8ab5-bce8a150928d} <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 | ||
| 10947 | 2024.07.19 18:50:42.774966 [ 3 ] {605dacc0-8487-4132-8ab5-bce8a150928d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10948 | 2024.07.19 18:50:42.775850 [ 3 ] {605dacc0-8487-4132-8ab5-bce8a150928d} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10949 | 2024.07.19 18:50:42.775885 [ 3 ] {605dacc0-8487-4132-8ab5-bce8a150928d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 10950 | 2024.07.19 18:50:42.776475 [ 3 ] {605dacc0-8487-4132-8ab5-bce8a150928d} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 10951 | 2024.07.19 18:50:42.776869 [ 3 ] {605dacc0-8487-4132-8ab5-bce8a150928d} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10952 | 2024.07.19 18:50:42.777004 [ 140 ] {} <Debug> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 10953 | 2024.07.19 18:50:42.777017 [ 3 ] {605dacc0-8487-4132-8ab5-bce8a150928d} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002764 sec., 9406.657018813314 rows/sec., 16.86 MiB/sec. | ||
| 10954 | 2024.07.19 18:50:42.777037 [ 140 ] {} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10955 | 2024.07.19 18:50:42.777085 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 10956 | 2024.07.19 18:50:42.777353 [ 195 ] {088d1ac2-6670-47c5-a942-9441d6520aec::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 | ||
| 10957 | 2024.07.19 18:50:42.777428 [ 3 ] {605dacc0-8487-4132-8ab5-bce8a150928d} <Debug> DynamicQueryHandler: Done processing query | ||
| 10958 | 2024.07.19 18:50:42.777480 [ 3 ] {605dacc0-8487-4132-8ab5-bce8a150928d} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 10959 | 2024.07.19 18:50:42.777499 [ 3 ] {} <Debug> HTTP-Session: c332ec61-2821-4f26-8aa8-12ac07fdf552 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10960 | 2024.07.19 18:50:42.777692 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 3212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10961 | 2024.07.19 18:50:42.777785 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10962 | 2024.07.19 18:50:42.777838 [ 3 ] {} <Debug> HTTP-Session: 07e7deaa-efac-43f2-93c0-8fef9b7a29e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 10963 | 2024.07.19 18:50:42.777894 [ 3 ] {} <Debug> HTTP-Session: 07e7deaa-efac-43f2-93c0-8fef9b7a29e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10964 | 2024.07.19 18:50:42.777938 [ 3 ] {} <Debug> HTTP-Session: 07e7deaa-efac-43f2-93c0-8fef9b7a29e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10965 | 2024.07.19 18:50:42.778036 [ 3 ] {} <Trace> HTTP-Session: 07e7deaa-efac-43f2-93c0-8fef9b7a29e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10966 | 2024.07.19 18:50:42.778319 [ 3 ] {5fc76af1-af51-4605-bcee-a98f88ddcf87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 10967 | 2024.07.19 18:50:42.778434 [ 3 ] {5fc76af1-af51-4605-bcee-a98f88ddcf87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 10968 | 2024.07.19 18:50:42.778797 [ 195 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10969 | 2024.07.19 18:50:42.779054 [ 195 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 817 rows starting from the beginning of the part | ||
| 10970 | 2024.07.19 18:50:42.779058 [ 3 ] {5fc76af1-af51-4605-bcee-a98f88ddcf87} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10971 | 2024.07.19 18:50:42.779833 [ 195 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 26 rows starting from the beginning of the part | ||
| 10972 | 2024.07.19 18:50:42.780116 [ 3 ] {5fc76af1-af51-4605-bcee-a98f88ddcf87} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10973 | 2024.07.19 18:50:42.780263 [ 3 ] {5fc76af1-af51-4605-bcee-a98f88ddcf87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 10974 | 2024.07.19 18:50:42.780613 [ 195 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 4 rows starting from the beginning of the part | ||
| 10975 | 2024.07.19 18:50:42.781226 [ 195 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 26 rows starting from the beginning of the part | ||
| 10976 | 2024.07.19 18:50:42.781609 [ 3 ] {5fc76af1-af51-4605-bcee-a98f88ddcf87} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 10977 | 2024.07.19 18:50:42.781867 [ 195 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 4 rows starting from the beginning of the part | ||
| 10978 | 2024.07.19 18:50:42.782602 [ 195 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 26 rows starting from the beginning of the part | ||
| 10979 | 2024.07.19 18:50:42.782746 [ 3 ] {5fc76af1-af51-4605-bcee-a98f88ddcf87} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10980 | 2024.07.19 18:50:42.783272 [ 3 ] {5fc76af1-af51-4605-bcee-a98f88ddcf87} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.00506 sec., 4545.454545454545 rows/sec., 245.88 KiB/sec. | ||
| 10981 | 2024.07.19 18:50:42.783648 [ 3 ] {5fc76af1-af51-4605-bcee-a98f88ddcf87} <Debug> DynamicQueryHandler: Done processing query | ||
| 10982 | 2024.07.19 18:50:42.783710 [ 3 ] {5fc76af1-af51-4605-bcee-a98f88ddcf87} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 10983 | 2024.07.19 18:50:42.783748 [ 3 ] {} <Debug> HTTP-Session: 07e7deaa-efac-43f2-93c0-8fef9b7a29e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10984 | 2024.07.19 18:50:42.783937 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10985 | 2024.07.19 18:50:42.784021 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10986 | 2024.07.19 18:50:42.784075 [ 3 ] {} <Debug> HTTP-Session: 3ada7367-244a-4303-9a60-dd8eac5d4c87 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 10987 | 2024.07.19 18:50:42.784109 [ 3 ] {} <Debug> HTTP-Session: 3ada7367-244a-4303-9a60-dd8eac5d4c87 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10988 | 2024.07.19 18:50:42.784146 [ 3 ] {} <Debug> HTTP-Session: 3ada7367-244a-4303-9a60-dd8eac5d4c87 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10989 | 2024.07.19 18:50:42.784223 [ 3 ] {} <Trace> HTTP-Session: 3ada7367-244a-4303-9a60-dd8eac5d4c87 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10990 | 2024.07.19 18:50:42.784506 [ 3 ] {4fc23c4e-28e9-4a8a-8763-1d5cb5707fd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 10991 | 2024.07.19 18:50:42.784614 [ 3 ] {4fc23c4e-28e9-4a8a-8763-1d5cb5707fd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10992 | 2024.07.19 18:50:42.784931 [ 3 ] {4fc23c4e-28e9-4a8a-8763-1d5cb5707fd2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10993 | 2024.07.19 18:50:42.785227 [ 3 ] {4fc23c4e-28e9-4a8a-8763-1d5cb5707fd2} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10994 | 2024.07.19 18:50:42.785262 [ 3 ] {4fc23c4e-28e9-4a8a-8763-1d5cb5707fd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 10995 | 2024.07.19 18:50:42.785760 [ 3 ] {4fc23c4e-28e9-4a8a-8763-1d5cb5707fd2} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 10996 | 2024.07.19 18:50:42.786329 [ 3 ] {4fc23c4e-28e9-4a8a-8763-1d5cb5707fd2} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10997 | 2024.07.19 18:50:42.786715 [ 3 ] {4fc23c4e-28e9-4a8a-8763-1d5cb5707fd2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002325 sec., 25806.451612903227 rows/sec., 1.74 MiB/sec. | ||
| 10998 | 2024.07.19 18:50:42.787035 [ 3 ] {4fc23c4e-28e9-4a8a-8763-1d5cb5707fd2} <Debug> DynamicQueryHandler: Done processing query | ||
| 10999 | 2024.07.19 18:50:42.787088 [ 3 ] {4fc23c4e-28e9-4a8a-8763-1d5cb5707fd2} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 11000 | 2024.07.19 18:50:42.787137 [ 3 ] {} <Debug> HTTP-Session: 3ada7367-244a-4303-9a60-dd8eac5d4c87 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11001 | 2024.07.19 18:50:42.791037 [ 200 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 903 rows, containing 19 columns (19 merged, 0 gathered) in 0.013839515 sec., 65247.95124684644 rows/sec., 116.92 MiB/sec. | ||
| 11002 | 2024.07.19 18:50:42.791906 [ 201 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 11003 | 2024.07.19 18:50:42.792508 [ 201 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_56_11} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11004 | 2024.07.19 18:50:42.792586 [ 201 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_56_11} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 11005 | 2024.07.19 18:50:42.792736 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.04 MiB. | ||
| 11006 | 2024.07.19 18:50:43.000217 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 198.03 MiB, peak 206.88 MiB, free memory in arenas 0.00 B, will set to 199.50 MiB (RSS), difference: 1.48 MiB | ||
| 11007 | 2024.07.19 18:50:45.516680 [ 135 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11008 | 2024.07.19 18:50:45.516735 [ 135 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11009 | 2024.07.19 18:50:47.739057 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 623, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11010 | 2024.07.19 18:50:47.739200 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11011 | 2024.07.19 18:50:47.739228 [ 3 ] {} <Debug> HTTP-Session: 8b4eed27-09e0-4f40-bd78-7dd0d88d38a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 11012 | 2024.07.19 18:50:47.739257 [ 3 ] {} <Debug> HTTP-Session: 8b4eed27-09e0-4f40-bd78-7dd0d88d38a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11013 | 2024.07.19 18:50:47.739274 [ 3 ] {} <Debug> HTTP-Session: 8b4eed27-09e0-4f40-bd78-7dd0d88d38a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11014 | 2024.07.19 18:50:47.739330 [ 3 ] {} <Trace> HTTP-Session: 8b4eed27-09e0-4f40-bd78-7dd0d88d38a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11015 | 2024.07.19 18:50:47.739533 [ 3 ] {184ec150-1ced-4bd8-aa7e-164d7a8db91f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 11016 | 2024.07.19 18:50:47.739604 [ 3 ] {184ec150-1ced-4bd8-aa7e-164d7a8db91f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 11017 | 2024.07.19 18:50:47.739795 [ 3 ] {184ec150-1ced-4bd8-aa7e-164d7a8db91f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11018 | 2024.07.19 18:50:47.740260 [ 3 ] {184ec150-1ced-4bd8-aa7e-164d7a8db91f} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11019 | 2024.07.19 18:50:47.740306 [ 3 ] {184ec150-1ced-4bd8-aa7e-164d7a8db91f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 11020 | 2024.07.19 18:50:47.740671 [ 3 ] {184ec150-1ced-4bd8-aa7e-164d7a8db91f} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 11021 | 2024.07.19 18:50:47.741024 [ 3 ] {184ec150-1ced-4bd8-aa7e-164d7a8db91f} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11022 | 2024.07.19 18:50:47.741189 [ 3 ] {184ec150-1ced-4bd8-aa7e-164d7a8db91f} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001709 sec., 2340.5500292568754 rows/sec., 189.71 KiB/sec. | ||
| 11023 | 2024.07.19 18:50:47.741400 [ 3 ] {184ec150-1ced-4bd8-aa7e-164d7a8db91f} <Debug> DynamicQueryHandler: Done processing query | ||
| 11024 | 2024.07.19 18:50:47.741427 [ 3 ] {184ec150-1ced-4bd8-aa7e-164d7a8db91f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 11025 | 2024.07.19 18:50:47.741444 [ 3 ] {} <Debug> HTTP-Session: 8b4eed27-09e0-4f40-bd78-7dd0d88d38a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11026 | 2024.07.19 18:50:47.741594 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 680, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11027 | 2024.07.19 18:50:47.741650 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11028 | 2024.07.19 18:50:47.741669 [ 3 ] {} <Debug> HTTP-Session: 1e39b6a0-ac23-431f-a099-4e0ca793d4b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 11029 | 2024.07.19 18:50:47.741688 [ 3 ] {} <Debug> HTTP-Session: 1e39b6a0-ac23-431f-a099-4e0ca793d4b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11030 | 2024.07.19 18:50:47.741701 [ 3 ] {} <Debug> HTTP-Session: 1e39b6a0-ac23-431f-a099-4e0ca793d4b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11031 | 2024.07.19 18:50:47.741737 [ 3 ] {} <Trace> HTTP-Session: 1e39b6a0-ac23-431f-a099-4e0ca793d4b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11032 | 2024.07.19 18:50:47.741841 [ 3 ] {a5c5dcd8-a8d9-4820-9dff-2160467d6f49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 11033 | 2024.07.19 18:50:47.741888 [ 3 ] {a5c5dcd8-a8d9-4820-9dff-2160467d6f49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 11034 | 2024.07.19 18:50:47.742023 [ 3 ] {a5c5dcd8-a8d9-4820-9dff-2160467d6f49} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11035 | 2024.07.19 18:50:47.742346 [ 3 ] {a5c5dcd8-a8d9-4820-9dff-2160467d6f49} <Trace> oximeter.fields_ipaddr (5b198a67-6d84-4324-b6a3-e6f140922631): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11036 | 2024.07.19 18:50:47.742382 [ 3 ] {a5c5dcd8-a8d9-4820-9dff-2160467d6f49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 11037 | 2024.07.19 18:50:47.742683 [ 3 ] {a5c5dcd8-a8d9-4820-9dff-2160467d6f49} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 11038 | 2024.07.19 18:50:47.743001 [ 3 ] {a5c5dcd8-a8d9-4820-9dff-2160467d6f49} <Trace> oximeter.fields_ipaddr (5b198a67-6d84-4324-b6a3-e6f140922631): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11039 | 2024.07.19 18:50:47.743156 [ 3 ] {a5c5dcd8-a8d9-4820-9dff-2160467d6f49} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001342 sec., 2980.6259314456033 rows/sec., 243.05 KiB/sec. | ||
| 11040 | 2024.07.19 18:50:47.743359 [ 3 ] {a5c5dcd8-a8d9-4820-9dff-2160467d6f49} <Debug> DynamicQueryHandler: Done processing query | ||
| 11041 | 2024.07.19 18:50:47.743383 [ 3 ] {a5c5dcd8-a8d9-4820-9dff-2160467d6f49} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 11042 | 2024.07.19 18:50:47.743400 [ 3 ] {} <Debug> HTTP-Session: 1e39b6a0-ac23-431f-a099-4e0ca793d4b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11043 | 2024.07.19 18:50:47.743524 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9930, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11044 | 2024.07.19 18:50:47.743574 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11045 | 2024.07.19 18:50:47.743592 [ 3 ] {} <Debug> HTTP-Session: 63ac60b9-5aee-4589-9743-eaad92bbf285 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 11046 | 2024.07.19 18:50:47.743608 [ 3 ] {} <Debug> HTTP-Session: 63ac60b9-5aee-4589-9743-eaad92bbf285 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11047 | 2024.07.19 18:50:47.743622 [ 3 ] {} <Debug> HTTP-Session: 63ac60b9-5aee-4589-9743-eaad92bbf285 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11048 | 2024.07.19 18:50:47.743652 [ 3 ] {} <Trace> HTTP-Session: 63ac60b9-5aee-4589-9743-eaad92bbf285 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11049 | 2024.07.19 18:50:47.743770 [ 3 ] {069720c3-2776-4527-80e9-f726da37ef21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 11050 | 2024.07.19 18:50:47.743813 [ 3 ] {069720c3-2776-4527-80e9-f726da37ef21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11051 | 2024.07.19 18:50:47.743938 [ 3 ] {069720c3-2776-4527-80e9-f726da37ef21} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11052 | 2024.07.19 18:50:47.744278 [ 3 ] {069720c3-2776-4527-80e9-f726da37ef21} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11053 | 2024.07.19 18:50:47.744314 [ 3 ] {069720c3-2776-4527-80e9-f726da37ef21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 11054 | 2024.07.19 18:50:47.744619 [ 3 ] {069720c3-2776-4527-80e9-f726da37ef21} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 11055 | 2024.07.19 18:50:47.744922 [ 3 ] {069720c3-2776-4527-80e9-f726da37ef21} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11056 | 2024.07.19 18:50:47.745075 [ 3 ] {069720c3-2776-4527-80e9-f726da37ef21} <Debug> executeQuery: Read 70 rows, 5.65 KiB in 0.001341 sec., 52199.85085756898 rows/sec., 4.12 MiB/sec. | ||
| 11057 | 2024.07.19 18:50:47.745244 [ 3 ] {069720c3-2776-4527-80e9-f726da37ef21} <Debug> DynamicQueryHandler: Done processing query | ||
| 11058 | 2024.07.19 18:50:47.745267 [ 3 ] {069720c3-2776-4527-80e9-f726da37ef21} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 11059 | 2024.07.19 18:50:47.745283 [ 3 ] {} <Debug> HTTP-Session: 63ac60b9-5aee-4589-9743-eaad92bbf285 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11060 | 2024.07.19 18:50:47.745398 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11061 | 2024.07.19 18:50:47.745445 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11062 | 2024.07.19 18:50:47.745463 [ 3 ] {} <Debug> HTTP-Session: 691eebf2-cd1f-481e-965d-14b590686c59 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 11063 | 2024.07.19 18:50:47.745479 [ 3 ] {} <Debug> HTTP-Session: 691eebf2-cd1f-481e-965d-14b590686c59 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11064 | 2024.07.19 18:50:47.745492 [ 3 ] {} <Debug> HTTP-Session: 691eebf2-cd1f-481e-965d-14b590686c59 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11065 | 2024.07.19 18:50:47.745523 [ 3 ] {} <Trace> HTTP-Session: 691eebf2-cd1f-481e-965d-14b590686c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11066 | 2024.07.19 18:50:47.745616 [ 3 ] {c536a532-77e7-4739-b4bc-13612a155499} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 11067 | 2024.07.19 18:50:47.745659 [ 3 ] {c536a532-77e7-4739-b4bc-13612a155499} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11068 | 2024.07.19 18:50:47.745783 [ 3 ] {c536a532-77e7-4739-b4bc-13612a155499} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11069 | 2024.07.19 18:50:47.746053 [ 3 ] {c536a532-77e7-4739-b4bc-13612a155499} <Trace> oximeter.fields_u16 (3a790436-232b-4913-bf8d-eba3067e022c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11070 | 2024.07.19 18:50:47.746089 [ 3 ] {c536a532-77e7-4739-b4bc-13612a155499} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 11071 | 2024.07.19 18:50:47.746383 [ 3 ] {c536a532-77e7-4739-b4bc-13612a155499} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 11072 | 2024.07.19 18:50:47.746693 [ 3 ] {c536a532-77e7-4739-b4bc-13612a155499} <Trace> oximeter.fields_u16 (3a790436-232b-4913-bf8d-eba3067e022c): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11073 | 2024.07.19 18:50:47.746846 [ 3 ] {c536a532-77e7-4739-b4bc-13612a155499} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001251 sec., 3197.44204636291 rows/sec., 223.26 KiB/sec. | ||
| 11074 | 2024.07.19 18:50:47.747129 [ 3 ] {c536a532-77e7-4739-b4bc-13612a155499} <Debug> DynamicQueryHandler: Done processing query | ||
| 11075 | 2024.07.19 18:50:47.747161 [ 3 ] {c536a532-77e7-4739-b4bc-13612a155499} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 11076 | 2024.07.19 18:50:47.747177 [ 3 ] {} <Debug> HTTP-Session: 691eebf2-cd1f-481e-965d-14b590686c59 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11077 | 2024.07.19 18:50:47.747292 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 12248, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11078 | 2024.07.19 18:50:47.747342 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11079 | 2024.07.19 18:50:47.747360 [ 3 ] {} <Debug> HTTP-Session: 2a3ee0f6-d94b-43cf-a3bd-519aabb0e2d6 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 11080 | 2024.07.19 18:50:47.747376 [ 3 ] {} <Debug> HTTP-Session: 2a3ee0f6-d94b-43cf-a3bd-519aabb0e2d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11081 | 2024.07.19 18:50:47.747389 [ 3 ] {} <Debug> HTTP-Session: 2a3ee0f6-d94b-43cf-a3bd-519aabb0e2d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11082 | 2024.07.19 18:50:47.747419 [ 3 ] {} <Trace> HTTP-Session: 2a3ee0f6-d94b-43cf-a3bd-519aabb0e2d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11083 | 2024.07.19 18:50:47.747539 [ 3 ] {cfaafda7-87a8-4366-b588-855a53d7a330} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 11084 | 2024.07.19 18:50:47.747583 [ 3 ] {cfaafda7-87a8-4366-b588-855a53d7a330} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11085 | 2024.07.19 18:50:47.747723 [ 3 ] {cfaafda7-87a8-4366-b588-855a53d7a330} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11086 | 2024.07.19 18:50:47.748109 [ 3 ] {cfaafda7-87a8-4366-b588-855a53d7a330} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11087 | 2024.07.19 18:50:47.748144 [ 3 ] {cfaafda7-87a8-4366-b588-855a53d7a330} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 11088 | 2024.07.19 18:50:47.748447 [ 3 ] {cfaafda7-87a8-4366-b588-855a53d7a330} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 11089 | 2024.07.19 18:50:47.748744 [ 3 ] {cfaafda7-87a8-4366-b588-855a53d7a330} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11090 | 2024.07.19 18:50:47.748888 [ 3 ] {cfaafda7-87a8-4366-b588-855a53d7a330} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001385 sec., 51985.55956678701 rows/sec., 4.06 MiB/sec. | ||
| 11091 | 2024.07.19 18:50:47.749054 [ 3 ] {cfaafda7-87a8-4366-b588-855a53d7a330} <Debug> DynamicQueryHandler: Done processing query | ||
| 11092 | 2024.07.19 18:50:47.749079 [ 3 ] {cfaafda7-87a8-4366-b588-855a53d7a330} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 11093 | 2024.07.19 18:50:47.749095 [ 3 ] {} <Debug> HTTP-Session: 2a3ee0f6-d94b-43cf-a3bd-519aabb0e2d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11094 | 2024.07.19 18:50:47.749246 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 31021, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11095 | 2024.07.19 18:50:47.749294 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11096 | 2024.07.19 18:50:47.749313 [ 3 ] {} <Debug> HTTP-Session: c4c0ea52-1971-46d2-a09a-aa5186211a32 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 11097 | 2024.07.19 18:50:47.749329 [ 3 ] {} <Debug> HTTP-Session: c4c0ea52-1971-46d2-a09a-aa5186211a32 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11098 | 2024.07.19 18:50:47.749343 [ 3 ] {} <Debug> HTTP-Session: c4c0ea52-1971-46d2-a09a-aa5186211a32 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11099 | 2024.07.19 18:50:47.749372 [ 3 ] {} <Trace> HTTP-Session: c4c0ea52-1971-46d2-a09a-aa5186211a32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11100 | 2024.07.19 18:50:47.749517 [ 3 ] {f8a706fc-72e2-4530-9ca1-fb77286ccfeb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 11101 | 2024.07.19 18:50:47.749564 [ 3 ] {f8a706fc-72e2-4530-9ca1-fb77286ccfeb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11102 | 2024.07.19 18:50:47.749707 [ 3 ] {f8a706fc-72e2-4530-9ca1-fb77286ccfeb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11103 | 2024.07.19 18:50:47.750111 [ 3 ] {f8a706fc-72e2-4530-9ca1-fb77286ccfeb} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11104 | 2024.07.19 18:50:47.750147 [ 3 ] {f8a706fc-72e2-4530-9ca1-fb77286ccfeb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 11105 | 2024.07.19 18:50:47.750536 [ 3 ] {f8a706fc-72e2-4530-9ca1-fb77286ccfeb} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 11106 | 2024.07.19 18:50:47.750872 [ 3 ] {f8a706fc-72e2-4530-9ca1-fb77286ccfeb} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11107 | 2024.07.19 18:50:47.751003 [ 3 ] {f8a706fc-72e2-4530-9ca1-fb77286ccfeb} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001555 sec., 104180.06430868167 rows/sec., 7.25 MiB/sec. | ||
| 11108 | 2024.07.19 18:50:47.751016 [ 132 ] {} <Debug> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 11109 | 2024.07.19 18:50:47.751068 [ 132 ] {} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11110 | 2024.07.19 18:50:47.751100 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 11111 | 2024.07.19 18:50:47.751214 [ 3 ] {f8a706fc-72e2-4530-9ca1-fb77286ccfeb} <Debug> DynamicQueryHandler: Done processing query | ||
| 11112 | 2024.07.19 18:50:47.751271 [ 3 ] {f8a706fc-72e2-4530-9ca1-fb77286ccfeb} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 11113 | 2024.07.19 18:50:47.751301 [ 3 ] {} <Debug> HTTP-Session: c4c0ea52-1971-46d2-a09a-aa5186211a32 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11114 | 2024.07.19 18:50:47.751323 [ 197 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::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 | ||
| 11115 | 2024.07.19 18:50:47.751466 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 6430, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11116 | 2024.07.19 18:50:47.751580 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11117 | 2024.07.19 18:50:47.751635 [ 3 ] {} <Debug> HTTP-Session: 4dd97c7a-ff5b-4cfb-a155-5752642dddd8 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 11118 | 2024.07.19 18:50:47.751646 [ 197 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11119 | 2024.07.19 18:50:47.751666 [ 3 ] {} <Debug> HTTP-Session: 4dd97c7a-ff5b-4cfb-a155-5752642dddd8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11120 | 2024.07.19 18:50:47.751706 [ 3 ] {} <Debug> HTTP-Session: 4dd97c7a-ff5b-4cfb-a155-5752642dddd8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11121 | 2024.07.19 18:50:47.751723 [ 197 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 7961 rows starting from the beginning of the part | ||
| 11122 | 2024.07.19 18:50:47.751763 [ 3 ] {} <Trace> HTTP-Session: 4dd97c7a-ff5b-4cfb-a155-5752642dddd8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11123 | 2024.07.19 18:50:47.751958 [ 197 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 162 rows starting from the beginning of the part | ||
| 11124 | 2024.07.19 18:50:47.752153 [ 197 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 162 rows starting from the beginning of the part | ||
| 11125 | 2024.07.19 18:50:47.752220 [ 3 ] {ac5d26f7-025d-40e4-90e7-1c11a2aab111} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 11126 | 2024.07.19 18:50:47.752539 [ 197 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 160 rows starting from the beginning of the part | ||
| 11127 | 2024.07.19 18:50:47.752655 [ 3 ] {ac5d26f7-025d-40e4-90e7-1c11a2aab111} <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 | ||
| 11128 | 2024.07.19 18:50:47.752842 [ 197 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 197 rows starting from the beginning of the part | ||
| 11129 | 2024.07.19 18:50:47.753258 [ 197 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 162 rows starting from the beginning of the part | ||
| 11130 | 2024.07.19 18:50:47.754989 [ 3 ] {ac5d26f7-025d-40e4-90e7-1c11a2aab111} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11131 | 2024.07.19 18:50:47.756394 [ 3 ] {ac5d26f7-025d-40e4-90e7-1c11a2aab111} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11132 | 2024.07.19 18:50:47.756455 [ 3 ] {ac5d26f7-025d-40e4-90e7-1c11a2aab111} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 11133 | 2024.07.19 18:50:47.757478 [ 3 ] {ac5d26f7-025d-40e4-90e7-1c11a2aab111} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 11134 | 2024.07.19 18:50:47.758159 [ 3 ] {ac5d26f7-025d-40e4-90e7-1c11a2aab111} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11135 | 2024.07.19 18:50:47.758315 [ 3 ] {ac5d26f7-025d-40e4-90e7-1c11a2aab111} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.006365 sec., 628.4367635506677 rows/sec., 1.13 MiB/sec. | ||
| 11136 | 2024.07.19 18:50:47.758641 [ 3 ] {ac5d26f7-025d-40e4-90e7-1c11a2aab111} <Debug> DynamicQueryHandler: Done processing query | ||
| 11137 | 2024.07.19 18:50:47.758666 [ 3 ] {ac5d26f7-025d-40e4-90e7-1c11a2aab111} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 11138 | 2024.07.19 18:50:47.758682 [ 3 ] {} <Debug> HTTP-Session: 4dd97c7a-ff5b-4cfb-a155-5752642dddd8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11139 | 2024.07.19 18:50:47.758892 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11140 | 2024.07.19 18:50:47.759011 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11141 | 2024.07.19 18:50:47.759046 [ 3 ] {} <Debug> HTTP-Session: a89eac52-6d11-4f50-9af5-7dee54b1659c Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 11142 | 2024.07.19 18:50:47.759051 [ 197 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8804 rows, containing 5 columns (5 merged, 0 gathered) in 0.007866632 sec., 1119157.4742532764 rows/sec., 78.00 MiB/sec. | ||
| 11143 | 2024.07.19 18:50:47.759072 [ 3 ] {} <Debug> HTTP-Session: a89eac52-6d11-4f50-9af5-7dee54b1659c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11144 | 2024.07.19 18:50:47.759111 [ 3 ] {} <Debug> HTTP-Session: a89eac52-6d11-4f50-9af5-7dee54b1659c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11145 | 2024.07.19 18:50:47.759158 [ 3 ] {} <Trace> HTTP-Session: a89eac52-6d11-4f50-9af5-7dee54b1659c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11146 | 2024.07.19 18:50:47.759282 [ 197 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 11147 | 2024.07.19 18:50:47.759364 [ 3 ] {5c5f2a57-fcd5-4e0f-8604-ae076a3fcecd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 11148 | 2024.07.19 18:50:47.759451 [ 3 ] {5c5f2a57-fcd5-4e0f-8604-ae076a3fcecd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11149 | 2024.07.19 18:50:47.760060 [ 3 ] {5c5f2a57-fcd5-4e0f-8604-ae076a3fcecd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11150 | 2024.07.19 18:50:47.760352 [ 197 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11151 | 2024.07.19 18:50:47.760556 [ 197 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 11152 | 2024.07.19 18:50:47.760657 [ 3 ] {5c5f2a57-fcd5-4e0f-8604-ae076a3fcecd} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11153 | 2024.07.19 18:50:47.760720 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.50 MiB. | ||
| 11154 | 2024.07.19 18:50:47.760731 [ 3 ] {5c5f2a57-fcd5-4e0f-8604-ae076a3fcecd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 11155 | 2024.07.19 18:50:47.761123 [ 3 ] {5c5f2a57-fcd5-4e0f-8604-ae076a3fcecd} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 11156 | 2024.07.19 18:50:47.761457 [ 3 ] {5c5f2a57-fcd5-4e0f-8604-ae076a3fcecd} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11157 | 2024.07.19 18:50:47.761579 [ 3 ] {5c5f2a57-fcd5-4e0f-8604-ae076a3fcecd} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002311 sec., 25962.786672436174 rows/sec., 1.75 MiB/sec. | ||
| 11158 | 2024.07.19 18:50:47.761590 [ 132 ] {} <Debug> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 11159 | 2024.07.19 18:50:47.761643 [ 132 ] {} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11160 | 2024.07.19 18:50:47.761679 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 11161 | 2024.07.19 18:50:47.761831 [ 3 ] {5c5f2a57-fcd5-4e0f-8604-ae076a3fcecd} <Debug> DynamicQueryHandler: Done processing query | ||
| 11162 | 2024.07.19 18:50:47.761904 [ 3 ] {5c5f2a57-fcd5-4e0f-8604-ae076a3fcecd} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 11163 | 2024.07.19 18:50:47.761985 [ 3 ] {} <Debug> HTTP-Session: a89eac52-6d11-4f50-9af5-7dee54b1659c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11164 | 2024.07.19 18:50:47.762016 [ 200 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::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 | ||
| 11165 | 2024.07.19 18:50:47.762509 [ 200 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11166 | 2024.07.19 18:50:47.762564 [ 200 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2756 rows starting from the beginning of the part | ||
| 11167 | 2024.07.19 18:50:47.762638 [ 200 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::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 | ||
| 11168 | 2024.07.19 18:50:47.762726 [ 200 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::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 | ||
| 11169 | 2024.07.19 18:50:47.762840 [ 200 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::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 | ||
| 11170 | 2024.07.19 18:50:47.762915 [ 200 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::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 | ||
| 11171 | 2024.07.19 18:50:47.763008 [ 200 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::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 | ||
| 11172 | 2024.07.19 18:50:47.764278 [ 196 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3056 rows, containing 4 columns (4 merged, 0 gathered) in 0.002513819 sec., 1215680.2060928014 rows/sec., 82.00 MiB/sec. | ||
| 11173 | 2024.07.19 18:50:47.764572 [ 191 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 11174 | 2024.07.19 18:50:47.764999 [ 191 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_56_11} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11175 | 2024.07.19 18:50:47.765076 [ 191 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_56_11} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 11176 | 2024.07.19 18:50:47.765163 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. | ||
| 11177 | 2024.07.19 18:50:52.744529 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 4480, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11178 | 2024.07.19 18:50:52.744650 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11179 | 2024.07.19 18:50:52.744675 [ 3 ] {} <Debug> HTTP-Session: c2be32d9-1284-4ecc-a9a1-5c61feab8b2b Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 11180 | 2024.07.19 18:50:52.744700 [ 3 ] {} <Debug> HTTP-Session: c2be32d9-1284-4ecc-a9a1-5c61feab8b2b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11181 | 2024.07.19 18:50:52.744715 [ 3 ] {} <Debug> HTTP-Session: c2be32d9-1284-4ecc-a9a1-5c61feab8b2b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11182 | 2024.07.19 18:50:52.744766 [ 3 ] {} <Trace> HTTP-Session: c2be32d9-1284-4ecc-a9a1-5c61feab8b2b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11183 | 2024.07.19 18:50:52.744959 [ 3 ] {9f406581-27dd-45d2-938d-14ec687547ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 11184 | 2024.07.19 18:50:52.745032 [ 3 ] {9f406581-27dd-45d2-938d-14ec687547ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 11185 | 2024.07.19 18:50:52.745225 [ 3 ] {9f406581-27dd-45d2-938d-14ec687547ae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11186 | 2024.07.19 18:50:52.745683 [ 3 ] {9f406581-27dd-45d2-938d-14ec687547ae} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11187 | 2024.07.19 18:50:52.745730 [ 3 ] {9f406581-27dd-45d2-938d-14ec687547ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 11188 | 2024.07.19 18:50:52.746113 [ 3 ] {9f406581-27dd-45d2-938d-14ec687547ae} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 11189 | 2024.07.19 18:50:52.746464 [ 3 ] {9f406581-27dd-45d2-938d-14ec687547ae} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11190 | 2024.07.19 18:50:52.746642 [ 3 ] {9f406581-27dd-45d2-938d-14ec687547ae} <Debug> executeQuery: Read 32 rows, 2.45 KiB in 0.001745 sec., 18338.10888252149 rows/sec., 1.37 MiB/sec. | ||
| 11191 | 2024.07.19 18:50:52.746904 [ 3 ] {9f406581-27dd-45d2-938d-14ec687547ae} <Debug> DynamicQueryHandler: Done processing query | ||
| 11192 | 2024.07.19 18:50:52.746944 [ 3 ] {9f406581-27dd-45d2-938d-14ec687547ae} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 11193 | 2024.07.19 18:50:52.746965 [ 3 ] {} <Debug> HTTP-Session: c2be32d9-1284-4ecc-a9a1-5c61feab8b2b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11194 | 2024.07.19 18:50:52.747160 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 36141, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11195 | 2024.07.19 18:50:52.747219 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11196 | 2024.07.19 18:50:52.747240 [ 3 ] {} <Debug> HTTP-Session: 7aa83e15-ffea-4610-9c5c-d53e75b15b22 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 11197 | 2024.07.19 18:50:52.747258 [ 3 ] {} <Debug> HTTP-Session: 7aa83e15-ffea-4610-9c5c-d53e75b15b22 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11198 | 2024.07.19 18:50:52.747273 [ 3 ] {} <Debug> HTTP-Session: 7aa83e15-ffea-4610-9c5c-d53e75b15b22 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11199 | 2024.07.19 18:50:52.747310 [ 3 ] {} <Trace> HTTP-Session: 7aa83e15-ffea-4610-9c5c-d53e75b15b22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11200 | 2024.07.19 18:50:52.747482 [ 3 ] {41e79126-d50a-4f54-95d2-53d8e56d4e31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 11201 | 2024.07.19 18:50:52.747529 [ 3 ] {41e79126-d50a-4f54-95d2-53d8e56d4e31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11202 | 2024.07.19 18:50:52.747667 [ 3 ] {41e79126-d50a-4f54-95d2-53d8e56d4e31} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11203 | 2024.07.19 18:50:52.748168 [ 3 ] {41e79126-d50a-4f54-95d2-53d8e56d4e31} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11204 | 2024.07.19 18:50:52.748206 [ 3 ] {41e79126-d50a-4f54-95d2-53d8e56d4e31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 11205 | 2024.07.19 18:50:52.748562 [ 3 ] {41e79126-d50a-4f54-95d2-53d8e56d4e31} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 11206 | 2024.07.19 18:50:52.748886 [ 3 ] {41e79126-d50a-4f54-95d2-53d8e56d4e31} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11207 | 2024.07.19 18:50:52.749028 [ 3 ] {41e79126-d50a-4f54-95d2-53d8e56d4e31} <Debug> executeQuery: Read 239 rows, 21.60 KiB in 0.001621 sec., 147439.8519432449 rows/sec., 13.01 MiB/sec. | ||
| 11208 | 2024.07.19 18:50:52.749222 [ 3 ] {41e79126-d50a-4f54-95d2-53d8e56d4e31} <Debug> DynamicQueryHandler: Done processing query | ||
| 11209 | 2024.07.19 18:50:52.749246 [ 3 ] {41e79126-d50a-4f54-95d2-53d8e56d4e31} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
| 11210 | 2024.07.19 18:50:52.749262 [ 3 ] {} <Debug> HTTP-Session: 7aa83e15-ffea-4610-9c5c-d53e75b15b22 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11211 | 2024.07.19 18:50:52.749469 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 65978, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11212 | 2024.07.19 18:50:52.749524 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11213 | 2024.07.19 18:50:52.749543 [ 3 ] {} <Debug> HTTP-Session: b0ce566b-9dc0-4da1-863e-bbdf51953df8 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 11214 | 2024.07.19 18:50:52.749561 [ 3 ] {} <Debug> HTTP-Session: b0ce566b-9dc0-4da1-863e-bbdf51953df8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11215 | 2024.07.19 18:50:52.749575 [ 3 ] {} <Debug> HTTP-Session: b0ce566b-9dc0-4da1-863e-bbdf51953df8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11216 | 2024.07.19 18:50:52.749608 [ 3 ] {} <Trace> HTTP-Session: b0ce566b-9dc0-4da1-863e-bbdf51953df8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11217 | 2024.07.19 18:50:52.749828 [ 3 ] {6862d2c3-016e-4e8d-bc52-d703a0576524} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 11218 | 2024.07.19 18:50:52.749873 [ 3 ] {6862d2c3-016e-4e8d-bc52-d703a0576524} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11219 | 2024.07.19 18:50:52.750005 [ 3 ] {6862d2c3-016e-4e8d-bc52-d703a0576524} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11220 | 2024.07.19 18:50:52.750591 [ 3 ] {6862d2c3-016e-4e8d-bc52-d703a0576524} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11221 | 2024.07.19 18:50:52.750629 [ 3 ] {6862d2c3-016e-4e8d-bc52-d703a0576524} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 11222 | 2024.07.19 18:50:52.750961 [ 3 ] {6862d2c3-016e-4e8d-bc52-d703a0576524} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 11223 | 2024.07.19 18:50:52.751276 [ 3 ] {6862d2c3-016e-4e8d-bc52-d703a0576524} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11224 | 2024.07.19 18:50:52.751432 [ 3 ] {6862d2c3-016e-4e8d-bc52-d703a0576524} <Debug> executeQuery: Read 408 rows, 29.56 KiB in 0.001716 sec., 237762.23776223775 rows/sec., 16.82 MiB/sec. | ||
| 11225 | 2024.07.19 18:50:52.751707 [ 3 ] {6862d2c3-016e-4e8d-bc52-d703a0576524} <Debug> DynamicQueryHandler: Done processing query | ||
| 11226 | 2024.07.19 18:50:52.751763 [ 3 ] {6862d2c3-016e-4e8d-bc52-d703a0576524} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
| 11227 | 2024.07.19 18:50:52.751817 [ 3 ] {} <Debug> HTTP-Session: b0ce566b-9dc0-4da1-863e-bbdf51953df8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11228 | 2024.07.19 18:50:52.752003 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11229 | 2024.07.19 18:50:52.752058 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11230 | 2024.07.19 18:50:52.752077 [ 3 ] {} <Debug> HTTP-Session: 0387bfff-4b79-4648-8dcb-dfd2faca9057 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 11231 | 2024.07.19 18:50:52.752095 [ 3 ] {} <Debug> HTTP-Session: 0387bfff-4b79-4648-8dcb-dfd2faca9057 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11232 | 2024.07.19 18:50:52.752109 [ 3 ] {} <Debug> HTTP-Session: 0387bfff-4b79-4648-8dcb-dfd2faca9057 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11233 | 2024.07.19 18:50:52.752142 [ 3 ] {} <Trace> HTTP-Session: 0387bfff-4b79-4648-8dcb-dfd2faca9057 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11234 | 2024.07.19 18:50:52.752248 [ 3 ] {cda59218-fa29-4e7c-a35d-a40590fc05a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 11235 | 2024.07.19 18:50:52.752295 [ 3 ] {cda59218-fa29-4e7c-a35d-a40590fc05a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11236 | 2024.07.19 18:50:52.752449 [ 3 ] {cda59218-fa29-4e7c-a35d-a40590fc05a9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11237 | 2024.07.19 18:50:52.752739 [ 3 ] {cda59218-fa29-4e7c-a35d-a40590fc05a9} <Trace> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11238 | 2024.07.19 18:50:52.752775 [ 3 ] {cda59218-fa29-4e7c-a35d-a40590fc05a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 11239 | 2024.07.19 18:50:52.753131 [ 3 ] {cda59218-fa29-4e7c-a35d-a40590fc05a9} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 11240 | 2024.07.19 18:50:52.753450 [ 3 ] {cda59218-fa29-4e7c-a35d-a40590fc05a9} <Trace> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11241 | 2024.07.19 18:50:52.753601 [ 3 ] {cda59218-fa29-4e7c-a35d-a40590fc05a9} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001377 sec., 4357.298474945534 rows/sec., 187.23 KiB/sec. | ||
| 11242 | 2024.07.19 18:50:52.753613 [ 122 ] {} <Debug> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 11243 | 2024.07.19 18:50:52.753711 [ 122 ] {} <Trace> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11244 | 2024.07.19 18:50:52.753757 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 11245 | 2024.07.19 18:50:52.753845 [ 3 ] {cda59218-fa29-4e7c-a35d-a40590fc05a9} <Debug> DynamicQueryHandler: Done processing query | ||
| 11246 | 2024.07.19 18:50:52.753882 [ 3 ] {cda59218-fa29-4e7c-a35d-a40590fc05a9} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 11247 | 2024.07.19 18:50:52.753902 [ 3 ] {} <Debug> HTTP-Session: 0387bfff-4b79-4648-8dcb-dfd2faca9057 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11248 | 2024.07.19 18:50:52.753902 [ 191 ] {df0343a6-e0c4-40da-a26b-df51f3875d9d::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 | ||
| 11249 | 2024.07.19 18:50:52.754041 [ 191 ] {df0343a6-e0c4-40da-a26b-df51f3875d9d::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11250 | 2024.07.19 18:50:52.754051 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 14079, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11251 | 2024.07.19 18:50:52.754079 [ 191 ] {df0343a6-e0c4-40da-a26b-df51f3875d9d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 126 rows starting from the beginning of the part | ||
| 11252 | 2024.07.19 18:50:52.754114 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11253 | 2024.07.19 18:50:52.754148 [ 3 ] {} <Debug> HTTP-Session: b9dd9897-7c61-40ae-a9c8-7a3886639a43 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 11254 | 2024.07.19 18:50:52.754216 [ 3 ] {} <Debug> HTTP-Session: b9dd9897-7c61-40ae-a9c8-7a3886639a43 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11255 | 2024.07.19 18:50:52.754234 [ 191 ] {df0343a6-e0c4-40da-a26b-df51f3875d9d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part | ||
| 11256 | 2024.07.19 18:50:52.754269 [ 3 ] {} <Debug> HTTP-Session: b9dd9897-7c61-40ae-a9c8-7a3886639a43 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11257 | 2024.07.19 18:50:52.754377 [ 3 ] {} <Trace> HTTP-Session: b9dd9897-7c61-40ae-a9c8-7a3886639a43 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11258 | 2024.07.19 18:50:52.754550 [ 191 ] {df0343a6-e0c4-40da-a26b-df51f3875d9d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 6 rows starting from the beginning of the part | ||
| 11259 | 2024.07.19 18:50:52.754724 [ 191 ] {df0343a6-e0c4-40da-a26b-df51f3875d9d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part | ||
| 11260 | 2024.07.19 18:50:52.754754 [ 3 ] {afab1e9e-43ce-47dd-bcb9-eb9fb7d59aac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 11261 | 2024.07.19 18:50:52.754987 [ 3 ] {afab1e9e-43ce-47dd-bcb9-eb9fb7d59aac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 11262 | 2024.07.19 18:50:52.755001 [ 191 ] {df0343a6-e0c4-40da-a26b-df51f3875d9d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 6 rows starting from the beginning of the part | ||
| 11263 | 2024.07.19 18:50:52.755363 [ 191 ] {df0343a6-e0c4-40da-a26b-df51f3875d9d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 6 rows starting from the beginning of the part | ||
| 11264 | 2024.07.19 18:50:52.755993 [ 3 ] {afab1e9e-43ce-47dd-bcb9-eb9fb7d59aac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11265 | 2024.07.19 18:50:52.756544 [ 3 ] {afab1e9e-43ce-47dd-bcb9-eb9fb7d59aac} <Trace> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11266 | 2024.07.19 18:50:52.756591 [ 3 ] {afab1e9e-43ce-47dd-bcb9-eb9fb7d59aac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 11267 | 2024.07.19 18:50:52.757213 [ 3 ] {afab1e9e-43ce-47dd-bcb9-eb9fb7d59aac} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 11268 | 2024.07.19 18:50:52.757257 [ 196 ] {df0343a6-e0c4-40da-a26b-df51f3875d9d::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 156 rows, containing 4 columns (4 merged, 0 gathered) in 0.003417283 sec., 45650.301716305024 rows/sec., 1.92 MiB/sec. | ||
| 11269 | 2024.07.19 18:50:52.757598 [ 196 ] {df0343a6-e0c4-40da-a26b-df51f3875d9d::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 11270 | 2024.07.19 18:50:52.757887 [ 3 ] {afab1e9e-43ce-47dd-bcb9-eb9fb7d59aac} <Trace> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11271 | 2024.07.19 18:50:52.758188 [ 119 ] {} <Debug> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 11272 | 2024.07.19 18:50:52.758298 [ 119 ] {} <Trace> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11273 | 2024.07.19 18:50:52.758294 [ 3 ] {afab1e9e-43ce-47dd-bcb9-eb9fb7d59aac} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.003622 sec., 21258.972943125347 rows/sec., 1.31 MiB/sec. | ||
| 11274 | 2024.07.19 18:50:52.758361 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 11275 | 2024.07.19 18:50:52.758787 [ 192 ] {1fb508e0-969d-4987-9814-9a74e65b75c4::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 | ||
| 11276 | 2024.07.19 18:50:52.758821 [ 196 ] {df0343a6-e0c4-40da-a26b-df51f3875d9d::all_1_26_5} <Trace> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11277 | 2024.07.19 18:50:52.759110 [ 3 ] {afab1e9e-43ce-47dd-bcb9-eb9fb7d59aac} <Debug> DynamicQueryHandler: Done processing query | ||
| 11278 | 2024.07.19 18:50:52.759129 [ 196 ] {df0343a6-e0c4-40da-a26b-df51f3875d9d::all_1_26_5} <Trace> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 11279 | 2024.07.19 18:50:52.759198 [ 3 ] {afab1e9e-43ce-47dd-bcb9-eb9fb7d59aac} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 11280 | 2024.07.19 18:50:52.759310 [ 3 ] {} <Debug> HTTP-Session: b9dd9897-7c61-40ae-a9c8-7a3886639a43 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11281 | 2024.07.19 18:50:52.759401 [ 192 ] {1fb508e0-969d-4987-9814-9a74e65b75c4::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11282 | 2024.07.19 18:50:52.759418 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 11283 | 2024.07.19 18:50:52.759490 [ 192 ] {1fb508e0-969d-4987-9814-9a74e65b75c4::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 | ||
| 11284 | 2024.07.19 18:50:52.759697 [ 192 ] {1fb508e0-969d-4987-9814-9a74e65b75c4::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 | ||
| 11285 | 2024.07.19 18:50:52.759688 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11286 | 2024.07.19 18:50:52.759949 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11287 | 2024.07.19 18:50:52.759958 [ 192 ] {1fb508e0-969d-4987-9814-9a74e65b75c4::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 | ||
| 11288 | 2024.07.19 18:50:52.760023 [ 3 ] {} <Debug> HTTP-Session: 4f26fc08-a58d-43d0-98a5-da71eaf1396f Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 11289 | 2024.07.19 18:50:52.760113 [ 3 ] {} <Debug> HTTP-Session: 4f26fc08-a58d-43d0-98a5-da71eaf1396f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11290 | 2024.07.19 18:50:52.760201 [ 3 ] {} <Debug> HTTP-Session: 4f26fc08-a58d-43d0-98a5-da71eaf1396f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11291 | 2024.07.19 18:50:52.760256 [ 192 ] {1fb508e0-969d-4987-9814-9a74e65b75c4::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 | ||
| 11292 | 2024.07.19 18:50:52.760381 [ 3 ] {} <Trace> HTTP-Session: 4f26fc08-a58d-43d0-98a5-da71eaf1396f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11293 | 2024.07.19 18:50:52.760580 [ 192 ] {1fb508e0-969d-4987-9814-9a74e65b75c4::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 | ||
| 11294 | 2024.07.19 18:50:52.760829 [ 192 ] {1fb508e0-969d-4987-9814-9a74e65b75c4::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 | ||
| 11295 | 2024.07.19 18:50:52.760967 [ 3 ] {6e0ff431-94f5-4e40-9279-69769ff432f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 11296 | 2024.07.19 18:50:52.761280 [ 3 ] {6e0ff431-94f5-4e40-9279-69769ff432f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11297 | 2024.07.19 18:50:52.761778 [ 3 ] {6e0ff431-94f5-4e40-9279-69769ff432f4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11298 | 2024.07.19 18:50:52.762749 [ 3 ] {6e0ff431-94f5-4e40-9279-69769ff432f4} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11299 | 2024.07.19 18:50:52.762815 [ 3 ] {6e0ff431-94f5-4e40-9279-69769ff432f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 11300 | 2024.07.19 18:50:52.763795 [ 3 ] {6e0ff431-94f5-4e40-9279-69769ff432f4} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 11301 | 2024.07.19 18:50:52.764574 [ 192 ] {1fb508e0-969d-4987-9814-9a74e65b75c4::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2002 rows, containing 5 columns (5 merged, 0 gathered) in 0.006058825 sec., 330427.1042652659 rows/sec., 20.35 MiB/sec. | ||
| 11302 | 2024.07.19 18:50:52.764767 [ 3 ] {6e0ff431-94f5-4e40-9279-69769ff432f4} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11303 | 2024.07.19 18:50:52.764855 [ 192 ] {1fb508e0-969d-4987-9814-9a74e65b75c4::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 11304 | 2024.07.19 18:50:52.765142 [ 3 ] {6e0ff431-94f5-4e40-9279-69769ff432f4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004441 sec., 36027.92163927044 rows/sec., 2.51 MiB/sec. | ||
| 11305 | 2024.07.19 18:50:52.765730 [ 3 ] {6e0ff431-94f5-4e40-9279-69769ff432f4} <Debug> DynamicQueryHandler: Done processing query | ||
| 11306 | 2024.07.19 18:50:52.765829 [ 3 ] {6e0ff431-94f5-4e40-9279-69769ff432f4} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 11307 | 2024.07.19 18:50:52.765935 [ 3 ] {} <Debug> HTTP-Session: 4f26fc08-a58d-43d0-98a5-da71eaf1396f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11308 | 2024.07.19 18:50:52.766239 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 42016, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11309 | 2024.07.19 18:50:52.766402 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11310 | 2024.07.19 18:50:52.766471 [ 3 ] {} <Debug> HTTP-Session: 0d8fdb73-2754-42d6-ba39-42e3bdae17ef Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 11311 | 2024.07.19 18:50:52.766509 [ 3 ] {} <Debug> HTTP-Session: 0d8fdb73-2754-42d6-ba39-42e3bdae17ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11312 | 2024.07.19 18:50:52.766533 [ 3 ] {} <Debug> HTTP-Session: 0d8fdb73-2754-42d6-ba39-42e3bdae17ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11313 | 2024.07.19 18:50:52.766587 [ 3 ] {} <Trace> HTTP-Session: 0d8fdb73-2754-42d6-ba39-42e3bdae17ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11314 | 2024.07.19 18:50:52.766787 [ 192 ] {1fb508e0-969d-4987-9814-9a74e65b75c4::all_1_26_5} <Trace> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11315 | 2024.07.19 18:50:52.766888 [ 192 ] {1fb508e0-969d-4987-9814-9a74e65b75c4::all_1_26_5} <Trace> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 11316 | 2024.07.19 18:50:52.767008 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 11317 | 2024.07.19 18:50:52.767063 [ 3 ] {42df51e1-c400-4331-b63c-dfb45746257a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 11318 | 2024.07.19 18:50:52.767141 [ 3 ] {42df51e1-c400-4331-b63c-dfb45746257a} <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 | ||
| 11319 | 2024.07.19 18:50:52.767591 [ 3 ] {42df51e1-c400-4331-b63c-dfb45746257a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11320 | 2024.07.19 18:50:52.768381 [ 3 ] {42df51e1-c400-4331-b63c-dfb45746257a} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11321 | 2024.07.19 18:50:52.768419 [ 3 ] {42df51e1-c400-4331-b63c-dfb45746257a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 11322 | 2024.07.19 18:50:52.769080 [ 3 ] {42df51e1-c400-4331-b63c-dfb45746257a} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 11323 | 2024.07.19 18:50:52.769521 [ 3 ] {42df51e1-c400-4331-b63c-dfb45746257a} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11324 | 2024.07.19 18:50:52.769710 [ 3 ] {42df51e1-c400-4331-b63c-dfb45746257a} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002971 sec., 8751.26220127903 rows/sec., 15.68 MiB/sec. | ||
| 11325 | 2024.07.19 18:50:52.770213 [ 3 ] {42df51e1-c400-4331-b63c-dfb45746257a} <Debug> DynamicQueryHandler: Done processing query | ||
| 11326 | 2024.07.19 18:50:52.770257 [ 3 ] {42df51e1-c400-4331-b63c-dfb45746257a} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 11327 | 2024.07.19 18:50:52.770297 [ 3 ] {} <Debug> HTTP-Session: 0d8fdb73-2754-42d6-ba39-42e3bdae17ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11328 | 2024.07.19 18:50:52.770448 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 3212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11329 | 2024.07.19 18:50:52.770498 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11330 | 2024.07.19 18:50:52.770517 [ 3 ] {} <Debug> HTTP-Session: 9cc1a194-dc53-4bc1-bf0b-d6b2b58bb541 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 11331 | 2024.07.19 18:50:52.770533 [ 3 ] {} <Debug> HTTP-Session: 9cc1a194-dc53-4bc1-bf0b-d6b2b58bb541 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11332 | 2024.07.19 18:50:52.770547 [ 3 ] {} <Debug> HTTP-Session: 9cc1a194-dc53-4bc1-bf0b-d6b2b58bb541 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11333 | 2024.07.19 18:50:52.770578 [ 3 ] {} <Trace> HTTP-Session: 9cc1a194-dc53-4bc1-bf0b-d6b2b58bb541 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11334 | 2024.07.19 18:50:52.770688 [ 3 ] {07c294b9-350a-4a32-a0a8-4a39c7ea9a24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 11335 | 2024.07.19 18:50:52.770734 [ 3 ] {07c294b9-350a-4a32-a0a8-4a39c7ea9a24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 11336 | 2024.07.19 18:50:52.770880 [ 3 ] {07c294b9-350a-4a32-a0a8-4a39c7ea9a24} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11337 | 2024.07.19 18:50:52.771182 [ 3 ] {07c294b9-350a-4a32-a0a8-4a39c7ea9a24} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11338 | 2024.07.19 18:50:52.771217 [ 3 ] {07c294b9-350a-4a32-a0a8-4a39c7ea9a24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 11339 | 2024.07.19 18:50:52.771571 [ 3 ] {07c294b9-350a-4a32-a0a8-4a39c7ea9a24} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 11340 | 2024.07.19 18:50:52.771904 [ 3 ] {07c294b9-350a-4a32-a0a8-4a39c7ea9a24} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11341 | 2024.07.19 18:50:52.772057 [ 3 ] {07c294b9-350a-4a32-a0a8-4a39c7ea9a24} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001399 sec., 16440.314510364544 rows/sec., 889.31 KiB/sec. | ||
| 11342 | 2024.07.19 18:50:52.772236 [ 3 ] {07c294b9-350a-4a32-a0a8-4a39c7ea9a24} <Debug> DynamicQueryHandler: Done processing query | ||
| 11343 | 2024.07.19 18:50:52.772260 [ 3 ] {07c294b9-350a-4a32-a0a8-4a39c7ea9a24} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 11344 | 2024.07.19 18:50:52.772275 [ 3 ] {} <Debug> HTTP-Session: 9cc1a194-dc53-4bc1-bf0b-d6b2b58bb541 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11345 | 2024.07.19 18:50:52.772398 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11346 | 2024.07.19 18:50:52.772446 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11347 | 2024.07.19 18:50:52.772466 [ 3 ] {} <Debug> HTTP-Session: e65cecc2-c73d-49a4-8c7d-dd88483d0ff0 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 11348 | 2024.07.19 18:50:52.772488 [ 3 ] {} <Debug> HTTP-Session: e65cecc2-c73d-49a4-8c7d-dd88483d0ff0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11349 | 2024.07.19 18:50:52.772507 [ 3 ] {} <Debug> HTTP-Session: e65cecc2-c73d-49a4-8c7d-dd88483d0ff0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11350 | 2024.07.19 18:50:52.772541 [ 3 ] {} <Trace> HTTP-Session: e65cecc2-c73d-49a4-8c7d-dd88483d0ff0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11351 | 2024.07.19 18:50:52.772665 [ 3 ] {44038ed6-91dc-4172-a55c-331e2fa81f91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 11352 | 2024.07.19 18:50:52.772711 [ 3 ] {44038ed6-91dc-4172-a55c-331e2fa81f91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11353 | 2024.07.19 18:50:52.772839 [ 3 ] {44038ed6-91dc-4172-a55c-331e2fa81f91} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11354 | 2024.07.19 18:50:52.773153 [ 3 ] {44038ed6-91dc-4172-a55c-331e2fa81f91} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11355 | 2024.07.19 18:50:52.773188 [ 3 ] {44038ed6-91dc-4172-a55c-331e2fa81f91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 11356 | 2024.07.19 18:50:52.773546 [ 3 ] {44038ed6-91dc-4172-a55c-331e2fa81f91} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 11357 | 2024.07.19 18:50:52.773881 [ 3 ] {44038ed6-91dc-4172-a55c-331e2fa81f91} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11358 | 2024.07.19 18:50:52.774027 [ 3 ] {44038ed6-91dc-4172-a55c-331e2fa81f91} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001406 sec., 42674.25320056899 rows/sec., 2.88 MiB/sec. | ||
| 11359 | 2024.07.19 18:50:52.774203 [ 3 ] {44038ed6-91dc-4172-a55c-331e2fa81f91} <Debug> DynamicQueryHandler: Done processing query | ||
| 11360 | 2024.07.19 18:50:52.774228 [ 3 ] {44038ed6-91dc-4172-a55c-331e2fa81f91} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 11361 | 2024.07.19 18:50:52.774243 [ 3 ] {} <Debug> HTTP-Session: e65cecc2-c73d-49a4-8c7d-dd88483d0ff0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11362 | 2024.07.19 18:50:57.738955 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 623, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11363 | 2024.07.19 18:50:57.739091 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11364 | 2024.07.19 18:50:57.739118 [ 3 ] {} <Debug> HTTP-Session: 079215cd-01e6-4fd7-80c0-c0edca202428 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 11365 | 2024.07.19 18:50:57.739142 [ 3 ] {} <Debug> HTTP-Session: 079215cd-01e6-4fd7-80c0-c0edca202428 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11366 | 2024.07.19 18:50:57.739157 [ 3 ] {} <Debug> HTTP-Session: 079215cd-01e6-4fd7-80c0-c0edca202428 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11367 | 2024.07.19 18:50:57.739208 [ 3 ] {} <Trace> HTTP-Session: 079215cd-01e6-4fd7-80c0-c0edca202428 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11368 | 2024.07.19 18:50:57.739397 [ 3 ] {55bff051-8a13-4886-8a92-0957fc9e1073} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 11369 | 2024.07.19 18:50:57.739464 [ 3 ] {55bff051-8a13-4886-8a92-0957fc9e1073} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 11370 | 2024.07.19 18:50:57.739668 [ 3 ] {55bff051-8a13-4886-8a92-0957fc9e1073} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11371 | 2024.07.19 18:50:57.740097 [ 3 ] {55bff051-8a13-4886-8a92-0957fc9e1073} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11372 | 2024.07.19 18:50:57.740143 [ 3 ] {55bff051-8a13-4886-8a92-0957fc9e1073} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 11373 | 2024.07.19 18:50:57.740536 [ 3 ] {55bff051-8a13-4886-8a92-0957fc9e1073} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 11374 | 2024.07.19 18:50:57.740885 [ 3 ] {55bff051-8a13-4886-8a92-0957fc9e1073} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11375 | 2024.07.19 18:50:57.741047 [ 3 ] {55bff051-8a13-4886-8a92-0957fc9e1073} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001703 sec., 2348.796241926013 rows/sec., 190.38 KiB/sec. | ||
| 11376 | 2024.07.19 18:50:57.741361 [ 3 ] {55bff051-8a13-4886-8a92-0957fc9e1073} <Debug> DynamicQueryHandler: Done processing query | ||
| 11377 | 2024.07.19 18:50:57.741412 [ 3 ] {55bff051-8a13-4886-8a92-0957fc9e1073} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 11378 | 2024.07.19 18:50:57.741452 [ 3 ] {} <Debug> HTTP-Session: 079215cd-01e6-4fd7-80c0-c0edca202428 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11379 | 2024.07.19 18:50:57.741615 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9662, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11380 | 2024.07.19 18:50:57.741676 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11381 | 2024.07.19 18:50:57.741697 [ 3 ] {} <Debug> HTTP-Session: f0795b2d-9d54-4844-8974-4a58cbeedafa Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 11382 | 2024.07.19 18:50:57.741716 [ 3 ] {} <Debug> HTTP-Session: f0795b2d-9d54-4844-8974-4a58cbeedafa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11383 | 2024.07.19 18:50:57.741729 [ 3 ] {} <Debug> HTTP-Session: f0795b2d-9d54-4844-8974-4a58cbeedafa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11384 | 2024.07.19 18:50:57.741766 [ 3 ] {} <Trace> HTTP-Session: f0795b2d-9d54-4844-8974-4a58cbeedafa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11385 | 2024.07.19 18:50:57.741898 [ 3 ] {90b26de2-dc0a-4485-b356-f151b38d33dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 11386 | 2024.07.19 18:50:57.741953 [ 3 ] {90b26de2-dc0a-4485-b356-f151b38d33dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11387 | 2024.07.19 18:50:57.742103 [ 3 ] {90b26de2-dc0a-4485-b356-f151b38d33dc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11388 | 2024.07.19 18:50:57.742442 [ 3 ] {90b26de2-dc0a-4485-b356-f151b38d33dc} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11389 | 2024.07.19 18:50:57.742480 [ 3 ] {90b26de2-dc0a-4485-b356-f151b38d33dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 11390 | 2024.07.19 18:50:57.742797 [ 3 ] {90b26de2-dc0a-4485-b356-f151b38d33dc} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 11391 | 2024.07.19 18:50:57.743119 [ 3 ] {90b26de2-dc0a-4485-b356-f151b38d33dc} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11392 | 2024.07.19 18:50:57.743248 [ 3 ] {90b26de2-dc0a-4485-b356-f151b38d33dc} <Debug> executeQuery: Read 68 rows, 5.51 KiB in 0.001399 sec., 48606.14724803431 rows/sec., 3.84 MiB/sec. | ||
| 11393 | 2024.07.19 18:50:57.743258 [ 117 ] {} <Debug> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 11394 | 2024.07.19 18:50:57.743310 [ 117 ] {} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11395 | 2024.07.19 18:50:57.743342 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 11396 | 2024.07.19 18:50:57.743454 [ 188 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::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 | ||
| 11397 | 2024.07.19 18:50:57.743458 [ 3 ] {90b26de2-dc0a-4485-b356-f151b38d33dc} <Debug> DynamicQueryHandler: Done processing query | ||
| 11398 | 2024.07.19 18:50:57.743499 [ 3 ] {90b26de2-dc0a-4485-b356-f151b38d33dc} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 11399 | 2024.07.19 18:50:57.743521 [ 3 ] {} <Debug> HTTP-Session: f0795b2d-9d54-4844-8974-4a58cbeedafa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11400 | 2024.07.19 18:50:57.743583 [ 188 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11401 | 2024.07.19 18:50:57.743611 [ 188 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 295 rows starting from the beginning of the part | ||
| 11402 | 2024.07.19 18:50:57.743675 [ 188 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 68 rows starting from the beginning of the part | ||
| 11403 | 2024.07.19 18:50:57.743700 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 11562, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11404 | 2024.07.19 18:50:57.743940 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11405 | 2024.07.19 18:50:57.744080 [ 3 ] {} <Debug> HTTP-Session: f8c7e687-579c-4599-a2b7-68fbb4ccb590 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 11406 | 2024.07.19 18:50:57.744088 [ 188 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 276 rows starting from the beginning of the part | ||
| 11407 | 2024.07.19 18:50:57.744166 [ 3 ] {} <Debug> HTTP-Session: f8c7e687-579c-4599-a2b7-68fbb4ccb590 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11408 | 2024.07.19 18:50:57.744195 [ 3 ] {} <Debug> HTTP-Session: f8c7e687-579c-4599-a2b7-68fbb4ccb590 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11409 | 2024.07.19 18:50:57.744318 [ 188 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 70 rows starting from the beginning of the part | ||
| 11410 | 2024.07.19 18:50:57.744323 [ 3 ] {} <Trace> HTTP-Session: f8c7e687-579c-4599-a2b7-68fbb4ccb590 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11411 | 2024.07.19 18:50:57.744594 [ 188 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 239 rows starting from the beginning of the part | ||
| 11412 | 2024.07.19 18:50:57.744740 [ 3 ] {210a41a0-8564-4314-9d5b-80d399b88899} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 11413 | 2024.07.19 18:50:57.744922 [ 188 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 68 rows starting from the beginning of the part | ||
| 11414 | 2024.07.19 18:50:57.744928 [ 3 ] {210a41a0-8564-4314-9d5b-80d399b88899} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11415 | 2024.07.19 18:50:57.745505 [ 3 ] {210a41a0-8564-4314-9d5b-80d399b88899} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11416 | 2024.07.19 18:50:57.746083 [ 3 ] {210a41a0-8564-4314-9d5b-80d399b88899} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11417 | 2024.07.19 18:50:57.746132 [ 3 ] {210a41a0-8564-4314-9d5b-80d399b88899} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 11418 | 2024.07.19 18:50:57.746595 [ 3 ] {210a41a0-8564-4314-9d5b-80d399b88899} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 11419 | 2024.07.19 18:50:57.747030 [ 196 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1016 rows, containing 4 columns (4 merged, 0 gathered) in 0.003620366 sec., 280634.60987093573 rows/sec., 23.97 MiB/sec. | ||
| 11420 | 2024.07.19 18:50:57.747090 [ 3 ] {210a41a0-8564-4314-9d5b-80d399b88899} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11421 | 2024.07.19 18:50:57.747355 [ 3 ] {210a41a0-8564-4314-9d5b-80d399b88899} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.002784 sec., 24425.287356321838 rows/sec., 1.91 MiB/sec. | ||
| 11422 | 2024.07.19 18:50:57.747379 [ 196 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 11423 | 2024.07.19 18:50:57.747388 [ 114 ] {} <Debug> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 11424 | 2024.07.19 18:50:57.747531 [ 114 ] {} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11425 | 2024.07.19 18:50:57.747624 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 11426 | 2024.07.19 18:50:57.747923 [ 3 ] {210a41a0-8564-4314-9d5b-80d399b88899} <Debug> DynamicQueryHandler: Done processing query | ||
| 11427 | 2024.07.19 18:50:57.748024 [ 3 ] {210a41a0-8564-4314-9d5b-80d399b88899} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 11428 | 2024.07.19 18:50:57.748185 [ 3 ] {} <Debug> HTTP-Session: f8c7e687-579c-4599-a2b7-68fbb4ccb590 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11429 | 2024.07.19 18:50:57.748205 [ 186 ] {67671d04-4863-4609-b795-f6318ed5bf2b::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 | ||
| 11430 | 2024.07.19 18:50:57.748633 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11431 | 2024.07.19 18:50:57.748922 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11432 | 2024.07.19 18:50:57.749090 [ 3 ] {} <Debug> HTTP-Session: 284164e0-adc5-4bbe-9760-66b397101ef2 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 11433 | 2024.07.19 18:50:57.749242 [ 3 ] {} <Debug> HTTP-Session: 284164e0-adc5-4bbe-9760-66b397101ef2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11434 | 2024.07.19 18:50:57.749397 [ 3 ] {} <Debug> HTTP-Session: 284164e0-adc5-4bbe-9760-66b397101ef2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11435 | 2024.07.19 18:50:57.749406 [ 186 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11436 | 2024.07.19 18:50:57.749615 [ 186 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 470 rows starting from the beginning of the part | ||
| 11437 | 2024.07.19 18:50:57.749653 [ 3 ] {} <Trace> HTTP-Session: 284164e0-adc5-4bbe-9760-66b397101ef2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11438 | 2024.07.19 18:50:57.750221 [ 196 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_61_12} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11439 | 2024.07.19 18:50:57.750271 [ 186 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 68 rows starting from the beginning of the part | ||
| 11440 | 2024.07.19 18:50:57.750721 [ 196 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_61_12} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 11441 | 2024.07.19 18:50:57.750757 [ 186 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 434 rows starting from the beginning of the part | ||
| 11442 | 2024.07.19 18:50:57.751098 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
| 11443 | 2024.07.19 18:50:57.751164 [ 186 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 72 rows starting from the beginning of the part | ||
| 11444 | 2024.07.19 18:50:57.751298 [ 3 ] {35a5ca22-639a-44c7-bcaa-d4eacb22d584} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 11445 | 2024.07.19 18:50:57.751419 [ 186 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 408 rows starting from the beginning of the part | ||
| 11446 | 2024.07.19 18:50:57.751674 [ 3 ] {35a5ca22-639a-44c7-bcaa-d4eacb22d584} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11447 | 2024.07.19 18:50:57.751721 [ 186 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 68 rows starting from the beginning of the part | ||
| 11448 | 2024.07.19 18:50:57.752554 [ 3 ] {35a5ca22-639a-44c7-bcaa-d4eacb22d584} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11449 | 2024.07.19 18:50:57.753560 [ 3 ] {35a5ca22-639a-44c7-bcaa-d4eacb22d584} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11450 | 2024.07.19 18:50:57.753628 [ 3 ] {35a5ca22-639a-44c7-bcaa-d4eacb22d584} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 11451 | 2024.07.19 18:50:57.754451 [ 3 ] {35a5ca22-639a-44c7-bcaa-d4eacb22d584} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 11452 | 2024.07.19 18:50:57.754687 [ 186 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1520 rows, containing 4 columns (4 merged, 0 gathered) in 0.006951489 sec., 218658.18963390435 rows/sec., 15.78 MiB/sec. | ||
| 11453 | 2024.07.19 18:50:57.755012 [ 186 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 11454 | 2024.07.19 18:50:57.755225 [ 3 ] {35a5ca22-639a-44c7-bcaa-d4eacb22d584} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11455 | 2024.07.19 18:50:57.755688 [ 3 ] {35a5ca22-639a-44c7-bcaa-d4eacb22d584} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005302 sec., 30177.291588079966 rows/sec., 2.10 MiB/sec. | ||
| 11456 | 2024.07.19 18:50:57.755949 [ 186 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_61_12} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11457 | 2024.07.19 18:50:57.756071 [ 3 ] {35a5ca22-639a-44c7-bcaa-d4eacb22d584} <Debug> DynamicQueryHandler: Done processing query | ||
| 11458 | 2024.07.19 18:50:57.756082 [ 186 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_61_12} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 11459 | 2024.07.19 18:50:57.756127 [ 3 ] {35a5ca22-639a-44c7-bcaa-d4eacb22d584} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 11460 | 2024.07.19 18:50:57.756163 [ 3 ] {} <Debug> HTTP-Session: 284164e0-adc5-4bbe-9760-66b397101ef2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11461 | 2024.07.19 18:50:57.756283 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
| 11462 | 2024.07.19 18:50:57.756388 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 6430, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11463 | 2024.07.19 18:50:57.756450 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11464 | 2024.07.19 18:50:57.756469 [ 3 ] {} <Debug> HTTP-Session: 27996c33-9842-45fa-8450-2fcf136a9979 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 11465 | 2024.07.19 18:50:57.756487 [ 3 ] {} <Debug> HTTP-Session: 27996c33-9842-45fa-8450-2fcf136a9979 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11466 | 2024.07.19 18:50:57.756501 [ 3 ] {} <Debug> HTTP-Session: 27996c33-9842-45fa-8450-2fcf136a9979 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11467 | 2024.07.19 18:50:57.756534 [ 3 ] {} <Trace> HTTP-Session: 27996c33-9842-45fa-8450-2fcf136a9979 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11468 | 2024.07.19 18:50:57.756682 [ 3 ] {f66936c0-fc52-4d59-8bf8-9bb9df794311} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 11469 | 2024.07.19 18:50:57.756756 [ 3 ] {f66936c0-fc52-4d59-8bf8-9bb9df794311} <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 | ||
| 11470 | 2024.07.19 18:50:57.757213 [ 3 ] {f66936c0-fc52-4d59-8bf8-9bb9df794311} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11471 | 2024.07.19 18:50:57.757719 [ 3 ] {f66936c0-fc52-4d59-8bf8-9bb9df794311} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11472 | 2024.07.19 18:50:57.757757 [ 3 ] {f66936c0-fc52-4d59-8bf8-9bb9df794311} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 11473 | 2024.07.19 18:50:57.758357 [ 3 ] {f66936c0-fc52-4d59-8bf8-9bb9df794311} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 11474 | 2024.07.19 18:50:57.758771 [ 3 ] {f66936c0-fc52-4d59-8bf8-9bb9df794311} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11475 | 2024.07.19 18:50:57.758968 [ 3 ] {f66936c0-fc52-4d59-8bf8-9bb9df794311} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002351 sec., 1701.403658017865 rows/sec., 3.05 MiB/sec. | ||
| 11476 | 2024.07.19 18:50:57.759198 [ 3 ] {f66936c0-fc52-4d59-8bf8-9bb9df794311} <Debug> DynamicQueryHandler: Done processing query | ||
| 11477 | 2024.07.19 18:50:57.759286 [ 3 ] {f66936c0-fc52-4d59-8bf8-9bb9df794311} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 11478 | 2024.07.19 18:50:57.759302 [ 3 ] {} <Debug> HTTP-Session: 27996c33-9842-45fa-8450-2fcf136a9979 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11479 | 2024.07.19 18:50:57.759427 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11480 | 2024.07.19 18:50:57.759478 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11481 | 2024.07.19 18:50:57.759496 [ 3 ] {} <Debug> HTTP-Session: 3e4d1159-068b-48d2-a7e2-f41f2c18f7f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 11482 | 2024.07.19 18:50:57.759513 [ 3 ] {} <Debug> HTTP-Session: 3e4d1159-068b-48d2-a7e2-f41f2c18f7f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11483 | 2024.07.19 18:50:57.759527 [ 3 ] {} <Debug> HTTP-Session: 3e4d1159-068b-48d2-a7e2-f41f2c18f7f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11484 | 2024.07.19 18:50:57.759557 [ 3 ] {} <Trace> HTTP-Session: 3e4d1159-068b-48d2-a7e2-f41f2c18f7f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11485 | 2024.07.19 18:50:57.759675 [ 3 ] {1507c2d6-ef7f-4aa9-8bb4-094d655537ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 11486 | 2024.07.19 18:50:57.759721 [ 3 ] {1507c2d6-ef7f-4aa9-8bb4-094d655537ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11487 | 2024.07.19 18:50:57.759851 [ 3 ] {1507c2d6-ef7f-4aa9-8bb4-094d655537ca} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11488 | 2024.07.19 18:50:57.760248 [ 3 ] {1507c2d6-ef7f-4aa9-8bb4-094d655537ca} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11489 | 2024.07.19 18:50:57.760285 [ 3 ] {1507c2d6-ef7f-4aa9-8bb4-094d655537ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 11490 | 2024.07.19 18:50:57.760640 [ 3 ] {1507c2d6-ef7f-4aa9-8bb4-094d655537ca} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 11491 | 2024.07.19 18:50:57.760960 [ 3 ] {1507c2d6-ef7f-4aa9-8bb4-094d655537ca} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11492 | 2024.07.19 18:50:57.761117 [ 3 ] {1507c2d6-ef7f-4aa9-8bb4-094d655537ca} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001478 sec., 40595.399188092015 rows/sec., 2.74 MiB/sec. | ||
| 11493 | 2024.07.19 18:50:57.761289 [ 3 ] {1507c2d6-ef7f-4aa9-8bb4-094d655537ca} <Debug> DynamicQueryHandler: Done processing query | ||
| 11494 | 2024.07.19 18:50:57.761325 [ 3 ] {1507c2d6-ef7f-4aa9-8bb4-094d655537ca} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 11495 | 2024.07.19 18:50:57.761342 [ 3 ] {} <Debug> HTTP-Session: 3e4d1159-068b-48d2-a7e2-f41f2c18f7f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11496 | 2024.07.19 18:51:00.516974 [ 109 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11497 | 2024.07.19 18:51:00.517025 [ 109 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11498 | 2024.07.19 18:51:02.745031 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 6196, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11499 | 2024.07.19 18:51:02.745169 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11500 | 2024.07.19 18:51:02.745201 [ 3 ] {} <Debug> HTTP-Session: 303d9b90-5612-42c7-969a-4751a9fe2559 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 11501 | 2024.07.19 18:51:02.745229 [ 3 ] {} <Debug> HTTP-Session: 303d9b90-5612-42c7-969a-4751a9fe2559 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11502 | 2024.07.19 18:51:02.745246 [ 3 ] {} <Debug> HTTP-Session: 303d9b90-5612-42c7-969a-4751a9fe2559 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11503 | 2024.07.19 18:51:02.745303 [ 3 ] {} <Trace> HTTP-Session: 303d9b90-5612-42c7-969a-4751a9fe2559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11504 | 2024.07.19 18:51:02.745522 [ 3 ] {672d63b3-bfb4-4a17-91a6-2dd1882f6807} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 11505 | 2024.07.19 18:51:02.745599 [ 3 ] {672d63b3-bfb4-4a17-91a6-2dd1882f6807} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 11506 | 2024.07.19 18:51:02.745833 [ 3 ] {672d63b3-bfb4-4a17-91a6-2dd1882f6807} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11507 | 2024.07.19 18:51:02.746291 [ 3 ] {672d63b3-bfb4-4a17-91a6-2dd1882f6807} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11508 | 2024.07.19 18:51:02.746338 [ 3 ] {672d63b3-bfb4-4a17-91a6-2dd1882f6807} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 11509 | 2024.07.19 18:51:02.746740 [ 3 ] {672d63b3-bfb4-4a17-91a6-2dd1882f6807} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 11510 | 2024.07.19 18:51:02.747094 [ 3 ] {672d63b3-bfb4-4a17-91a6-2dd1882f6807} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11511 | 2024.07.19 18:51:02.747253 [ 3 ] {672d63b3-bfb4-4a17-91a6-2dd1882f6807} <Debug> executeQuery: Read 44 rows, 3.42 KiB in 0.001804 sec., 24390.243902439022 rows/sec., 1.85 MiB/sec. | ||
| 11512 | 2024.07.19 18:51:02.747497 [ 3 ] {672d63b3-bfb4-4a17-91a6-2dd1882f6807} <Debug> DynamicQueryHandler: Done processing query | ||
| 11513 | 2024.07.19 18:51:02.747525 [ 3 ] {672d63b3-bfb4-4a17-91a6-2dd1882f6807} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 11514 | 2024.07.19 18:51:02.747541 [ 3 ] {} <Debug> HTTP-Session: 303d9b90-5612-42c7-969a-4751a9fe2559 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11515 | 2024.07.19 18:51:02.747736 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 41542, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11516 | 2024.07.19 18:51:02.747808 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11517 | 2024.07.19 18:51:02.747834 [ 3 ] {} <Debug> HTTP-Session: f9684a5f-5c3c-40bd-b2d2-b82846f8d8e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 11518 | 2024.07.19 18:51:02.747859 [ 3 ] {} <Debug> HTTP-Session: f9684a5f-5c3c-40bd-b2d2-b82846f8d8e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11519 | 2024.07.19 18:51:02.747879 [ 3 ] {} <Debug> HTTP-Session: f9684a5f-5c3c-40bd-b2d2-b82846f8d8e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11520 | 2024.07.19 18:51:02.747926 [ 3 ] {} <Trace> HTTP-Session: f9684a5f-5c3c-40bd-b2d2-b82846f8d8e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11521 | 2024.07.19 18:51:02.748124 [ 3 ] {ad5b310a-597d-4798-9dcc-aede92eb8eae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 11522 | 2024.07.19 18:51:02.748173 [ 3 ] {ad5b310a-597d-4798-9dcc-aede92eb8eae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11523 | 2024.07.19 18:51:02.748326 [ 3 ] {ad5b310a-597d-4798-9dcc-aede92eb8eae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11524 | 2024.07.19 18:51:02.748870 [ 3 ] {ad5b310a-597d-4798-9dcc-aede92eb8eae} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11525 | 2024.07.19 18:51:02.748908 [ 3 ] {ad5b310a-597d-4798-9dcc-aede92eb8eae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 11526 | 2024.07.19 18:51:02.749258 [ 3 ] {ad5b310a-597d-4798-9dcc-aede92eb8eae} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 11527 | 2024.07.19 18:51:02.749574 [ 3 ] {ad5b310a-597d-4798-9dcc-aede92eb8eae} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11528 | 2024.07.19 18:51:02.749729 [ 3 ] {ad5b310a-597d-4798-9dcc-aede92eb8eae} <Debug> executeQuery: Read 275 rows, 24.84 KiB in 0.001698 sec., 161955.24146054182 rows/sec., 14.28 MiB/sec. | ||
| 11529 | 2024.07.19 18:51:02.749914 [ 3 ] {ad5b310a-597d-4798-9dcc-aede92eb8eae} <Debug> DynamicQueryHandler: Done processing query | ||
| 11530 | 2024.07.19 18:51:02.749944 [ 3 ] {ad5b310a-597d-4798-9dcc-aede92eb8eae} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
| 11531 | 2024.07.19 18:51:02.749964 [ 3 ] {} <Debug> HTTP-Session: f9684a5f-5c3c-40bd-b2d2-b82846f8d8e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11532 | 2024.07.19 18:51:02.750228 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 69714, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11533 | 2024.07.19 18:51:02.750288 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11534 | 2024.07.19 18:51:02.750310 [ 3 ] {} <Debug> HTTP-Session: d2994919-9473-47d2-912f-6884a979ee51 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 11535 | 2024.07.19 18:51:02.750330 [ 3 ] {} <Debug> HTTP-Session: d2994919-9473-47d2-912f-6884a979ee51 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11536 | 2024.07.19 18:51:02.750348 [ 3 ] {} <Debug> HTTP-Session: d2994919-9473-47d2-912f-6884a979ee51 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11537 | 2024.07.19 18:51:02.750386 [ 3 ] {} <Trace> HTTP-Session: d2994919-9473-47d2-912f-6884a979ee51 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11538 | 2024.07.19 18:51:02.750629 [ 3 ] {db206d72-a602-47d0-bb8d-5b43b87f2435} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 11539 | 2024.07.19 18:51:02.750674 [ 3 ] {db206d72-a602-47d0-bb8d-5b43b87f2435} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11540 | 2024.07.19 18:51:02.750807 [ 3 ] {db206d72-a602-47d0-bb8d-5b43b87f2435} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11541 | 2024.07.19 18:51:02.751462 [ 3 ] {db206d72-a602-47d0-bb8d-5b43b87f2435} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11542 | 2024.07.19 18:51:02.751505 [ 3 ] {db206d72-a602-47d0-bb8d-5b43b87f2435} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 11543 | 2024.07.19 18:51:02.751886 [ 3 ] {db206d72-a602-47d0-bb8d-5b43b87f2435} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 11544 | 2024.07.19 18:51:02.752202 [ 3 ] {db206d72-a602-47d0-bb8d-5b43b87f2435} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11545 | 2024.07.19 18:51:02.752358 [ 3 ] {db206d72-a602-47d0-bb8d-5b43b87f2435} <Debug> executeQuery: Read 430 rows, 31.33 KiB in 0.001844 sec., 233188.7201735358 rows/sec., 16.59 MiB/sec. | ||
| 11546 | 2024.07.19 18:51:02.752617 [ 3 ] {db206d72-a602-47d0-bb8d-5b43b87f2435} <Debug> DynamicQueryHandler: Done processing query | ||
| 11547 | 2024.07.19 18:51:02.752675 [ 3 ] {db206d72-a602-47d0-bb8d-5b43b87f2435} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 11548 | 2024.07.19 18:51:02.752733 [ 3 ] {} <Debug> HTTP-Session: d2994919-9473-47d2-912f-6884a979ee51 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11549 | 2024.07.19 18:51:02.752944 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11550 | 2024.07.19 18:51:02.752997 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11551 | 2024.07.19 18:51:02.753016 [ 3 ] {} <Debug> HTTP-Session: 4777f042-f858-4a81-af2a-18eb7c594e05 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 11552 | 2024.07.19 18:51:02.753035 [ 3 ] {} <Debug> HTTP-Session: 4777f042-f858-4a81-af2a-18eb7c594e05 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11553 | 2024.07.19 18:51:02.753049 [ 3 ] {} <Debug> HTTP-Session: 4777f042-f858-4a81-af2a-18eb7c594e05 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11554 | 2024.07.19 18:51:02.753081 [ 3 ] {} <Trace> HTTP-Session: 4777f042-f858-4a81-af2a-18eb7c594e05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11555 | 2024.07.19 18:51:02.753192 [ 3 ] {10896531-4a9f-479f-8363-d2ec7cba49c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 11556 | 2024.07.19 18:51:02.753243 [ 3 ] {10896531-4a9f-479f-8363-d2ec7cba49c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11557 | 2024.07.19 18:51:02.753396 [ 3 ] {10896531-4a9f-479f-8363-d2ec7cba49c3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11558 | 2024.07.19 18:51:02.753689 [ 3 ] {10896531-4a9f-479f-8363-d2ec7cba49c3} <Trace> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11559 | 2024.07.19 18:51:02.753725 [ 3 ] {10896531-4a9f-479f-8363-d2ec7cba49c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 11560 | 2024.07.19 18:51:02.754090 [ 3 ] {10896531-4a9f-479f-8363-d2ec7cba49c3} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 11561 | 2024.07.19 18:51:02.754421 [ 3 ] {10896531-4a9f-479f-8363-d2ec7cba49c3} <Trace> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11562 | 2024.07.19 18:51:02.754586 [ 3 ] {10896531-4a9f-479f-8363-d2ec7cba49c3} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001416 sec., 4237.28813559322 rows/sec., 182.07 KiB/sec. | ||
| 11563 | 2024.07.19 18:51:02.754759 [ 3 ] {10896531-4a9f-479f-8363-d2ec7cba49c3} <Debug> DynamicQueryHandler: Done processing query | ||
| 11564 | 2024.07.19 18:51:02.754785 [ 3 ] {10896531-4a9f-479f-8363-d2ec7cba49c3} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 11565 | 2024.07.19 18:51:02.754800 [ 3 ] {} <Debug> HTTP-Session: 4777f042-f858-4a81-af2a-18eb7c594e05 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11566 | 2024.07.19 18:51:02.754925 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 14079, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11567 | 2024.07.19 18:51:02.754975 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11568 | 2024.07.19 18:51:02.754993 [ 3 ] {} <Debug> HTTP-Session: 0bc5f46a-9490-4fe3-8067-3759ee27830c Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 11569 | 2024.07.19 18:51:02.755010 [ 3 ] {} <Debug> HTTP-Session: 0bc5f46a-9490-4fe3-8067-3759ee27830c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11570 | 2024.07.19 18:51:02.755024 [ 3 ] {} <Debug> HTTP-Session: 0bc5f46a-9490-4fe3-8067-3759ee27830c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11571 | 2024.07.19 18:51:02.755055 [ 3 ] {} <Trace> HTTP-Session: 0bc5f46a-9490-4fe3-8067-3759ee27830c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11572 | 2024.07.19 18:51:02.755178 [ 3 ] {42b9bfb4-a80a-4196-8c51-16368c6667b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 11573 | 2024.07.19 18:51:02.755225 [ 3 ] {42b9bfb4-a80a-4196-8c51-16368c6667b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 11574 | 2024.07.19 18:51:02.755373 [ 3 ] {42b9bfb4-a80a-4196-8c51-16368c6667b9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11575 | 2024.07.19 18:51:02.755714 [ 3 ] {42b9bfb4-a80a-4196-8c51-16368c6667b9} <Trace> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11576 | 2024.07.19 18:51:02.755751 [ 3 ] {42b9bfb4-a80a-4196-8c51-16368c6667b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 11577 | 2024.07.19 18:51:02.756117 [ 3 ] {42b9bfb4-a80a-4196-8c51-16368c6667b9} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 11578 | 2024.07.19 18:51:02.756449 [ 3 ] {42b9bfb4-a80a-4196-8c51-16368c6667b9} <Trace> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11579 | 2024.07.19 18:51:02.756604 [ 3 ] {42b9bfb4-a80a-4196-8c51-16368c6667b9} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001467 sec., 52488.07089297887 rows/sec., 3.23 MiB/sec. | ||
| 11580 | 2024.07.19 18:51:02.756924 [ 3 ] {42b9bfb4-a80a-4196-8c51-16368c6667b9} <Debug> DynamicQueryHandler: Done processing query | ||
| 11581 | 2024.07.19 18:51:02.756950 [ 3 ] {42b9bfb4-a80a-4196-8c51-16368c6667b9} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 11582 | 2024.07.19 18:51:02.756966 [ 3 ] {} <Debug> HTTP-Session: 0bc5f46a-9490-4fe3-8067-3759ee27830c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11583 | 2024.07.19 18:51:02.757128 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11584 | 2024.07.19 18:51:02.757177 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11585 | 2024.07.19 18:51:02.757196 [ 3 ] {} <Debug> HTTP-Session: 95be5e74-b63e-4115-9f64-d3ee140b7582 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 11586 | 2024.07.19 18:51:02.757214 [ 3 ] {} <Debug> HTTP-Session: 95be5e74-b63e-4115-9f64-d3ee140b7582 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11587 | 2024.07.19 18:51:02.757228 [ 3 ] {} <Debug> HTTP-Session: 95be5e74-b63e-4115-9f64-d3ee140b7582 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11588 | 2024.07.19 18:51:02.757259 [ 3 ] {} <Trace> HTTP-Session: 95be5e74-b63e-4115-9f64-d3ee140b7582 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11589 | 2024.07.19 18:51:02.757430 [ 3 ] {8d4e1336-12ff-4a47-9d24-85d50687e09f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 11590 | 2024.07.19 18:51:02.757477 [ 3 ] {8d4e1336-12ff-4a47-9d24-85d50687e09f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11591 | 2024.07.19 18:51:02.757637 [ 3 ] {8d4e1336-12ff-4a47-9d24-85d50687e09f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11592 | 2024.07.19 18:51:02.758007 [ 3 ] {8d4e1336-12ff-4a47-9d24-85d50687e09f} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11593 | 2024.07.19 18:51:02.758042 [ 3 ] {8d4e1336-12ff-4a47-9d24-85d50687e09f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 11594 | 2024.07.19 18:51:02.758418 [ 3 ] {8d4e1336-12ff-4a47-9d24-85d50687e09f} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 11595 | 2024.07.19 18:51:02.758750 [ 3 ] {8d4e1336-12ff-4a47-9d24-85d50687e09f} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11596 | 2024.07.19 18:51:02.758899 [ 3 ] {8d4e1336-12ff-4a47-9d24-85d50687e09f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001556 sec., 102827.76349614395 rows/sec., 7.16 MiB/sec. | ||
| 11597 | 2024.07.19 18:51:02.759077 [ 3 ] {8d4e1336-12ff-4a47-9d24-85d50687e09f} <Debug> DynamicQueryHandler: Done processing query | ||
| 11598 | 2024.07.19 18:51:02.759102 [ 3 ] {8d4e1336-12ff-4a47-9d24-85d50687e09f} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 11599 | 2024.07.19 18:51:02.759117 [ 3 ] {} <Debug> HTTP-Session: 95be5e74-b63e-4115-9f64-d3ee140b7582 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11600 | 2024.07.19 18:51:02.759290 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 60998, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11601 | 2024.07.19 18:51:02.759338 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11602 | 2024.07.19 18:51:02.759357 [ 3 ] {} <Debug> HTTP-Session: 34227777-7646-4722-a15f-b5a711f62d23 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 11603 | 2024.07.19 18:51:02.759373 [ 3 ] {} <Debug> HTTP-Session: 34227777-7646-4722-a15f-b5a711f62d23 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11604 | 2024.07.19 18:51:02.759387 [ 3 ] {} <Debug> HTTP-Session: 34227777-7646-4722-a15f-b5a711f62d23 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11605 | 2024.07.19 18:51:02.759417 [ 3 ] {} <Trace> HTTP-Session: 34227777-7646-4722-a15f-b5a711f62d23 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11606 | 2024.07.19 18:51:02.759820 [ 3 ] {eabecf74-72d6-434b-8589-35d7c0f9bc01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 11607 | 2024.07.19 18:51:02.759885 [ 3 ] {eabecf74-72d6-434b-8589-35d7c0f9bc01} <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 | ||
| 11608 | 2024.07.19 18:51:02.760300 [ 3 ] {eabecf74-72d6-434b-8589-35d7c0f9bc01} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11609 | 2024.07.19 18:51:02.761006 [ 3 ] {eabecf74-72d6-434b-8589-35d7c0f9bc01} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11610 | 2024.07.19 18:51:02.761042 [ 3 ] {eabecf74-72d6-434b-8589-35d7c0f9bc01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 11611 | 2024.07.19 18:51:02.761676 [ 3 ] {eabecf74-72d6-434b-8589-35d7c0f9bc01} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 11612 | 2024.07.19 18:51:02.762090 [ 3 ] {eabecf74-72d6-434b-8589-35d7c0f9bc01} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11613 | 2024.07.19 18:51:02.762288 [ 3 ] {eabecf74-72d6-434b-8589-35d7c0f9bc01} <Debug> executeQuery: Read 38 rows, 69.73 KiB in 0.002782 sec., 13659.237958303378 rows/sec., 24.48 MiB/sec. | ||
| 11614 | 2024.07.19 18:51:02.762516 [ 3 ] {eabecf74-72d6-434b-8589-35d7c0f9bc01} <Debug> DynamicQueryHandler: Done processing query | ||
| 11615 | 2024.07.19 18:51:02.762542 [ 3 ] {eabecf74-72d6-434b-8589-35d7c0f9bc01} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
| 11616 | 2024.07.19 18:51:02.762558 [ 3 ] {} <Debug> HTTP-Session: 34227777-7646-4722-a15f-b5a711f62d23 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11617 | 2024.07.19 18:51:02.762684 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 5616, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11618 | 2024.07.19 18:51:02.762732 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11619 | 2024.07.19 18:51:02.762750 [ 3 ] {} <Debug> HTTP-Session: 0470503c-3754-4c3e-8772-8f98a8a07910 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 11620 | 2024.07.19 18:51:02.762766 [ 3 ] {} <Debug> HTTP-Session: 0470503c-3754-4c3e-8772-8f98a8a07910 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11621 | 2024.07.19 18:51:02.762780 [ 3 ] {} <Debug> HTTP-Session: 0470503c-3754-4c3e-8772-8f98a8a07910 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11622 | 2024.07.19 18:51:02.762810 [ 3 ] {} <Trace> HTTP-Session: 0470503c-3754-4c3e-8772-8f98a8a07910 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11623 | 2024.07.19 18:51:02.762917 [ 3 ] {5c096570-06c0-4ece-b44f-25ced25872a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 11624 | 2024.07.19 18:51:02.762962 [ 3 ] {5c096570-06c0-4ece-b44f-25ced25872a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 11625 | 2024.07.19 18:51:02.763090 [ 3 ] {5c096570-06c0-4ece-b44f-25ced25872a8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11626 | 2024.07.19 18:51:02.763371 [ 3 ] {5c096570-06c0-4ece-b44f-25ced25872a8} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11627 | 2024.07.19 18:51:02.763407 [ 3 ] {5c096570-06c0-4ece-b44f-25ced25872a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 11628 | 2024.07.19 18:51:02.763761 [ 3 ] {5c096570-06c0-4ece-b44f-25ced25872a8} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 11629 | 2024.07.19 18:51:02.764079 [ 3 ] {5c096570-06c0-4ece-b44f-25ced25872a8} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11630 | 2024.07.19 18:51:02.764239 [ 3 ] {5c096570-06c0-4ece-b44f-25ced25872a8} <Debug> executeQuery: Read 38 rows, 2.33 KiB in 0.001348 sec., 28189.910979228487 rows/sec., 1.69 MiB/sec. | ||
| 11631 | 2024.07.19 18:51:02.764545 [ 3 ] {5c096570-06c0-4ece-b44f-25ced25872a8} <Debug> DynamicQueryHandler: Done processing query | ||
| 11632 | 2024.07.19 18:51:02.764570 [ 3 ] {5c096570-06c0-4ece-b44f-25ced25872a8} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 11633 | 2024.07.19 18:51:02.764587 [ 3 ] {} <Debug> HTTP-Session: 0470503c-3754-4c3e-8772-8f98a8a07910 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11634 | 2024.07.19 18:51:02.764714 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11635 | 2024.07.19 18:51:02.764761 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11636 | 2024.07.19 18:51:02.764779 [ 3 ] {} <Debug> HTTP-Session: 69fbdb2b-78eb-45ce-9336-7144c43dafa2 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 11637 | 2024.07.19 18:51:02.764796 [ 3 ] {} <Debug> HTTP-Session: 69fbdb2b-78eb-45ce-9336-7144c43dafa2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11638 | 2024.07.19 18:51:02.764809 [ 3 ] {} <Debug> HTTP-Session: 69fbdb2b-78eb-45ce-9336-7144c43dafa2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11639 | 2024.07.19 18:51:02.764839 [ 3 ] {} <Trace> HTTP-Session: 69fbdb2b-78eb-45ce-9336-7144c43dafa2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11640 | 2024.07.19 18:51:02.764958 [ 3 ] {5ff0c4e2-e0fe-4a76-bca3-4e4c438894b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 11641 | 2024.07.19 18:51:02.765005 [ 3 ] {5ff0c4e2-e0fe-4a76-bca3-4e4c438894b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11642 | 2024.07.19 18:51:02.765148 [ 3 ] {5ff0c4e2-e0fe-4a76-bca3-4e4c438894b4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11643 | 2024.07.19 18:51:02.765437 [ 3 ] {5ff0c4e2-e0fe-4a76-bca3-4e4c438894b4} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11644 | 2024.07.19 18:51:02.765471 [ 3 ] {5ff0c4e2-e0fe-4a76-bca3-4e4c438894b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 11645 | 2024.07.19 18:51:02.765827 [ 3 ] {5ff0c4e2-e0fe-4a76-bca3-4e4c438894b4} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 11646 | 2024.07.19 18:51:02.766152 [ 3 ] {5ff0c4e2-e0fe-4a76-bca3-4e4c438894b4} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11647 | 2024.07.19 18:51:02.766314 [ 3 ] {5ff0c4e2-e0fe-4a76-bca3-4e4c438894b4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001387 sec., 43258.83201153569 rows/sec., 2.92 MiB/sec. | ||
| 11648 | 2024.07.19 18:51:02.766565 [ 3 ] {5ff0c4e2-e0fe-4a76-bca3-4e4c438894b4} <Debug> DynamicQueryHandler: Done processing query | ||
| 11649 | 2024.07.19 18:51:02.766617 [ 3 ] {5ff0c4e2-e0fe-4a76-bca3-4e4c438894b4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 11650 | 2024.07.19 18:51:02.766677 [ 3 ] {} <Debug> HTTP-Session: 69fbdb2b-78eb-45ce-9336-7144c43dafa2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11651 | 2024.07.19 18:51:07.739222 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 623, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11652 | 2024.07.19 18:51:07.739359 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11653 | 2024.07.19 18:51:07.739384 [ 3 ] {} <Debug> HTTP-Session: b1a3a1be-8e68-4c8a-97c2-6210692d69f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 11654 | 2024.07.19 18:51:07.739409 [ 3 ] {} <Debug> HTTP-Session: b1a3a1be-8e68-4c8a-97c2-6210692d69f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11655 | 2024.07.19 18:51:07.739425 [ 3 ] {} <Debug> HTTP-Session: b1a3a1be-8e68-4c8a-97c2-6210692d69f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11656 | 2024.07.19 18:51:07.739475 [ 3 ] {} <Trace> HTTP-Session: b1a3a1be-8e68-4c8a-97c2-6210692d69f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11657 | 2024.07.19 18:51:07.739659 [ 3 ] {74bbd2f3-c569-4ce7-ac40-f175e4c17a2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 11658 | 2024.07.19 18:51:07.739726 [ 3 ] {74bbd2f3-c569-4ce7-ac40-f175e4c17a2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 11659 | 2024.07.19 18:51:07.739916 [ 3 ] {74bbd2f3-c569-4ce7-ac40-f175e4c17a2a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11660 | 2024.07.19 18:51:07.740367 [ 3 ] {74bbd2f3-c569-4ce7-ac40-f175e4c17a2a} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11661 | 2024.07.19 18:51:07.740411 [ 3 ] {74bbd2f3-c569-4ce7-ac40-f175e4c17a2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 11662 | 2024.07.19 18:51:07.740790 [ 3 ] {74bbd2f3-c569-4ce7-ac40-f175e4c17a2a} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 11663 | 2024.07.19 18:51:07.741161 [ 3 ] {74bbd2f3-c569-4ce7-ac40-f175e4c17a2a} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11664 | 2024.07.19 18:51:07.741306 [ 3 ] {74bbd2f3-c569-4ce7-ac40-f175e4c17a2a} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001702 sec., 2350.1762632197415 rows/sec., 190.49 KiB/sec. | ||
| 11665 | 2024.07.19 18:51:07.741317 [ 101 ] {} <Debug> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 11666 | 2024.07.19 18:51:07.741369 [ 101 ] {} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11667 | 2024.07.19 18:51:07.741404 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 11668 | 2024.07.19 18:51:07.741580 [ 3 ] {74bbd2f3-c569-4ce7-ac40-f175e4c17a2a} <Debug> DynamicQueryHandler: Done processing query | ||
| 11669 | 2024.07.19 18:51:07.741669 [ 3 ] {74bbd2f3-c569-4ce7-ac40-f175e4c17a2a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 11670 | 2024.07.19 18:51:07.741711 [ 199 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::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 | ||
| 11671 | 2024.07.19 18:51:07.741733 [ 3 ] {} <Debug> HTTP-Session: b1a3a1be-8e68-4c8a-97c2-6210692d69f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11672 | 2024.07.19 18:51:07.742162 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9662, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11673 | 2024.07.19 18:51:07.742357 [ 199 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11674 | 2024.07.19 18:51:07.742484 [ 199 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 36 rows starting from the beginning of the part | ||
| 11675 | 2024.07.19 18:51:07.742485 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11676 | 2024.07.19 18:51:07.742595 [ 3 ] {} <Debug> HTTP-Session: 159efa59-7892-41b3-80e2-5c56dd9350ca Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 11677 | 2024.07.19 18:51:07.742694 [ 3 ] {} <Debug> HTTP-Session: 159efa59-7892-41b3-80e2-5c56dd9350ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11678 | 2024.07.19 18:51:07.742738 [ 3 ] {} <Debug> HTTP-Session: 159efa59-7892-41b3-80e2-5c56dd9350ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11679 | 2024.07.19 18:51:07.742742 [ 199 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 4 rows starting from the beginning of the part | ||
| 11680 | 2024.07.19 18:51:07.742915 [ 3 ] {} <Trace> HTTP-Session: 159efa59-7892-41b3-80e2-5c56dd9350ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11681 | 2024.07.19 18:51:07.743085 [ 199 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 32 rows starting from the beginning of the part | ||
| 11682 | 2024.07.19 18:51:07.743271 [ 199 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 4 rows starting from the beginning of the part | ||
| 11683 | 2024.07.19 18:51:07.743570 [ 199 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 44 rows starting from the beginning of the part | ||
| 11684 | 2024.07.19 18:51:07.743740 [ 3 ] {f53fe2bb-0442-40eb-9c11-06b7bbb5aa09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 11685 | 2024.07.19 18:51:07.743843 [ 199 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 4 rows starting from the beginning of the part | ||
| 11686 | 2024.07.19 18:51:07.744034 [ 3 ] {f53fe2bb-0442-40eb-9c11-06b7bbb5aa09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11687 | 2024.07.19 18:51:07.744603 [ 3 ] {f53fe2bb-0442-40eb-9c11-06b7bbb5aa09} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11688 | 2024.07.19 18:51:07.745606 [ 3 ] {f53fe2bb-0442-40eb-9c11-06b7bbb5aa09} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11689 | 2024.07.19 18:51:07.745671 [ 3 ] {f53fe2bb-0442-40eb-9c11-06b7bbb5aa09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 11690 | 2024.07.19 18:51:07.746674 [ 199 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 124 rows, containing 4 columns (4 merged, 0 gathered) in 0.005184711 sec., 23916.4728757302 rows/sec., 1.81 MiB/sec. | ||
| 11691 | 2024.07.19 18:51:07.746771 [ 3 ] {f53fe2bb-0442-40eb-9c11-06b7bbb5aa09} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 11692 | 2024.07.19 18:51:07.746836 [ 199 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 11693 | 2024.07.19 18:51:07.747757 [ 3 ] {f53fe2bb-0442-40eb-9c11-06b7bbb5aa09} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11694 | 2024.07.19 18:51:07.747808 [ 190 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_61_12} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11695 | 2024.07.19 18:51:07.748041 [ 190 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_61_12} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 11696 | 2024.07.19 18:51:07.748048 [ 3 ] {f53fe2bb-0442-40eb-9c11-06b7bbb5aa09} <Debug> executeQuery: Read 68 rows, 5.51 KiB in 0.004722 sec., 14400.677678949598 rows/sec., 1.14 MiB/sec. | ||
| 11697 | 2024.07.19 18:51:07.748310 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 11698 | 2024.07.19 18:51:07.748444 [ 3 ] {f53fe2bb-0442-40eb-9c11-06b7bbb5aa09} <Debug> DynamicQueryHandler: Done processing query | ||
| 11699 | 2024.07.19 18:51:07.748473 [ 3 ] {f53fe2bb-0442-40eb-9c11-06b7bbb5aa09} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 11700 | 2024.07.19 18:51:07.748489 [ 3 ] {} <Debug> HTTP-Session: 159efa59-7892-41b3-80e2-5c56dd9350ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11701 | 2024.07.19 18:51:07.748659 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 11562, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11702 | 2024.07.19 18:51:07.748709 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11703 | 2024.07.19 18:51:07.748728 [ 3 ] {} <Debug> HTTP-Session: 4c87de1e-c972-4c09-ad62-2099a2c730cd Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 11704 | 2024.07.19 18:51:07.748745 [ 3 ] {} <Debug> HTTP-Session: 4c87de1e-c972-4c09-ad62-2099a2c730cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11705 | 2024.07.19 18:51:07.748758 [ 3 ] {} <Debug> HTTP-Session: 4c87de1e-c972-4c09-ad62-2099a2c730cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11706 | 2024.07.19 18:51:07.748791 [ 3 ] {} <Trace> HTTP-Session: 4c87de1e-c972-4c09-ad62-2099a2c730cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11707 | 2024.07.19 18:51:07.748915 [ 3 ] {c501ccee-068a-4ed5-a491-6622cf83fb2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 11708 | 2024.07.19 18:51:07.748959 [ 3 ] {c501ccee-068a-4ed5-a491-6622cf83fb2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11709 | 2024.07.19 18:51:07.749108 [ 3 ] {c501ccee-068a-4ed5-a491-6622cf83fb2b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11710 | 2024.07.19 18:51:07.749460 [ 3 ] {c501ccee-068a-4ed5-a491-6622cf83fb2b} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11711 | 2024.07.19 18:51:07.749496 [ 3 ] {c501ccee-068a-4ed5-a491-6622cf83fb2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 11712 | 2024.07.19 18:51:07.749822 [ 3 ] {c501ccee-068a-4ed5-a491-6622cf83fb2b} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 11713 | 2024.07.19 18:51:07.750147 [ 3 ] {c501ccee-068a-4ed5-a491-6622cf83fb2b} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11714 | 2024.07.19 18:51:07.750267 [ 3 ] {c501ccee-068a-4ed5-a491-6622cf83fb2b} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.0014 sec., 48571.42857142857 rows/sec., 3.79 MiB/sec. | ||
| 11715 | 2024.07.19 18:51:07.750434 [ 3 ] {c501ccee-068a-4ed5-a491-6622cf83fb2b} <Debug> DynamicQueryHandler: Done processing query | ||
| 11716 | 2024.07.19 18:51:07.750459 [ 3 ] {c501ccee-068a-4ed5-a491-6622cf83fb2b} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 11717 | 2024.07.19 18:51:07.750474 [ 3 ] {} <Debug> HTTP-Session: 4c87de1e-c972-4c09-ad62-2099a2c730cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11718 | 2024.07.19 18:51:07.750639 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11719 | 2024.07.19 18:51:07.750703 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11720 | 2024.07.19 18:51:07.750729 [ 3 ] {} <Debug> HTTP-Session: caf5d1e3-f51a-47ca-804d-befe039fcfcc Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 11721 | 2024.07.19 18:51:07.750746 [ 3 ] {} <Debug> HTTP-Session: caf5d1e3-f51a-47ca-804d-befe039fcfcc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11722 | 2024.07.19 18:51:07.750759 [ 3 ] {} <Debug> HTTP-Session: caf5d1e3-f51a-47ca-804d-befe039fcfcc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11723 | 2024.07.19 18:51:07.750791 [ 3 ] {} <Trace> HTTP-Session: caf5d1e3-f51a-47ca-804d-befe039fcfcc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11724 | 2024.07.19 18:51:07.750968 [ 3 ] {f34f28dd-5858-4dd7-adf0-579b6c573802} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 11725 | 2024.07.19 18:51:07.751017 [ 3 ] {f34f28dd-5858-4dd7-adf0-579b6c573802} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11726 | 2024.07.19 18:51:07.751159 [ 3 ] {f34f28dd-5858-4dd7-adf0-579b6c573802} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11727 | 2024.07.19 18:51:07.751590 [ 3 ] {f34f28dd-5858-4dd7-adf0-579b6c573802} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11728 | 2024.07.19 18:51:07.751628 [ 3 ] {f34f28dd-5858-4dd7-adf0-579b6c573802} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 11729 | 2024.07.19 18:51:07.752163 [ 3 ] {f34f28dd-5858-4dd7-adf0-579b6c573802} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 11730 | 2024.07.19 18:51:07.752528 [ 3 ] {f34f28dd-5858-4dd7-adf0-579b6c573802} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11731 | 2024.07.19 18:51:07.752659 [ 3 ] {f34f28dd-5858-4dd7-adf0-579b6c573802} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001776 sec., 90090.09009009009 rows/sec., 6.27 MiB/sec. | ||
| 11732 | 2024.07.19 18:51:07.752852 [ 3 ] {f34f28dd-5858-4dd7-adf0-579b6c573802} <Debug> DynamicQueryHandler: Done processing query | ||
| 11733 | 2024.07.19 18:51:07.752887 [ 3 ] {f34f28dd-5858-4dd7-adf0-579b6c573802} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 11734 | 2024.07.19 18:51:07.752917 [ 3 ] {} <Debug> HTTP-Session: caf5d1e3-f51a-47ca-804d-befe039fcfcc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11735 | 2024.07.19 18:51:07.753054 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 6456, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11736 | 2024.07.19 18:51:07.753104 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11737 | 2024.07.19 18:51:07.753123 [ 3 ] {} <Debug> HTTP-Session: ad9a524b-08dc-4c5a-932a-2fffb2cc0f17 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 11738 | 2024.07.19 18:51:07.753139 [ 3 ] {} <Debug> HTTP-Session: ad9a524b-08dc-4c5a-932a-2fffb2cc0f17 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11739 | 2024.07.19 18:51:07.753154 [ 3 ] {} <Debug> HTTP-Session: ad9a524b-08dc-4c5a-932a-2fffb2cc0f17 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11740 | 2024.07.19 18:51:07.753185 [ 3 ] {} <Trace> HTTP-Session: ad9a524b-08dc-4c5a-932a-2fffb2cc0f17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11741 | 2024.07.19 18:51:07.753318 [ 3 ] {874e6178-5f8c-4d58-af7b-d02a3c9fab8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 11742 | 2024.07.19 18:51:07.753383 [ 3 ] {874e6178-5f8c-4d58-af7b-d02a3c9fab8e} <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 | ||
| 11743 | 2024.07.19 18:51:07.753797 [ 3 ] {874e6178-5f8c-4d58-af7b-d02a3c9fab8e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11744 | 2024.07.19 18:51:07.754295 [ 3 ] {874e6178-5f8c-4d58-af7b-d02a3c9fab8e} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11745 | 2024.07.19 18:51:07.754332 [ 3 ] {874e6178-5f8c-4d58-af7b-d02a3c9fab8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 11746 | 2024.07.19 18:51:07.754929 [ 3 ] {874e6178-5f8c-4d58-af7b-d02a3c9fab8e} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 11747 | 2024.07.19 18:51:07.755337 [ 3 ] {874e6178-5f8c-4d58-af7b-d02a3c9fab8e} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11748 | 2024.07.19 18:51:07.755474 [ 32 ] {} <Debug> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 11749 | 2024.07.19 18:51:07.755483 [ 3 ] {874e6178-5f8c-4d58-af7b-d02a3c9fab8e} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002223 sec., 1799.3702204228518 rows/sec., 3.22 MiB/sec. | ||
| 11750 | 2024.07.19 18:51:07.755508 [ 32 ] {} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11751 | 2024.07.19 18:51:07.755550 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 11752 | 2024.07.19 18:51:07.755823 [ 199 ] {088d1ac2-6670-47c5-a942-9441d6520aec::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 | ||
| 11753 | 2024.07.19 18:51:07.755939 [ 3 ] {874e6178-5f8c-4d58-af7b-d02a3c9fab8e} <Debug> DynamicQueryHandler: Done processing query | ||
| 11754 | 2024.07.19 18:51:07.755985 [ 3 ] {874e6178-5f8c-4d58-af7b-d02a3c9fab8e} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 11755 | 2024.07.19 18:51:07.756033 [ 3 ] {} <Debug> HTTP-Session: ad9a524b-08dc-4c5a-932a-2fffb2cc0f17 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11756 | 2024.07.19 18:51:07.756251 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11757 | 2024.07.19 18:51:07.756366 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11758 | 2024.07.19 18:51:07.756425 [ 3 ] {} <Debug> HTTP-Session: 31369cf2-0670-4af4-9365-01ff9f8fe908 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 11759 | 2024.07.19 18:51:07.756437 [ 199 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11760 | 2024.07.19 18:51:07.756462 [ 3 ] {} <Debug> HTTP-Session: 31369cf2-0670-4af4-9365-01ff9f8fe908 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11761 | 2024.07.19 18:51:07.756511 [ 3 ] {} <Debug> HTTP-Session: 31369cf2-0670-4af4-9365-01ff9f8fe908 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11762 | 2024.07.19 18:51:07.756612 [ 199 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 903 rows starting from the beginning of the part | ||
| 11763 | 2024.07.19 18:51:07.756618 [ 3 ] {} <Trace> HTTP-Session: 31369cf2-0670-4af4-9365-01ff9f8fe908 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11764 | 2024.07.19 18:51:07.757172 [ 3 ] {dfc58dc5-a3c2-4c60-881a-4f628bfd2975} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 11765 | 2024.07.19 18:51:07.757211 [ 199 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 4 rows starting from the beginning of the part | ||
| 11766 | 2024.07.19 18:51:07.757278 [ 3 ] {dfc58dc5-a3c2-4c60-881a-4f628bfd2975} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11767 | 2024.07.19 18:51:07.757997 [ 199 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 26 rows starting from the beginning of the part | ||
| 11768 | 2024.07.19 18:51:07.758215 [ 3 ] {dfc58dc5-a3c2-4c60-881a-4f628bfd2975} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11769 | 2024.07.19 18:51:07.758713 [ 199 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 4 rows starting from the beginning of the part | ||
| 11770 | 2024.07.19 18:51:07.759321 [ 199 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 38 rows starting from the beginning of the part | ||
| 11771 | 2024.07.19 18:51:07.759567 [ 3 ] {dfc58dc5-a3c2-4c60-881a-4f628bfd2975} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11772 | 2024.07.19 18:51:07.759699 [ 3 ] {dfc58dc5-a3c2-4c60-881a-4f628bfd2975} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 11773 | 2024.07.19 18:51:07.759957 [ 199 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 4 rows starting from the beginning of the part | ||
| 11774 | 2024.07.19 18:51:07.761051 [ 3 ] {dfc58dc5-a3c2-4c60-881a-4f628bfd2975} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 11775 | 2024.07.19 18:51:07.761885 [ 3 ] {dfc58dc5-a3c2-4c60-881a-4f628bfd2975} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11776 | 2024.07.19 18:51:07.762063 [ 3 ] {dfc58dc5-a3c2-4c60-881a-4f628bfd2975} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005268 sec., 11389.521640091116 rows/sec., 786.00 KiB/sec. | ||
| 11777 | 2024.07.19 18:51:07.762296 [ 3 ] {dfc58dc5-a3c2-4c60-881a-4f628bfd2975} <Debug> DynamicQueryHandler: Done processing query | ||
| 11778 | 2024.07.19 18:51:07.762336 [ 3 ] {dfc58dc5-a3c2-4c60-881a-4f628bfd2975} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 11779 | 2024.07.19 18:51:07.762359 [ 3 ] {} <Debug> HTTP-Session: 31369cf2-0670-4af4-9365-01ff9f8fe908 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11780 | 2024.07.19 18:51:07.765820 [ 199 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 979 rows, containing 19 columns (19 merged, 0 gathered) in 0.010152288 sec., 96431.46451322106 rows/sec., 172.80 MiB/sec. | ||
| 11781 | 2024.07.19 18:51:07.766987 [ 199 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 11782 | 2024.07.19 18:51:07.767545 [ 199 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_61_12} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11783 | 2024.07.19 18:51:07.767626 [ 199 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_61_12} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 11784 | 2024.07.19 18:51:07.767728 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.13 MiB. | ||
| 11785 | 2024.07.19 18:51:12.746048 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 6483, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11786 | 2024.07.19 18:51:12.746183 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11787 | 2024.07.19 18:51:12.746209 [ 3 ] {} <Debug> HTTP-Session: 75270912-a7d2-4755-91bf-346e28dee45f Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 11788 | 2024.07.19 18:51:12.746233 [ 3 ] {} <Debug> HTTP-Session: 75270912-a7d2-4755-91bf-346e28dee45f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11789 | 2024.07.19 18:51:12.746250 [ 3 ] {} <Debug> HTTP-Session: 75270912-a7d2-4755-91bf-346e28dee45f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11790 | 2024.07.19 18:51:12.746303 [ 3 ] {} <Trace> HTTP-Session: 75270912-a7d2-4755-91bf-346e28dee45f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11791 | 2024.07.19 18:51:12.746518 [ 3 ] {6541ea72-d4da-403d-a84d-821f57dc7639} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 11792 | 2024.07.19 18:51:12.746589 [ 3 ] {6541ea72-d4da-403d-a84d-821f57dc7639} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 11793 | 2024.07.19 18:51:12.746783 [ 3 ] {6541ea72-d4da-403d-a84d-821f57dc7639} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11794 | 2024.07.19 18:51:12.747247 [ 3 ] {6541ea72-d4da-403d-a84d-821f57dc7639} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11795 | 2024.07.19 18:51:12.747291 [ 3 ] {6541ea72-d4da-403d-a84d-821f57dc7639} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 11796 | 2024.07.19 18:51:12.747671 [ 3 ] {6541ea72-d4da-403d-a84d-821f57dc7639} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 11797 | 2024.07.19 18:51:12.748023 [ 3 ] {6541ea72-d4da-403d-a84d-821f57dc7639} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11798 | 2024.07.19 18:51:12.748188 [ 3 ] {6541ea72-d4da-403d-a84d-821f57dc7639} <Debug> executeQuery: Read 46 rows, 3.58 KiB in 0.001732 sec., 26558.891454965356 rows/sec., 2.02 MiB/sec. | ||
| 11799 | 2024.07.19 18:51:12.748467 [ 3 ] {6541ea72-d4da-403d-a84d-821f57dc7639} <Debug> DynamicQueryHandler: Done processing query | ||
| 11800 | 2024.07.19 18:51:12.748525 [ 3 ] {6541ea72-d4da-403d-a84d-821f57dc7639} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 11801 | 2024.07.19 18:51:12.748582 [ 3 ] {} <Debug> HTTP-Session: 75270912-a7d2-4755-91bf-346e28dee45f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11802 | 2024.07.19 18:51:12.748783 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11803 | 2024.07.19 18:51:12.748836 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11804 | 2024.07.19 18:51:12.748856 [ 3 ] {} <Debug> HTTP-Session: 9258fca2-c997-4591-8b4f-62cf7357b2b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 11805 | 2024.07.19 18:51:12.748873 [ 3 ] {} <Debug> HTTP-Session: 9258fca2-c997-4591-8b4f-62cf7357b2b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11806 | 2024.07.19 18:51:12.748888 [ 3 ] {} <Debug> HTTP-Session: 9258fca2-c997-4591-8b4f-62cf7357b2b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11807 | 2024.07.19 18:51:12.748920 [ 3 ] {} <Trace> HTTP-Session: 9258fca2-c997-4591-8b4f-62cf7357b2b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11808 | 2024.07.19 18:51:12.749019 [ 3 ] {ebe9b53a-77c2-414b-924f-cf36e33da9c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 11809 | 2024.07.19 18:51:12.749066 [ 3 ] {ebe9b53a-77c2-414b-924f-cf36e33da9c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 11810 | 2024.07.19 18:51:12.749210 [ 3 ] {ebe9b53a-77c2-414b-924f-cf36e33da9c8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11811 | 2024.07.19 18:51:12.749533 [ 3 ] {ebe9b53a-77c2-414b-924f-cf36e33da9c8} <Trace> oximeter.fields_ipaddr (5b198a67-6d84-4324-b6a3-e6f140922631): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11812 | 2024.07.19 18:51:12.749570 [ 3 ] {ebe9b53a-77c2-414b-924f-cf36e33da9c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 11813 | 2024.07.19 18:51:12.749869 [ 3 ] {ebe9b53a-77c2-414b-924f-cf36e33da9c8} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 11814 | 2024.07.19 18:51:12.750181 [ 3 ] {ebe9b53a-77c2-414b-924f-cf36e33da9c8} <Trace> oximeter.fields_ipaddr (5b198a67-6d84-4324-b6a3-e6f140922631): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11815 | 2024.07.19 18:51:12.750333 [ 3 ] {ebe9b53a-77c2-414b-924f-cf36e33da9c8} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001335 sec., 1498.12734082397 rows/sec., 122.16 KiB/sec. | ||
| 11816 | 2024.07.19 18:51:12.750619 [ 3 ] {ebe9b53a-77c2-414b-924f-cf36e33da9c8} <Debug> DynamicQueryHandler: Done processing query | ||
| 11817 | 2024.07.19 18:51:12.750659 [ 3 ] {ebe9b53a-77c2-414b-924f-cf36e33da9c8} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 11818 | 2024.07.19 18:51:12.750676 [ 3 ] {} <Debug> HTTP-Session: 9258fca2-c997-4591-8b4f-62cf7357b2b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11819 | 2024.07.19 18:51:12.750858 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 47601, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11820 | 2024.07.19 18:51:12.750906 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11821 | 2024.07.19 18:51:12.750924 [ 3 ] {} <Debug> HTTP-Session: d8b08260-0f14-49fb-9bd5-a15c6fa1b2de Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 11822 | 2024.07.19 18:51:12.750940 [ 3 ] {} <Debug> HTTP-Session: d8b08260-0f14-49fb-9bd5-a15c6fa1b2de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11823 | 2024.07.19 18:51:12.750953 [ 3 ] {} <Debug> HTTP-Session: d8b08260-0f14-49fb-9bd5-a15c6fa1b2de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11824 | 2024.07.19 18:51:12.750983 [ 3 ] {} <Trace> HTTP-Session: d8b08260-0f14-49fb-9bd5-a15c6fa1b2de Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11825 | 2024.07.19 18:51:12.751164 [ 3 ] {b3bc8a17-b77b-466a-9d1d-4f3904f98046} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 11826 | 2024.07.19 18:51:12.751210 [ 3 ] {b3bc8a17-b77b-466a-9d1d-4f3904f98046} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11827 | 2024.07.19 18:51:12.751354 [ 3 ] {b3bc8a17-b77b-466a-9d1d-4f3904f98046} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11828 | 2024.07.19 18:51:12.751876 [ 3 ] {b3bc8a17-b77b-466a-9d1d-4f3904f98046} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11829 | 2024.07.19 18:51:12.751912 [ 3 ] {b3bc8a17-b77b-466a-9d1d-4f3904f98046} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 11830 | 2024.07.19 18:51:12.752238 [ 3 ] {b3bc8a17-b77b-466a-9d1d-4f3904f98046} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 11831 | 2024.07.19 18:51:12.752554 [ 3 ] {b3bc8a17-b77b-466a-9d1d-4f3904f98046} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11832 | 2024.07.19 18:51:12.752701 [ 3 ] {b3bc8a17-b77b-466a-9d1d-4f3904f98046} <Debug> executeQuery: Read 318 rows, 28.31 KiB in 0.00163 sec., 195092.0245398773 rows/sec., 16.96 MiB/sec. | ||
| 11833 | 2024.07.19 18:51:12.752870 [ 3 ] {b3bc8a17-b77b-466a-9d1d-4f3904f98046} <Debug> DynamicQueryHandler: Done processing query | ||
| 11834 | 2024.07.19 18:51:12.752895 [ 3 ] {b3bc8a17-b77b-466a-9d1d-4f3904f98046} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
| 11835 | 2024.07.19 18:51:12.752910 [ 3 ] {} <Debug> HTTP-Session: d8b08260-0f14-49fb-9bd5-a15c6fa1b2de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11836 | 2024.07.19 18:51:12.753038 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11837 | 2024.07.19 18:51:12.753085 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11838 | 2024.07.19 18:51:12.753103 [ 3 ] {} <Debug> HTTP-Session: 5a4da845-1b0e-4a82-be69-6f749a95b89c Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 11839 | 2024.07.19 18:51:12.753119 [ 3 ] {} <Debug> HTTP-Session: 5a4da845-1b0e-4a82-be69-6f749a95b89c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11840 | 2024.07.19 18:51:12.753133 [ 3 ] {} <Debug> HTTP-Session: 5a4da845-1b0e-4a82-be69-6f749a95b89c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11841 | 2024.07.19 18:51:12.753163 [ 3 ] {} <Trace> HTTP-Session: 5a4da845-1b0e-4a82-be69-6f749a95b89c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11842 | 2024.07.19 18:51:12.753256 [ 3 ] {f5fe90be-8427-454a-b9e2-0e42c2726a75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 11843 | 2024.07.19 18:51:12.753299 [ 3 ] {f5fe90be-8427-454a-b9e2-0e42c2726a75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11844 | 2024.07.19 18:51:12.753424 [ 3 ] {f5fe90be-8427-454a-b9e2-0e42c2726a75} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11845 | 2024.07.19 18:51:12.753704 [ 3 ] {f5fe90be-8427-454a-b9e2-0e42c2726a75} <Trace> oximeter.fields_u16 (3a790436-232b-4913-bf8d-eba3067e022c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11846 | 2024.07.19 18:51:12.753740 [ 3 ] {f5fe90be-8427-454a-b9e2-0e42c2726a75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 11847 | 2024.07.19 18:51:12.754036 [ 3 ] {f5fe90be-8427-454a-b9e2-0e42c2726a75} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 11848 | 2024.07.19 18:51:12.754345 [ 3 ] {f5fe90be-8427-454a-b9e2-0e42c2726a75} <Trace> oximeter.fields_u16 (3a790436-232b-4913-bf8d-eba3067e022c): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11849 | 2024.07.19 18:51:12.754501 [ 3 ] {f5fe90be-8427-454a-b9e2-0e42c2726a75} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001257 sec., 1591.0898965791566 rows/sec., 111.10 KiB/sec. | ||
| 11850 | 2024.07.19 18:51:12.754664 [ 3 ] {f5fe90be-8427-454a-b9e2-0e42c2726a75} <Debug> DynamicQueryHandler: Done processing query | ||
| 11851 | 2024.07.19 18:51:12.754688 [ 3 ] {f5fe90be-8427-454a-b9e2-0e42c2726a75} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 11852 | 2024.07.19 18:51:12.754704 [ 3 ] {} <Debug> HTTP-Session: 5a4da845-1b0e-4a82-be69-6f749a95b89c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11853 | 2024.07.19 18:51:12.754876 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 72724, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11854 | 2024.07.19 18:51:12.754924 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11855 | 2024.07.19 18:51:12.754942 [ 3 ] {} <Debug> HTTP-Session: 03963d4f-ae56-44f2-add6-fa70cf0428a5 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 11856 | 2024.07.19 18:51:12.754959 [ 3 ] {} <Debug> HTTP-Session: 03963d4f-ae56-44f2-add6-fa70cf0428a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11857 | 2024.07.19 18:51:12.754972 [ 3 ] {} <Debug> HTTP-Session: 03963d4f-ae56-44f2-add6-fa70cf0428a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11858 | 2024.07.19 18:51:12.755002 [ 3 ] {} <Trace> HTTP-Session: 03963d4f-ae56-44f2-add6-fa70cf0428a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11859 | 2024.07.19 18:51:12.755232 [ 3 ] {5ae0d580-6389-4f5e-aa9e-15182c2fbbe0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 11860 | 2024.07.19 18:51:12.755276 [ 3 ] {5ae0d580-6389-4f5e-aa9e-15182c2fbbe0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11861 | 2024.07.19 18:51:12.755405 [ 3 ] {5ae0d580-6389-4f5e-aa9e-15182c2fbbe0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11862 | 2024.07.19 18:51:12.755963 [ 3 ] {5ae0d580-6389-4f5e-aa9e-15182c2fbbe0} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11863 | 2024.07.19 18:51:12.756000 [ 3 ] {5ae0d580-6389-4f5e-aa9e-15182c2fbbe0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 11864 | 2024.07.19 18:51:12.756329 [ 3 ] {5ae0d580-6389-4f5e-aa9e-15182c2fbbe0} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 11865 | 2024.07.19 18:51:12.756636 [ 3 ] {5ae0d580-6389-4f5e-aa9e-15182c2fbbe0} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11866 | 2024.07.19 18:51:12.756778 [ 3 ] {5ae0d580-6389-4f5e-aa9e-15182c2fbbe0} <Debug> executeQuery: Read 448 rows, 32.74 KiB in 0.001676 sec., 267303.1026252983 rows/sec., 19.08 MiB/sec. | ||
| 11867 | 2024.07.19 18:51:12.756941 [ 3 ] {5ae0d580-6389-4f5e-aa9e-15182c2fbbe0} <Debug> DynamicQueryHandler: Done processing query | ||
| 11868 | 2024.07.19 18:51:12.756966 [ 3 ] {5ae0d580-6389-4f5e-aa9e-15182c2fbbe0} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 11869 | 2024.07.19 18:51:12.756982 [ 3 ] {} <Debug> HTTP-Session: 03963d4f-ae56-44f2-add6-fa70cf0428a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11870 | 2024.07.19 18:51:12.757116 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11871 | 2024.07.19 18:51:12.757162 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11872 | 2024.07.19 18:51:12.757182 [ 3 ] {} <Debug> HTTP-Session: ac895e9f-6ada-4b20-b5df-8fbbefd19c41 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 11873 | 2024.07.19 18:51:12.757197 [ 3 ] {} <Debug> HTTP-Session: ac895e9f-6ada-4b20-b5df-8fbbefd19c41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11874 | 2024.07.19 18:51:12.757211 [ 3 ] {} <Debug> HTTP-Session: ac895e9f-6ada-4b20-b5df-8fbbefd19c41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11875 | 2024.07.19 18:51:12.757241 [ 3 ] {} <Trace> HTTP-Session: ac895e9f-6ada-4b20-b5df-8fbbefd19c41 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11876 | 2024.07.19 18:51:12.757329 [ 3 ] {288b8612-a468-43e0-8dbb-7db0c2ed753c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 11877 | 2024.07.19 18:51:12.757371 [ 3 ] {288b8612-a468-43e0-8dbb-7db0c2ed753c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11878 | 2024.07.19 18:51:12.757491 [ 3 ] {288b8612-a468-43e0-8dbb-7db0c2ed753c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11879 | 2024.07.19 18:51:12.757747 [ 3 ] {288b8612-a468-43e0-8dbb-7db0c2ed753c} <Trace> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11880 | 2024.07.19 18:51:12.757781 [ 3 ] {288b8612-a468-43e0-8dbb-7db0c2ed753c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 11881 | 2024.07.19 18:51:12.758113 [ 3 ] {288b8612-a468-43e0-8dbb-7db0c2ed753c} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 11882 | 2024.07.19 18:51:12.758503 [ 3 ] {288b8612-a468-43e0-8dbb-7db0c2ed753c} <Trace> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11883 | 2024.07.19 18:51:12.758649 [ 3 ] {288b8612-a468-43e0-8dbb-7db0c2ed753c} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001325 sec., 4528.301886792453 rows/sec., 194.58 KiB/sec. | ||
| 11884 | 2024.07.19 18:51:12.758811 [ 3 ] {288b8612-a468-43e0-8dbb-7db0c2ed753c} <Debug> DynamicQueryHandler: Done processing query | ||
| 11885 | 2024.07.19 18:51:12.758835 [ 3 ] {288b8612-a468-43e0-8dbb-7db0c2ed753c} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 11886 | 2024.07.19 18:51:12.758850 [ 3 ] {} <Debug> HTTP-Session: ac895e9f-6ada-4b20-b5df-8fbbefd19c41 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11887 | 2024.07.19 18:51:12.758980 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 14079, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11888 | 2024.07.19 18:51:12.759027 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11889 | 2024.07.19 18:51:12.759047 [ 3 ] {} <Debug> HTTP-Session: 256e21f5-cedd-4640-8440-f60100f7d1b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 11890 | 2024.07.19 18:51:12.759062 [ 3 ] {} <Debug> HTTP-Session: 256e21f5-cedd-4640-8440-f60100f7d1b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11891 | 2024.07.19 18:51:12.759076 [ 3 ] {} <Debug> HTTP-Session: 256e21f5-cedd-4640-8440-f60100f7d1b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11892 | 2024.07.19 18:51:12.759106 [ 3 ] {} <Trace> HTTP-Session: 256e21f5-cedd-4640-8440-f60100f7d1b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11893 | 2024.07.19 18:51:12.759219 [ 3 ] {1a85bb2e-f4d6-43f2-96ef-c3faa39fc91a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 11894 | 2024.07.19 18:51:12.759265 [ 3 ] {1a85bb2e-f4d6-43f2-96ef-c3faa39fc91a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 11895 | 2024.07.19 18:51:12.759405 [ 3 ] {1a85bb2e-f4d6-43f2-96ef-c3faa39fc91a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11896 | 2024.07.19 18:51:12.759740 [ 3 ] {1a85bb2e-f4d6-43f2-96ef-c3faa39fc91a} <Trace> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11897 | 2024.07.19 18:51:12.759776 [ 3 ] {1a85bb2e-f4d6-43f2-96ef-c3faa39fc91a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 11898 | 2024.07.19 18:51:12.760139 [ 3 ] {1a85bb2e-f4d6-43f2-96ef-c3faa39fc91a} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 11899 | 2024.07.19 18:51:12.760478 [ 3 ] {1a85bb2e-f4d6-43f2-96ef-c3faa39fc91a} <Trace> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11900 | 2024.07.19 18:51:12.760626 [ 3 ] {1a85bb2e-f4d6-43f2-96ef-c3faa39fc91a} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001441 sec., 53435.114503816796 rows/sec., 3.29 MiB/sec. | ||
| 11901 | 2024.07.19 18:51:12.760822 [ 3 ] {1a85bb2e-f4d6-43f2-96ef-c3faa39fc91a} <Debug> DynamicQueryHandler: Done processing query | ||
| 11902 | 2024.07.19 18:51:12.760850 [ 3 ] {1a85bb2e-f4d6-43f2-96ef-c3faa39fc91a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 11903 | 2024.07.19 18:51:12.760865 [ 3 ] {} <Debug> HTTP-Session: 256e21f5-cedd-4640-8440-f60100f7d1b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11904 | 2024.07.19 18:51:12.761039 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 37791, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11905 | 2024.07.19 18:51:12.761087 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11906 | 2024.07.19 18:51:12.761105 [ 3 ] {} <Debug> HTTP-Session: 9ae44961-13b6-472a-8782-df5a2bbcf496 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 11907 | 2024.07.19 18:51:12.761122 [ 3 ] {} <Debug> HTTP-Session: 9ae44961-13b6-472a-8782-df5a2bbcf496 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11908 | 2024.07.19 18:51:12.761136 [ 3 ] {} <Debug> HTTP-Session: 9ae44961-13b6-472a-8782-df5a2bbcf496 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11909 | 2024.07.19 18:51:12.761165 [ 3 ] {} <Trace> HTTP-Session: 9ae44961-13b6-472a-8782-df5a2bbcf496 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11910 | 2024.07.19 18:51:12.761365 [ 3 ] {fdcf7d38-c908-4091-9957-10e004f3ea5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 11911 | 2024.07.19 18:51:12.761411 [ 3 ] {fdcf7d38-c908-4091-9957-10e004f3ea5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11912 | 2024.07.19 18:51:12.761550 [ 3 ] {fdcf7d38-c908-4091-9957-10e004f3ea5b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11913 | 2024.07.19 18:51:12.761957 [ 3 ] {fdcf7d38-c908-4091-9957-10e004f3ea5b} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11914 | 2024.07.19 18:51:12.761992 [ 3 ] {fdcf7d38-c908-4091-9957-10e004f3ea5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 11915 | 2024.07.19 18:51:12.762365 [ 3 ] {fdcf7d38-c908-4091-9957-10e004f3ea5b} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 11916 | 2024.07.19 18:51:12.762703 [ 3 ] {fdcf7d38-c908-4091-9957-10e004f3ea5b} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11917 | 2024.07.19 18:51:12.762855 [ 3 ] {fdcf7d38-c908-4091-9957-10e004f3ea5b} <Debug> executeQuery: Read 197 rows, 14.08 KiB in 0.001606 sec., 122665.00622665006 rows/sec., 8.56 MiB/sec. | ||
| 11918 | 2024.07.19 18:51:12.762879 [ 96 ] {} <Debug> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 11919 | 2024.07.19 18:51:12.762984 [ 96 ] {} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11920 | 2024.07.19 18:51:12.763031 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 11921 | 2024.07.19 18:51:12.763125 [ 3 ] {fdcf7d38-c908-4091-9957-10e004f3ea5b} <Debug> DynamicQueryHandler: Done processing query | ||
| 11922 | 2024.07.19 18:51:12.763186 [ 3 ] {fdcf7d38-c908-4091-9957-10e004f3ea5b} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 11923 | 2024.07.19 18:51:12.763222 [ 3 ] {} <Debug> HTTP-Session: 9ae44961-13b6-472a-8782-df5a2bbcf496 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11924 | 2024.07.19 18:51:12.763219 [ 193 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::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 | ||
| 11925 | 2024.07.19 18:51:12.763435 [ 193 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11926 | 2024.07.19 18:51:12.763453 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 64238, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11927 | 2024.07.19 18:51:12.763509 [ 193 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_56_11, total 8804 rows starting from the beginning of the part | ||
| 11928 | 2024.07.19 18:51:12.763558 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11929 | 2024.07.19 18:51:12.763639 [ 3 ] {} <Debug> HTTP-Session: 5e323c0e-b345-495b-8b6f-b7b95b48167f Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 11930 | 2024.07.19 18:51:12.763727 [ 3 ] {} <Debug> HTTP-Session: 5e323c0e-b345-495b-8b6f-b7b95b48167f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11931 | 2024.07.19 18:51:12.763762 [ 193 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::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 | ||
| 11932 | 2024.07.19 18:51:12.763804 [ 3 ] {} <Debug> HTTP-Session: 5e323c0e-b345-495b-8b6f-b7b95b48167f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11933 | 2024.07.19 18:51:12.764045 [ 193 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::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 | ||
| 11934 | 2024.07.19 18:51:12.764094 [ 3 ] {} <Trace> HTTP-Session: 5e323c0e-b345-495b-8b6f-b7b95b48167f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11935 | 2024.07.19 18:51:12.764382 [ 193 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::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 | ||
| 11936 | 2024.07.19 18:51:12.764630 [ 193 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 160 rows starting from the beginning of the part | ||
| 11937 | 2024.07.19 18:51:12.764818 [ 193 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 197 rows starting from the beginning of the part | ||
| 11938 | 2024.07.19 18:51:12.765091 [ 3 ] {a647632e-f77e-4a9e-881d-b42fda7d0e86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 11939 | 2024.07.19 18:51:12.765374 [ 3 ] {a647632e-f77e-4a9e-881d-b42fda7d0e86} <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 | ||
| 11940 | 2024.07.19 18:51:12.766566 [ 3 ] {a647632e-f77e-4a9e-881d-b42fda7d0e86} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11941 | 2024.07.19 18:51:12.768183 [ 3 ] {a647632e-f77e-4a9e-881d-b42fda7d0e86} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11942 | 2024.07.19 18:51:12.768231 [ 3 ] {a647632e-f77e-4a9e-881d-b42fda7d0e86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 11943 | 2024.07.19 18:51:12.769683 [ 3 ] {a647632e-f77e-4a9e-881d-b42fda7d0e86} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 11944 | 2024.07.19 18:51:12.770199 [ 3 ] {a647632e-f77e-4a9e-881d-b42fda7d0e86} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11945 | 2024.07.19 18:51:12.770439 [ 3 ] {a647632e-f77e-4a9e-881d-b42fda7d0e86} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.005938 sec., 6736.274840013473 rows/sec., 12.07 MiB/sec. | ||
| 11946 | 2024.07.19 18:51:12.771231 [ 3 ] {a647632e-f77e-4a9e-881d-b42fda7d0e86} <Debug> DynamicQueryHandler: Done processing query | ||
| 11947 | 2024.07.19 18:51:12.771362 [ 3 ] {a647632e-f77e-4a9e-881d-b42fda7d0e86} <Debug> MemoryTracker: Peak memory usage (for query): 4.55 MiB. | ||
| 11948 | 2024.07.19 18:51:12.771499 [ 3 ] {} <Debug> HTTP-Session: 5e323c0e-b345-495b-8b6f-b7b95b48167f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11949 | 2024.07.19 18:51:12.771828 [ 195 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9641 rows, containing 5 columns (5 merged, 0 gathered) in 0.008716726 sec., 1106034.5363614734 rows/sec., 77.09 MiB/sec. | ||
| 11950 | 2024.07.19 18:51:12.771843 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 3212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11951 | 2024.07.19 18:51:12.771940 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11952 | 2024.07.19 18:51:12.771966 [ 3 ] {} <Debug> HTTP-Session: 458455cb-8a75-4454-8919-029aff31528b Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 11953 | 2024.07.19 18:51:12.771986 [ 3 ] {} <Debug> HTTP-Session: 458455cb-8a75-4454-8919-029aff31528b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11954 | 2024.07.19 18:51:12.772023 [ 3 ] {} <Debug> HTTP-Session: 458455cb-8a75-4454-8919-029aff31528b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11955 | 2024.07.19 18:51:12.772059 [ 3 ] {} <Trace> HTTP-Session: 458455cb-8a75-4454-8919-029aff31528b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11956 | 2024.07.19 18:51:12.772142 [ 195 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 11957 | 2024.07.19 18:51:12.772255 [ 3 ] {f6e20739-245a-4e47-9504-f4fd86ad7be1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 11958 | 2024.07.19 18:51:12.772342 [ 3 ] {f6e20739-245a-4e47-9504-f4fd86ad7be1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 11959 | 2024.07.19 18:51:12.772956 [ 3 ] {f6e20739-245a-4e47-9504-f4fd86ad7be1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11960 | 2024.07.19 18:51:12.773424 [ 195 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11961 | 2024.07.19 18:51:12.773637 [ 3 ] {f6e20739-245a-4e47-9504-f4fd86ad7be1} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11962 | 2024.07.19 18:51:12.773666 [ 195 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 11963 | 2024.07.19 18:51:12.773699 [ 3 ] {f6e20739-245a-4e47-9504-f4fd86ad7be1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 11964 | 2024.07.19 18:51:12.773872 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.92 MiB. | ||
| 11965 | 2024.07.19 18:51:12.774260 [ 3 ] {f6e20739-245a-4e47-9504-f4fd86ad7be1} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 11966 | 2024.07.19 18:51:12.774622 [ 3 ] {f6e20739-245a-4e47-9504-f4fd86ad7be1} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11967 | 2024.07.19 18:51:12.774757 [ 3 ] {f6e20739-245a-4e47-9504-f4fd86ad7be1} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.002589 sec., 8883.73889532638 rows/sec., 480.55 KiB/sec. | ||
| 11968 | 2024.07.19 18:51:12.774974 [ 3 ] {f6e20739-245a-4e47-9504-f4fd86ad7be1} <Debug> DynamicQueryHandler: Done processing query | ||
| 11969 | 2024.07.19 18:51:12.775000 [ 3 ] {f6e20739-245a-4e47-9504-f4fd86ad7be1} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 11970 | 2024.07.19 18:51:12.775016 [ 3 ] {} <Debug> HTTP-Session: 458455cb-8a75-4454-8919-029aff31528b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11971 | 2024.07.19 18:51:12.775140 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11972 | 2024.07.19 18:51:12.775190 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11973 | 2024.07.19 18:51:12.775209 [ 3 ] {} <Debug> HTTP-Session: 4c4342fb-840d-470b-adae-5708c6be603e Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 11974 | 2024.07.19 18:51:12.775225 [ 3 ] {} <Debug> HTTP-Session: 4c4342fb-840d-470b-adae-5708c6be603e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11975 | 2024.07.19 18:51:12.775239 [ 3 ] {} <Debug> HTTP-Session: 4c4342fb-840d-470b-adae-5708c6be603e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11976 | 2024.07.19 18:51:12.775269 [ 3 ] {} <Trace> HTTP-Session: 4c4342fb-840d-470b-adae-5708c6be603e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11977 | 2024.07.19 18:51:12.775402 [ 3 ] {1a88e836-5691-417c-8059-6b695a08a952} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 11978 | 2024.07.19 18:51:12.775453 [ 3 ] {1a88e836-5691-417c-8059-6b695a08a952} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11979 | 2024.07.19 18:51:12.775594 [ 3 ] {1a88e836-5691-417c-8059-6b695a08a952} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11980 | 2024.07.19 18:51:12.775951 [ 3 ] {1a88e836-5691-417c-8059-6b695a08a952} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11981 | 2024.07.19 18:51:12.775987 [ 3 ] {1a88e836-5691-417c-8059-6b695a08a952} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 11982 | 2024.07.19 18:51:12.776349 [ 3 ] {1a88e836-5691-417c-8059-6b695a08a952} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 11983 | 2024.07.19 18:51:12.776682 [ 3 ] {1a88e836-5691-417c-8059-6b695a08a952} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11984 | 2024.07.19 18:51:12.776807 [ 3 ] {1a88e836-5691-417c-8059-6b695a08a952} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001464 sec., 40983.60655737705 rows/sec., 2.76 MiB/sec. | ||
| 11985 | 2024.07.19 18:51:12.776816 [ 90 ] {} <Debug> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 11986 | 2024.07.19 18:51:12.776868 [ 90 ] {} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11987 | 2024.07.19 18:51:12.776901 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 11988 | 2024.07.19 18:51:12.777030 [ 3 ] {1a88e836-5691-417c-8059-6b695a08a952} <Debug> DynamicQueryHandler: Done processing query | ||
| 11989 | 2024.07.19 18:51:12.777075 [ 3 ] {1a88e836-5691-417c-8059-6b695a08a952} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 11990 | 2024.07.19 18:51:12.777083 [ 200 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::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 | ||
| 11991 | 2024.07.19 18:51:12.777101 [ 3 ] {} <Debug> HTTP-Session: 4c4342fb-840d-470b-adae-5708c6be603e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11992 | 2024.07.19 18:51:12.777290 [ 200 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11993 | 2024.07.19 18:51:12.777334 [ 200 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3056 rows starting from the beginning of the part | ||
| 11994 | 2024.07.19 18:51:12.777416 [ 200 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::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 | ||
| 11995 | 2024.07.19 18:51:12.777528 [ 200 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::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 | ||
| 11996 | 2024.07.19 18:51:12.777629 [ 200 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::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 | ||
| 11997 | 2024.07.19 18:51:12.777726 [ 200 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::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 | ||
| 11998 | 2024.07.19 18:51:12.777832 [ 200 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::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 | ||
| 11999 | 2024.07.19 18:51:12.779301 [ 195 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3356 rows, containing 4 columns (4 merged, 0 gathered) in 0.002322067 sec., 1445264.0686078393 rows/sec., 97.48 MiB/sec. | ||
| 12000 | 2024.07.19 18:51:12.779568 [ 195 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 12001 | 2024.07.19 18:51:12.779965 [ 195 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_61_12} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12002 | 2024.07.19 18:51:12.780059 [ 195 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_61_12} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 12003 | 2024.07.19 18:51:12.780154 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. | ||
| 12004 | 2024.07.19 18:51:15.517064 [ 99 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12005 | 2024.07.19 18:51:15.517115 [ 99 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 12006 | 2024.07.19 18:51:17.002672 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.002244055 sec. | ||
| 12007 | 2024.07.19 18:51:17.740024 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 623, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12008 | 2024.07.19 18:51:17.740163 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12009 | 2024.07.19 18:51:17.740192 [ 3 ] {} <Debug> HTTP-Session: 3b8630eb-e3a4-48d1-b48f-c07d93a2aef0 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 12010 | 2024.07.19 18:51:17.740221 [ 3 ] {} <Debug> HTTP-Session: 3b8630eb-e3a4-48d1-b48f-c07d93a2aef0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12011 | 2024.07.19 18:51:17.740238 [ 3 ] {} <Debug> HTTP-Session: 3b8630eb-e3a4-48d1-b48f-c07d93a2aef0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12012 | 2024.07.19 18:51:17.740293 [ 3 ] {} <Trace> HTTP-Session: 3b8630eb-e3a4-48d1-b48f-c07d93a2aef0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12013 | 2024.07.19 18:51:17.740491 [ 3 ] {e2768e75-7458-4a70-b982-8f54c738dde4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 12014 | 2024.07.19 18:51:17.740566 [ 3 ] {e2768e75-7458-4a70-b982-8f54c738dde4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 12015 | 2024.07.19 18:51:17.740773 [ 3 ] {e2768e75-7458-4a70-b982-8f54c738dde4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12016 | 2024.07.19 18:51:17.741187 [ 3 ] {e2768e75-7458-4a70-b982-8f54c738dde4} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12017 | 2024.07.19 18:51:17.741227 [ 3 ] {e2768e75-7458-4a70-b982-8f54c738dde4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 12018 | 2024.07.19 18:51:17.741627 [ 3 ] {e2768e75-7458-4a70-b982-8f54c738dde4} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 12019 | 2024.07.19 18:51:17.741960 [ 3 ] {e2768e75-7458-4a70-b982-8f54c738dde4} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12020 | 2024.07.19 18:51:17.742099 [ 3 ] {e2768e75-7458-4a70-b982-8f54c738dde4} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001669 sec., 2396.644697423607 rows/sec., 194.26 KiB/sec. | ||
| 12021 | 2024.07.19 18:51:17.742307 [ 3 ] {e2768e75-7458-4a70-b982-8f54c738dde4} <Debug> DynamicQueryHandler: Done processing query | ||
| 12022 | 2024.07.19 18:51:17.742345 [ 3 ] {e2768e75-7458-4a70-b982-8f54c738dde4} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 12023 | 2024.07.19 18:51:17.742374 [ 3 ] {} <Debug> HTTP-Session: 3b8630eb-e3a4-48d1-b48f-c07d93a2aef0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12024 | 2024.07.19 18:51:17.742510 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9662, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12025 | 2024.07.19 18:51:17.742560 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12026 | 2024.07.19 18:51:17.742579 [ 3 ] {} <Debug> HTTP-Session: 0c50bb37-49f6-4d06-bc76-b692007a3d0e Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 12027 | 2024.07.19 18:51:17.742596 [ 3 ] {} <Debug> HTTP-Session: 0c50bb37-49f6-4d06-bc76-b692007a3d0e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12028 | 2024.07.19 18:51:17.742609 [ 3 ] {} <Debug> HTTP-Session: 0c50bb37-49f6-4d06-bc76-b692007a3d0e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12029 | 2024.07.19 18:51:17.742640 [ 3 ] {} <Trace> HTTP-Session: 0c50bb37-49f6-4d06-bc76-b692007a3d0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12030 | 2024.07.19 18:51:17.742755 [ 3 ] {5fd03373-7de5-49b4-b249-17b58f9490bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 12031 | 2024.07.19 18:51:17.742799 [ 3 ] {5fd03373-7de5-49b4-b249-17b58f9490bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12032 | 2024.07.19 18:51:17.742922 [ 3 ] {5fd03373-7de5-49b4-b249-17b58f9490bf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12033 | 2024.07.19 18:51:17.743240 [ 3 ] {5fd03373-7de5-49b4-b249-17b58f9490bf} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12034 | 2024.07.19 18:51:17.743274 [ 3 ] {5fd03373-7de5-49b4-b249-17b58f9490bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 12035 | 2024.07.19 18:51:17.743587 [ 3 ] {5fd03373-7de5-49b4-b249-17b58f9490bf} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 12036 | 2024.07.19 18:51:17.743890 [ 3 ] {5fd03373-7de5-49b4-b249-17b58f9490bf} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12037 | 2024.07.19 18:51:17.744029 [ 3 ] {5fd03373-7de5-49b4-b249-17b58f9490bf} <Debug> executeQuery: Read 68 rows, 5.51 KiB in 0.001315 sec., 51711.02661596958 rows/sec., 4.09 MiB/sec. | ||
| 12038 | 2024.07.19 18:51:17.744188 [ 3 ] {5fd03373-7de5-49b4-b249-17b58f9490bf} <Debug> DynamicQueryHandler: Done processing query | ||
| 12039 | 2024.07.19 18:51:17.744212 [ 3 ] {5fd03373-7de5-49b4-b249-17b58f9490bf} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 12040 | 2024.07.19 18:51:17.744228 [ 3 ] {} <Debug> HTTP-Session: 0c50bb37-49f6-4d06-bc76-b692007a3d0e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12041 | 2024.07.19 18:51:17.744340 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 11562, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12042 | 2024.07.19 18:51:17.744388 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12043 | 2024.07.19 18:51:17.744406 [ 3 ] {} <Debug> HTTP-Session: 24ee4130-96d6-4a98-8c02-f80445b53788 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 12044 | 2024.07.19 18:51:17.744422 [ 3 ] {} <Debug> HTTP-Session: 24ee4130-96d6-4a98-8c02-f80445b53788 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12045 | 2024.07.19 18:51:17.744436 [ 3 ] {} <Debug> HTTP-Session: 24ee4130-96d6-4a98-8c02-f80445b53788 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12046 | 2024.07.19 18:51:17.744466 [ 3 ] {} <Trace> HTTP-Session: 24ee4130-96d6-4a98-8c02-f80445b53788 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12047 | 2024.07.19 18:51:17.744579 [ 3 ] {a23f9869-2665-4ae8-9434-c0014415292d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 12048 | 2024.07.19 18:51:17.744622 [ 3 ] {a23f9869-2665-4ae8-9434-c0014415292d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12049 | 2024.07.19 18:51:17.744747 [ 3 ] {a23f9869-2665-4ae8-9434-c0014415292d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12050 | 2024.07.19 18:51:17.745064 [ 3 ] {a23f9869-2665-4ae8-9434-c0014415292d} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12051 | 2024.07.19 18:51:17.745100 [ 3 ] {a23f9869-2665-4ae8-9434-c0014415292d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 12052 | 2024.07.19 18:51:17.745401 [ 3 ] {a23f9869-2665-4ae8-9434-c0014415292d} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 12053 | 2024.07.19 18:51:17.745702 [ 3 ] {a23f9869-2665-4ae8-9434-c0014415292d} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12054 | 2024.07.19 18:51:17.745840 [ 3 ] {a23f9869-2665-4ae8-9434-c0014415292d} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001302 sec., 52227.342549923196 rows/sec., 4.08 MiB/sec. | ||
| 12055 | 2024.07.19 18:51:17.745995 [ 3 ] {a23f9869-2665-4ae8-9434-c0014415292d} <Debug> DynamicQueryHandler: Done processing query | ||
| 12056 | 2024.07.19 18:51:17.746020 [ 3 ] {a23f9869-2665-4ae8-9434-c0014415292d} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 12057 | 2024.07.19 18:51:17.746036 [ 3 ] {} <Debug> HTTP-Session: 24ee4130-96d6-4a98-8c02-f80445b53788 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12058 | 2024.07.19 18:51:17.746187 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12059 | 2024.07.19 18:51:17.746234 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12060 | 2024.07.19 18:51:17.746253 [ 3 ] {} <Debug> HTTP-Session: b9090376-8d11-499a-8e73-deaf51ae5740 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 12061 | 2024.07.19 18:51:17.746270 [ 3 ] {} <Debug> HTTP-Session: b9090376-8d11-499a-8e73-deaf51ae5740 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12062 | 2024.07.19 18:51:17.746283 [ 3 ] {} <Debug> HTTP-Session: b9090376-8d11-499a-8e73-deaf51ae5740 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12063 | 2024.07.19 18:51:17.746313 [ 3 ] {} <Trace> HTTP-Session: b9090376-8d11-499a-8e73-deaf51ae5740 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12064 | 2024.07.19 18:51:17.746477 [ 3 ] {7b068b20-736f-47df-9f7d-e3b51c1936be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 12065 | 2024.07.19 18:51:17.746525 [ 3 ] {7b068b20-736f-47df-9f7d-e3b51c1936be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12066 | 2024.07.19 18:51:17.746668 [ 3 ] {7b068b20-736f-47df-9f7d-e3b51c1936be} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12067 | 2024.07.19 18:51:17.747033 [ 3 ] {7b068b20-736f-47df-9f7d-e3b51c1936be} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12068 | 2024.07.19 18:51:17.747068 [ 3 ] {7b068b20-736f-47df-9f7d-e3b51c1936be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 12069 | 2024.07.19 18:51:17.747464 [ 3 ] {7b068b20-736f-47df-9f7d-e3b51c1936be} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 12070 | 2024.07.19 18:51:17.747803 [ 3 ] {7b068b20-736f-47df-9f7d-e3b51c1936be} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12071 | 2024.07.19 18:51:17.747941 [ 3 ] {7b068b20-736f-47df-9f7d-e3b51c1936be} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001521 sec., 105193.9513477975 rows/sec., 7.33 MiB/sec. | ||
| 12072 | 2024.07.19 18:51:17.748146 [ 3 ] {7b068b20-736f-47df-9f7d-e3b51c1936be} <Debug> DynamicQueryHandler: Done processing query | ||
| 12073 | 2024.07.19 18:51:17.748171 [ 3 ] {7b068b20-736f-47df-9f7d-e3b51c1936be} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 12074 | 2024.07.19 18:51:17.748187 [ 3 ] {} <Debug> HTTP-Session: b9090376-8d11-499a-8e73-deaf51ae5740 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12075 | 2024.07.19 18:51:17.748295 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 6456, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12076 | 2024.07.19 18:51:17.748344 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12077 | 2024.07.19 18:51:17.748362 [ 3 ] {} <Debug> HTTP-Session: 2b3dc0dc-5f36-43fa-a81b-dc7ca7fd12a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 12078 | 2024.07.19 18:51:17.748379 [ 3 ] {} <Debug> HTTP-Session: 2b3dc0dc-5f36-43fa-a81b-dc7ca7fd12a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12079 | 2024.07.19 18:51:17.748394 [ 3 ] {} <Debug> HTTP-Session: 2b3dc0dc-5f36-43fa-a81b-dc7ca7fd12a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12080 | 2024.07.19 18:51:17.748423 [ 3 ] {} <Trace> HTTP-Session: 2b3dc0dc-5f36-43fa-a81b-dc7ca7fd12a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12081 | 2024.07.19 18:51:17.748560 [ 3 ] {1df6fc69-36df-4989-bb07-3145f34a7ef1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 12082 | 2024.07.19 18:51:17.748625 [ 3 ] {1df6fc69-36df-4989-bb07-3145f34a7ef1} <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 | ||
| 12083 | 2024.07.19 18:51:17.749041 [ 3 ] {1df6fc69-36df-4989-bb07-3145f34a7ef1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12084 | 2024.07.19 18:51:17.749491 [ 3 ] {1df6fc69-36df-4989-bb07-3145f34a7ef1} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12085 | 2024.07.19 18:51:17.749527 [ 3 ] {1df6fc69-36df-4989-bb07-3145f34a7ef1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 12086 | 2024.07.19 18:51:17.750107 [ 3 ] {1df6fc69-36df-4989-bb07-3145f34a7ef1} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 12087 | 2024.07.19 18:51:17.750516 [ 3 ] {1df6fc69-36df-4989-bb07-3145f34a7ef1} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12088 | 2024.07.19 18:51:17.750706 [ 3 ] {1df6fc69-36df-4989-bb07-3145f34a7ef1} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002197 sec., 1820.6645425580336 rows/sec., 3.26 MiB/sec. | ||
| 12089 | 2024.07.19 18:51:17.751123 [ 3 ] {1df6fc69-36df-4989-bb07-3145f34a7ef1} <Debug> DynamicQueryHandler: Done processing query | ||
| 12090 | 2024.07.19 18:51:17.751188 [ 3 ] {1df6fc69-36df-4989-bb07-3145f34a7ef1} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 12091 | 2024.07.19 18:51:17.751251 [ 3 ] {} <Debug> HTTP-Session: 2b3dc0dc-5f36-43fa-a81b-dc7ca7fd12a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12092 | 2024.07.19 18:51:17.751456 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12093 | 2024.07.19 18:51:17.751525 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12094 | 2024.07.19 18:51:17.751545 [ 3 ] {} <Debug> HTTP-Session: 4d2c0c9e-ef9a-42a8-a6ed-039ea05ad2ad Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 12095 | 2024.07.19 18:51:17.751562 [ 3 ] {} <Debug> HTTP-Session: 4d2c0c9e-ef9a-42a8-a6ed-039ea05ad2ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12096 | 2024.07.19 18:51:17.751576 [ 3 ] {} <Debug> HTTP-Session: 4d2c0c9e-ef9a-42a8-a6ed-039ea05ad2ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12097 | 2024.07.19 18:51:17.751609 [ 3 ] {} <Trace> HTTP-Session: 4d2c0c9e-ef9a-42a8-a6ed-039ea05ad2ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12098 | 2024.07.19 18:51:17.751735 [ 3 ] {d6241f71-19e0-4d75-b02a-4545b7dbcc20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 12099 | 2024.07.19 18:51:17.751781 [ 3 ] {d6241f71-19e0-4d75-b02a-4545b7dbcc20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12100 | 2024.07.19 18:51:17.751915 [ 3 ] {d6241f71-19e0-4d75-b02a-4545b7dbcc20} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12101 | 2024.07.19 18:51:17.752204 [ 3 ] {d6241f71-19e0-4d75-b02a-4545b7dbcc20} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12102 | 2024.07.19 18:51:17.752240 [ 3 ] {d6241f71-19e0-4d75-b02a-4545b7dbcc20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 12103 | 2024.07.19 18:51:17.752597 [ 3 ] {d6241f71-19e0-4d75-b02a-4545b7dbcc20} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 12104 | 2024.07.19 18:51:17.752944 [ 3 ] {d6241f71-19e0-4d75-b02a-4545b7dbcc20} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12105 | 2024.07.19 18:51:17.753098 [ 3 ] {d6241f71-19e0-4d75-b02a-4545b7dbcc20} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001403 sec., 42765.50249465431 rows/sec., 2.88 MiB/sec. | ||
| 12106 | 2024.07.19 18:51:17.753264 [ 3 ] {d6241f71-19e0-4d75-b02a-4545b7dbcc20} <Debug> DynamicQueryHandler: Done processing query | ||
| 12107 | 2024.07.19 18:51:17.753290 [ 3 ] {d6241f71-19e0-4d75-b02a-4545b7dbcc20} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 12108 | 2024.07.19 18:51:17.753305 [ 3 ] {} <Debug> HTTP-Session: 4d2c0c9e-ef9a-42a8-a6ed-039ea05ad2ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12109 | 2024.07.19 18:51:22.745975 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 7341, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12110 | 2024.07.19 18:51:22.746117 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12111 | 2024.07.19 18:51:22.746147 [ 3 ] {} <Debug> HTTP-Session: 6a3a71c8-7383-41a4-a0d1-3b928ad08091 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 12112 | 2024.07.19 18:51:22.746176 [ 3 ] {} <Debug> HTTP-Session: 6a3a71c8-7383-41a4-a0d1-3b928ad08091 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12113 | 2024.07.19 18:51:22.746195 [ 3 ] {} <Debug> HTTP-Session: 6a3a71c8-7383-41a4-a0d1-3b928ad08091 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12114 | 2024.07.19 18:51:22.746251 [ 3 ] {} <Trace> HTTP-Session: 6a3a71c8-7383-41a4-a0d1-3b928ad08091 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12115 | 2024.07.19 18:51:22.746476 [ 3 ] {e45e24c3-78ec-4e43-8e4a-1e996f5b72b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 12116 | 2024.07.19 18:51:22.746554 [ 3 ] {e45e24c3-78ec-4e43-8e4a-1e996f5b72b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 12117 | 2024.07.19 18:51:22.746778 [ 3 ] {e45e24c3-78ec-4e43-8e4a-1e996f5b72b7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12118 | 2024.07.19 18:51:22.747254 [ 3 ] {e45e24c3-78ec-4e43-8e4a-1e996f5b72b7} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12119 | 2024.07.19 18:51:22.747301 [ 3 ] {e45e24c3-78ec-4e43-8e4a-1e996f5b72b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 12120 | 2024.07.19 18:51:22.747684 [ 3 ] {e45e24c3-78ec-4e43-8e4a-1e996f5b72b7} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 12121 | 2024.07.19 18:51:22.748020 [ 3 ] {e45e24c3-78ec-4e43-8e4a-1e996f5b72b7} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12122 | 2024.07.19 18:51:22.748177 [ 3 ] {e45e24c3-78ec-4e43-8e4a-1e996f5b72b7} <Debug> executeQuery: Read 52 rows, 4.07 KiB in 0.001776 sec., 29279.27927927928 rows/sec., 2.24 MiB/sec. | ||
| 12123 | 2024.07.19 18:51:22.748423 [ 3 ] {e45e24c3-78ec-4e43-8e4a-1e996f5b72b7} <Debug> DynamicQueryHandler: Done processing query | ||
| 12124 | 2024.07.19 18:51:22.748452 [ 3 ] {e45e24c3-78ec-4e43-8e4a-1e996f5b72b7} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 12125 | 2024.07.19 18:51:22.748468 [ 3 ] {} <Debug> HTTP-Session: 6a3a71c8-7383-41a4-a0d1-3b928ad08091 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12126 | 2024.07.19 18:51:22.748665 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 45238, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12127 | 2024.07.19 18:51:22.748723 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12128 | 2024.07.19 18:51:22.748744 [ 3 ] {} <Debug> HTTP-Session: ba513442-2164-4a17-9c57-b6d27dc40236 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 12129 | 2024.07.19 18:51:22.748763 [ 3 ] {} <Debug> HTTP-Session: ba513442-2164-4a17-9c57-b6d27dc40236 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12130 | 2024.07.19 18:51:22.748776 [ 3 ] {} <Debug> HTTP-Session: ba513442-2164-4a17-9c57-b6d27dc40236 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12131 | 2024.07.19 18:51:22.748811 [ 3 ] {} <Trace> HTTP-Session: ba513442-2164-4a17-9c57-b6d27dc40236 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12132 | 2024.07.19 18:51:22.749008 [ 3 ] {8b97b29d-4f29-47a9-91a3-40a9b181e58e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 12133 | 2024.07.19 18:51:22.749055 [ 3 ] {8b97b29d-4f29-47a9-91a3-40a9b181e58e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12134 | 2024.07.19 18:51:22.749195 [ 3 ] {8b97b29d-4f29-47a9-91a3-40a9b181e58e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12135 | 2024.07.19 18:51:22.749757 [ 3 ] {8b97b29d-4f29-47a9-91a3-40a9b181e58e} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12136 | 2024.07.19 18:51:22.749796 [ 3 ] {8b97b29d-4f29-47a9-91a3-40a9b181e58e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 12137 | 2024.07.19 18:51:22.750126 [ 3 ] {8b97b29d-4f29-47a9-91a3-40a9b181e58e} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 12138 | 2024.07.19 18:51:22.750433 [ 3 ] {8b97b29d-4f29-47a9-91a3-40a9b181e58e} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12139 | 2024.07.19 18:51:22.750592 [ 3 ] {8b97b29d-4f29-47a9-91a3-40a9b181e58e} <Debug> executeQuery: Read 299 rows, 27.08 KiB in 0.001681 sec., 177870.31528851873 rows/sec., 15.73 MiB/sec. | ||
| 12140 | 2024.07.19 18:51:22.750628 [ 89 ] {} <Debug> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 12141 | 2024.07.19 18:51:22.750778 [ 89 ] {} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12142 | 2024.07.19 18:51:22.750840 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 12143 | 2024.07.19 18:51:22.750851 [ 3 ] {8b97b29d-4f29-47a9-91a3-40a9b181e58e} <Debug> DynamicQueryHandler: Done processing query | ||
| 12144 | 2024.07.19 18:51:22.750899 [ 3 ] {8b97b29d-4f29-47a9-91a3-40a9b181e58e} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
| 12145 | 2024.07.19 18:51:22.750946 [ 3 ] {} <Debug> HTTP-Session: ba513442-2164-4a17-9c57-b6d27dc40236 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12146 | 2024.07.19 18:51:22.751073 [ 189 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::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 | ||
| 12147 | 2024.07.19 18:51:22.751282 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 70889, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12148 | 2024.07.19 18:51:22.751292 [ 189 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12149 | 2024.07.19 18:51:22.751371 [ 189 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 295 rows starting from the beginning of the part | ||
| 12150 | 2024.07.19 18:51:22.751375 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12151 | 2024.07.19 18:51:22.751432 [ 3 ] {} <Debug> HTTP-Session: cb7d4ea2-6822-4c76-945c-b5e91536146a Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 12152 | 2024.07.19 18:51:22.751476 [ 3 ] {} <Debug> HTTP-Session: cb7d4ea2-6822-4c76-945c-b5e91536146a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12153 | 2024.07.19 18:51:22.751553 [ 3 ] {} <Debug> HTTP-Session: cb7d4ea2-6822-4c76-945c-b5e91536146a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12154 | 2024.07.19 18:51:22.751592 [ 189 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 275 rows starting from the beginning of the part | ||
| 12155 | 2024.07.19 18:51:22.751776 [ 3 ] {} <Trace> HTTP-Session: cb7d4ea2-6822-4c76-945c-b5e91536146a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12156 | 2024.07.19 18:51:22.751905 [ 189 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 68 rows starting from the beginning of the part | ||
| 12157 | 2024.07.19 18:51:22.752163 [ 189 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 318 rows starting from the beginning of the part | ||
| 12158 | 2024.07.19 18:51:22.752376 [ 189 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 68 rows starting from the beginning of the part | ||
| 12159 | 2024.07.19 18:51:22.752540 [ 3 ] {7635bd40-906a-489d-aaa7-cd209f5763db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 12160 | 2024.07.19 18:51:22.752638 [ 189 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 299 rows starting from the beginning of the part | ||
| 12161 | 2024.07.19 18:51:22.752739 [ 3 ] {7635bd40-906a-489d-aaa7-cd209f5763db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12162 | 2024.07.19 18:51:22.753390 [ 3 ] {7635bd40-906a-489d-aaa7-cd209f5763db} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12163 | 2024.07.19 18:51:22.754616 [ 3 ] {7635bd40-906a-489d-aaa7-cd209f5763db} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12164 | 2024.07.19 18:51:22.754692 [ 3 ] {7635bd40-906a-489d-aaa7-cd209f5763db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 12165 | 2024.07.19 18:51:22.755404 [ 3 ] {7635bd40-906a-489d-aaa7-cd209f5763db} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 12166 | 2024.07.19 18:51:22.755629 [ 200 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1323 rows, containing 4 columns (4 merged, 0 gathered) in 0.004643563 sec., 284910.5309866583 rows/sec., 24.68 MiB/sec. | ||
| 12167 | 2024.07.19 18:51:22.755957 [ 200 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 12168 | 2024.07.19 18:51:22.756085 [ 3 ] {7635bd40-906a-489d-aaa7-cd209f5763db} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12169 | 2024.07.19 18:51:22.756373 [ 89 ] {} <Debug> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 12170 | 2024.07.19 18:51:22.756483 [ 3 ] {7635bd40-906a-489d-aaa7-cd209f5763db} <Debug> executeQuery: Read 437 rows, 31.88 KiB in 0.004256 sec., 102678.57142857142 rows/sec., 7.32 MiB/sec. | ||
| 12171 | 2024.07.19 18:51:22.756687 [ 89 ] {} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12172 | 2024.07.19 18:51:22.756938 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 12173 | 2024.07.19 18:51:22.757188 [ 3 ] {7635bd40-906a-489d-aaa7-cd209f5763db} <Debug> DynamicQueryHandler: Done processing query | ||
| 12174 | 2024.07.19 18:51:22.757272 [ 3 ] {7635bd40-906a-489d-aaa7-cd209f5763db} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 12175 | 2024.07.19 18:51:22.757289 [ 197 ] {67671d04-4863-4609-b795-f6318ed5bf2b::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 | ||
| 12176 | 2024.07.19 18:51:22.757363 [ 3 ] {} <Debug> HTTP-Session: cb7d4ea2-6822-4c76-945c-b5e91536146a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12177 | 2024.07.19 18:51:22.757567 [ 200 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_66_13} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12178 | 2024.07.19 18:51:22.757822 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12179 | 2024.07.19 18:51:22.758035 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12180 | 2024.07.19 18:51:22.758146 [ 200 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_66_13} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 12181 | 2024.07.19 18:51:22.758167 [ 3 ] {} <Debug> HTTP-Session: 44fe9fba-1d56-4bec-b0a0-22ed73dea83d Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 12182 | 2024.07.19 18:51:22.758207 [ 197 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12183 | 2024.07.19 18:51:22.758268 [ 3 ] {} <Debug> HTTP-Session: 44fe9fba-1d56-4bec-b0a0-22ed73dea83d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12184 | 2024.07.19 18:51:22.758396 [ 197 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 470 rows starting from the beginning of the part | ||
| 12185 | 2024.07.19 18:51:22.758411 [ 3 ] {} <Debug> HTTP-Session: 44fe9fba-1d56-4bec-b0a0-22ed73dea83d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12186 | 2024.07.19 18:51:22.758605 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. | ||
| 12187 | 2024.07.19 18:51:22.758665 [ 3 ] {} <Trace> HTTP-Session: 44fe9fba-1d56-4bec-b0a0-22ed73dea83d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12188 | 2024.07.19 18:51:22.759117 [ 197 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 430 rows starting from the beginning of the part | ||
| 12189 | 2024.07.19 18:51:22.759281 [ 3 ] {c6337e4c-c7b9-4cbd-b101-d2bc3d236b6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 12190 | 2024.07.19 18:51:22.759611 [ 197 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 68 rows starting from the beginning of the part | ||
| 12191 | 2024.07.19 18:51:22.759612 [ 3 ] {c6337e4c-c7b9-4cbd-b101-d2bc3d236b6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12192 | 2024.07.19 18:51:22.759878 [ 197 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 448 rows starting from the beginning of the part | ||
| 12193 | 2024.07.19 18:51:22.760212 [ 197 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 68 rows starting from the beginning of the part | ||
| 12194 | 2024.07.19 18:51:22.760580 [ 197 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 437 rows starting from the beginning of the part | ||
| 12195 | 2024.07.19 18:51:22.761006 [ 3 ] {c6337e4c-c7b9-4cbd-b101-d2bc3d236b6b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12196 | 2024.07.19 18:51:22.761702 [ 3 ] {c6337e4c-c7b9-4cbd-b101-d2bc3d236b6b} <Trace> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12197 | 2024.07.19 18:51:22.761773 [ 3 ] {c6337e4c-c7b9-4cbd-b101-d2bc3d236b6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 12198 | 2024.07.19 18:51:22.762802 [ 3 ] {c6337e4c-c7b9-4cbd-b101-d2bc3d236b6b} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 12199 | 2024.07.19 18:51:22.763357 [ 3 ] {c6337e4c-c7b9-4cbd-b101-d2bc3d236b6b} <Trace> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12200 | 2024.07.19 18:51:22.763733 [ 191 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1921 rows, containing 4 columns (4 merged, 0 gathered) in 0.006667094 sec., 288131.5307688777 rows/sec., 20.70 MiB/sec. | ||
| 12201 | 2024.07.19 18:51:22.763773 [ 3 ] {c6337e4c-c7b9-4cbd-b101-d2bc3d236b6b} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.004768 sec., 1258.3892617449665 rows/sec., 54.07 KiB/sec. | ||
| 12202 | 2024.07.19 18:51:22.764228 [ 191 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 12203 | 2024.07.19 18:51:22.764391 [ 3 ] {c6337e4c-c7b9-4cbd-b101-d2bc3d236b6b} <Debug> DynamicQueryHandler: Done processing query | ||
| 12204 | 2024.07.19 18:51:22.764492 [ 3 ] {c6337e4c-c7b9-4cbd-b101-d2bc3d236b6b} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 12205 | 2024.07.19 18:51:22.764586 [ 3 ] {} <Debug> HTTP-Session: 44fe9fba-1d56-4bec-b0a0-22ed73dea83d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12206 | 2024.07.19 18:51:22.764843 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 14079, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12207 | 2024.07.19 18:51:22.764997 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12208 | 2024.07.19 18:51:22.765036 [ 3 ] {} <Debug> HTTP-Session: 96267da2-4f15-47b2-a5b5-e52f948077ef Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 12209 | 2024.07.19 18:51:22.765070 [ 3 ] {} <Debug> HTTP-Session: 96267da2-4f15-47b2-a5b5-e52f948077ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12210 | 2024.07.19 18:51:22.765097 [ 3 ] {} <Debug> HTTP-Session: 96267da2-4f15-47b2-a5b5-e52f948077ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12211 | 2024.07.19 18:51:22.765142 [ 3 ] {} <Trace> HTTP-Session: 96267da2-4f15-47b2-a5b5-e52f948077ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12212 | 2024.07.19 18:51:22.765291 [ 3 ] {63967170-00e8-4718-bb1c-c75f2132d9a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 12213 | 2024.07.19 18:51:22.765297 [ 191 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_66_13} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12214 | 2024.07.19 18:51:22.765355 [ 3 ] {63967170-00e8-4718-bb1c-c75f2132d9a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 12215 | 2024.07.19 18:51:22.765419 [ 191 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_66_13} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 12216 | 2024.07.19 18:51:22.765545 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. | ||
| 12217 | 2024.07.19 18:51:22.765616 [ 3 ] {63967170-00e8-4718-bb1c-c75f2132d9a9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12218 | 2024.07.19 18:51:22.765974 [ 3 ] {63967170-00e8-4718-bb1c-c75f2132d9a9} <Trace> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12219 | 2024.07.19 18:51:22.766011 [ 3 ] {63967170-00e8-4718-bb1c-c75f2132d9a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 12220 | 2024.07.19 18:51:22.766379 [ 3 ] {63967170-00e8-4718-bb1c-c75f2132d9a9} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 12221 | 2024.07.19 18:51:22.766710 [ 3 ] {63967170-00e8-4718-bb1c-c75f2132d9a9} <Trace> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12222 | 2024.07.19 18:51:22.766879 [ 3 ] {63967170-00e8-4718-bb1c-c75f2132d9a9} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001642 sec., 46894.03166869671 rows/sec., 2.89 MiB/sec. | ||
| 12223 | 2024.07.19 18:51:22.767079 [ 3 ] {63967170-00e8-4718-bb1c-c75f2132d9a9} <Debug> DynamicQueryHandler: Done processing query | ||
| 12224 | 2024.07.19 18:51:22.767108 [ 3 ] {63967170-00e8-4718-bb1c-c75f2132d9a9} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 12225 | 2024.07.19 18:51:22.767125 [ 3 ] {} <Debug> HTTP-Session: 96267da2-4f15-47b2-a5b5-e52f948077ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12226 | 2024.07.19 18:51:22.767279 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12227 | 2024.07.19 18:51:22.767327 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12228 | 2024.07.19 18:51:22.767345 [ 3 ] {} <Debug> HTTP-Session: 995b6133-2e63-49dc-9beb-c45db2e9d877 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 12229 | 2024.07.19 18:51:22.767362 [ 3 ] {} <Debug> HTTP-Session: 995b6133-2e63-49dc-9beb-c45db2e9d877 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12230 | 2024.07.19 18:51:22.767377 [ 3 ] {} <Debug> HTTP-Session: 995b6133-2e63-49dc-9beb-c45db2e9d877 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12231 | 2024.07.19 18:51:22.767407 [ 3 ] {} <Trace> HTTP-Session: 995b6133-2e63-49dc-9beb-c45db2e9d877 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12232 | 2024.07.19 18:51:22.767580 [ 3 ] {348e397d-c090-4ddd-b5c9-2d1befd2c74e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 12233 | 2024.07.19 18:51:22.767626 [ 3 ] {348e397d-c090-4ddd-b5c9-2d1befd2c74e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12234 | 2024.07.19 18:51:22.767769 [ 3 ] {348e397d-c090-4ddd-b5c9-2d1befd2c74e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12235 | 2024.07.19 18:51:22.768157 [ 3 ] {348e397d-c090-4ddd-b5c9-2d1befd2c74e} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12236 | 2024.07.19 18:51:22.768193 [ 3 ] {348e397d-c090-4ddd-b5c9-2d1befd2c74e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 12237 | 2024.07.19 18:51:22.768575 [ 3 ] {348e397d-c090-4ddd-b5c9-2d1befd2c74e} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 12238 | 2024.07.19 18:51:22.768905 [ 3 ] {348e397d-c090-4ddd-b5c9-2d1befd2c74e} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12239 | 2024.07.19 18:51:22.769067 [ 3 ] {348e397d-c090-4ddd-b5c9-2d1befd2c74e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001567 sec., 102105.9349074665 rows/sec., 7.11 MiB/sec. | ||
| 12240 | 2024.07.19 18:51:22.769255 [ 3 ] {348e397d-c090-4ddd-b5c9-2d1befd2c74e} <Debug> DynamicQueryHandler: Done processing query | ||
| 12241 | 2024.07.19 18:51:22.769293 [ 3 ] {348e397d-c090-4ddd-b5c9-2d1befd2c74e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 12242 | 2024.07.19 18:51:22.769326 [ 3 ] {} <Debug> HTTP-Session: 995b6133-2e63-49dc-9beb-c45db2e9d877 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12243 | 2024.07.19 18:51:22.769531 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 74320, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12244 | 2024.07.19 18:51:22.769579 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12245 | 2024.07.19 18:51:22.769598 [ 3 ] {} <Debug> HTTP-Session: 30d27e73-6dee-46f8-976b-02e004481d5a Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 12246 | 2024.07.19 18:51:22.769615 [ 3 ] {} <Debug> HTTP-Session: 30d27e73-6dee-46f8-976b-02e004481d5a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12247 | 2024.07.19 18:51:22.769628 [ 3 ] {} <Debug> HTTP-Session: 30d27e73-6dee-46f8-976b-02e004481d5a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12248 | 2024.07.19 18:51:22.769658 [ 3 ] {} <Trace> HTTP-Session: 30d27e73-6dee-46f8-976b-02e004481d5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12249 | 2024.07.19 18:51:22.770108 [ 3 ] {e9e97318-44be-49dc-bb6a-eb3e601227f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 12250 | 2024.07.19 18:51:22.770172 [ 3 ] {e9e97318-44be-49dc-bb6a-eb3e601227f5} <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 | ||
| 12251 | 2024.07.19 18:51:22.770588 [ 3 ] {e9e97318-44be-49dc-bb6a-eb3e601227f5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12252 | 2024.07.19 18:51:22.771359 [ 3 ] {e9e97318-44be-49dc-bb6a-eb3e601227f5} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12253 | 2024.07.19 18:51:22.771396 [ 3 ] {e9e97318-44be-49dc-bb6a-eb3e601227f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 12254 | 2024.07.19 18:51:22.772038 [ 3 ] {e9e97318-44be-49dc-bb6a-eb3e601227f5} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 12255 | 2024.07.19 18:51:22.772437 [ 3 ] {e9e97318-44be-49dc-bb6a-eb3e601227f5} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12256 | 2024.07.19 18:51:22.772632 [ 3 ] {e9e97318-44be-49dc-bb6a-eb3e601227f5} <Debug> executeQuery: Read 46 rows, 84.41 KiB in 0.00287 sec., 16027.87456445993 rows/sec., 28.72 MiB/sec. | ||
| 12257 | 2024.07.19 18:51:22.772857 [ 3 ] {e9e97318-44be-49dc-bb6a-eb3e601227f5} <Debug> DynamicQueryHandler: Done processing query | ||
| 12258 | 2024.07.19 18:51:22.772882 [ 3 ] {e9e97318-44be-49dc-bb6a-eb3e601227f5} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
| 12259 | 2024.07.19 18:51:22.772897 [ 3 ] {} <Debug> HTTP-Session: 30d27e73-6dee-46f8-976b-02e004481d5a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12260 | 2024.07.19 18:51:22.773018 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 4607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12261 | 2024.07.19 18:51:22.773066 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12262 | 2024.07.19 18:51:22.773085 [ 3 ] {} <Debug> HTTP-Session: 7668e7dc-ea68-494c-8efb-ee3759b766d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 12263 | 2024.07.19 18:51:22.773101 [ 3 ] {} <Debug> HTTP-Session: 7668e7dc-ea68-494c-8efb-ee3759b766d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12264 | 2024.07.19 18:51:22.773115 [ 3 ] {} <Debug> HTTP-Session: 7668e7dc-ea68-494c-8efb-ee3759b766d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12265 | 2024.07.19 18:51:22.773145 [ 3 ] {} <Trace> HTTP-Session: 7668e7dc-ea68-494c-8efb-ee3759b766d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12266 | 2024.07.19 18:51:22.773248 [ 3 ] {1018a20b-4144-4cf9-abac-ebc3436ef307} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 12267 | 2024.07.19 18:51:22.773292 [ 3 ] {1018a20b-4144-4cf9-abac-ebc3436ef307} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 12268 | 2024.07.19 18:51:22.773421 [ 3 ] {1018a20b-4144-4cf9-abac-ebc3436ef307} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12269 | 2024.07.19 18:51:22.773696 [ 3 ] {1018a20b-4144-4cf9-abac-ebc3436ef307} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12270 | 2024.07.19 18:51:22.773732 [ 3 ] {1018a20b-4144-4cf9-abac-ebc3436ef307} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 12271 | 2024.07.19 18:51:22.774085 [ 3 ] {1018a20b-4144-4cf9-abac-ebc3436ef307} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 12272 | 2024.07.19 18:51:22.774413 [ 3 ] {1018a20b-4144-4cf9-abac-ebc3436ef307} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12273 | 2024.07.19 18:51:22.774560 [ 89 ] {} <Debug> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 12274 | 2024.07.19 18:51:22.774570 [ 3 ] {1018a20b-4144-4cf9-abac-ebc3436ef307} <Debug> executeQuery: Read 32 rows, 1.88 KiB in 0.001357 sec., 23581.429624170967 rows/sec., 1.35 MiB/sec. | ||
| 12275 | 2024.07.19 18:51:22.774617 [ 89 ] {} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12276 | 2024.07.19 18:51:22.774675 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 12277 | 2024.07.19 18:51:22.774940 [ 3 ] {1018a20b-4144-4cf9-abac-ebc3436ef307} <Debug> DynamicQueryHandler: Done processing query | ||
| 12278 | 2024.07.19 18:51:22.775030 [ 3 ] {1018a20b-4144-4cf9-abac-ebc3436ef307} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 12279 | 2024.07.19 18:51:22.775087 [ 3 ] {} <Debug> HTTP-Session: 7668e7dc-ea68-494c-8efb-ee3759b766d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12280 | 2024.07.19 18:51:22.775127 [ 192 ] {797d7d8d-66e4-41ae-bea2-1c27ec06771c::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 | ||
| 12281 | 2024.07.19 18:51:22.775288 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12282 | 2024.07.19 18:51:22.775464 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12283 | 2024.07.19 18:51:22.775523 [ 3 ] {} <Debug> HTTP-Session: c73c09b3-5ca1-4f35-81af-c41e9c83786a Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 12284 | 2024.07.19 18:51:22.775533 [ 192 ] {797d7d8d-66e4-41ae-bea2-1c27ec06771c::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12285 | 2024.07.19 18:51:22.775552 [ 3 ] {} <Debug> HTTP-Session: c73c09b3-5ca1-4f35-81af-c41e9c83786a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12286 | 2024.07.19 18:51:22.775594 [ 3 ] {} <Debug> HTTP-Session: c73c09b3-5ca1-4f35-81af-c41e9c83786a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12287 | 2024.07.19 18:51:22.775599 [ 192 ] {797d7d8d-66e4-41ae-bea2-1c27ec06771c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 579 rows starting from the beginning of the part | ||
| 12288 | 2024.07.19 18:51:22.775662 [ 3 ] {} <Trace> HTTP-Session: c73c09b3-5ca1-4f35-81af-c41e9c83786a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12289 | 2024.07.19 18:51:22.775812 [ 192 ] {797d7d8d-66e4-41ae-bea2-1c27ec06771c::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 | ||
| 12290 | 2024.07.19 18:51:22.776106 [ 192 ] {797d7d8d-66e4-41ae-bea2-1c27ec06771c::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 | ||
| 12291 | 2024.07.19 18:51:22.776316 [ 3 ] {043efed8-ab80-411e-91e7-3bdb791080c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 12292 | 2024.07.19 18:51:22.776360 [ 192 ] {797d7d8d-66e4-41ae-bea2-1c27ec06771c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 38 rows starting from the beginning of the part | ||
| 12293 | 2024.07.19 18:51:22.776567 [ 3 ] {043efed8-ab80-411e-91e7-3bdb791080c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12294 | 2024.07.19 18:51:22.776633 [ 192 ] {797d7d8d-66e4-41ae-bea2-1c27ec06771c::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 | ||
| 12295 | 2024.07.19 18:51:22.776932 [ 192 ] {797d7d8d-66e4-41ae-bea2-1c27ec06771c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 32 rows starting from the beginning of the part | ||
| 12296 | 2024.07.19 18:51:22.777610 [ 3 ] {043efed8-ab80-411e-91e7-3bdb791080c7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12297 | 2024.07.19 18:51:22.778235 [ 3 ] {043efed8-ab80-411e-91e7-3bdb791080c7} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12298 | 2024.07.19 18:51:22.778304 [ 3 ] {043efed8-ab80-411e-91e7-3bdb791080c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 12299 | 2024.07.19 18:51:22.779421 [ 3 ] {043efed8-ab80-411e-91e7-3bdb791080c7} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 12300 | 2024.07.19 18:51:22.780059 [ 191 ] {797d7d8d-66e4-41ae-bea2-1c27ec06771c::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 718 rows, containing 4 columns (4 merged, 0 gathered) in 0.005260802 sec., 136481.09166625165 rows/sec., 7.39 MiB/sec. | ||
| 12301 | 2024.07.19 18:51:22.780211 [ 3 ] {043efed8-ab80-411e-91e7-3bdb791080c7} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12302 | 2024.07.19 18:51:22.780228 [ 191 ] {797d7d8d-66e4-41ae-bea2-1c27ec06771c::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 12303 | 2024.07.19 18:51:22.780467 [ 3 ] {043efed8-ab80-411e-91e7-3bdb791080c7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004517 sec., 13283.152534868275 rows/sec., 916.68 KiB/sec. | ||
| 12304 | 2024.07.19 18:51:22.780758 [ 3 ] {043efed8-ab80-411e-91e7-3bdb791080c7} <Debug> DynamicQueryHandler: Done processing query | ||
| 12305 | 2024.07.19 18:51:22.780788 [ 3 ] {043efed8-ab80-411e-91e7-3bdb791080c7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 12306 | 2024.07.19 18:51:22.780812 [ 3 ] {} <Debug> HTTP-Session: c73c09b3-5ca1-4f35-81af-c41e9c83786a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12307 | 2024.07.19 18:51:22.780865 [ 191 ] {797d7d8d-66e4-41ae-bea2-1c27ec06771c::all_1_31_6} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12308 | 2024.07.19 18:51:22.780942 [ 191 ] {797d7d8d-66e4-41ae-bea2-1c27ec06771c::all_1_31_6} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 12309 | 2024.07.19 18:51:22.781023 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 12310 | 2024.07.19 18:51:27.738891 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 623, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12311 | 2024.07.19 18:51:27.739034 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12312 | 2024.07.19 18:51:27.739064 [ 3 ] {} <Debug> HTTP-Session: 24e9f15e-df7b-47ee-ba0b-2af81162385b Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 12313 | 2024.07.19 18:51:27.739092 [ 3 ] {} <Debug> HTTP-Session: 24e9f15e-df7b-47ee-ba0b-2af81162385b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12314 | 2024.07.19 18:51:27.739110 [ 3 ] {} <Debug> HTTP-Session: 24e9f15e-df7b-47ee-ba0b-2af81162385b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12315 | 2024.07.19 18:51:27.739166 [ 3 ] {} <Trace> HTTP-Session: 24e9f15e-df7b-47ee-ba0b-2af81162385b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12316 | 2024.07.19 18:51:27.739369 [ 3 ] {a9a1dce5-fb2a-4b09-a853-ea405185b777} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 12317 | 2024.07.19 18:51:27.739445 [ 3 ] {a9a1dce5-fb2a-4b09-a853-ea405185b777} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 12318 | 2024.07.19 18:51:27.739663 [ 3 ] {a9a1dce5-fb2a-4b09-a853-ea405185b777} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12319 | 2024.07.19 18:51:27.740138 [ 3 ] {a9a1dce5-fb2a-4b09-a853-ea405185b777} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12320 | 2024.07.19 18:51:27.740185 [ 3 ] {a9a1dce5-fb2a-4b09-a853-ea405185b777} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 12321 | 2024.07.19 18:51:27.740551 [ 3 ] {a9a1dce5-fb2a-4b09-a853-ea405185b777} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 12322 | 2024.07.19 18:51:27.740894 [ 3 ] {a9a1dce5-fb2a-4b09-a853-ea405185b777} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12323 | 2024.07.19 18:51:27.741063 [ 3 ] {a9a1dce5-fb2a-4b09-a853-ea405185b777} <Debug> executeQuery: Read 4 rows, 332.00 B in 0.001755 sec., 2279.202279202279 rows/sec., 184.74 KiB/sec. | ||
| 12324 | 2024.07.19 18:51:27.741314 [ 3 ] {a9a1dce5-fb2a-4b09-a853-ea405185b777} <Debug> DynamicQueryHandler: Done processing query | ||
| 12325 | 2024.07.19 18:51:27.741343 [ 3 ] {a9a1dce5-fb2a-4b09-a853-ea405185b777} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 12326 | 2024.07.19 18:51:27.741359 [ 3 ] {} <Debug> HTTP-Session: 24e9f15e-df7b-47ee-ba0b-2af81162385b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12327 | 2024.07.19 18:51:27.741481 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12328 | 2024.07.19 18:51:27.741535 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12329 | 2024.07.19 18:51:27.741554 [ 3 ] {} <Debug> HTTP-Session: 303f276a-e560-4085-bcda-4d4ef1cb07e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 12330 | 2024.07.19 18:51:27.741571 [ 3 ] {} <Debug> HTTP-Session: 303f276a-e560-4085-bcda-4d4ef1cb07e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12331 | 2024.07.19 18:51:27.741584 [ 3 ] {} <Debug> HTTP-Session: 303f276a-e560-4085-bcda-4d4ef1cb07e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12332 | 2024.07.19 18:51:27.741619 [ 3 ] {} <Trace> HTTP-Session: 303f276a-e560-4085-bcda-4d4ef1cb07e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12333 | 2024.07.19 18:51:27.741720 [ 3 ] {bafe5bef-f8a0-4acb-ae07-8cd874229078} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 12334 | 2024.07.19 18:51:27.741764 [ 3 ] {bafe5bef-f8a0-4acb-ae07-8cd874229078} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 12335 | 2024.07.19 18:51:27.741900 [ 3 ] {bafe5bef-f8a0-4acb-ae07-8cd874229078} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12336 | 2024.07.19 18:51:27.742192 [ 3 ] {bafe5bef-f8a0-4acb-ae07-8cd874229078} <Trace> oximeter.fields_ipaddr (5b198a67-6d84-4324-b6a3-e6f140922631): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12337 | 2024.07.19 18:51:27.742228 [ 3 ] {bafe5bef-f8a0-4acb-ae07-8cd874229078} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 12338 | 2024.07.19 18:51:27.742587 [ 3 ] {bafe5bef-f8a0-4acb-ae07-8cd874229078} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 12339 | 2024.07.19 18:51:27.742894 [ 3 ] {bafe5bef-f8a0-4acb-ae07-8cd874229078} <Trace> oximeter.fields_ipaddr (5b198a67-6d84-4324-b6a3-e6f140922631): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12340 | 2024.07.19 18:51:27.743047 [ 3 ] {bafe5bef-f8a0-4acb-ae07-8cd874229078} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001329 sec., 3009.7817908201655 rows/sec., 245.43 KiB/sec. | ||
| 12341 | 2024.07.19 18:51:27.743224 [ 3 ] {bafe5bef-f8a0-4acb-ae07-8cd874229078} <Debug> DynamicQueryHandler: Done processing query | ||
| 12342 | 2024.07.19 18:51:27.743251 [ 3 ] {bafe5bef-f8a0-4acb-ae07-8cd874229078} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 12343 | 2024.07.19 18:51:27.743267 [ 3 ] {} <Debug> HTTP-Session: 303f276a-e560-4085-bcda-4d4ef1cb07e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12344 | 2024.07.19 18:51:27.743394 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9928, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12345 | 2024.07.19 18:51:27.743450 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12346 | 2024.07.19 18:51:27.743470 [ 3 ] {} <Debug> HTTP-Session: b1be488f-5e87-40d8-aced-d924f7fb3e20 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 12347 | 2024.07.19 18:51:27.743486 [ 3 ] {} <Debug> HTTP-Session: b1be488f-5e87-40d8-aced-d924f7fb3e20 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12348 | 2024.07.19 18:51:27.743500 [ 3 ] {} <Debug> HTTP-Session: b1be488f-5e87-40d8-aced-d924f7fb3e20 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12349 | 2024.07.19 18:51:27.743532 [ 3 ] {} <Trace> HTTP-Session: b1be488f-5e87-40d8-aced-d924f7fb3e20 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12350 | 2024.07.19 18:51:27.743647 [ 3 ] {9c0fbf91-96d0-4e4d-80d9-88ea06ca4b65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 12351 | 2024.07.19 18:51:27.743691 [ 3 ] {9c0fbf91-96d0-4e4d-80d9-88ea06ca4b65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12352 | 2024.07.19 18:51:27.743820 [ 3 ] {9c0fbf91-96d0-4e4d-80d9-88ea06ca4b65} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12353 | 2024.07.19 18:51:27.744155 [ 3 ] {9c0fbf91-96d0-4e4d-80d9-88ea06ca4b65} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12354 | 2024.07.19 18:51:27.744193 [ 3 ] {9c0fbf91-96d0-4e4d-80d9-88ea06ca4b65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 12355 | 2024.07.19 18:51:27.744499 [ 3 ] {9c0fbf91-96d0-4e4d-80d9-88ea06ca4b65} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 12356 | 2024.07.19 18:51:27.744802 [ 3 ] {9c0fbf91-96d0-4e4d-80d9-88ea06ca4b65} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12357 | 2024.07.19 18:51:27.744946 [ 3 ] {9c0fbf91-96d0-4e4d-80d9-88ea06ca4b65} <Debug> executeQuery: Read 70 rows, 5.65 KiB in 0.001338 sec., 52316.89088191331 rows/sec., 4.13 MiB/sec. | ||
| 12358 | 2024.07.19 18:51:27.745116 [ 3 ] {9c0fbf91-96d0-4e4d-80d9-88ea06ca4b65} <Debug> DynamicQueryHandler: Done processing query | ||
| 12359 | 2024.07.19 18:51:27.745141 [ 3 ] {9c0fbf91-96d0-4e4d-80d9-88ea06ca4b65} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 12360 | 2024.07.19 18:51:27.745156 [ 3 ] {} <Debug> HTTP-Session: b1be488f-5e87-40d8-aced-d924f7fb3e20 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12361 | 2024.07.19 18:51:27.745254 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12362 | 2024.07.19 18:51:27.745303 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12363 | 2024.07.19 18:51:27.745322 [ 3 ] {} <Debug> HTTP-Session: 51ceee1c-4b2a-488b-9f0a-a472c7b4af3c Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 12364 | 2024.07.19 18:51:27.745338 [ 3 ] {} <Debug> HTTP-Session: 51ceee1c-4b2a-488b-9f0a-a472c7b4af3c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12365 | 2024.07.19 18:51:27.745351 [ 3 ] {} <Debug> HTTP-Session: 51ceee1c-4b2a-488b-9f0a-a472c7b4af3c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12366 | 2024.07.19 18:51:27.745382 [ 3 ] {} <Trace> HTTP-Session: 51ceee1c-4b2a-488b-9f0a-a472c7b4af3c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12367 | 2024.07.19 18:51:27.745475 [ 3 ] {504ad27e-054d-4821-aee3-4bbefb471b7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 12368 | 2024.07.19 18:51:27.745519 [ 3 ] {504ad27e-054d-4821-aee3-4bbefb471b7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12369 | 2024.07.19 18:51:27.745647 [ 3 ] {504ad27e-054d-4821-aee3-4bbefb471b7b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12370 | 2024.07.19 18:51:27.745918 [ 3 ] {504ad27e-054d-4821-aee3-4bbefb471b7b} <Trace> oximeter.fields_u16 (3a790436-232b-4913-bf8d-eba3067e022c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12371 | 2024.07.19 18:51:27.745954 [ 3 ] {504ad27e-054d-4821-aee3-4bbefb471b7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 12372 | 2024.07.19 18:51:27.746246 [ 3 ] {504ad27e-054d-4821-aee3-4bbefb471b7b} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 12373 | 2024.07.19 18:51:27.746551 [ 3 ] {504ad27e-054d-4821-aee3-4bbefb471b7b} <Trace> oximeter.fields_u16 (3a790436-232b-4913-bf8d-eba3067e022c): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12374 | 2024.07.19 18:51:27.746706 [ 3 ] {504ad27e-054d-4821-aee3-4bbefb471b7b} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001243 sec., 3218.0209171359616 rows/sec., 224.70 KiB/sec. | ||
| 12375 | 2024.07.19 18:51:27.746898 [ 3 ] {504ad27e-054d-4821-aee3-4bbefb471b7b} <Debug> DynamicQueryHandler: Done processing query | ||
| 12376 | 2024.07.19 18:51:27.746923 [ 3 ] {504ad27e-054d-4821-aee3-4bbefb471b7b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 12377 | 2024.07.19 18:51:27.746939 [ 3 ] {} <Debug> HTTP-Session: 51ceee1c-4b2a-488b-9f0a-a472c7b4af3c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12378 | 2024.07.19 18:51:27.747044 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 12244, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12379 | 2024.07.19 18:51:27.747092 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12380 | 2024.07.19 18:51:27.747111 [ 3 ] {} <Debug> HTTP-Session: 778bb2e8-e53d-4bec-9a17-9ef82227954f Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 12381 | 2024.07.19 18:51:27.747127 [ 3 ] {} <Debug> HTTP-Session: 778bb2e8-e53d-4bec-9a17-9ef82227954f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12382 | 2024.07.19 18:51:27.747140 [ 3 ] {} <Debug> HTTP-Session: 778bb2e8-e53d-4bec-9a17-9ef82227954f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12383 | 2024.07.19 18:51:27.747171 [ 3 ] {} <Trace> HTTP-Session: 778bb2e8-e53d-4bec-9a17-9ef82227954f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12384 | 2024.07.19 18:51:27.747283 [ 3 ] {b3b7b1ae-0b92-418f-813c-dea6ef1d71c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 12385 | 2024.07.19 18:51:27.747327 [ 3 ] {b3b7b1ae-0b92-418f-813c-dea6ef1d71c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12386 | 2024.07.19 18:51:27.747454 [ 3 ] {b3b7b1ae-0b92-418f-813c-dea6ef1d71c7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12387 | 2024.07.19 18:51:27.747776 [ 3 ] {b3b7b1ae-0b92-418f-813c-dea6ef1d71c7} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12388 | 2024.07.19 18:51:27.747812 [ 3 ] {b3b7b1ae-0b92-418f-813c-dea6ef1d71c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 12389 | 2024.07.19 18:51:27.748115 [ 3 ] {b3b7b1ae-0b92-418f-813c-dea6ef1d71c7} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 12390 | 2024.07.19 18:51:27.748415 [ 3 ] {b3b7b1ae-0b92-418f-813c-dea6ef1d71c7} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12391 | 2024.07.19 18:51:27.748559 [ 3 ] {b3b7b1ae-0b92-418f-813c-dea6ef1d71c7} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001316 sec., 54711.24620060791 rows/sec., 4.28 MiB/sec. | ||
| 12392 | 2024.07.19 18:51:27.748734 [ 3 ] {b3b7b1ae-0b92-418f-813c-dea6ef1d71c7} <Debug> DynamicQueryHandler: Done processing query | ||
| 12393 | 2024.07.19 18:51:27.748760 [ 3 ] {b3b7b1ae-0b92-418f-813c-dea6ef1d71c7} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 12394 | 2024.07.19 18:51:27.748776 [ 3 ] {} <Debug> HTTP-Session: 778bb2e8-e53d-4bec-9a17-9ef82227954f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12395 | 2024.07.19 18:51:27.748920 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 31017, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12396 | 2024.07.19 18:51:27.748969 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12397 | 2024.07.19 18:51:27.748988 [ 3 ] {} <Debug> HTTP-Session: 2ed83eaa-92ec-4ff2-904d-5a6d65a9890a Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 12398 | 2024.07.19 18:51:27.749004 [ 3 ] {} <Debug> HTTP-Session: 2ed83eaa-92ec-4ff2-904d-5a6d65a9890a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12399 | 2024.07.19 18:51:27.749018 [ 3 ] {} <Debug> HTTP-Session: 2ed83eaa-92ec-4ff2-904d-5a6d65a9890a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12400 | 2024.07.19 18:51:27.749048 [ 3 ] {} <Trace> HTTP-Session: 2ed83eaa-92ec-4ff2-904d-5a6d65a9890a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12401 | 2024.07.19 18:51:27.749203 [ 3 ] {124b4da7-7251-414c-8c4e-cf95ccde0b39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 12402 | 2024.07.19 18:51:27.749252 [ 3 ] {124b4da7-7251-414c-8c4e-cf95ccde0b39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12403 | 2024.07.19 18:51:27.749398 [ 3 ] {124b4da7-7251-414c-8c4e-cf95ccde0b39} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12404 | 2024.07.19 18:51:27.749780 [ 3 ] {124b4da7-7251-414c-8c4e-cf95ccde0b39} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12405 | 2024.07.19 18:51:27.749815 [ 3 ] {124b4da7-7251-414c-8c4e-cf95ccde0b39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 12406 | 2024.07.19 18:51:27.750201 [ 3 ] {124b4da7-7251-414c-8c4e-cf95ccde0b39} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 12407 | 2024.07.19 18:51:27.750550 [ 3 ] {124b4da7-7251-414c-8c4e-cf95ccde0b39} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12408 | 2024.07.19 18:51:27.750707 [ 3 ] {124b4da7-7251-414c-8c4e-cf95ccde0b39} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001577 sec., 102726.69625871908 rows/sec., 7.15 MiB/sec. | ||
| 12409 | 2024.07.19 18:51:27.750893 [ 3 ] {124b4da7-7251-414c-8c4e-cf95ccde0b39} <Debug> DynamicQueryHandler: Done processing query | ||
| 12410 | 2024.07.19 18:51:27.750919 [ 3 ] {124b4da7-7251-414c-8c4e-cf95ccde0b39} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 12411 | 2024.07.19 18:51:27.750935 [ 3 ] {} <Debug> HTTP-Session: 2ed83eaa-92ec-4ff2-904d-5a6d65a9890a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12412 | 2024.07.19 18:51:27.751037 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 6456, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12413 | 2024.07.19 18:51:27.751086 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12414 | 2024.07.19 18:51:27.751105 [ 3 ] {} <Debug> HTTP-Session: a691c4f8-45ce-4df4-b0be-cc2171d94345 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 12415 | 2024.07.19 18:51:27.751122 [ 3 ] {} <Debug> HTTP-Session: a691c4f8-45ce-4df4-b0be-cc2171d94345 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12416 | 2024.07.19 18:51:27.751136 [ 3 ] {} <Debug> HTTP-Session: a691c4f8-45ce-4df4-b0be-cc2171d94345 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12417 | 2024.07.19 18:51:27.751166 [ 3 ] {} <Trace> HTTP-Session: a691c4f8-45ce-4df4-b0be-cc2171d94345 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12418 | 2024.07.19 18:51:27.751307 [ 3 ] {668cd2c2-0ad8-4109-971e-64880d1e8959} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 12419 | 2024.07.19 18:51:27.751371 [ 3 ] {668cd2c2-0ad8-4109-971e-64880d1e8959} <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 | ||
| 12420 | 2024.07.19 18:51:27.751786 [ 3 ] {668cd2c2-0ad8-4109-971e-64880d1e8959} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12421 | 2024.07.19 18:51:27.752289 [ 3 ] {668cd2c2-0ad8-4109-971e-64880d1e8959} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12422 | 2024.07.19 18:51:27.752325 [ 3 ] {668cd2c2-0ad8-4109-971e-64880d1e8959} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 12423 | 2024.07.19 18:51:27.752902 [ 3 ] {668cd2c2-0ad8-4109-971e-64880d1e8959} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 12424 | 2024.07.19 18:51:27.753309 [ 3 ] {668cd2c2-0ad8-4109-971e-64880d1e8959} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12425 | 2024.07.19 18:51:27.753509 [ 3 ] {668cd2c2-0ad8-4109-971e-64880d1e8959} <Debug> executeQuery: Read 4 rows, 7.34 KiB in 0.002271 sec., 1761.3386173491854 rows/sec., 3.16 MiB/sec. | ||
| 12426 | 2024.07.19 18:51:27.753744 [ 3 ] {668cd2c2-0ad8-4109-971e-64880d1e8959} <Debug> DynamicQueryHandler: Done processing query | ||
| 12427 | 2024.07.19 18:51:27.753770 [ 3 ] {668cd2c2-0ad8-4109-971e-64880d1e8959} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 12428 | 2024.07.19 18:51:27.753785 [ 3 ] {} <Debug> HTTP-Session: a691c4f8-45ce-4df4-b0be-cc2171d94345 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12429 | 2024.07.19 18:51:27.753896 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12430 | 2024.07.19 18:51:27.753944 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12431 | 2024.07.19 18:51:27.753964 [ 3 ] {} <Debug> HTTP-Session: 4e2200ac-d70b-43e4-a241-3b3e4355c2b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 12432 | 2024.07.19 18:51:27.753979 [ 3 ] {} <Debug> HTTP-Session: 4e2200ac-d70b-43e4-a241-3b3e4355c2b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12433 | 2024.07.19 18:51:27.753993 [ 3 ] {} <Debug> HTTP-Session: 4e2200ac-d70b-43e4-a241-3b3e4355c2b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12434 | 2024.07.19 18:51:27.754024 [ 3 ] {} <Trace> HTTP-Session: 4e2200ac-d70b-43e4-a241-3b3e4355c2b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12435 | 2024.07.19 18:51:27.754141 [ 3 ] {515a10b4-4449-4fae-b54a-1f0512f78ecf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 12436 | 2024.07.19 18:51:27.754185 [ 3 ] {515a10b4-4449-4fae-b54a-1f0512f78ecf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12437 | 2024.07.19 18:51:27.754313 [ 3 ] {515a10b4-4449-4fae-b54a-1f0512f78ecf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12438 | 2024.07.19 18:51:27.754610 [ 3 ] {515a10b4-4449-4fae-b54a-1f0512f78ecf} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12439 | 2024.07.19 18:51:27.754646 [ 3 ] {515a10b4-4449-4fae-b54a-1f0512f78ecf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 12440 | 2024.07.19 18:51:27.755004 [ 3 ] {515a10b4-4449-4fae-b54a-1f0512f78ecf} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 12441 | 2024.07.19 18:51:27.755326 [ 3 ] {515a10b4-4449-4fae-b54a-1f0512f78ecf} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12442 | 2024.07.19 18:51:27.755475 [ 3 ] {515a10b4-4449-4fae-b54a-1f0512f78ecf} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00137 sec., 43795.620437956204 rows/sec., 2.95 MiB/sec. | ||
| 12443 | 2024.07.19 18:51:27.755641 [ 3 ] {515a10b4-4449-4fae-b54a-1f0512f78ecf} <Debug> DynamicQueryHandler: Done processing query | ||
| 12444 | 2024.07.19 18:51:27.755666 [ 3 ] {515a10b4-4449-4fae-b54a-1f0512f78ecf} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 12445 | 2024.07.19 18:51:27.755682 [ 3 ] {} <Debug> HTTP-Session: 4e2200ac-d70b-43e4-a241-3b3e4355c2b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12446 | 2024.07.19 18:51:30.517157 [ 39 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12447 | 2024.07.19 18:51:30.517211 [ 39 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 12448 | 2024.07.19 18:51:32.745833 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 7341, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12449 | 2024.07.19 18:51:32.745972 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12450 | 2024.07.19 18:51:32.746001 [ 3 ] {} <Debug> HTTP-Session: 227dd749-e034-4599-9f4e-45bace31f963 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 12451 | 2024.07.19 18:51:32.746029 [ 3 ] {} <Debug> HTTP-Session: 227dd749-e034-4599-9f4e-45bace31f963 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12452 | 2024.07.19 18:51:32.746046 [ 3 ] {} <Debug> HTTP-Session: 227dd749-e034-4599-9f4e-45bace31f963 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12453 | 2024.07.19 18:51:32.746102 [ 3 ] {} <Trace> HTTP-Session: 227dd749-e034-4599-9f4e-45bace31f963 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12454 | 2024.07.19 18:51:32.746311 [ 3 ] {bce4cb2a-900f-4bb7-b8bd-64640b20ef14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 12455 | 2024.07.19 18:51:32.746378 [ 3 ] {bce4cb2a-900f-4bb7-b8bd-64640b20ef14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 12456 | 2024.07.19 18:51:32.746569 [ 3 ] {bce4cb2a-900f-4bb7-b8bd-64640b20ef14} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12457 | 2024.07.19 18:51:32.747127 [ 3 ] {bce4cb2a-900f-4bb7-b8bd-64640b20ef14} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12458 | 2024.07.19 18:51:32.747173 [ 3 ] {bce4cb2a-900f-4bb7-b8bd-64640b20ef14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 12459 | 2024.07.19 18:51:32.747548 [ 3 ] {bce4cb2a-900f-4bb7-b8bd-64640b20ef14} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 12460 | 2024.07.19 18:51:32.747888 [ 3 ] {bce4cb2a-900f-4bb7-b8bd-64640b20ef14} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12461 | 2024.07.19 18:51:32.748039 [ 3 ] {bce4cb2a-900f-4bb7-b8bd-64640b20ef14} <Debug> executeQuery: Read 52 rows, 4.07 KiB in 0.001795 sec., 28969.359331476324 rows/sec., 2.21 MiB/sec. | ||
| 12462 | 2024.07.19 18:51:32.748053 [ 48 ] {} <Debug> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 12463 | 2024.07.19 18:51:32.748112 [ 48 ] {} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12464 | 2024.07.19 18:51:32.748150 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 12465 | 2024.07.19 18:51:32.748312 [ 3 ] {bce4cb2a-900f-4bb7-b8bd-64640b20ef14} <Debug> DynamicQueryHandler: Done processing query | ||
| 12466 | 2024.07.19 18:51:32.748404 [ 3 ] {bce4cb2a-900f-4bb7-b8bd-64640b20ef14} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 12467 | 2024.07.19 18:51:32.748532 [ 3 ] {} <Debug> HTTP-Session: 227dd749-e034-4599-9f4e-45bace31f963 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12468 | 2024.07.19 18:51:32.748553 [ 192 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::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 | ||
| 12469 | 2024.07.19 18:51:32.749179 [ 192 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12470 | 2024.07.19 18:51:32.749176 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12471 | 2024.07.19 18:51:32.749278 [ 192 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 48 rows starting from the beginning of the part | ||
| 12472 | 2024.07.19 18:51:32.749327 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12473 | 2024.07.19 18:51:32.749371 [ 3 ] {} <Debug> HTTP-Session: ad283230-92a0-4894-8b70-7241b2a735b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 12474 | 2024.07.19 18:51:32.749445 [ 3 ] {} <Debug> HTTP-Session: ad283230-92a0-4894-8b70-7241b2a735b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12475 | 2024.07.19 18:51:32.749513 [ 192 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 46 rows starting from the beginning of the part | ||
| 12476 | 2024.07.19 18:51:32.749529 [ 3 ] {} <Debug> HTTP-Session: ad283230-92a0-4894-8b70-7241b2a735b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12477 | 2024.07.19 18:51:32.749786 [ 3 ] {} <Trace> HTTP-Session: ad283230-92a0-4894-8b70-7241b2a735b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12478 | 2024.07.19 18:51:32.749815 [ 192 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 4 rows starting from the beginning of the part | ||
| 12479 | 2024.07.19 18:51:32.750045 [ 192 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 52 rows starting from the beginning of the part | ||
| 12480 | 2024.07.19 18:51:32.750299 [ 192 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 4 rows starting from the beginning of the part | ||
| 12481 | 2024.07.19 18:51:32.750383 [ 3 ] {74bef4fb-ae04-4448-be05-b8966d7b5382} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 12482 | 2024.07.19 18:51:32.750576 [ 192 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 52 rows starting from the beginning of the part | ||
| 12483 | 2024.07.19 18:51:32.750622 [ 3 ] {74bef4fb-ae04-4448-be05-b8966d7b5382} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 12484 | 2024.07.19 18:51:32.751325 [ 3 ] {74bef4fb-ae04-4448-be05-b8966d7b5382} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12485 | 2024.07.19 18:51:32.752143 [ 3 ] {74bef4fb-ae04-4448-be05-b8966d7b5382} <Trace> oximeter.fields_ipaddr (5b198a67-6d84-4324-b6a3-e6f140922631): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12486 | 2024.07.19 18:51:32.752206 [ 3 ] {74bef4fb-ae04-4448-be05-b8966d7b5382} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 12487 | 2024.07.19 18:51:32.753045 [ 3 ] {74bef4fb-ae04-4448-be05-b8966d7b5382} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 12488 | 2024.07.19 18:51:32.753343 [ 192 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 206 rows, containing 4 columns (4 merged, 0 gathered) in 0.005078279 sec., 40564.92366803793 rows/sec., 3.10 MiB/sec. | ||
| 12489 | 2024.07.19 18:51:32.753602 [ 192 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 12490 | 2024.07.19 18:51:32.753774 [ 3 ] {74bef4fb-ae04-4448-be05-b8966d7b5382} <Trace> oximeter.fields_ipaddr (5b198a67-6d84-4324-b6a3-e6f140922631): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12491 | 2024.07.19 18:51:32.754237 [ 3 ] {74bef4fb-ae04-4448-be05-b8966d7b5382} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.004062 sec., 984.7365829640572 rows/sec., 80.30 KiB/sec. | ||
| 12492 | 2024.07.19 18:51:32.754795 [ 192 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_66_13} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12493 | 2024.07.19 18:51:32.754965 [ 3 ] {74bef4fb-ae04-4448-be05-b8966d7b5382} <Debug> DynamicQueryHandler: Done processing query | ||
| 12494 | 2024.07.19 18:51:32.754978 [ 192 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_66_13} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 12495 | 2024.07.19 18:51:32.755008 [ 3 ] {74bef4fb-ae04-4448-be05-b8966d7b5382} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 12496 | 2024.07.19 18:51:32.755033 [ 3 ] {} <Debug> HTTP-Session: ad283230-92a0-4894-8b70-7241b2a735b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12497 | 2024.07.19 18:51:32.755154 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 12498 | 2024.07.19 18:51:32.755296 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 45504, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12499 | 2024.07.19 18:51:32.755354 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12500 | 2024.07.19 18:51:32.755374 [ 3 ] {} <Debug> HTTP-Session: d114ca3b-e5c0-4a4b-a0b8-9e55b736dac5 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 12501 | 2024.07.19 18:51:32.755391 [ 3 ] {} <Debug> HTTP-Session: d114ca3b-e5c0-4a4b-a0b8-9e55b736dac5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12502 | 2024.07.19 18:51:32.755405 [ 3 ] {} <Debug> HTTP-Session: d114ca3b-e5c0-4a4b-a0b8-9e55b736dac5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12503 | 2024.07.19 18:51:32.755438 [ 3 ] {} <Trace> HTTP-Session: d114ca3b-e5c0-4a4b-a0b8-9e55b736dac5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12504 | 2024.07.19 18:51:32.755712 [ 3 ] {a51a0dc4-5f4b-49e3-b2fb-c9b5838fe985} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 12505 | 2024.07.19 18:51:32.755759 [ 3 ] {a51a0dc4-5f4b-49e3-b2fb-c9b5838fe985} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12506 | 2024.07.19 18:51:32.755911 [ 3 ] {a51a0dc4-5f4b-49e3-b2fb-c9b5838fe985} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12507 | 2024.07.19 18:51:32.756423 [ 3 ] {a51a0dc4-5f4b-49e3-b2fb-c9b5838fe985} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12508 | 2024.07.19 18:51:32.756459 [ 3 ] {a51a0dc4-5f4b-49e3-b2fb-c9b5838fe985} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 12509 | 2024.07.19 18:51:32.756795 [ 3 ] {a51a0dc4-5f4b-49e3-b2fb-c9b5838fe985} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 12510 | 2024.07.19 18:51:32.757127 [ 3 ] {a51a0dc4-5f4b-49e3-b2fb-c9b5838fe985} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12511 | 2024.07.19 18:51:32.757251 [ 3 ] {a51a0dc4-5f4b-49e3-b2fb-c9b5838fe985} <Debug> executeQuery: Read 301 rows, 27.23 KiB in 0.001716 sec., 175407.9254079254 rows/sec., 15.50 MiB/sec. | ||
| 12512 | 2024.07.19 18:51:32.757420 [ 3 ] {a51a0dc4-5f4b-49e3-b2fb-c9b5838fe985} <Debug> DynamicQueryHandler: Done processing query | ||
| 12513 | 2024.07.19 18:51:32.757445 [ 3 ] {a51a0dc4-5f4b-49e3-b2fb-c9b5838fe985} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
| 12514 | 2024.07.19 18:51:32.757461 [ 3 ] {} <Debug> HTTP-Session: d114ca3b-e5c0-4a4b-a0b8-9e55b736dac5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12515 | 2024.07.19 18:51:32.757597 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12516 | 2024.07.19 18:51:32.757647 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12517 | 2024.07.19 18:51:32.757665 [ 3 ] {} <Debug> HTTP-Session: ef50adf5-7688-4db9-b7bf-8375c32438ad Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 12518 | 2024.07.19 18:51:32.757681 [ 3 ] {} <Debug> HTTP-Session: ef50adf5-7688-4db9-b7bf-8375c32438ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12519 | 2024.07.19 18:51:32.757695 [ 3 ] {} <Debug> HTTP-Session: ef50adf5-7688-4db9-b7bf-8375c32438ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12520 | 2024.07.19 18:51:32.757725 [ 3 ] {} <Trace> HTTP-Session: ef50adf5-7688-4db9-b7bf-8375c32438ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12521 | 2024.07.19 18:51:32.757820 [ 3 ] {62c7fbb7-720f-4b41-aab9-bd89a15726ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 12522 | 2024.07.19 18:51:32.757862 [ 3 ] {62c7fbb7-720f-4b41-aab9-bd89a15726ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12523 | 2024.07.19 18:51:32.757988 [ 3 ] {62c7fbb7-720f-4b41-aab9-bd89a15726ae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12524 | 2024.07.19 18:51:32.758261 [ 3 ] {62c7fbb7-720f-4b41-aab9-bd89a15726ae} <Trace> oximeter.fields_u16 (3a790436-232b-4913-bf8d-eba3067e022c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12525 | 2024.07.19 18:51:32.758296 [ 3 ] {62c7fbb7-720f-4b41-aab9-bd89a15726ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 12526 | 2024.07.19 18:51:32.758597 [ 3 ] {62c7fbb7-720f-4b41-aab9-bd89a15726ae} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 12527 | 2024.07.19 18:51:32.758900 [ 3 ] {62c7fbb7-720f-4b41-aab9-bd89a15726ae} <Trace> oximeter.fields_u16 (3a790436-232b-4913-bf8d-eba3067e022c): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12528 | 2024.07.19 18:51:32.759030 [ 3 ] {62c7fbb7-720f-4b41-aab9-bd89a15726ae} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001233 sec., 3244.1200324412007 rows/sec., 226.52 KiB/sec. | ||
| 12529 | 2024.07.19 18:51:32.759342 [ 3 ] {62c7fbb7-720f-4b41-aab9-bd89a15726ae} <Debug> DynamicQueryHandler: Done processing query | ||
| 12530 | 2024.07.19 18:51:32.759376 [ 3 ] {62c7fbb7-720f-4b41-aab9-bd89a15726ae} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 12531 | 2024.07.19 18:51:32.759392 [ 3 ] {} <Debug> HTTP-Session: ef50adf5-7688-4db9-b7bf-8375c32438ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12532 | 2024.07.19 18:51:32.759608 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 70041, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12533 | 2024.07.19 18:51:32.759656 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12534 | 2024.07.19 18:51:32.759675 [ 3 ] {} <Debug> HTTP-Session: ecbe2595-1b31-40b2-8b76-7570b1c30fe8 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 12535 | 2024.07.19 18:51:32.759691 [ 3 ] {} <Debug> HTTP-Session: ecbe2595-1b31-40b2-8b76-7570b1c30fe8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12536 | 2024.07.19 18:51:32.759704 [ 3 ] {} <Debug> HTTP-Session: ecbe2595-1b31-40b2-8b76-7570b1c30fe8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12537 | 2024.07.19 18:51:32.759735 [ 3 ] {} <Trace> HTTP-Session: ecbe2595-1b31-40b2-8b76-7570b1c30fe8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12538 | 2024.07.19 18:51:32.760066 [ 3 ] {b3c44019-b795-4b07-a685-aa6e60756c7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 12539 | 2024.07.19 18:51:32.760112 [ 3 ] {b3c44019-b795-4b07-a685-aa6e60756c7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12540 | 2024.07.19 18:51:32.760257 [ 3 ] {b3c44019-b795-4b07-a685-aa6e60756c7c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12541 | 2024.07.19 18:51:32.760842 [ 3 ] {b3c44019-b795-4b07-a685-aa6e60756c7c} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12542 | 2024.07.19 18:51:32.760877 [ 3 ] {b3c44019-b795-4b07-a685-aa6e60756c7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 12543 | 2024.07.19 18:51:32.761199 [ 3 ] {b3c44019-b795-4b07-a685-aa6e60756c7c} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 12544 | 2024.07.19 18:51:32.761497 [ 3 ] {b3c44019-b795-4b07-a685-aa6e60756c7c} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12545 | 2024.07.19 18:51:32.761623 [ 3 ] {b3c44019-b795-4b07-a685-aa6e60756c7c} <Debug> executeQuery: Read 432 rows, 31.48 KiB in 0.001785 sec., 242016.8067226891 rows/sec., 17.22 MiB/sec. | ||
| 12546 | 2024.07.19 18:51:32.761872 [ 3 ] {b3c44019-b795-4b07-a685-aa6e60756c7c} <Debug> DynamicQueryHandler: Done processing query | ||
| 12547 | 2024.07.19 18:51:32.761924 [ 3 ] {b3c44019-b795-4b07-a685-aa6e60756c7c} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 12548 | 2024.07.19 18:51:32.761981 [ 3 ] {} <Debug> HTTP-Session: ecbe2595-1b31-40b2-8b76-7570b1c30fe8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12549 | 2024.07.19 18:51:32.762196 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12550 | 2024.07.19 18:51:32.762247 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12551 | 2024.07.19 18:51:32.762265 [ 3 ] {} <Debug> HTTP-Session: 5194bf7f-4150-4ab7-920e-c5af47aa4aa0 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 12552 | 2024.07.19 18:51:32.762282 [ 3 ] {} <Debug> HTTP-Session: 5194bf7f-4150-4ab7-920e-c5af47aa4aa0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12553 | 2024.07.19 18:51:32.762295 [ 3 ] {} <Debug> HTTP-Session: 5194bf7f-4150-4ab7-920e-c5af47aa4aa0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12554 | 2024.07.19 18:51:32.762327 [ 3 ] {} <Trace> HTTP-Session: 5194bf7f-4150-4ab7-920e-c5af47aa4aa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12555 | 2024.07.19 18:51:32.762426 [ 3 ] {c2176c5f-12ae-47ef-a71a-d156dbd3b722} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 12556 | 2024.07.19 18:51:32.762472 [ 3 ] {c2176c5f-12ae-47ef-a71a-d156dbd3b722} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12557 | 2024.07.19 18:51:32.762621 [ 3 ] {c2176c5f-12ae-47ef-a71a-d156dbd3b722} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12558 | 2024.07.19 18:51:32.762894 [ 3 ] {c2176c5f-12ae-47ef-a71a-d156dbd3b722} <Trace> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12559 | 2024.07.19 18:51:32.762929 [ 3 ] {c2176c5f-12ae-47ef-a71a-d156dbd3b722} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 12560 | 2024.07.19 18:51:32.763283 [ 3 ] {c2176c5f-12ae-47ef-a71a-d156dbd3b722} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 12561 | 2024.07.19 18:51:32.763613 [ 3 ] {c2176c5f-12ae-47ef-a71a-d156dbd3b722} <Trace> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12562 | 2024.07.19 18:51:32.763745 [ 3 ] {c2176c5f-12ae-47ef-a71a-d156dbd3b722} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001344 sec., 4464.285714285715 rows/sec., 191.82 KiB/sec. | ||
| 12563 | 2024.07.19 18:51:32.764064 [ 3 ] {c2176c5f-12ae-47ef-a71a-d156dbd3b722} <Debug> DynamicQueryHandler: Done processing query | ||
| 12564 | 2024.07.19 18:51:32.764088 [ 3 ] {c2176c5f-12ae-47ef-a71a-d156dbd3b722} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 12565 | 2024.07.19 18:51:32.764104 [ 3 ] {} <Debug> HTTP-Session: 5194bf7f-4150-4ab7-920e-c5af47aa4aa0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12566 | 2024.07.19 18:51:32.764223 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 14079, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12567 | 2024.07.19 18:51:32.764272 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12568 | 2024.07.19 18:51:32.764290 [ 3 ] {} <Debug> HTTP-Session: 0427c954-63ba-4e6b-958f-f5bfa2a49bbf Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 12569 | 2024.07.19 18:51:32.764307 [ 3 ] {} <Debug> HTTP-Session: 0427c954-63ba-4e6b-958f-f5bfa2a49bbf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12570 | 2024.07.19 18:51:32.764321 [ 3 ] {} <Debug> HTTP-Session: 0427c954-63ba-4e6b-958f-f5bfa2a49bbf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12571 | 2024.07.19 18:51:32.764351 [ 3 ] {} <Trace> HTTP-Session: 0427c954-63ba-4e6b-958f-f5bfa2a49bbf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12572 | 2024.07.19 18:51:32.764489 [ 3 ] {ad3862b4-e8fb-43fa-be00-b262f0c23d10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 12573 | 2024.07.19 18:51:32.764540 [ 3 ] {ad3862b4-e8fb-43fa-be00-b262f0c23d10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 12574 | 2024.07.19 18:51:32.764702 [ 3 ] {ad3862b4-e8fb-43fa-be00-b262f0c23d10} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12575 | 2024.07.19 18:51:32.765040 [ 3 ] {ad3862b4-e8fb-43fa-be00-b262f0c23d10} <Trace> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12576 | 2024.07.19 18:51:32.765074 [ 3 ] {ad3862b4-e8fb-43fa-be00-b262f0c23d10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 12577 | 2024.07.19 18:51:32.765427 [ 3 ] {ad3862b4-e8fb-43fa-be00-b262f0c23d10} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 12578 | 2024.07.19 18:51:32.765756 [ 3 ] {ad3862b4-e8fb-43fa-be00-b262f0c23d10} <Trace> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12579 | 2024.07.19 18:51:32.765879 [ 3 ] {ad3862b4-e8fb-43fa-be00-b262f0c23d10} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001451 sec., 53066.85044796692 rows/sec., 3.27 MiB/sec. | ||
| 12580 | 2024.07.19 18:51:32.766044 [ 3 ] {ad3862b4-e8fb-43fa-be00-b262f0c23d10} <Debug> DynamicQueryHandler: Done processing query | ||
| 12581 | 2024.07.19 18:51:32.766067 [ 3 ] {ad3862b4-e8fb-43fa-be00-b262f0c23d10} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 12582 | 2024.07.19 18:51:32.766083 [ 3 ] {} <Debug> HTTP-Session: 0427c954-63ba-4e6b-958f-f5bfa2a49bbf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12583 | 2024.07.19 18:51:32.766251 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 31017, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12584 | 2024.07.19 18:51:32.766299 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12585 | 2024.07.19 18:51:32.766318 [ 3 ] {} <Debug> HTTP-Session: 4f835245-c464-4e6d-9101-35b619d71c91 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 12586 | 2024.07.19 18:51:32.766334 [ 3 ] {} <Debug> HTTP-Session: 4f835245-c464-4e6d-9101-35b619d71c91 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12587 | 2024.07.19 18:51:32.766347 [ 3 ] {} <Debug> HTTP-Session: 4f835245-c464-4e6d-9101-35b619d71c91 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12588 | 2024.07.19 18:51:32.766377 [ 3 ] {} <Trace> HTTP-Session: 4f835245-c464-4e6d-9101-35b619d71c91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12589 | 2024.07.19 18:51:32.766572 [ 3 ] {3bc2d7cd-9689-4599-abe6-4dd4c3443dd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 12590 | 2024.07.19 18:51:32.766618 [ 3 ] {3bc2d7cd-9689-4599-abe6-4dd4c3443dd3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12591 | 2024.07.19 18:51:32.766756 [ 3 ] {3bc2d7cd-9689-4599-abe6-4dd4c3443dd3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12592 | 2024.07.19 18:51:32.767150 [ 3 ] {3bc2d7cd-9689-4599-abe6-4dd4c3443dd3} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12593 | 2024.07.19 18:51:32.767184 [ 3 ] {3bc2d7cd-9689-4599-abe6-4dd4c3443dd3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 12594 | 2024.07.19 18:51:32.767548 [ 3 ] {3bc2d7cd-9689-4599-abe6-4dd4c3443dd3} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 12595 | 2024.07.19 18:51:32.767875 [ 3 ] {3bc2d7cd-9689-4599-abe6-4dd4c3443dd3} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12596 | 2024.07.19 18:51:32.768012 [ 3 ] {3bc2d7cd-9689-4599-abe6-4dd4c3443dd3} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001559 sec., 103912.76459268761 rows/sec., 7.24 MiB/sec. | ||
| 12597 | 2024.07.19 18:51:32.768175 [ 3 ] {3bc2d7cd-9689-4599-abe6-4dd4c3443dd3} <Debug> DynamicQueryHandler: Done processing query | ||
| 12598 | 2024.07.19 18:51:32.768199 [ 3 ] {3bc2d7cd-9689-4599-abe6-4dd4c3443dd3} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 12599 | 2024.07.19 18:51:32.768215 [ 3 ] {} <Debug> HTTP-Session: 4f835245-c464-4e6d-9101-35b619d71c91 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12600 | 2024.07.19 18:51:32.768398 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 74342, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12601 | 2024.07.19 18:51:32.768445 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12602 | 2024.07.19 18:51:32.768463 [ 3 ] {} <Debug> HTTP-Session: 50bc8898-8a99-4acd-bb00-7615bedc1ef5 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 12603 | 2024.07.19 18:51:32.768479 [ 3 ] {} <Debug> HTTP-Session: 50bc8898-8a99-4acd-bb00-7615bedc1ef5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12604 | 2024.07.19 18:51:32.768503 [ 3 ] {} <Debug> HTTP-Session: 50bc8898-8a99-4acd-bb00-7615bedc1ef5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12605 | 2024.07.19 18:51:32.768538 [ 3 ] {} <Trace> HTTP-Session: 50bc8898-8a99-4acd-bb00-7615bedc1ef5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12606 | 2024.07.19 18:51:32.769073 [ 3 ] {bcdf0ce1-0e20-4d0a-98a7-59fdf2ed7f5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 12607 | 2024.07.19 18:51:32.769139 [ 3 ] {bcdf0ce1-0e20-4d0a-98a7-59fdf2ed7f5c} <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 | ||
| 12608 | 2024.07.19 18:51:32.769549 [ 3 ] {bcdf0ce1-0e20-4d0a-98a7-59fdf2ed7f5c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12609 | 2024.07.19 18:51:32.770371 [ 3 ] {bcdf0ce1-0e20-4d0a-98a7-59fdf2ed7f5c} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12610 | 2024.07.19 18:51:32.770405 [ 3 ] {bcdf0ce1-0e20-4d0a-98a7-59fdf2ed7f5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 12611 | 2024.07.19 18:51:32.771060 [ 3 ] {bcdf0ce1-0e20-4d0a-98a7-59fdf2ed7f5c} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 12612 | 2024.07.19 18:51:32.771467 [ 3 ] {bcdf0ce1-0e20-4d0a-98a7-59fdf2ed7f5c} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12613 | 2024.07.19 18:51:32.771612 [ 3 ] {bcdf0ce1-0e20-4d0a-98a7-59fdf2ed7f5c} <Debug> executeQuery: Read 46 rows, 84.41 KiB in 0.002968 sec., 15498.65229110512 rows/sec., 27.77 MiB/sec. | ||
| 12614 | 2024.07.19 18:51:32.771611 [ 48 ] {} <Debug> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 12615 | 2024.07.19 18:51:32.771688 [ 48 ] {} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12616 | 2024.07.19 18:51:32.771731 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 12617 | 2024.07.19 18:51:32.771959 [ 187 ] {088d1ac2-6670-47c5-a942-9441d6520aec::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 | ||
| 12618 | 2024.07.19 18:51:32.771989 [ 3 ] {bcdf0ce1-0e20-4d0a-98a7-59fdf2ed7f5c} <Debug> DynamicQueryHandler: Done processing query | ||
| 12619 | 2024.07.19 18:51:32.772039 [ 3 ] {bcdf0ce1-0e20-4d0a-98a7-59fdf2ed7f5c} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
| 12620 | 2024.07.19 18:51:32.772066 [ 3 ] {} <Debug> HTTP-Session: 50bc8898-8a99-4acd-bb00-7615bedc1ef5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12621 | 2024.07.19 18:51:32.772271 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 3212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12622 | 2024.07.19 18:51:32.772386 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12623 | 2024.07.19 18:51:32.772448 [ 3 ] {} <Debug> HTTP-Session: 01dc3819-32e0-4de0-8fec-f9f173be2062 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 12624 | 2024.07.19 18:51:32.772494 [ 3 ] {} <Debug> HTTP-Session: 01dc3819-32e0-4de0-8fec-f9f173be2062 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12625 | 2024.07.19 18:51:32.772541 [ 3 ] {} <Debug> HTTP-Session: 01dc3819-32e0-4de0-8fec-f9f173be2062 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12626 | 2024.07.19 18:51:32.772638 [ 3 ] {} <Trace> HTTP-Session: 01dc3819-32e0-4de0-8fec-f9f173be2062 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12627 | 2024.07.19 18:51:32.772727 [ 187 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12628 | 2024.07.19 18:51:32.772902 [ 3 ] {32b2b38d-d66e-4a75-b6a1-c210179f3cf1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 12629 | 2024.07.19 18:51:32.772918 [ 187 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 979 rows starting from the beginning of the part | ||
| 12630 | 2024.07.19 18:51:32.772993 [ 3 ] {32b2b38d-d66e-4a75-b6a1-c210179f3cf1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 12631 | 2024.07.19 18:51:32.773811 [ 187 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 40 rows starting from the beginning of the part | ||
| 12632 | 2024.07.19 18:51:32.773891 [ 3 ] {32b2b38d-d66e-4a75-b6a1-c210179f3cf1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12633 | 2024.07.19 18:51:32.774405 [ 187 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 4 rows starting from the beginning of the part | ||
| 12634 | 2024.07.19 18:51:32.775154 [ 187 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 46 rows starting from the beginning of the part | ||
| 12635 | 2024.07.19 18:51:32.775166 [ 3 ] {32b2b38d-d66e-4a75-b6a1-c210179f3cf1} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12636 | 2024.07.19 18:51:32.775240 [ 3 ] {32b2b38d-d66e-4a75-b6a1-c210179f3cf1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 12637 | 2024.07.19 18:51:32.775717 [ 187 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 4 rows starting from the beginning of the part | ||
| 12638 | 2024.07.19 18:51:32.776306 [ 187 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 46 rows starting from the beginning of the part | ||
| 12639 | 2024.07.19 18:51:32.776618 [ 3 ] {32b2b38d-d66e-4a75-b6a1-c210179f3cf1} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 12640 | 2024.07.19 18:51:32.777606 [ 3 ] {32b2b38d-d66e-4a75-b6a1-c210179f3cf1} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12641 | 2024.07.19 18:51:32.777946 [ 3 ] {32b2b38d-d66e-4a75-b6a1-c210179f3cf1} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.005154 sec., 4462.55335661622 rows/sec., 241.39 KiB/sec. | ||
| 12642 | 2024.07.19 18:51:32.778381 [ 3 ] {32b2b38d-d66e-4a75-b6a1-c210179f3cf1} <Debug> DynamicQueryHandler: Done processing query | ||
| 12643 | 2024.07.19 18:51:32.778417 [ 3 ] {32b2b38d-d66e-4a75-b6a1-c210179f3cf1} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 12644 | 2024.07.19 18:51:32.778442 [ 3 ] {} <Debug> HTTP-Session: 01dc3819-32e0-4de0-8fec-f9f173be2062 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12645 | 2024.07.19 18:51:32.778587 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12646 | 2024.07.19 18:51:32.778639 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12647 | 2024.07.19 18:51:32.778659 [ 3 ] {} <Debug> HTTP-Session: fc795623-7a56-4c0a-b865-33753e3b8fa5 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 12648 | 2024.07.19 18:51:32.778676 [ 3 ] {} <Debug> HTTP-Session: fc795623-7a56-4c0a-b865-33753e3b8fa5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12649 | 2024.07.19 18:51:32.778690 [ 3 ] {} <Debug> HTTP-Session: fc795623-7a56-4c0a-b865-33753e3b8fa5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12650 | 2024.07.19 18:51:32.778726 [ 3 ] {} <Trace> HTTP-Session: fc795623-7a56-4c0a-b865-33753e3b8fa5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12651 | 2024.07.19 18:51:32.778881 [ 3 ] {86bdf26e-1864-4239-bbac-2862fb3759a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 12652 | 2024.07.19 18:51:32.778943 [ 3 ] {86bdf26e-1864-4239-bbac-2862fb3759a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12653 | 2024.07.19 18:51:32.779213 [ 3 ] {86bdf26e-1864-4239-bbac-2862fb3759a6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12654 | 2024.07.19 18:51:32.780111 [ 3 ] {86bdf26e-1864-4239-bbac-2862fb3759a6} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12655 | 2024.07.19 18:51:32.780183 [ 3 ] {86bdf26e-1864-4239-bbac-2862fb3759a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 12656 | 2024.07.19 18:51:32.781316 [ 3 ] {86bdf26e-1864-4239-bbac-2862fb3759a6} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 12657 | 2024.07.19 18:51:32.782271 [ 3 ] {86bdf26e-1864-4239-bbac-2862fb3759a6} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12658 | 2024.07.19 18:51:32.782699 [ 3 ] {86bdf26e-1864-4239-bbac-2862fb3759a6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003869 sec., 15507.883173946757 rows/sec., 1.05 MiB/sec. | ||
| 12659 | 2024.07.19 18:51:32.783081 [ 3 ] {86bdf26e-1864-4239-bbac-2862fb3759a6} <Debug> DynamicQueryHandler: Done processing query | ||
| 12660 | 2024.07.19 18:51:32.783107 [ 3 ] {86bdf26e-1864-4239-bbac-2862fb3759a6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 12661 | 2024.07.19 18:51:32.783170 [ 3 ] {} <Debug> HTTP-Session: fc795623-7a56-4c0a-b865-33753e3b8fa5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12662 | 2024.07.19 18:51:32.785181 [ 186 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1119 rows, containing 19 columns (19 merged, 0 gathered) in 0.013325687 sec., 83973.15650592724 rows/sec., 150.48 MiB/sec. | ||
| 12663 | 2024.07.19 18:51:32.786297 [ 186 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 12664 | 2024.07.19 18:51:32.786949 [ 186 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_66_13} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12665 | 2024.07.19 18:51:32.787045 [ 186 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_66_13} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 12666 | 2024.07.19 18:51:32.787212 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.44 MiB. | ||
| 12667 | 2024.07.19 18:51:37.738812 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 7838, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12668 | 2024.07.19 18:51:37.739007 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12669 | 2024.07.19 18:51:37.739052 [ 3 ] {} <Debug> HTTP-Session: 8b6080e8-9fdd-495a-b6e3-2bb86f46dc19 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 12670 | 2024.07.19 18:51:37.739092 [ 3 ] {} <Debug> HTTP-Session: 8b6080e8-9fdd-495a-b6e3-2bb86f46dc19 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12671 | 2024.07.19 18:51:37.739120 [ 3 ] {} <Debug> HTTP-Session: 8b6080e8-9fdd-495a-b6e3-2bb86f46dc19 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12672 | 2024.07.19 18:51:37.739202 [ 3 ] {} <Trace> HTTP-Session: 8b6080e8-9fdd-495a-b6e3-2bb86f46dc19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12673 | 2024.07.19 18:51:37.739517 [ 3 ] {b9657e93-6b6d-4307-9c72-937de3935e0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 12674 | 2024.07.19 18:51:37.739601 [ 3 ] {b9657e93-6b6d-4307-9c72-937de3935e0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12675 | 2024.07.19 18:51:37.739794 [ 3 ] {b9657e93-6b6d-4307-9c72-937de3935e0f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12676 | 2024.07.19 18:51:37.740255 [ 3 ] {b9657e93-6b6d-4307-9c72-937de3935e0f} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12677 | 2024.07.19 18:51:37.740300 [ 3 ] {b9657e93-6b6d-4307-9c72-937de3935e0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 12678 | 2024.07.19 18:51:37.740685 [ 3 ] {b9657e93-6b6d-4307-9c72-937de3935e0f} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 12679 | 2024.07.19 18:51:37.741030 [ 3 ] {b9657e93-6b6d-4307-9c72-937de3935e0f} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12680 | 2024.07.19 18:51:37.741208 [ 3 ] {b9657e93-6b6d-4307-9c72-937de3935e0f} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001795 sec., 31197.771587743733 rows/sec., 2.40 MiB/sec. | ||
| 12681 | 2024.07.19 18:51:37.741425 [ 3 ] {b9657e93-6b6d-4307-9c72-937de3935e0f} <Debug> DynamicQueryHandler: Done processing query | ||
| 12682 | 2024.07.19 18:51:37.741459 [ 3 ] {b9657e93-6b6d-4307-9c72-937de3935e0f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 12683 | 2024.07.19 18:51:37.741479 [ 3 ] {} <Debug> HTTP-Session: 8b6080e8-9fdd-495a-b6e3-2bb86f46dc19 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12684 | 2024.07.19 18:51:37.741655 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 10886, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12685 | 2024.07.19 18:51:37.741713 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12686 | 2024.07.19 18:51:37.741733 [ 3 ] {} <Debug> HTTP-Session: 76306266-e93e-4a35-9390-dbccc3e8f0da Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 12687 | 2024.07.19 18:51:37.741752 [ 3 ] {} <Debug> HTTP-Session: 76306266-e93e-4a35-9390-dbccc3e8f0da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12688 | 2024.07.19 18:51:37.741766 [ 3 ] {} <Debug> HTTP-Session: 76306266-e93e-4a35-9390-dbccc3e8f0da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12689 | 2024.07.19 18:51:37.741803 [ 3 ] {} <Trace> HTTP-Session: 76306266-e93e-4a35-9390-dbccc3e8f0da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12690 | 2024.07.19 18:51:37.741961 [ 3 ] {0b7f3927-aaee-417a-bea6-1bf415a79f2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 12691 | 2024.07.19 18:51:37.742010 [ 3 ] {0b7f3927-aaee-417a-bea6-1bf415a79f2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12692 | 2024.07.19 18:51:37.742145 [ 3 ] {0b7f3927-aaee-417a-bea6-1bf415a79f2a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12693 | 2024.07.19 18:51:37.742570 [ 3 ] {0b7f3927-aaee-417a-bea6-1bf415a79f2a} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12694 | 2024.07.19 18:51:37.742614 [ 3 ] {0b7f3927-aaee-417a-bea6-1bf415a79f2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 12695 | 2024.07.19 18:51:37.742942 [ 3 ] {0b7f3927-aaee-417a-bea6-1bf415a79f2a} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 12696 | 2024.07.19 18:51:37.743258 [ 3 ] {0b7f3927-aaee-417a-bea6-1bf415a79f2a} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12697 | 2024.07.19 18:51:37.743413 [ 3 ] {0b7f3927-aaee-417a-bea6-1bf415a79f2a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001521 sec., 42077.580539119 rows/sec., 3.28 MiB/sec. | ||
| 12698 | 2024.07.19 18:51:37.743583 [ 3 ] {0b7f3927-aaee-417a-bea6-1bf415a79f2a} <Debug> DynamicQueryHandler: Done processing query | ||
| 12699 | 2024.07.19 18:51:37.743608 [ 3 ] {0b7f3927-aaee-417a-bea6-1bf415a79f2a} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 12700 | 2024.07.19 18:51:37.743623 [ 3 ] {} <Debug> HTTP-Session: 76306266-e93e-4a35-9390-dbccc3e8f0da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12701 | 2024.07.19 18:51:37.743808 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12702 | 2024.07.19 18:51:37.743858 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12703 | 2024.07.19 18:51:37.743877 [ 3 ] {} <Debug> HTTP-Session: d7b2e9ab-4ef6-45ba-9664-bc52af623412 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 12704 | 2024.07.19 18:51:37.743894 [ 3 ] {} <Debug> HTTP-Session: d7b2e9ab-4ef6-45ba-9664-bc52af623412 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12705 | 2024.07.19 18:51:37.743908 [ 3 ] {} <Debug> HTTP-Session: d7b2e9ab-4ef6-45ba-9664-bc52af623412 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12706 | 2024.07.19 18:51:37.743939 [ 3 ] {} <Trace> HTTP-Session: d7b2e9ab-4ef6-45ba-9664-bc52af623412 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12707 | 2024.07.19 18:51:37.744106 [ 3 ] {f2c77436-e35a-42dc-9f13-72dd7e8fcd85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 12708 | 2024.07.19 18:51:37.744156 [ 3 ] {f2c77436-e35a-42dc-9f13-72dd7e8fcd85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12709 | 2024.07.19 18:51:37.744301 [ 3 ] {f2c77436-e35a-42dc-9f13-72dd7e8fcd85} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12710 | 2024.07.19 18:51:37.744669 [ 3 ] {f2c77436-e35a-42dc-9f13-72dd7e8fcd85} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12711 | 2024.07.19 18:51:37.744704 [ 3 ] {f2c77436-e35a-42dc-9f13-72dd7e8fcd85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 12712 | 2024.07.19 18:51:37.745090 [ 3 ] {f2c77436-e35a-42dc-9f13-72dd7e8fcd85} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 12713 | 2024.07.19 18:51:37.745436 [ 3 ] {f2c77436-e35a-42dc-9f13-72dd7e8fcd85} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12714 | 2024.07.19 18:51:37.745601 [ 3 ] {f2c77436-e35a-42dc-9f13-72dd7e8fcd85} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001572 sec., 101781.17048346056 rows/sec., 7.09 MiB/sec. | ||
| 12715 | 2024.07.19 18:51:37.745604 [ 47 ] {} <Debug> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 12716 | 2024.07.19 18:51:37.745717 [ 47 ] {} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12717 | 2024.07.19 18:51:37.745768 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 12718 | 2024.07.19 18:51:37.745860 [ 3 ] {f2c77436-e35a-42dc-9f13-72dd7e8fcd85} <Debug> DynamicQueryHandler: Done processing query | ||
| 12719 | 2024.07.19 18:51:37.745951 [ 3 ] {f2c77436-e35a-42dc-9f13-72dd7e8fcd85} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 12720 | 2024.07.19 18:51:37.746030 [ 3 ] {} <Debug> HTTP-Session: d7b2e9ab-4ef6-45ba-9664-bc52af623412 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12721 | 2024.07.19 18:51:37.746311 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12722 | 2024.07.19 18:51:37.746447 [ 196 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::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 | ||
| 12723 | 2024.07.19 18:51:37.746463 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12724 | 2024.07.19 18:51:37.746589 [ 3 ] {} <Debug> HTTP-Session: a3d44014-e368-4b83-a8fa-54f87e4d6cdc Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 12725 | 2024.07.19 18:51:37.746658 [ 3 ] {} <Debug> HTTP-Session: a3d44014-e368-4b83-a8fa-54f87e4d6cdc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12726 | 2024.07.19 18:51:37.746704 [ 3 ] {} <Debug> HTTP-Session: a3d44014-e368-4b83-a8fa-54f87e4d6cdc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12727 | 2024.07.19 18:51:37.746807 [ 3 ] {} <Trace> HTTP-Session: a3d44014-e368-4b83-a8fa-54f87e4d6cdc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12728 | 2024.07.19 18:51:37.747006 [ 196 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12729 | 2024.07.19 18:51:37.747092 [ 196 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_61_12, total 9641 rows starting from the beginning of the part | ||
| 12730 | 2024.07.19 18:51:37.747120 [ 3 ] {5a023937-b3a8-4dff-9822-5a50cf78e83a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 12731 | 2024.07.19 18:51:37.747296 [ 3 ] {5a023937-b3a8-4dff-9822-5a50cf78e83a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12732 | 2024.07.19 18:51:37.747343 [ 196 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 160 rows starting from the beginning of the part | ||
| 12733 | 2024.07.19 18:51:37.747677 [ 196 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::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 | ||
| 12734 | 2024.07.19 18:51:37.747984 [ 196 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 162 rows starting from the beginning of the part | ||
| 12735 | 2024.07.19 18:51:37.748262 [ 196 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 162 rows starting from the beginning of the part | ||
| 12736 | 2024.07.19 18:51:37.748566 [ 196 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 160 rows starting from the beginning of the part | ||
| 12737 | 2024.07.19 18:51:37.749146 [ 3 ] {5a023937-b3a8-4dff-9822-5a50cf78e83a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12738 | 2024.07.19 18:51:37.749909 [ 3 ] {5a023937-b3a8-4dff-9822-5a50cf78e83a} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12739 | 2024.07.19 18:51:37.749978 [ 3 ] {5a023937-b3a8-4dff-9822-5a50cf78e83a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 12740 | 2024.07.19 18:51:37.750556 [ 3 ] {5a023937-b3a8-4dff-9822-5a50cf78e83a} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 12741 | 2024.07.19 18:51:37.751451 [ 3 ] {5a023937-b3a8-4dff-9822-5a50cf78e83a} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12742 | 2024.07.19 18:51:37.751745 [ 47 ] {} <Debug> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 12743 | 2024.07.19 18:51:37.751779 [ 3 ] {5a023937-b3a8-4dff-9822-5a50cf78e83a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004753 sec., 12623.606143488323 rows/sec., 871.16 KiB/sec. | ||
| 12744 | 2024.07.19 18:51:37.751817 [ 47 ] {} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12745 | 2024.07.19 18:51:37.751890 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 12746 | 2024.07.19 18:51:37.752124 [ 186 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::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 | ||
| 12747 | 2024.07.19 18:51:37.752148 [ 3 ] {5a023937-b3a8-4dff-9822-5a50cf78e83a} <Debug> DynamicQueryHandler: Done processing query | ||
| 12748 | 2024.07.19 18:51:37.752202 [ 3 ] {5a023937-b3a8-4dff-9822-5a50cf78e83a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 12749 | 2024.07.19 18:51:37.752238 [ 3 ] {} <Debug> HTTP-Session: a3d44014-e368-4b83-a8fa-54f87e4d6cdc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12750 | 2024.07.19 18:51:37.752452 [ 186 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12751 | 2024.07.19 18:51:37.752497 [ 186 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3356 rows starting from the beginning of the part | ||
| 12752 | 2024.07.19 18:51:37.752577 [ 186 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::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 | ||
| 12753 | 2024.07.19 18:51:37.752880 [ 186 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::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 | ||
| 12754 | 2024.07.19 18:51:37.753108 [ 186 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::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 | ||
| 12755 | 2024.07.19 18:51:37.753232 [ 186 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::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 | ||
| 12756 | 2024.07.19 18:51:37.753510 [ 186 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::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 | ||
| 12757 | 2024.07.19 18:51:37.754250 [ 190 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10445 rows, containing 5 columns (5 merged, 0 gathered) in 0.00835806 sec., 1249691.9141523272 rows/sec., 87.09 MiB/sec. | ||
| 12758 | 2024.07.19 18:51:37.754517 [ 190 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 12759 | 2024.07.19 18:51:37.755143 [ 190 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12760 | 2024.07.19 18:51:37.755243 [ 190 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 12761 | 2024.07.19 18:51:37.755336 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.03 MiB. | ||
| 12762 | 2024.07.19 18:51:37.755620 [ 190 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3656 rows, containing 4 columns (4 merged, 0 gathered) in 0.003583916 sec., 1020113.1946172846 rows/sec., 68.80 MiB/sec. | ||
| 12763 | 2024.07.19 18:51:37.756032 [ 190 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 12764 | 2024.07.19 18:51:37.756460 [ 190 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_66_13} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12765 | 2024.07.19 18:51:37.756541 [ 190 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_66_13} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 12766 | 2024.07.19 18:51:37.756621 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. | ||
| 12767 | 2024.07.19 18:51:42.748364 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 7913, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12768 | 2024.07.19 18:51:42.748511 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12769 | 2024.07.19 18:51:42.748543 [ 3 ] {} <Debug> HTTP-Session: 444cd66b-5bf5-4b48-beff-6a3bb0f3793f Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 12770 | 2024.07.19 18:51:42.748572 [ 3 ] {} <Debug> HTTP-Session: 444cd66b-5bf5-4b48-beff-6a3bb0f3793f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12771 | 2024.07.19 18:51:42.748591 [ 3 ] {} <Debug> HTTP-Session: 444cd66b-5bf5-4b48-beff-6a3bb0f3793f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12772 | 2024.07.19 18:51:42.748653 [ 3 ] {} <Trace> HTTP-Session: 444cd66b-5bf5-4b48-beff-6a3bb0f3793f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12773 | 2024.07.19 18:51:42.748861 [ 3 ] {99974551-46d6-46e6-85d8-61c4d98e5abe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 12774 | 2024.07.19 18:51:42.748930 [ 3 ] {99974551-46d6-46e6-85d8-61c4d98e5abe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 12775 | 2024.07.19 18:51:42.749125 [ 3 ] {99974551-46d6-46e6-85d8-61c4d98e5abe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12776 | 2024.07.19 18:51:42.749662 [ 3 ] {99974551-46d6-46e6-85d8-61c4d98e5abe} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12777 | 2024.07.19 18:51:42.749719 [ 3 ] {99974551-46d6-46e6-85d8-61c4d98e5abe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 12778 | 2024.07.19 18:51:42.750110 [ 3 ] {99974551-46d6-46e6-85d8-61c4d98e5abe} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 12779 | 2024.07.19 18:51:42.750454 [ 3 ] {99974551-46d6-46e6-85d8-61c4d98e5abe} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12780 | 2024.07.19 18:51:42.750634 [ 3 ] {99974551-46d6-46e6-85d8-61c4d98e5abe} <Debug> executeQuery: Read 56 rows, 4.39 KiB in 0.00184 sec., 30434.782608695652 rows/sec., 2.33 MiB/sec. | ||
| 12781 | 2024.07.19 18:51:42.750870 [ 3 ] {99974551-46d6-46e6-85d8-61c4d98e5abe} <Debug> DynamicQueryHandler: Done processing query | ||
| 12782 | 2024.07.19 18:51:42.750898 [ 3 ] {99974551-46d6-46e6-85d8-61c4d98e5abe} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 12783 | 2024.07.19 18:51:42.750914 [ 3 ] {} <Debug> HTTP-Session: 444cd66b-5bf5-4b48-beff-6a3bb0f3793f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12784 | 2024.07.19 18:51:42.751082 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12785 | 2024.07.19 18:51:42.751142 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12786 | 2024.07.19 18:51:42.751162 [ 3 ] {} <Debug> HTTP-Session: fef6c92d-a31d-49af-8232-f8e99c0c90f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 12787 | 2024.07.19 18:51:42.751180 [ 3 ] {} <Debug> HTTP-Session: fef6c92d-a31d-49af-8232-f8e99c0c90f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12788 | 2024.07.19 18:51:42.751195 [ 3 ] {} <Debug> HTTP-Session: fef6c92d-a31d-49af-8232-f8e99c0c90f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12789 | 2024.07.19 18:51:42.751231 [ 3 ] {} <Trace> HTTP-Session: fef6c92d-a31d-49af-8232-f8e99c0c90f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12790 | 2024.07.19 18:51:42.751335 [ 3 ] {488d66ec-419a-4d4e-999f-0287ecd0e95e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 12791 | 2024.07.19 18:51:42.751383 [ 3 ] {488d66ec-419a-4d4e-999f-0287ecd0e95e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 12792 | 2024.07.19 18:51:42.751516 [ 3 ] {488d66ec-419a-4d4e-999f-0287ecd0e95e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12793 | 2024.07.19 18:51:42.751813 [ 3 ] {488d66ec-419a-4d4e-999f-0287ecd0e95e} <Trace> oximeter.fields_ipaddr (5b198a67-6d84-4324-b6a3-e6f140922631): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12794 | 2024.07.19 18:51:42.751851 [ 3 ] {488d66ec-419a-4d4e-999f-0287ecd0e95e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 12795 | 2024.07.19 18:51:42.752167 [ 3 ] {488d66ec-419a-4d4e-999f-0287ecd0e95e} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 12796 | 2024.07.19 18:51:42.752482 [ 3 ] {488d66ec-419a-4d4e-999f-0287ecd0e95e} <Trace> oximeter.fields_ipaddr (5b198a67-6d84-4324-b6a3-e6f140922631): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12797 | 2024.07.19 18:51:42.752649 [ 3 ] {488d66ec-419a-4d4e-999f-0287ecd0e95e} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001333 sec., 1500.3750937734433 rows/sec., 122.35 KiB/sec. | ||
| 12798 | 2024.07.19 18:51:42.752651 [ 84 ] {} <Debug> oximeter.fields_ipaddr (5b198a67-6d84-4324-b6a3-e6f140922631) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 12799 | 2024.07.19 18:51:42.752765 [ 84 ] {} <Trace> oximeter.fields_ipaddr (5b198a67-6d84-4324-b6a3-e6f140922631): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12800 | 2024.07.19 18:51:42.752815 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 12801 | 2024.07.19 18:51:42.752931 [ 3 ] {488d66ec-419a-4d4e-999f-0287ecd0e95e} <Debug> DynamicQueryHandler: Done processing query | ||
| 12802 | 2024.07.19 18:51:42.753007 [ 3 ] {488d66ec-419a-4d4e-999f-0287ecd0e95e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 12803 | 2024.07.19 18:51:42.753034 [ 199 ] {5b198a67-6d84-4324-b6a3-e6f140922631::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 | ||
| 12804 | 2024.07.19 18:51:42.753072 [ 3 ] {} <Debug> HTTP-Session: fef6c92d-a31d-49af-8232-f8e99c0c90f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12805 | 2024.07.19 18:51:42.753344 [ 199 ] {5b198a67-6d84-4324-b6a3-e6f140922631::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12806 | 2024.07.19 18:51:42.753363 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 52173, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12807 | 2024.07.19 18:51:42.753400 [ 199 ] {5b198a67-6d84-4324-b6a3-e6f140922631::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 16 rows starting from the beginning of the part | ||
| 12808 | 2024.07.19 18:51:42.753462 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12809 | 2024.07.19 18:51:42.753537 [ 3 ] {} <Debug> HTTP-Session: 97ac7197-637d-4013-acc0-c6c93144c34c Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 12810 | 2024.07.19 18:51:42.753631 [ 3 ] {} <Debug> HTTP-Session: 97ac7197-637d-4013-acc0-c6c93144c34c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12811 | 2024.07.19 18:51:42.753637 [ 199 ] {5b198a67-6d84-4324-b6a3-e6f140922631::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 4 rows starting from the beginning of the part | ||
| 12812 | 2024.07.19 18:51:42.753657 [ 3 ] {} <Debug> HTTP-Session: 97ac7197-637d-4013-acc0-c6c93144c34c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12813 | 2024.07.19 18:51:42.753916 [ 3 ] {} <Trace> HTTP-Session: 97ac7197-637d-4013-acc0-c6c93144c34c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12814 | 2024.07.19 18:51:42.753962 [ 199 ] {5b198a67-6d84-4324-b6a3-e6f140922631::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 2 rows starting from the beginning of the part | ||
| 12815 | 2024.07.19 18:51:42.754372 [ 199 ] {5b198a67-6d84-4324-b6a3-e6f140922631::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 4 rows starting from the beginning of the part | ||
| 12816 | 2024.07.19 18:51:42.754839 [ 199 ] {5b198a67-6d84-4324-b6a3-e6f140922631::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 4 rows starting from the beginning of the part | ||
| 12817 | 2024.07.19 18:51:42.755205 [ 199 ] {5b198a67-6d84-4324-b6a3-e6f140922631::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 2 rows starting from the beginning of the part | ||
| 12818 | 2024.07.19 18:51:42.755913 [ 3 ] {e1c63409-5399-40fd-aff9-5755fa14f503} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 12819 | 2024.07.19 18:51:42.756053 [ 3 ] {e1c63409-5399-40fd-aff9-5755fa14f503} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12820 | 2024.07.19 18:51:42.756512 [ 3 ] {e1c63409-5399-40fd-aff9-5755fa14f503} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12821 | 2024.07.19 18:51:42.757649 [ 3 ] {e1c63409-5399-40fd-aff9-5755fa14f503} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12822 | 2024.07.19 18:51:42.757727 [ 3 ] {e1c63409-5399-40fd-aff9-5755fa14f503} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 12823 | 2024.07.19 18:51:42.758138 [ 199 ] {5b198a67-6d84-4324-b6a3-e6f140922631::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.005253792 sec., 6090.838769406935 rows/sec., 496.67 KiB/sec. | ||
| 12824 | 2024.07.19 18:51:42.758337 [ 199 ] {5b198a67-6d84-4324-b6a3-e6f140922631::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 12825 | 2024.07.19 18:51:42.758532 [ 3 ] {e1c63409-5399-40fd-aff9-5755fa14f503} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 12826 | 2024.07.19 18:51:42.759110 [ 199 ] {5b198a67-6d84-4324-b6a3-e6f140922631::all_1_26_5} <Trace> oximeter.fields_ipaddr (5b198a67-6d84-4324-b6a3-e6f140922631): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12827 | 2024.07.19 18:51:42.759299 [ 199 ] {5b198a67-6d84-4324-b6a3-e6f140922631::all_1_26_5} <Trace> oximeter.fields_ipaddr (5b198a67-6d84-4324-b6a3-e6f140922631) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 12828 | 2024.07.19 18:51:42.759303 [ 3 ] {e1c63409-5399-40fd-aff9-5755fa14f503} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12829 | 2024.07.19 18:51:42.759460 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 12830 | 2024.07.19 18:51:42.759590 [ 3 ] {e1c63409-5399-40fd-aff9-5755fa14f503} <Debug> executeQuery: Read 348 rows, 31.07 KiB in 0.005118 sec., 67995.31066822978 rows/sec., 5.93 MiB/sec. | ||
| 12831 | 2024.07.19 18:51:42.759789 [ 3 ] {e1c63409-5399-40fd-aff9-5755fa14f503} <Debug> DynamicQueryHandler: Done processing query | ||
| 12832 | 2024.07.19 18:51:42.759815 [ 3 ] {e1c63409-5399-40fd-aff9-5755fa14f503} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 12833 | 2024.07.19 18:51:42.759831 [ 3 ] {} <Debug> HTTP-Session: 97ac7197-637d-4013-acc0-c6c93144c34c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12834 | 2024.07.19 18:51:42.759972 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12835 | 2024.07.19 18:51:42.760022 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12836 | 2024.07.19 18:51:42.760040 [ 3 ] {} <Debug> HTTP-Session: 78042f03-2e0f-4c1a-8ffb-5cc49daed5f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 12837 | 2024.07.19 18:51:42.760056 [ 3 ] {} <Debug> HTTP-Session: 78042f03-2e0f-4c1a-8ffb-5cc49daed5f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12838 | 2024.07.19 18:51:42.760070 [ 3 ] {} <Debug> HTTP-Session: 78042f03-2e0f-4c1a-8ffb-5cc49daed5f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12839 | 2024.07.19 18:51:42.760102 [ 3 ] {} <Trace> HTTP-Session: 78042f03-2e0f-4c1a-8ffb-5cc49daed5f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12840 | 2024.07.19 18:51:42.760195 [ 3 ] {7d018e4e-5a96-476d-8243-5def8ef94726} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 12841 | 2024.07.19 18:51:42.760238 [ 3 ] {7d018e4e-5a96-476d-8243-5def8ef94726} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12842 | 2024.07.19 18:51:42.760371 [ 3 ] {7d018e4e-5a96-476d-8243-5def8ef94726} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12843 | 2024.07.19 18:51:42.760650 [ 3 ] {7d018e4e-5a96-476d-8243-5def8ef94726} <Trace> oximeter.fields_u16 (3a790436-232b-4913-bf8d-eba3067e022c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12844 | 2024.07.19 18:51:42.760686 [ 3 ] {7d018e4e-5a96-476d-8243-5def8ef94726} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 12845 | 2024.07.19 18:51:42.760981 [ 3 ] {7d018e4e-5a96-476d-8243-5def8ef94726} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 12846 | 2024.07.19 18:51:42.761294 [ 3 ] {7d018e4e-5a96-476d-8243-5def8ef94726} <Trace> oximeter.fields_u16 (3a790436-232b-4913-bf8d-eba3067e022c): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12847 | 2024.07.19 18:51:42.761439 [ 84 ] {} <Debug> oximeter.fields_u16 (3a790436-232b-4913-bf8d-eba3067e022c) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 12848 | 2024.07.19 18:51:42.761448 [ 3 ] {7d018e4e-5a96-476d-8243-5def8ef94726} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001267 sec., 1578.531965272297 rows/sec., 110.22 KiB/sec. | ||
| 12849 | 2024.07.19 18:51:42.761483 [ 84 ] {} <Trace> oximeter.fields_u16 (3a790436-232b-4913-bf8d-eba3067e022c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12850 | 2024.07.19 18:51:42.761544 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 12851 | 2024.07.19 18:51:42.761846 [ 3 ] {7d018e4e-5a96-476d-8243-5def8ef94726} <Debug> DynamicQueryHandler: Done processing query | ||
| 12852 | 2024.07.19 18:51:42.761936 [ 3 ] {7d018e4e-5a96-476d-8243-5def8ef94726} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 12853 | 2024.07.19 18:51:42.762005 [ 3 ] {} <Debug> HTTP-Session: 78042f03-2e0f-4c1a-8ffb-5cc49daed5f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12854 | 2024.07.19 18:51:42.762181 [ 195 ] {3a790436-232b-4913-bf8d-eba3067e022c::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 | ||
| 12855 | 2024.07.19 18:51:42.762398 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 74416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12856 | 2024.07.19 18:51:42.762513 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12857 | 2024.07.19 18:51:42.762572 [ 3 ] {} <Debug> HTTP-Session: a6745d93-8118-4421-a18a-b327df3c944e Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 12858 | 2024.07.19 18:51:42.762622 [ 3 ] {} <Debug> HTTP-Session: a6745d93-8118-4421-a18a-b327df3c944e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12859 | 2024.07.19 18:51:42.762661 [ 3 ] {} <Debug> HTTP-Session: a6745d93-8118-4421-a18a-b327df3c944e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12860 | 2024.07.19 18:51:42.762691 [ 195 ] {3a790436-232b-4913-bf8d-eba3067e022c::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12861 | 2024.07.19 18:51:42.762725 [ 3 ] {} <Trace> HTTP-Session: a6745d93-8118-4421-a18a-b327df3c944e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12862 | 2024.07.19 18:51:42.762760 [ 195 ] {3a790436-232b-4913-bf8d-eba3067e022c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 16 rows starting from the beginning of the part | ||
| 12863 | 2024.07.19 18:51:42.762982 [ 195 ] {3a790436-232b-4913-bf8d-eba3067e022c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 4 rows starting from the beginning of the part | ||
| 12864 | 2024.07.19 18:51:42.763222 [ 195 ] {3a790436-232b-4913-bf8d-eba3067e022c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 2 rows starting from the beginning of the part | ||
| 12865 | 2024.07.19 18:51:42.763262 [ 3 ] {7ecc6d23-00e3-433a-8556-c6538478855f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 12866 | 2024.07.19 18:51:42.763453 [ 3 ] {7ecc6d23-00e3-433a-8556-c6538478855f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12867 | 2024.07.19 18:51:42.763486 [ 195 ] {3a790436-232b-4913-bf8d-eba3067e022c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 4 rows starting from the beginning of the part | ||
| 12868 | 2024.07.19 18:51:42.763767 [ 195 ] {3a790436-232b-4913-bf8d-eba3067e022c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 4 rows starting from the beginning of the part | ||
| 12869 | 2024.07.19 18:51:42.764090 [ 195 ] {3a790436-232b-4913-bf8d-eba3067e022c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 2 rows starting from the beginning of the part | ||
| 12870 | 2024.07.19 18:51:42.764774 [ 3 ] {7ecc6d23-00e3-433a-8556-c6538478855f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12871 | 2024.07.19 18:51:42.765793 [ 3 ] {7ecc6d23-00e3-433a-8556-c6538478855f} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12872 | 2024.07.19 18:51:42.765871 [ 3 ] {7ecc6d23-00e3-433a-8556-c6538478855f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 12873 | 2024.07.19 18:51:42.766770 [ 193 ] {3a790436-232b-4913-bf8d-eba3067e022c::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.005086649 sec., 6290.978599073771 rows/sec., 439.26 KiB/sec. | ||
| 12874 | 2024.07.19 18:51:42.766783 [ 3 ] {7ecc6d23-00e3-433a-8556-c6538478855f} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 12875 | 2024.07.19 18:51:42.767074 [ 193 ] {3a790436-232b-4913-bf8d-eba3067e022c::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 12876 | 2024.07.19 18:51:42.767452 [ 3 ] {7ecc6d23-00e3-433a-8556-c6538478855f} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12877 | 2024.07.19 18:51:42.767955 [ 3 ] {7ecc6d23-00e3-433a-8556-c6538478855f} <Debug> executeQuery: Read 458 rows, 33.54 KiB in 0.005065 sec., 90424.48173741362 rows/sec., 6.47 MiB/sec. | ||
| 12878 | 2024.07.19 18:51:42.768440 [ 193 ] {3a790436-232b-4913-bf8d-eba3067e022c::all_1_26_5} <Trace> oximeter.fields_u16 (3a790436-232b-4913-bf8d-eba3067e022c): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12879 | 2024.07.19 18:51:42.768677 [ 3 ] {7ecc6d23-00e3-433a-8556-c6538478855f} <Debug> DynamicQueryHandler: Done processing query | ||
| 12880 | 2024.07.19 18:51:42.768749 [ 193 ] {3a790436-232b-4913-bf8d-eba3067e022c::all_1_26_5} <Trace> oximeter.fields_u16 (3a790436-232b-4913-bf8d-eba3067e022c) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 12881 | 2024.07.19 18:51:42.768792 [ 3 ] {7ecc6d23-00e3-433a-8556-c6538478855f} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 12882 | 2024.07.19 18:51:42.768924 [ 3 ] {} <Debug> HTTP-Session: a6745d93-8118-4421-a18a-b327df3c944e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12883 | 2024.07.19 18:51:42.769017 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 12884 | 2024.07.19 18:51:42.769171 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12885 | 2024.07.19 18:51:42.769228 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12886 | 2024.07.19 18:51:42.769246 [ 3 ] {} <Debug> HTTP-Session: 34992c59-e7f5-42de-a4c1-e310a7fa1bc8 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 12887 | 2024.07.19 18:51:42.769263 [ 3 ] {} <Debug> HTTP-Session: 34992c59-e7f5-42de-a4c1-e310a7fa1bc8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12888 | 2024.07.19 18:51:42.769277 [ 3 ] {} <Debug> HTTP-Session: 34992c59-e7f5-42de-a4c1-e310a7fa1bc8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12889 | 2024.07.19 18:51:42.769310 [ 3 ] {} <Trace> HTTP-Session: 34992c59-e7f5-42de-a4c1-e310a7fa1bc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12890 | 2024.07.19 18:51:42.769412 [ 3 ] {da096037-34db-42c7-b8ad-583a2dec06e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 12891 | 2024.07.19 18:51:42.769461 [ 3 ] {da096037-34db-42c7-b8ad-583a2dec06e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12892 | 2024.07.19 18:51:42.769618 [ 3 ] {da096037-34db-42c7-b8ad-583a2dec06e1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12893 | 2024.07.19 18:51:42.769892 [ 3 ] {da096037-34db-42c7-b8ad-583a2dec06e1} <Trace> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12894 | 2024.07.19 18:51:42.769927 [ 3 ] {da096037-34db-42c7-b8ad-583a2dec06e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 12895 | 2024.07.19 18:51:42.770283 [ 3 ] {da096037-34db-42c7-b8ad-583a2dec06e1} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 12896 | 2024.07.19 18:51:42.770605 [ 3 ] {da096037-34db-42c7-b8ad-583a2dec06e1} <Trace> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12897 | 2024.07.19 18:51:42.770770 [ 3 ] {da096037-34db-42c7-b8ad-583a2dec06e1} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001377 sec., 4357.298474945534 rows/sec., 187.23 KiB/sec. | ||
| 12898 | 2024.07.19 18:51:42.770784 [ 84 ] {} <Debug> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 12899 | 2024.07.19 18:51:42.770893 [ 84 ] {} <Trace> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12900 | 2024.07.19 18:51:42.770970 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 12901 | 2024.07.19 18:51:42.771064 [ 3 ] {da096037-34db-42c7-b8ad-583a2dec06e1} <Debug> DynamicQueryHandler: Done processing query | ||
| 12902 | 2024.07.19 18:51:42.771212 [ 3 ] {da096037-34db-42c7-b8ad-583a2dec06e1} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 12903 | 2024.07.19 18:51:42.771275 [ 3 ] {} <Debug> HTTP-Session: 34992c59-e7f5-42de-a4c1-e310a7fa1bc8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12904 | 2024.07.19 18:51:42.771303 [ 198 ] {df0343a6-e0c4-40da-a26b-df51f3875d9d::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 | ||
| 12905 | 2024.07.19 18:51:42.771534 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 14079, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12906 | 2024.07.19 18:51:42.771723 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12907 | 2024.07.19 18:51:42.771830 [ 3 ] {} <Debug> HTTP-Session: 48cf7813-9ecb-4485-b83c-2200b9a74a31 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 12908 | 2024.07.19 18:51:42.771898 [ 3 ] {} <Debug> HTTP-Session: 48cf7813-9ecb-4485-b83c-2200b9a74a31 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12909 | 2024.07.19 18:51:42.771972 [ 3 ] {} <Debug> HTTP-Session: 48cf7813-9ecb-4485-b83c-2200b9a74a31 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12910 | 2024.07.19 18:51:42.772082 [ 198 ] {df0343a6-e0c4-40da-a26b-df51f3875d9d::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12911 | 2024.07.19 18:51:42.772102 [ 3 ] {} <Trace> HTTP-Session: 48cf7813-9ecb-4485-b83c-2200b9a74a31 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12912 | 2024.07.19 18:51:42.772161 [ 198 ] {df0343a6-e0c4-40da-a26b-df51f3875d9d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 156 rows starting from the beginning of the part | ||
| 12913 | 2024.07.19 18:51:42.772378 [ 198 ] {df0343a6-e0c4-40da-a26b-df51f3875d9d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 6 rows starting from the beginning of the part | ||
| 12914 | 2024.07.19 18:51:42.772495 [ 3 ] {b4d3ce78-08ee-47e2-9d1f-de8d4e1884e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 12915 | 2024.07.19 18:51:42.772723 [ 198 ] {df0343a6-e0c4-40da-a26b-df51f3875d9d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 6 rows starting from the beginning of the part | ||
| 12916 | 2024.07.19 18:51:42.772731 [ 3 ] {b4d3ce78-08ee-47e2-9d1f-de8d4e1884e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 12917 | 2024.07.19 18:51:42.773044 [ 198 ] {df0343a6-e0c4-40da-a26b-df51f3875d9d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 6 rows starting from the beginning of the part | ||
| 12918 | 2024.07.19 18:51:42.773404 [ 198 ] {df0343a6-e0c4-40da-a26b-df51f3875d9d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 6 rows starting from the beginning of the part | ||
| 12919 | 2024.07.19 18:51:42.773764 [ 198 ] {df0343a6-e0c4-40da-a26b-df51f3875d9d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 6 rows starting from the beginning of the part | ||
| 12920 | 2024.07.19 18:51:42.774195 [ 3 ] {b4d3ce78-08ee-47e2-9d1f-de8d4e1884e2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12921 | 2024.07.19 18:51:42.774714 [ 3 ] {b4d3ce78-08ee-47e2-9d1f-de8d4e1884e2} <Trace> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12922 | 2024.07.19 18:51:42.774760 [ 3 ] {b4d3ce78-08ee-47e2-9d1f-de8d4e1884e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 12923 | 2024.07.19 18:51:42.775389 [ 3 ] {b4d3ce78-08ee-47e2-9d1f-de8d4e1884e2} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 12924 | 2024.07.19 18:51:42.775515 [ 200 ] {df0343a6-e0c4-40da-a26b-df51f3875d9d::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 186 rows, containing 4 columns (4 merged, 0 gathered) in 0.004421989 sec., 42062.519829877456 rows/sec., 1.77 MiB/sec. | ||
| 12925 | 2024.07.19 18:51:42.775842 [ 189 ] {df0343a6-e0c4-40da-a26b-df51f3875d9d::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 12926 | 2024.07.19 18:51:42.775979 [ 3 ] {b4d3ce78-08ee-47e2-9d1f-de8d4e1884e2} <Trace> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12927 | 2024.07.19 18:51:42.776321 [ 3 ] {b4d3ce78-08ee-47e2-9d1f-de8d4e1884e2} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.003979 sec., 19351.595878361397 rows/sec., 1.19 MiB/sec. | ||
| 12928 | 2024.07.19 18:51:42.776357 [ 84 ] {} <Debug> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 12929 | 2024.07.19 18:51:42.776647 [ 84 ] {} <Trace> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12930 | 2024.07.19 18:51:42.776753 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 12931 | 2024.07.19 18:51:42.777238 [ 3 ] {b4d3ce78-08ee-47e2-9d1f-de8d4e1884e2} <Debug> DynamicQueryHandler: Done processing query | ||
| 12932 | 2024.07.19 18:51:42.777381 [ 200 ] {1fb508e0-969d-4987-9814-9a74e65b75c4::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 | ||
| 12933 | 2024.07.19 18:51:42.777438 [ 3 ] {b4d3ce78-08ee-47e2-9d1f-de8d4e1884e2} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 12934 | 2024.07.19 18:51:42.777588 [ 3 ] {} <Debug> HTTP-Session: 48cf7813-9ecb-4485-b83c-2200b9a74a31 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12935 | 2024.07.19 18:51:42.777861 [ 189 ] {df0343a6-e0c4-40da-a26b-df51f3875d9d::all_1_31_6} <Trace> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12936 | 2024.07.19 18:51:42.778225 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 37791, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12937 | 2024.07.19 18:51:42.778230 [ 200 ] {1fb508e0-969d-4987-9814-9a74e65b75c4::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12938 | 2024.07.19 18:51:42.778257 [ 189 ] {df0343a6-e0c4-40da-a26b-df51f3875d9d::all_1_31_6} <Trace> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 12939 | 2024.07.19 18:51:42.778334 [ 200 ] {1fb508e0-969d-4987-9814-9a74e65b75c4::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 | ||
| 12940 | 2024.07.19 18:51:42.778353 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12941 | 2024.07.19 18:51:42.778450 [ 3 ] {} <Debug> HTTP-Session: 7ee28df5-fdb5-41eb-8ae9-6698a522ade3 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 12942 | 2024.07.19 18:51:42.778587 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 12943 | 2024.07.19 18:51:42.778525 [ 3 ] {} <Debug> HTTP-Session: 7ee28df5-fdb5-41eb-8ae9-6698a522ade3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12944 | 2024.07.19 18:51:42.778700 [ 200 ] {1fb508e0-969d-4987-9814-9a74e65b75c4::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 | ||
| 12945 | 2024.07.19 18:51:42.778754 [ 3 ] {} <Debug> HTTP-Session: 7ee28df5-fdb5-41eb-8ae9-6698a522ade3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12946 | 2024.07.19 18:51:42.778900 [ 3 ] {} <Trace> HTTP-Session: 7ee28df5-fdb5-41eb-8ae9-6698a522ade3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12947 | 2024.07.19 18:51:42.779001 [ 200 ] {1fb508e0-969d-4987-9814-9a74e65b75c4::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 | ||
| 12948 | 2024.07.19 18:51:42.779267 [ 200 ] {1fb508e0-969d-4987-9814-9a74e65b75c4::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 | ||
| 12949 | 2024.07.19 18:51:42.779385 [ 200 ] {1fb508e0-969d-4987-9814-9a74e65b75c4::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 | ||
| 12950 | 2024.07.19 18:51:42.779538 [ 3 ] {eb43384c-614d-4bfa-a67b-c985cf22a8f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 12951 | 2024.07.19 18:51:42.779691 [ 200 ] {1fb508e0-969d-4987-9814-9a74e65b75c4::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 | ||
| 12952 | 2024.07.19 18:51:42.779777 [ 3 ] {eb43384c-614d-4bfa-a67b-c985cf22a8f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12953 | 2024.07.19 18:51:42.780529 [ 3 ] {eb43384c-614d-4bfa-a67b-c985cf22a8f7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12954 | 2024.07.19 18:51:42.781301 [ 3 ] {eb43384c-614d-4bfa-a67b-c985cf22a8f7} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12955 | 2024.07.19 18:51:42.781371 [ 3 ] {eb43384c-614d-4bfa-a67b-c985cf22a8f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 12956 | 2024.07.19 18:51:42.782404 [ 3 ] {eb43384c-614d-4bfa-a67b-c985cf22a8f7} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 12957 | 2024.07.19 18:51:42.783128 [ 191 ] {1fb508e0-969d-4987-9814-9a74e65b75c4::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2387 rows, containing 5 columns (5 merged, 0 gathered) in 0.006206307 sec., 384608.75364367245 rows/sec., 23.68 MiB/sec. | ||
| 12958 | 2024.07.19 18:51:42.783199 [ 3 ] {eb43384c-614d-4bfa-a67b-c985cf22a8f7} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12959 | 2024.07.19 18:51:42.783421 [ 3 ] {eb43384c-614d-4bfa-a67b-c985cf22a8f7} <Debug> executeQuery: Read 197 rows, 14.08 KiB in 0.004249 sec., 46363.850317721815 rows/sec., 3.24 MiB/sec. | ||
| 12960 | 2024.07.19 18:51:42.783517 [ 191 ] {1fb508e0-969d-4987-9814-9a74e65b75c4::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 12961 | 2024.07.19 18:51:42.783637 [ 3 ] {eb43384c-614d-4bfa-a67b-c985cf22a8f7} <Debug> DynamicQueryHandler: Done processing query | ||
| 12962 | 2024.07.19 18:51:42.783664 [ 3 ] {eb43384c-614d-4bfa-a67b-c985cf22a8f7} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 12963 | 2024.07.19 18:51:42.783686 [ 3 ] {} <Debug> HTTP-Session: 7ee28df5-fdb5-41eb-8ae9-6698a522ade3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12964 | 2024.07.19 18:51:42.783969 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 80760, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12965 | 2024.07.19 18:51:42.783980 [ 191 ] {1fb508e0-969d-4987-9814-9a74e65b75c4::all_1_31_6} <Trace> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12966 | 2024.07.19 18:51:42.784029 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12967 | 2024.07.19 18:51:42.784053 [ 3 ] {} <Debug> HTTP-Session: 586df058-0be0-4b1c-8c7a-310b688e9a0b Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 12968 | 2024.07.19 18:51:42.784072 [ 3 ] {} <Debug> HTTP-Session: 586df058-0be0-4b1c-8c7a-310b688e9a0b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12969 | 2024.07.19 18:51:42.784089 [ 3 ] {} <Debug> HTTP-Session: 586df058-0be0-4b1c-8c7a-310b688e9a0b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12970 | 2024.07.19 18:51:42.784093 [ 191 ] {1fb508e0-969d-4987-9814-9a74e65b75c4::all_1_31_6} <Trace> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 12971 | 2024.07.19 18:51:42.784126 [ 3 ] {} <Trace> HTTP-Session: 586df058-0be0-4b1c-8c7a-310b688e9a0b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12972 | 2024.07.19 18:51:42.784207 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
| 12973 | 2024.07.19 18:51:42.784672 [ 3 ] {e700030e-ee63-4d2a-aefd-183ace8ade63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 12974 | 2024.07.19 18:51:42.784737 [ 3 ] {e700030e-ee63-4d2a-aefd-183ace8ade63} <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 | ||
| 12975 | 2024.07.19 18:51:42.785162 [ 3 ] {e700030e-ee63-4d2a-aefd-183ace8ade63} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12976 | 2024.07.19 18:51:42.785979 [ 3 ] {e700030e-ee63-4d2a-aefd-183ace8ade63} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12977 | 2024.07.19 18:51:42.786015 [ 3 ] {e700030e-ee63-4d2a-aefd-183ace8ade63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 12978 | 2024.07.19 18:51:42.786686 [ 3 ] {e700030e-ee63-4d2a-aefd-183ace8ade63} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 12979 | 2024.07.19 18:51:42.787094 [ 3 ] {e700030e-ee63-4d2a-aefd-183ace8ade63} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12980 | 2024.07.19 18:51:42.787274 [ 3 ] {e700030e-ee63-4d2a-aefd-183ace8ade63} <Debug> executeQuery: Read 50 rows, 91.75 KiB in 0.003017 sec., 16572.754391779912 rows/sec., 29.70 MiB/sec. | ||
| 12981 | 2024.07.19 18:51:42.787495 [ 3 ] {e700030e-ee63-4d2a-aefd-183ace8ade63} <Debug> DynamicQueryHandler: Done processing query | ||
| 12982 | 2024.07.19 18:51:42.787520 [ 3 ] {e700030e-ee63-4d2a-aefd-183ace8ade63} <Debug> MemoryTracker: Peak memory usage (for query): 4.69 MiB. | ||
| 12983 | 2024.07.19 18:51:42.787535 [ 3 ] {} <Debug> HTTP-Session: 586df058-0be0-4b1c-8c7a-310b688e9a0b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12984 | 2024.07.19 18:51:42.787658 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 3212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12985 | 2024.07.19 18:51:42.787706 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12986 | 2024.07.19 18:51:42.787724 [ 3 ] {} <Debug> HTTP-Session: dbc0bcae-faa7-4d6b-8f2c-e2fe5d536c6d Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 12987 | 2024.07.19 18:51:42.787741 [ 3 ] {} <Debug> HTTP-Session: dbc0bcae-faa7-4d6b-8f2c-e2fe5d536c6d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12988 | 2024.07.19 18:51:42.787754 [ 3 ] {} <Debug> HTTP-Session: dbc0bcae-faa7-4d6b-8f2c-e2fe5d536c6d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12989 | 2024.07.19 18:51:42.787785 [ 3 ] {} <Trace> HTTP-Session: dbc0bcae-faa7-4d6b-8f2c-e2fe5d536c6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12990 | 2024.07.19 18:51:42.787906 [ 3 ] {5008e53e-61be-45c6-8b95-a38641cef0e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 12991 | 2024.07.19 18:51:42.787950 [ 3 ] {5008e53e-61be-45c6-8b95-a38641cef0e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 12992 | 2024.07.19 18:51:42.788075 [ 3 ] {5008e53e-61be-45c6-8b95-a38641cef0e6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12993 | 2024.07.19 18:51:42.788495 [ 3 ] {5008e53e-61be-45c6-8b95-a38641cef0e6} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12994 | 2024.07.19 18:51:42.788532 [ 3 ] {5008e53e-61be-45c6-8b95-a38641cef0e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 12995 | 2024.07.19 18:51:42.788931 [ 3 ] {5008e53e-61be-45c6-8b95-a38641cef0e6} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 12996 | 2024.07.19 18:51:42.789247 [ 3 ] {5008e53e-61be-45c6-8b95-a38641cef0e6} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12997 | 2024.07.19 18:51:42.789411 [ 3 ] {5008e53e-61be-45c6-8b95-a38641cef0e6} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001523 sec., 15101.772816808929 rows/sec., 816.90 KiB/sec. | ||
| 12998 | 2024.07.19 18:51:42.789589 [ 3 ] {5008e53e-61be-45c6-8b95-a38641cef0e6} <Debug> DynamicQueryHandler: Done processing query | ||
| 12999 | 2024.07.19 18:51:42.789613 [ 3 ] {5008e53e-61be-45c6-8b95-a38641cef0e6} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 13000 | 2024.07.19 18:51:42.789633 [ 3 ] {} <Debug> HTTP-Session: dbc0bcae-faa7-4d6b-8f2c-e2fe5d536c6d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13001 | 2024.07.19 18:51:42.789768 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13002 | 2024.07.19 18:51:42.789815 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13003 | 2024.07.19 18:51:42.789834 [ 3 ] {} <Debug> HTTP-Session: 4dfbd774-e5a6-4f50-b192-b5ccf915b8ba Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 13004 | 2024.07.19 18:51:42.789849 [ 3 ] {} <Debug> HTTP-Session: 4dfbd774-e5a6-4f50-b192-b5ccf915b8ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13005 | 2024.07.19 18:51:42.789863 [ 3 ] {} <Debug> HTTP-Session: 4dfbd774-e5a6-4f50-b192-b5ccf915b8ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13006 | 2024.07.19 18:51:42.789893 [ 3 ] {} <Trace> HTTP-Session: 4dfbd774-e5a6-4f50-b192-b5ccf915b8ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13007 | 2024.07.19 18:51:42.790002 [ 3 ] {29c20413-3d5a-4f11-b622-4911b0b5c611} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 13008 | 2024.07.19 18:51:42.790044 [ 3 ] {29c20413-3d5a-4f11-b622-4911b0b5c611} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13009 | 2024.07.19 18:51:42.790171 [ 3 ] {29c20413-3d5a-4f11-b622-4911b0b5c611} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13010 | 2024.07.19 18:51:42.790458 [ 3 ] {29c20413-3d5a-4f11-b622-4911b0b5c611} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13011 | 2024.07.19 18:51:42.790494 [ 3 ] {29c20413-3d5a-4f11-b622-4911b0b5c611} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 13012 | 2024.07.19 18:51:42.790838 [ 3 ] {29c20413-3d5a-4f11-b622-4911b0b5c611} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 13013 | 2024.07.19 18:51:42.791154 [ 3 ] {29c20413-3d5a-4f11-b622-4911b0b5c611} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13014 | 2024.07.19 18:51:42.791271 [ 3 ] {29c20413-3d5a-4f11-b622-4911b0b5c611} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001307 sec., 45906.65646518745 rows/sec., 3.09 MiB/sec. | ||
| 13015 | 2024.07.19 18:51:42.791453 [ 3 ] {29c20413-3d5a-4f11-b622-4911b0b5c611} <Debug> DynamicQueryHandler: Done processing query | ||
| 13016 | 2024.07.19 18:51:42.791488 [ 3 ] {29c20413-3d5a-4f11-b622-4911b0b5c611} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 13017 | 2024.07.19 18:51:42.791519 [ 3 ] {} <Debug> HTTP-Session: 4dfbd774-e5a6-4f50-b192-b5ccf915b8ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13018 | 2024.07.19 18:51:45.517252 [ 82 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 13019 | 2024.07.19 18:51:45.517302 [ 82 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 13020 | 2024.07.19 18:51:47.739357 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 680, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13021 | 2024.07.19 18:51:47.739497 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13022 | 2024.07.19 18:51:47.739525 [ 3 ] {} <Debug> HTTP-Session: fe86dad6-21d2-4c7a-8b8c-905d744a0742 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 13023 | 2024.07.19 18:51:47.739553 [ 3 ] {} <Debug> HTTP-Session: fe86dad6-21d2-4c7a-8b8c-905d744a0742 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13024 | 2024.07.19 18:51:47.739570 [ 3 ] {} <Debug> HTTP-Session: fe86dad6-21d2-4c7a-8b8c-905d744a0742 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13025 | 2024.07.19 18:51:47.739623 [ 3 ] {} <Trace> HTTP-Session: fe86dad6-21d2-4c7a-8b8c-905d744a0742 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13026 | 2024.07.19 18:51:47.739821 [ 3 ] {7ead21ae-2bc8-4f59-8e65-6474cb54813f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 13027 | 2024.07.19 18:51:47.739907 [ 3 ] {7ead21ae-2bc8-4f59-8e65-6474cb54813f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 13028 | 2024.07.19 18:51:47.740116 [ 3 ] {7ead21ae-2bc8-4f59-8e65-6474cb54813f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13029 | 2024.07.19 18:51:47.740515 [ 3 ] {7ead21ae-2bc8-4f59-8e65-6474cb54813f} <Trace> oximeter.fields_ipaddr (5b198a67-6d84-4324-b6a3-e6f140922631): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13030 | 2024.07.19 18:51:47.740556 [ 3 ] {7ead21ae-2bc8-4f59-8e65-6474cb54813f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 13031 | 2024.07.19 18:51:47.740908 [ 3 ] {7ead21ae-2bc8-4f59-8e65-6474cb54813f} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 13032 | 2024.07.19 18:51:47.741251 [ 3 ] {7ead21ae-2bc8-4f59-8e65-6474cb54813f} <Trace> oximeter.fields_ipaddr (5b198a67-6d84-4324-b6a3-e6f140922631): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13033 | 2024.07.19 18:51:47.741417 [ 3 ] {7ead21ae-2bc8-4f59-8e65-6474cb54813f} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001653 sec., 2419.8427102238356 rows/sec., 197.32 KiB/sec. | ||
| 13034 | 2024.07.19 18:51:47.741639 [ 3 ] {7ead21ae-2bc8-4f59-8e65-6474cb54813f} <Debug> DynamicQueryHandler: Done processing query | ||
| 13035 | 2024.07.19 18:51:47.741665 [ 3 ] {7ead21ae-2bc8-4f59-8e65-6474cb54813f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 13036 | 2024.07.19 18:51:47.741683 [ 3 ] {} <Debug> HTTP-Session: fe86dad6-21d2-4c7a-8b8c-905d744a0742 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13037 | 2024.07.19 18:51:47.741862 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 8106, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13038 | 2024.07.19 18:51:47.741913 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13039 | 2024.07.19 18:51:47.741932 [ 3 ] {} <Debug> HTTP-Session: 14e3ff9f-5629-43b2-a524-71650cc6ce36 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 13040 | 2024.07.19 18:51:47.741948 [ 3 ] {} <Debug> HTTP-Session: 14e3ff9f-5629-43b2-a524-71650cc6ce36 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13041 | 2024.07.19 18:51:47.741963 [ 3 ] {} <Debug> HTTP-Session: 14e3ff9f-5629-43b2-a524-71650cc6ce36 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13042 | 2024.07.19 18:51:47.741994 [ 3 ] {} <Trace> HTTP-Session: 14e3ff9f-5629-43b2-a524-71650cc6ce36 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13043 | 2024.07.19 18:51:47.742104 [ 3 ] {cc22d47a-d169-4086-bb6f-f5a86977737b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 13044 | 2024.07.19 18:51:47.742147 [ 3 ] {cc22d47a-d169-4086-bb6f-f5a86977737b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13045 | 2024.07.19 18:51:47.742271 [ 3 ] {cc22d47a-d169-4086-bb6f-f5a86977737b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13046 | 2024.07.19 18:51:47.742592 [ 3 ] {cc22d47a-d169-4086-bb6f-f5a86977737b} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13047 | 2024.07.19 18:51:47.742628 [ 3 ] {cc22d47a-d169-4086-bb6f-f5a86977737b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 13048 | 2024.07.19 18:51:47.742938 [ 3 ] {cc22d47a-d169-4086-bb6f-f5a86977737b} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 13049 | 2024.07.19 18:51:47.743247 [ 3 ] {cc22d47a-d169-4086-bb6f-f5a86977737b} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13050 | 2024.07.19 18:51:47.743396 [ 3 ] {cc22d47a-d169-4086-bb6f-f5a86977737b} <Debug> executeQuery: Read 58 rows, 4.55 KiB in 0.001325 sec., 43773.58490566038 rows/sec., 3.35 MiB/sec. | ||
| 13051 | 2024.07.19 18:51:47.743414 [ 83 ] {} <Debug> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 13052 | 2024.07.19 18:51:47.743523 [ 83 ] {} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13053 | 2024.07.19 18:51:47.743566 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 13054 | 2024.07.19 18:51:47.743651 [ 3 ] {cc22d47a-d169-4086-bb6f-f5a86977737b} <Debug> DynamicQueryHandler: Done processing query | ||
| 13055 | 2024.07.19 18:51:47.743715 [ 3 ] {cc22d47a-d169-4086-bb6f-f5a86977737b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 13056 | 2024.07.19 18:51:47.743772 [ 3 ] {} <Debug> HTTP-Session: 14e3ff9f-5629-43b2-a524-71650cc6ce36 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13057 | 2024.07.19 18:51:47.743851 [ 197 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
| 13058 | 2024.07.19 18:51:47.743957 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13059 | 2024.07.19 18:51:47.744064 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13060 | 2024.07.19 18:51:47.744119 [ 3 ] {} <Debug> HTTP-Session: c08764b3-5cf9-4437-b9d8-61edebccf3a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 13061 | 2024.07.19 18:51:47.744164 [ 3 ] {} <Debug> HTTP-Session: c08764b3-5cf9-4437-b9d8-61edebccf3a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13062 | 2024.07.19 18:51:47.744207 [ 3 ] {} <Debug> HTTP-Session: c08764b3-5cf9-4437-b9d8-61edebccf3a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13063 | 2024.07.19 18:51:47.744217 [ 197 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13064 | 2024.07.19 18:51:47.744261 [ 3 ] {} <Trace> HTTP-Session: c08764b3-5cf9-4437-b9d8-61edebccf3a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13065 | 2024.07.19 18:51:47.744284 [ 197 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 355 rows starting from the beginning of the part | ||
| 13066 | 2024.07.19 18:51:47.744523 [ 3 ] {8136d5db-50e1-49cb-87b1-9e073eb70cb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 13067 | 2024.07.19 18:51:47.744567 [ 197 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 70 rows starting from the beginning of the part | ||
| 13068 | 2024.07.19 18:51:47.744661 [ 3 ] {8136d5db-50e1-49cb-87b1-9e073eb70cb6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13069 | 2024.07.19 18:51:47.744805 [ 197 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 301 rows starting from the beginning of the part | ||
| 13070 | 2024.07.19 18:51:47.745267 [ 197 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 56 rows starting from the beginning of the part | ||
| 13071 | 2024.07.19 18:51:47.745611 [ 197 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 348 rows starting from the beginning of the part | ||
| 13072 | 2024.07.19 18:51:47.745938 [ 197 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 58 rows starting from the beginning of the part | ||
| 13073 | 2024.07.19 18:51:47.746042 [ 3 ] {8136d5db-50e1-49cb-87b1-9e073eb70cb6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13074 | 2024.07.19 18:51:47.746988 [ 3 ] {8136d5db-50e1-49cb-87b1-9e073eb70cb6} <Trace> oximeter.fields_u16 (3a790436-232b-4913-bf8d-eba3067e022c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13075 | 2024.07.19 18:51:47.747056 [ 3 ] {8136d5db-50e1-49cb-87b1-9e073eb70cb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 13076 | 2024.07.19 18:51:47.747862 [ 3 ] {8136d5db-50e1-49cb-87b1-9e073eb70cb6} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 13077 | 2024.07.19 18:51:47.748583 [ 3 ] {8136d5db-50e1-49cb-87b1-9e073eb70cb6} <Trace> oximeter.fields_u16 (3a790436-232b-4913-bf8d-eba3067e022c): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13078 | 2024.07.19 18:51:47.749055 [ 3 ] {8136d5db-50e1-49cb-87b1-9e073eb70cb6} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.004667 sec., 857.0816370259267 rows/sec., 59.85 KiB/sec. | ||
| 13079 | 2024.07.19 18:51:47.749057 [ 197 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1188 rows, containing 4 columns (4 merged, 0 gathered) in 0.005380174 sec., 220810.70240479213 rows/sec., 18.97 MiB/sec. | ||
| 13080 | 2024.07.19 18:51:47.749449 [ 197 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 13081 | 2024.07.19 18:51:47.749486 [ 3 ] {8136d5db-50e1-49cb-87b1-9e073eb70cb6} <Debug> DynamicQueryHandler: Done processing query | ||
| 13082 | 2024.07.19 18:51:47.749575 [ 3 ] {8136d5db-50e1-49cb-87b1-9e073eb70cb6} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 13083 | 2024.07.19 18:51:47.749668 [ 3 ] {} <Debug> HTTP-Session: c08764b3-5cf9-4437-b9d8-61edebccf3a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13084 | 2024.07.19 18:51:47.749945 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 11572, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13085 | 2024.07.19 18:51:47.750023 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13086 | 2024.07.19 18:51:47.750052 [ 3 ] {} <Debug> HTTP-Session: 5e7bbc32-3f91-4a8d-ad80-9ea71be9fe5f Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 13087 | 2024.07.19 18:51:47.750092 [ 3 ] {} <Debug> HTTP-Session: 5e7bbc32-3f91-4a8d-ad80-9ea71be9fe5f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13088 | 2024.07.19 18:51:47.750119 [ 3 ] {} <Debug> HTTP-Session: 5e7bbc32-3f91-4a8d-ad80-9ea71be9fe5f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13089 | 2024.07.19 18:51:47.750184 [ 3 ] {} <Trace> HTTP-Session: 5e7bbc32-3f91-4a8d-ad80-9ea71be9fe5f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13090 | 2024.07.19 18:51:47.750303 [ 197 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_71_14} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13091 | 2024.07.19 18:51:47.750429 [ 3 ] {3918a444-2496-45f9-8ca0-a7e4d349e030} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 13092 | 2024.07.19 18:51:47.750490 [ 197 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_71_14} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 13093 | 2024.07.19 18:51:47.750509 [ 3 ] {3918a444-2496-45f9-8ca0-a7e4d349e030} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13094 | 2024.07.19 18:51:47.750673 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. | ||
| 13095 | 2024.07.19 18:51:47.750810 [ 3 ] {3918a444-2496-45f9-8ca0-a7e4d349e030} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13096 | 2024.07.19 18:51:47.751215 [ 3 ] {3918a444-2496-45f9-8ca0-a7e4d349e030} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13097 | 2024.07.19 18:51:47.751252 [ 3 ] {3918a444-2496-45f9-8ca0-a7e4d349e030} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 13098 | 2024.07.19 18:51:47.751570 [ 3 ] {3918a444-2496-45f9-8ca0-a7e4d349e030} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 13099 | 2024.07.19 18:51:47.751894 [ 3 ] {3918a444-2496-45f9-8ca0-a7e4d349e030} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13100 | 2024.07.19 18:51:47.752041 [ 3 ] {3918a444-2496-45f9-8ca0-a7e4d349e030} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001736 sec., 39170.5069124424 rows/sec., 3.06 MiB/sec. | ||
| 13101 | 2024.07.19 18:51:47.752055 [ 83 ] {} <Debug> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 13102 | 2024.07.19 18:51:47.752143 [ 83 ] {} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13103 | 2024.07.19 18:51:47.752186 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 13104 | 2024.07.19 18:51:47.752352 [ 3 ] {3918a444-2496-45f9-8ca0-a7e4d349e030} <Debug> DynamicQueryHandler: Done processing query | ||
| 13105 | 2024.07.19 18:51:47.752455 [ 3 ] {3918a444-2496-45f9-8ca0-a7e4d349e030} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 13106 | 2024.07.19 18:51:47.752507 [ 3 ] {} <Debug> HTTP-Session: 5e7bbc32-3f91-4a8d-ad80-9ea71be9fe5f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13107 | 2024.07.19 18:51:47.752536 [ 192 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
| 13108 | 2024.07.19 18:51:47.752737 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 31021, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13109 | 2024.07.19 18:51:47.752899 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13110 | 2024.07.19 18:51:47.752983 [ 3 ] {} <Debug> HTTP-Session: f28b59b6-2624-4a1f-8861-aa4e188a6da0 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 13111 | 2024.07.19 18:51:47.753061 [ 3 ] {} <Debug> HTTP-Session: f28b59b6-2624-4a1f-8861-aa4e188a6da0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13112 | 2024.07.19 18:51:47.753150 [ 3 ] {} <Debug> HTTP-Session: f28b59b6-2624-4a1f-8861-aa4e188a6da0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13113 | 2024.07.19 18:51:47.753278 [ 3 ] {} <Trace> HTTP-Session: f28b59b6-2624-4a1f-8861-aa4e188a6da0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13114 | 2024.07.19 18:51:47.753365 [ 192 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13115 | 2024.07.19 18:51:47.753523 [ 192 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 493 rows starting from the beginning of the part | ||
| 13116 | 2024.07.19 18:51:47.753689 [ 3 ] {77a925d2-89b5-44df-969f-ae9330cb63b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 13117 | 2024.07.19 18:51:47.753827 [ 192 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 72 rows starting from the beginning of the part | ||
| 13118 | 2024.07.19 18:51:47.754037 [ 3 ] {77a925d2-89b5-44df-969f-ae9330cb63b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13119 | 2024.07.19 18:51:47.754094 [ 192 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 432 rows starting from the beginning of the part | ||
| 13120 | 2024.07.19 18:51:47.754401 [ 192 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 64 rows starting from the beginning of the part | ||
| 13121 | 2024.07.19 18:51:47.754706 [ 192 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 458 rows starting from the beginning of the part | ||
| 13122 | 2024.07.19 18:51:47.754974 [ 192 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 68 rows starting from the beginning of the part | ||
| 13123 | 2024.07.19 18:51:47.755642 [ 3 ] {77a925d2-89b5-44df-969f-ae9330cb63b8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13124 | 2024.07.19 18:51:47.756445 [ 3 ] {77a925d2-89b5-44df-969f-ae9330cb63b8} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13125 | 2024.07.19 18:51:47.756509 [ 3 ] {77a925d2-89b5-44df-969f-ae9330cb63b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 13126 | 2024.07.19 18:51:47.757439 [ 3 ] {77a925d2-89b5-44df-969f-ae9330cb63b8} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 13127 | 2024.07.19 18:51:47.758057 [ 192 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1587 rows, containing 4 columns (4 merged, 0 gathered) in 0.00578992 sec., 274097.0514273082 rows/sec., 19.85 MiB/sec. | ||
| 13128 | 2024.07.19 18:51:47.758328 [ 197 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 13129 | 2024.07.19 18:51:47.758331 [ 3 ] {77a925d2-89b5-44df-969f-ae9330cb63b8} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13130 | 2024.07.19 18:51:47.758791 [ 3 ] {77a925d2-89b5-44df-969f-ae9330cb63b8} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.005274 sec., 30716.723549488055 rows/sec., 2.14 MiB/sec. | ||
| 13131 | 2024.07.19 18:51:47.759544 [ 3 ] {77a925d2-89b5-44df-969f-ae9330cb63b8} <Debug> DynamicQueryHandler: Done processing query | ||
| 13132 | 2024.07.19 18:51:47.759631 [ 3 ] {77a925d2-89b5-44df-969f-ae9330cb63b8} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 13133 | 2024.07.19 18:51:47.759721 [ 3 ] {} <Debug> HTTP-Session: f28b59b6-2624-4a1f-8861-aa4e188a6da0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13134 | 2024.07.19 18:51:47.759926 [ 197 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_71_14} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13135 | 2024.07.19 18:51:47.760020 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13136 | 2024.07.19 18:51:47.760113 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13137 | 2024.07.19 18:51:47.760123 [ 197 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_71_14} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 13138 | 2024.07.19 18:51:47.760152 [ 3 ] {} <Debug> HTTP-Session: db1e7694-f355-4054-9a6b-a6e71bce3929 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 13139 | 2024.07.19 18:51:47.760180 [ 3 ] {} <Debug> HTTP-Session: db1e7694-f355-4054-9a6b-a6e71bce3929 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13140 | 2024.07.19 18:51:47.760216 [ 3 ] {} <Debug> HTTP-Session: db1e7694-f355-4054-9a6b-a6e71bce3929 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13141 | 2024.07.19 18:51:47.760284 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
| 13142 | 2024.07.19 18:51:47.760298 [ 3 ] {} <Trace> HTTP-Session: db1e7694-f355-4054-9a6b-a6e71bce3929 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13143 | 2024.07.19 18:51:47.760468 [ 3 ] {cf2644f2-017c-4715-840d-6794b135365f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 13144 | 2024.07.19 18:51:47.760516 [ 3 ] {cf2644f2-017c-4715-840d-6794b135365f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13145 | 2024.07.19 18:51:47.760656 [ 3 ] {cf2644f2-017c-4715-840d-6794b135365f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13146 | 2024.07.19 18:51:47.760948 [ 3 ] {cf2644f2-017c-4715-840d-6794b135365f} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13147 | 2024.07.19 18:51:47.760984 [ 3 ] {cf2644f2-017c-4715-840d-6794b135365f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 13148 | 2024.07.19 18:51:47.761341 [ 3 ] {cf2644f2-017c-4715-840d-6794b135365f} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 13149 | 2024.07.19 18:51:47.761667 [ 3 ] {cf2644f2-017c-4715-840d-6794b135365f} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13150 | 2024.07.19 18:51:47.761821 [ 3 ] {cf2644f2-017c-4715-840d-6794b135365f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001407 sec., 42643.923240938166 rows/sec., 2.87 MiB/sec. | ||
| 13151 | 2024.07.19 18:51:47.761993 [ 3 ] {cf2644f2-017c-4715-840d-6794b135365f} <Debug> DynamicQueryHandler: Done processing query | ||
| 13152 | 2024.07.19 18:51:47.762018 [ 3 ] {cf2644f2-017c-4715-840d-6794b135365f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 13153 | 2024.07.19 18:51:47.762034 [ 3 ] {} <Debug> HTTP-Session: db1e7694-f355-4054-9a6b-a6e71bce3929 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13154 | 2024.07.19 18:51:52.746732 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 7913, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13155 | 2024.07.19 18:51:52.746873 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13156 | 2024.07.19 18:51:52.746903 [ 3 ] {} <Debug> HTTP-Session: b71c4b4c-64b5-4d76-8963-0b7f90e34eef Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 13157 | 2024.07.19 18:51:52.746932 [ 3 ] {} <Debug> HTTP-Session: b71c4b4c-64b5-4d76-8963-0b7f90e34eef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13158 | 2024.07.19 18:51:52.746950 [ 3 ] {} <Debug> HTTP-Session: b71c4b4c-64b5-4d76-8963-0b7f90e34eef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13159 | 2024.07.19 18:51:52.747005 [ 3 ] {} <Trace> HTTP-Session: b71c4b4c-64b5-4d76-8963-0b7f90e34eef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13160 | 2024.07.19 18:51:52.747206 [ 3 ] {a3aed17d-79a4-4bad-b28c-393419d8c0a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 13161 | 2024.07.19 18:51:52.747275 [ 3 ] {a3aed17d-79a4-4bad-b28c-393419d8c0a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 13162 | 2024.07.19 18:51:52.747473 [ 3 ] {a3aed17d-79a4-4bad-b28c-393419d8c0a2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13163 | 2024.07.19 18:51:52.748051 [ 3 ] {a3aed17d-79a4-4bad-b28c-393419d8c0a2} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13164 | 2024.07.19 18:51:52.748096 [ 3 ] {a3aed17d-79a4-4bad-b28c-393419d8c0a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 13165 | 2024.07.19 18:51:52.748461 [ 3 ] {a3aed17d-79a4-4bad-b28c-393419d8c0a2} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 13166 | 2024.07.19 18:51:52.748806 [ 3 ] {a3aed17d-79a4-4bad-b28c-393419d8c0a2} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13167 | 2024.07.19 18:51:52.748974 [ 3 ] {a3aed17d-79a4-4bad-b28c-393419d8c0a2} <Debug> executeQuery: Read 56 rows, 4.39 KiB in 0.001834 sec., 30534.35114503817 rows/sec., 2.34 MiB/sec. | ||
| 13168 | 2024.07.19 18:51:52.749190 [ 3 ] {a3aed17d-79a4-4bad-b28c-393419d8c0a2} <Debug> DynamicQueryHandler: Done processing query | ||
| 13169 | 2024.07.19 18:51:52.749219 [ 3 ] {a3aed17d-79a4-4bad-b28c-393419d8c0a2} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 13170 | 2024.07.19 18:51:52.749236 [ 3 ] {} <Debug> HTTP-Session: b71c4b4c-64b5-4d76-8963-0b7f90e34eef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13171 | 2024.07.19 18:51:52.749428 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 47062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13172 | 2024.07.19 18:51:52.749484 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13173 | 2024.07.19 18:51:52.749504 [ 3 ] {} <Debug> HTTP-Session: 70261878-12a8-4d60-ad55-763d394a40c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 13174 | 2024.07.19 18:51:52.749523 [ 3 ] {} <Debug> HTTP-Session: 70261878-12a8-4d60-ad55-763d394a40c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13175 | 2024.07.19 18:51:52.749537 [ 3 ] {} <Debug> HTTP-Session: 70261878-12a8-4d60-ad55-763d394a40c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13176 | 2024.07.19 18:51:52.749573 [ 3 ] {} <Trace> HTTP-Session: 70261878-12a8-4d60-ad55-763d394a40c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13177 | 2024.07.19 18:51:52.749766 [ 3 ] {03797c7c-35b9-4018-9182-5859c3375f8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 13178 | 2024.07.19 18:51:52.749816 [ 3 ] {03797c7c-35b9-4018-9182-5859c3375f8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13179 | 2024.07.19 18:51:52.749949 [ 3 ] {03797c7c-35b9-4018-9182-5859c3375f8c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13180 | 2024.07.19 18:51:52.750503 [ 3 ] {03797c7c-35b9-4018-9182-5859c3375f8c} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13181 | 2024.07.19 18:51:52.750541 [ 3 ] {03797c7c-35b9-4018-9182-5859c3375f8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 13182 | 2024.07.19 18:51:52.750890 [ 3 ] {03797c7c-35b9-4018-9182-5859c3375f8c} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 13183 | 2024.07.19 18:51:52.751226 [ 3 ] {03797c7c-35b9-4018-9182-5859c3375f8c} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13184 | 2024.07.19 18:51:52.751374 [ 3 ] {03797c7c-35b9-4018-9182-5859c3375f8c} <Debug> executeQuery: Read 311 rows, 28.19 KiB in 0.001711 sec., 181765.04967855054 rows/sec., 16.09 MiB/sec. | ||
| 13185 | 2024.07.19 18:51:52.751557 [ 3 ] {03797c7c-35b9-4018-9182-5859c3375f8c} <Debug> DynamicQueryHandler: Done processing query | ||
| 13186 | 2024.07.19 18:51:52.751584 [ 3 ] {03797c7c-35b9-4018-9182-5859c3375f8c} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
| 13187 | 2024.07.19 18:51:52.751600 [ 3 ] {} <Debug> HTTP-Session: 70261878-12a8-4d60-ad55-763d394a40c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13188 | 2024.07.19 18:51:52.751786 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 70035, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13189 | 2024.07.19 18:51:52.751835 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13190 | 2024.07.19 18:51:52.751854 [ 3 ] {} <Debug> HTTP-Session: bf82af5b-5ffa-4722-91d6-9a62ad0a8711 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 13191 | 2024.07.19 18:51:52.751871 [ 3 ] {} <Debug> HTTP-Session: bf82af5b-5ffa-4722-91d6-9a62ad0a8711 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13192 | 2024.07.19 18:51:52.751885 [ 3 ] {} <Debug> HTTP-Session: bf82af5b-5ffa-4722-91d6-9a62ad0a8711 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13193 | 2024.07.19 18:51:52.751915 [ 3 ] {} <Trace> HTTP-Session: bf82af5b-5ffa-4722-91d6-9a62ad0a8711 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13194 | 2024.07.19 18:51:52.752149 [ 3 ] {4ec1e499-c427-4fbd-b2c7-9053ba8efbf5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 13195 | 2024.07.19 18:51:52.752193 [ 3 ] {4ec1e499-c427-4fbd-b2c7-9053ba8efbf5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13196 | 2024.07.19 18:51:52.752323 [ 3 ] {4ec1e499-c427-4fbd-b2c7-9053ba8efbf5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13197 | 2024.07.19 18:51:52.752882 [ 3 ] {4ec1e499-c427-4fbd-b2c7-9053ba8efbf5} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13198 | 2024.07.19 18:51:52.752919 [ 3 ] {4ec1e499-c427-4fbd-b2c7-9053ba8efbf5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 13199 | 2024.07.19 18:51:52.753260 [ 3 ] {4ec1e499-c427-4fbd-b2c7-9053ba8efbf5} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 13200 | 2024.07.19 18:51:52.753581 [ 3 ] {4ec1e499-c427-4fbd-b2c7-9053ba8efbf5} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13201 | 2024.07.19 18:51:52.753734 [ 3 ] {4ec1e499-c427-4fbd-b2c7-9053ba8efbf5} <Debug> executeQuery: Read 432 rows, 31.48 KiB in 0.001718 sec., 251455.18044237487 rows/sec., 17.89 MiB/sec. | ||
| 13202 | 2024.07.19 18:51:52.753996 [ 3 ] {4ec1e499-c427-4fbd-b2c7-9053ba8efbf5} <Debug> DynamicQueryHandler: Done processing query | ||
| 13203 | 2024.07.19 18:51:52.754055 [ 3 ] {4ec1e499-c427-4fbd-b2c7-9053ba8efbf5} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 13204 | 2024.07.19 18:51:52.754118 [ 3 ] {} <Debug> HTTP-Session: bf82af5b-5ffa-4722-91d6-9a62ad0a8711 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13205 | 2024.07.19 18:51:52.754284 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13206 | 2024.07.19 18:51:52.754338 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13207 | 2024.07.19 18:51:52.754356 [ 3 ] {} <Debug> HTTP-Session: 696a6614-49fa-4cda-b3dc-ac790566fe76 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 13208 | 2024.07.19 18:51:52.754373 [ 3 ] {} <Debug> HTTP-Session: 696a6614-49fa-4cda-b3dc-ac790566fe76 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13209 | 2024.07.19 18:51:52.754386 [ 3 ] {} <Debug> HTTP-Session: 696a6614-49fa-4cda-b3dc-ac790566fe76 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13210 | 2024.07.19 18:51:52.754417 [ 3 ] {} <Trace> HTTP-Session: 696a6614-49fa-4cda-b3dc-ac790566fe76 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13211 | 2024.07.19 18:51:52.754517 [ 3 ] {04274303-c99c-463d-9045-ebe639f12986} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 13212 | 2024.07.19 18:51:52.754563 [ 3 ] {04274303-c99c-463d-9045-ebe639f12986} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13213 | 2024.07.19 18:51:52.754713 [ 3 ] {04274303-c99c-463d-9045-ebe639f12986} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13214 | 2024.07.19 18:51:52.754980 [ 3 ] {04274303-c99c-463d-9045-ebe639f12986} <Trace> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13215 | 2024.07.19 18:51:52.755015 [ 3 ] {04274303-c99c-463d-9045-ebe639f12986} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 13216 | 2024.07.19 18:51:52.755368 [ 3 ] {04274303-c99c-463d-9045-ebe639f12986} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 13217 | 2024.07.19 18:51:52.755691 [ 3 ] {04274303-c99c-463d-9045-ebe639f12986} <Trace> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13218 | 2024.07.19 18:51:52.755840 [ 3 ] {04274303-c99c-463d-9045-ebe639f12986} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001346 sec., 4457.652303120357 rows/sec., 191.54 KiB/sec. | ||
| 13219 | 2024.07.19 18:51:52.756004 [ 3 ] {04274303-c99c-463d-9045-ebe639f12986} <Debug> DynamicQueryHandler: Done processing query | ||
| 13220 | 2024.07.19 18:51:52.756029 [ 3 ] {04274303-c99c-463d-9045-ebe639f12986} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 13221 | 2024.07.19 18:51:52.756044 [ 3 ] {} <Debug> HTTP-Session: 696a6614-49fa-4cda-b3dc-ac790566fe76 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13222 | 2024.07.19 18:51:52.756149 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 14079, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13223 | 2024.07.19 18:51:52.756196 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13224 | 2024.07.19 18:51:52.756214 [ 3 ] {} <Debug> HTTP-Session: 0ce23d35-b0d6-45c4-a890-5980d5bf08ae Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 13225 | 2024.07.19 18:51:52.756230 [ 3 ] {} <Debug> HTTP-Session: 0ce23d35-b0d6-45c4-a890-5980d5bf08ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13226 | 2024.07.19 18:51:52.756244 [ 3 ] {} <Debug> HTTP-Session: 0ce23d35-b0d6-45c4-a890-5980d5bf08ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13227 | 2024.07.19 18:51:52.756274 [ 3 ] {} <Trace> HTTP-Session: 0ce23d35-b0d6-45c4-a890-5980d5bf08ae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13228 | 2024.07.19 18:51:52.756389 [ 3 ] {c91b2aec-2bf4-4175-9c7e-d54945d6b033} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 13229 | 2024.07.19 18:51:52.756434 [ 3 ] {c91b2aec-2bf4-4175-9c7e-d54945d6b033} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 13230 | 2024.07.19 18:51:52.756579 [ 3 ] {c91b2aec-2bf4-4175-9c7e-d54945d6b033} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13231 | 2024.07.19 18:51:52.756902 [ 3 ] {c91b2aec-2bf4-4175-9c7e-d54945d6b033} <Trace> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13232 | 2024.07.19 18:51:52.756937 [ 3 ] {c91b2aec-2bf4-4175-9c7e-d54945d6b033} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 13233 | 2024.07.19 18:51:52.757309 [ 3 ] {c91b2aec-2bf4-4175-9c7e-d54945d6b033} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 13234 | 2024.07.19 18:51:52.757666 [ 3 ] {c91b2aec-2bf4-4175-9c7e-d54945d6b033} <Trace> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13235 | 2024.07.19 18:51:52.757817 [ 3 ] {c91b2aec-2bf4-4175-9c7e-d54945d6b033} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001467 sec., 52488.07089297887 rows/sec., 3.23 MiB/sec. | ||
| 13236 | 2024.07.19 18:51:52.758042 [ 3 ] {c91b2aec-2bf4-4175-9c7e-d54945d6b033} <Debug> DynamicQueryHandler: Done processing query | ||
| 13237 | 2024.07.19 18:51:52.758067 [ 3 ] {c91b2aec-2bf4-4175-9c7e-d54945d6b033} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 13238 | 2024.07.19 18:51:52.758082 [ 3 ] {} <Debug> HTTP-Session: 0ce23d35-b0d6-45c4-a890-5980d5bf08ae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13239 | 2024.07.19 18:51:52.758237 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13240 | 2024.07.19 18:51:52.758286 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13241 | 2024.07.19 18:51:52.758305 [ 3 ] {} <Debug> HTTP-Session: ff96b288-d30d-4bf0-b224-6b6e5ef7ddb5 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 13242 | 2024.07.19 18:51:52.758321 [ 3 ] {} <Debug> HTTP-Session: ff96b288-d30d-4bf0-b224-6b6e5ef7ddb5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13243 | 2024.07.19 18:51:52.758334 [ 3 ] {} <Debug> HTTP-Session: ff96b288-d30d-4bf0-b224-6b6e5ef7ddb5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13244 | 2024.07.19 18:51:52.758364 [ 3 ] {} <Trace> HTTP-Session: ff96b288-d30d-4bf0-b224-6b6e5ef7ddb5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13245 | 2024.07.19 18:51:52.758528 [ 3 ] {1d302ddd-4348-4093-8bd6-2ff479dd9e03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 13246 | 2024.07.19 18:51:52.758572 [ 3 ] {1d302ddd-4348-4093-8bd6-2ff479dd9e03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13247 | 2024.07.19 18:51:52.758713 [ 3 ] {1d302ddd-4348-4093-8bd6-2ff479dd9e03} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13248 | 2024.07.19 18:51:52.759140 [ 3 ] {1d302ddd-4348-4093-8bd6-2ff479dd9e03} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13249 | 2024.07.19 18:51:52.759179 [ 3 ] {1d302ddd-4348-4093-8bd6-2ff479dd9e03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 13250 | 2024.07.19 18:51:52.759554 [ 3 ] {1d302ddd-4348-4093-8bd6-2ff479dd9e03} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 13251 | 2024.07.19 18:51:52.759897 [ 3 ] {1d302ddd-4348-4093-8bd6-2ff479dd9e03} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13252 | 2024.07.19 18:51:52.760054 [ 3 ] {1d302ddd-4348-4093-8bd6-2ff479dd9e03} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001615 sec., 99071.20743034057 rows/sec., 6.90 MiB/sec. | ||
| 13253 | 2024.07.19 18:51:52.760220 [ 3 ] {1d302ddd-4348-4093-8bd6-2ff479dd9e03} <Debug> DynamicQueryHandler: Done processing query | ||
| 13254 | 2024.07.19 18:51:52.760244 [ 3 ] {1d302ddd-4348-4093-8bd6-2ff479dd9e03} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 13255 | 2024.07.19 18:51:52.760259 [ 3 ] {} <Debug> HTTP-Session: ff96b288-d30d-4bf0-b224-6b6e5ef7ddb5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13256 | 2024.07.19 18:51:52.760446 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 80779, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13257 | 2024.07.19 18:51:52.760494 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13258 | 2024.07.19 18:51:52.760513 [ 3 ] {} <Debug> HTTP-Session: 13b03b35-c02a-48dd-b6fd-7d275febcb74 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 13259 | 2024.07.19 18:51:52.760528 [ 3 ] {} <Debug> HTTP-Session: 13b03b35-c02a-48dd-b6fd-7d275febcb74 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13260 | 2024.07.19 18:51:52.760542 [ 3 ] {} <Debug> HTTP-Session: 13b03b35-c02a-48dd-b6fd-7d275febcb74 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13261 | 2024.07.19 18:51:52.760572 [ 3 ] {} <Trace> HTTP-Session: 13b03b35-c02a-48dd-b6fd-7d275febcb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13262 | 2024.07.19 18:51:52.761030 [ 3 ] {8fb75a8a-0646-4b8e-a037-04bf8a40e6ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 13263 | 2024.07.19 18:51:52.761093 [ 3 ] {8fb75a8a-0646-4b8e-a037-04bf8a40e6ed} <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 | ||
| 13264 | 2024.07.19 18:51:52.761496 [ 3 ] {8fb75a8a-0646-4b8e-a037-04bf8a40e6ed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13265 | 2024.07.19 18:51:52.762373 [ 3 ] {8fb75a8a-0646-4b8e-a037-04bf8a40e6ed} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13266 | 2024.07.19 18:51:52.762408 [ 3 ] {8fb75a8a-0646-4b8e-a037-04bf8a40e6ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 13267 | 2024.07.19 18:51:52.763055 [ 3 ] {8fb75a8a-0646-4b8e-a037-04bf8a40e6ed} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 13268 | 2024.07.19 18:51:52.763463 [ 3 ] {8fb75a8a-0646-4b8e-a037-04bf8a40e6ed} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13269 | 2024.07.19 18:51:52.763638 [ 3 ] {8fb75a8a-0646-4b8e-a037-04bf8a40e6ed} <Debug> executeQuery: Read 50 rows, 91.75 KiB in 0.002975 sec., 16806.72268907563 rows/sec., 30.12 MiB/sec. | ||
| 13270 | 2024.07.19 18:51:52.763854 [ 3 ] {8fb75a8a-0646-4b8e-a037-04bf8a40e6ed} <Debug> DynamicQueryHandler: Done processing query | ||
| 13271 | 2024.07.19 18:51:52.763879 [ 3 ] {8fb75a8a-0646-4b8e-a037-04bf8a40e6ed} <Debug> MemoryTracker: Peak memory usage (for query): 4.69 MiB. | ||
| 13272 | 2024.07.19 18:51:52.763894 [ 3 ] {} <Debug> HTTP-Session: 13b03b35-c02a-48dd-b6fd-7d275febcb74 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13273 | 2024.07.19 18:51:52.764014 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 3212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13274 | 2024.07.19 18:51:52.764063 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13275 | 2024.07.19 18:51:52.764082 [ 3 ] {} <Debug> HTTP-Session: c5cd5961-d832-4972-b335-cc3e2b69217c Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 13276 | 2024.07.19 18:51:52.764098 [ 3 ] {} <Debug> HTTP-Session: c5cd5961-d832-4972-b335-cc3e2b69217c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13277 | 2024.07.19 18:51:52.764112 [ 3 ] {} <Debug> HTTP-Session: c5cd5961-d832-4972-b335-cc3e2b69217c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13278 | 2024.07.19 18:51:52.764142 [ 3 ] {} <Trace> HTTP-Session: c5cd5961-d832-4972-b335-cc3e2b69217c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13279 | 2024.07.19 18:51:52.764244 [ 3 ] {f9a44e3b-5b31-44da-8762-d1afb2ff7422} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 13280 | 2024.07.19 18:51:52.764286 [ 3 ] {f9a44e3b-5b31-44da-8762-d1afb2ff7422} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 13281 | 2024.07.19 18:51:52.764414 [ 3 ] {f9a44e3b-5b31-44da-8762-d1afb2ff7422} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13282 | 2024.07.19 18:51:52.764757 [ 3 ] {f9a44e3b-5b31-44da-8762-d1afb2ff7422} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13283 | 2024.07.19 18:51:52.764792 [ 3 ] {f9a44e3b-5b31-44da-8762-d1afb2ff7422} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 13284 | 2024.07.19 18:51:52.765160 [ 3 ] {f9a44e3b-5b31-44da-8762-d1afb2ff7422} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 13285 | 2024.07.19 18:51:52.765481 [ 3 ] {f9a44e3b-5b31-44da-8762-d1afb2ff7422} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13286 | 2024.07.19 18:51:52.765635 [ 3 ] {f9a44e3b-5b31-44da-8762-d1afb2ff7422} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001416 sec., 16242.937853107345 rows/sec., 878.63 KiB/sec. | ||
| 13287 | 2024.07.19 18:51:52.765824 [ 3 ] {f9a44e3b-5b31-44da-8762-d1afb2ff7422} <Debug> DynamicQueryHandler: Done processing query | ||
| 13288 | 2024.07.19 18:51:52.765850 [ 3 ] {f9a44e3b-5b31-44da-8762-d1afb2ff7422} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 13289 | 2024.07.19 18:51:52.765866 [ 3 ] {} <Debug> HTTP-Session: c5cd5961-d832-4972-b335-cc3e2b69217c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13290 | 2024.07.19 18:51:52.766012 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13291 | 2024.07.19 18:51:52.766060 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13292 | 2024.07.19 18:51:52.766079 [ 3 ] {} <Debug> HTTP-Session: b0f73cdb-aa36-401f-ba20-8a93fd179cdd Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 13293 | 2024.07.19 18:51:52.766095 [ 3 ] {} <Debug> HTTP-Session: b0f73cdb-aa36-401f-ba20-8a93fd179cdd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13294 | 2024.07.19 18:51:52.766108 [ 3 ] {} <Debug> HTTP-Session: b0f73cdb-aa36-401f-ba20-8a93fd179cdd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13295 | 2024.07.19 18:51:52.766138 [ 3 ] {} <Trace> HTTP-Session: b0f73cdb-aa36-401f-ba20-8a93fd179cdd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13296 | 2024.07.19 18:51:52.766248 [ 3 ] {79dd7e16-b5a6-4075-a7da-27b014a31822} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 13297 | 2024.07.19 18:51:52.766292 [ 3 ] {79dd7e16-b5a6-4075-a7da-27b014a31822} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13298 | 2024.07.19 18:51:52.766419 [ 3 ] {79dd7e16-b5a6-4075-a7da-27b014a31822} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13299 | 2024.07.19 18:51:52.766744 [ 3 ] {79dd7e16-b5a6-4075-a7da-27b014a31822} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13300 | 2024.07.19 18:51:52.766780 [ 3 ] {79dd7e16-b5a6-4075-a7da-27b014a31822} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 13301 | 2024.07.19 18:51:52.767124 [ 3 ] {79dd7e16-b5a6-4075-a7da-27b014a31822} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 13302 | 2024.07.19 18:51:52.767444 [ 3 ] {79dd7e16-b5a6-4075-a7da-27b014a31822} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13303 | 2024.07.19 18:51:52.767599 [ 3 ] {79dd7e16-b5a6-4075-a7da-27b014a31822} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001389 sec., 43196.544276457884 rows/sec., 2.91 MiB/sec. | ||
| 13304 | 2024.07.19 18:51:52.767789 [ 3 ] {79dd7e16-b5a6-4075-a7da-27b014a31822} <Debug> DynamicQueryHandler: Done processing query | ||
| 13305 | 2024.07.19 18:51:52.767827 [ 3 ] {79dd7e16-b5a6-4075-a7da-27b014a31822} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 13306 | 2024.07.19 18:51:52.767857 [ 3 ] {} <Debug> HTTP-Session: b0f73cdb-aa36-401f-ba20-8a93fd179cdd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13307 | 2024.07.19 18:51:57.738903 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 7838, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13308 | 2024.07.19 18:51:57.739050 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13309 | 2024.07.19 18:51:57.739080 [ 3 ] {} <Debug> HTTP-Session: 68b03393-b28f-4803-af88-88354fa313c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 13310 | 2024.07.19 18:51:57.739108 [ 3 ] {} <Debug> HTTP-Session: 68b03393-b28f-4803-af88-88354fa313c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13311 | 2024.07.19 18:51:57.739126 [ 3 ] {} <Debug> HTTP-Session: 68b03393-b28f-4803-af88-88354fa313c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13312 | 2024.07.19 18:51:57.739181 [ 3 ] {} <Trace> HTTP-Session: 68b03393-b28f-4803-af88-88354fa313c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13313 | 2024.07.19 18:51:57.739397 [ 3 ] {6c0d4e4e-10d8-46bb-9b19-51baf500d65b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 13314 | 2024.07.19 18:51:57.739472 [ 3 ] {6c0d4e4e-10d8-46bb-9b19-51baf500d65b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13315 | 2024.07.19 18:51:57.739688 [ 3 ] {6c0d4e4e-10d8-46bb-9b19-51baf500d65b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13316 | 2024.07.19 18:51:57.740186 [ 3 ] {6c0d4e4e-10d8-46bb-9b19-51baf500d65b} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13317 | 2024.07.19 18:51:57.740228 [ 3 ] {6c0d4e4e-10d8-46bb-9b19-51baf500d65b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 13318 | 2024.07.19 18:51:57.740611 [ 3 ] {6c0d4e4e-10d8-46bb-9b19-51baf500d65b} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 13319 | 2024.07.19 18:51:57.740957 [ 3 ] {6c0d4e4e-10d8-46bb-9b19-51baf500d65b} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13320 | 2024.07.19 18:51:57.741107 [ 3 ] {6c0d4e4e-10d8-46bb-9b19-51baf500d65b} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001785 sec., 31372.549019607846 rows/sec., 2.41 MiB/sec. | ||
| 13321 | 2024.07.19 18:51:57.741396 [ 3 ] {6c0d4e4e-10d8-46bb-9b19-51baf500d65b} <Debug> DynamicQueryHandler: Done processing query | ||
| 13322 | 2024.07.19 18:51:57.741455 [ 3 ] {6c0d4e4e-10d8-46bb-9b19-51baf500d65b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 13323 | 2024.07.19 18:51:57.741507 [ 3 ] {} <Debug> HTTP-Session: 68b03393-b28f-4803-af88-88354fa313c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13324 | 2024.07.19 18:51:57.741739 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 10886, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13325 | 2024.07.19 18:51:57.741804 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13326 | 2024.07.19 18:51:57.741824 [ 3 ] {} <Debug> HTTP-Session: 37d58ea7-1196-4a01-ad98-03c2eadad71c Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 13327 | 2024.07.19 18:51:57.741843 [ 3 ] {} <Debug> HTTP-Session: 37d58ea7-1196-4a01-ad98-03c2eadad71c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13328 | 2024.07.19 18:51:57.741857 [ 3 ] {} <Debug> HTTP-Session: 37d58ea7-1196-4a01-ad98-03c2eadad71c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13329 | 2024.07.19 18:51:57.741895 [ 3 ] {} <Trace> HTTP-Session: 37d58ea7-1196-4a01-ad98-03c2eadad71c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13330 | 2024.07.19 18:51:57.742042 [ 3 ] {3eb993db-bab2-43c4-8847-ce2f46568ccb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 13331 | 2024.07.19 18:51:57.742095 [ 3 ] {3eb993db-bab2-43c4-8847-ce2f46568ccb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13332 | 2024.07.19 18:51:57.742247 [ 3 ] {3eb993db-bab2-43c4-8847-ce2f46568ccb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13333 | 2024.07.19 18:51:57.742586 [ 3 ] {3eb993db-bab2-43c4-8847-ce2f46568ccb} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13334 | 2024.07.19 18:51:57.742622 [ 3 ] {3eb993db-bab2-43c4-8847-ce2f46568ccb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 13335 | 2024.07.19 18:51:57.742941 [ 3 ] {3eb993db-bab2-43c4-8847-ce2f46568ccb} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 13336 | 2024.07.19 18:51:57.743244 [ 3 ] {3eb993db-bab2-43c4-8847-ce2f46568ccb} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13337 | 2024.07.19 18:51:57.743370 [ 3 ] {3eb993db-bab2-43c4-8847-ce2f46568ccb} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001378 sec., 46444.121915820026 rows/sec., 3.63 MiB/sec. | ||
| 13338 | 2024.07.19 18:51:57.743535 [ 3 ] {3eb993db-bab2-43c4-8847-ce2f46568ccb} <Debug> DynamicQueryHandler: Done processing query | ||
| 13339 | 2024.07.19 18:51:57.743561 [ 3 ] {3eb993db-bab2-43c4-8847-ce2f46568ccb} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 13340 | 2024.07.19 18:51:57.743578 [ 3 ] {} <Debug> HTTP-Session: 37d58ea7-1196-4a01-ad98-03c2eadad71c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13341 | 2024.07.19 18:51:57.743747 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13342 | 2024.07.19 18:51:57.743799 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13343 | 2024.07.19 18:51:57.743818 [ 3 ] {} <Debug> HTTP-Session: 2461f003-898c-4305-bbb3-79b894ad8ceb Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 13344 | 2024.07.19 18:51:57.743834 [ 3 ] {} <Debug> HTTP-Session: 2461f003-898c-4305-bbb3-79b894ad8ceb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13345 | 2024.07.19 18:51:57.743848 [ 3 ] {} <Debug> HTTP-Session: 2461f003-898c-4305-bbb3-79b894ad8ceb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13346 | 2024.07.19 18:51:57.743880 [ 3 ] {} <Trace> HTTP-Session: 2461f003-898c-4305-bbb3-79b894ad8ceb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13347 | 2024.07.19 18:51:57.744028 [ 3 ] {6e192fef-75ac-41c6-9738-139dbb922fd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 13348 | 2024.07.19 18:51:57.744076 [ 3 ] {6e192fef-75ac-41c6-9738-139dbb922fd3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13349 | 2024.07.19 18:51:57.744220 [ 3 ] {6e192fef-75ac-41c6-9738-139dbb922fd3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13350 | 2024.07.19 18:51:57.744612 [ 3 ] {6e192fef-75ac-41c6-9738-139dbb922fd3} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13351 | 2024.07.19 18:51:57.744646 [ 3 ] {6e192fef-75ac-41c6-9738-139dbb922fd3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 13352 | 2024.07.19 18:51:57.745037 [ 3 ] {6e192fef-75ac-41c6-9738-139dbb922fd3} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 13353 | 2024.07.19 18:51:57.745376 [ 3 ] {6e192fef-75ac-41c6-9738-139dbb922fd3} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13354 | 2024.07.19 18:51:57.745503 [ 3 ] {6e192fef-75ac-41c6-9738-139dbb922fd3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001544 sec., 103626.94300518134 rows/sec., 7.22 MiB/sec. | ||
| 13355 | 2024.07.19 18:51:57.745672 [ 3 ] {6e192fef-75ac-41c6-9738-139dbb922fd3} <Debug> DynamicQueryHandler: Done processing query | ||
| 13356 | 2024.07.19 18:51:57.745698 [ 3 ] {6e192fef-75ac-41c6-9738-139dbb922fd3} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 13357 | 2024.07.19 18:51:57.745714 [ 3 ] {} <Debug> HTTP-Session: 2461f003-898c-4305-bbb3-79b894ad8ceb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13358 | 2024.07.19 18:51:57.745852 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13359 | 2024.07.19 18:51:57.745902 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13360 | 2024.07.19 18:51:57.745920 [ 3 ] {} <Debug> HTTP-Session: 2b1fa94b-b3cd-4705-9bb0-9195e029017d Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 13361 | 2024.07.19 18:51:57.745937 [ 3 ] {} <Debug> HTTP-Session: 2b1fa94b-b3cd-4705-9bb0-9195e029017d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13362 | 2024.07.19 18:51:57.745951 [ 3 ] {} <Debug> HTTP-Session: 2b1fa94b-b3cd-4705-9bb0-9195e029017d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13363 | 2024.07.19 18:51:57.745982 [ 3 ] {} <Trace> HTTP-Session: 2b1fa94b-b3cd-4705-9bb0-9195e029017d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13364 | 2024.07.19 18:51:57.746104 [ 3 ] {24c4e764-d61c-46ce-81fa-2b2c8818f63c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 13365 | 2024.07.19 18:51:57.746150 [ 3 ] {24c4e764-d61c-46ce-81fa-2b2c8818f63c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13366 | 2024.07.19 18:51:57.746275 [ 3 ] {24c4e764-d61c-46ce-81fa-2b2c8818f63c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13367 | 2024.07.19 18:51:57.746561 [ 3 ] {24c4e764-d61c-46ce-81fa-2b2c8818f63c} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13368 | 2024.07.19 18:51:57.746595 [ 3 ] {24c4e764-d61c-46ce-81fa-2b2c8818f63c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 13369 | 2024.07.19 18:51:57.746951 [ 3 ] {24c4e764-d61c-46ce-81fa-2b2c8818f63c} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 13370 | 2024.07.19 18:51:57.747284 [ 3 ] {24c4e764-d61c-46ce-81fa-2b2c8818f63c} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13371 | 2024.07.19 18:51:57.747405 [ 3 ] {24c4e764-d61c-46ce-81fa-2b2c8818f63c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00135 sec., 44444.444444444445 rows/sec., 3.00 MiB/sec. | ||
| 13372 | 2024.07.19 18:51:57.747566 [ 3 ] {24c4e764-d61c-46ce-81fa-2b2c8818f63c} <Debug> DynamicQueryHandler: Done processing query | ||
| 13373 | 2024.07.19 18:51:57.747591 [ 3 ] {24c4e764-d61c-46ce-81fa-2b2c8818f63c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 13374 | 2024.07.19 18:51:57.747607 [ 3 ] {} <Debug> HTTP-Session: 2b1fa94b-b3cd-4705-9bb0-9195e029017d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13375 | 2024.07.19 18:52:00.517349 [ 77 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 13376 | 2024.07.19 18:52:00.517410 [ 77 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 13377 | 2024.07.19 18:52:02.747257 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 7913, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13378 | 2024.07.19 18:52:02.747447 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13379 | 2024.07.19 18:52:02.747492 [ 3 ] {} <Debug> HTTP-Session: c8c6925b-4bed-4759-aa96-6e76cb6dcea6 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 13380 | 2024.07.19 18:52:02.747533 [ 3 ] {} <Debug> HTTP-Session: c8c6925b-4bed-4759-aa96-6e76cb6dcea6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13381 | 2024.07.19 18:52:02.747562 [ 3 ] {} <Debug> HTTP-Session: c8c6925b-4bed-4759-aa96-6e76cb6dcea6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13382 | 2024.07.19 18:52:02.747641 [ 3 ] {} <Trace> HTTP-Session: c8c6925b-4bed-4759-aa96-6e76cb6dcea6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13383 | 2024.07.19 18:52:02.747947 [ 3 ] {22fb9e54-1174-4a4f-8e33-737b5058e6c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 13384 | 2024.07.19 18:52:02.748054 [ 3 ] {22fb9e54-1174-4a4f-8e33-737b5058e6c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 13385 | 2024.07.19 18:52:02.748373 [ 3 ] {22fb9e54-1174-4a4f-8e33-737b5058e6c5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13386 | 2024.07.19 18:52:02.748838 [ 3 ] {22fb9e54-1174-4a4f-8e33-737b5058e6c5} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13387 | 2024.07.19 18:52:02.748880 [ 3 ] {22fb9e54-1174-4a4f-8e33-737b5058e6c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 13388 | 2024.07.19 18:52:02.749276 [ 3 ] {22fb9e54-1174-4a4f-8e33-737b5058e6c5} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 13389 | 2024.07.19 18:52:02.749620 [ 3 ] {22fb9e54-1174-4a4f-8e33-737b5058e6c5} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13390 | 2024.07.19 18:52:02.749762 [ 3 ] {22fb9e54-1174-4a4f-8e33-737b5058e6c5} <Debug> executeQuery: Read 56 rows, 4.39 KiB in 0.001927 sec., 29060.716139076285 rows/sec., 2.23 MiB/sec. | ||
| 13391 | 2024.07.19 18:52:02.749984 [ 3 ] {22fb9e54-1174-4a4f-8e33-737b5058e6c5} <Debug> DynamicQueryHandler: Done processing query | ||
| 13392 | 2024.07.19 18:52:02.750014 [ 3 ] {22fb9e54-1174-4a4f-8e33-737b5058e6c5} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 13393 | 2024.07.19 18:52:02.750031 [ 3 ] {} <Debug> HTTP-Session: c8c6925b-4bed-4759-aa96-6e76cb6dcea6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13394 | 2024.07.19 18:52:02.750203 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 47062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13395 | 2024.07.19 18:52:02.750259 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13396 | 2024.07.19 18:52:02.750279 [ 3 ] {} <Debug> HTTP-Session: 8ca097a3-9231-4a3a-aad8-30c71e201f26 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 13397 | 2024.07.19 18:52:02.750296 [ 3 ] {} <Debug> HTTP-Session: 8ca097a3-9231-4a3a-aad8-30c71e201f26 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13398 | 2024.07.19 18:52:02.750310 [ 3 ] {} <Debug> HTTP-Session: 8ca097a3-9231-4a3a-aad8-30c71e201f26 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13399 | 2024.07.19 18:52:02.750345 [ 3 ] {} <Trace> HTTP-Session: 8ca097a3-9231-4a3a-aad8-30c71e201f26 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13400 | 2024.07.19 18:52:02.750534 [ 3 ] {477f3651-5b5e-422c-9907-ef85a1f3fe95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 13401 | 2024.07.19 18:52:02.750582 [ 3 ] {477f3651-5b5e-422c-9907-ef85a1f3fe95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13402 | 2024.07.19 18:52:02.750714 [ 3 ] {477f3651-5b5e-422c-9907-ef85a1f3fe95} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13403 | 2024.07.19 18:52:02.751226 [ 3 ] {477f3651-5b5e-422c-9907-ef85a1f3fe95} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13404 | 2024.07.19 18:52:02.751263 [ 3 ] {477f3651-5b5e-422c-9907-ef85a1f3fe95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 13405 | 2024.07.19 18:52:02.751603 [ 3 ] {477f3651-5b5e-422c-9907-ef85a1f3fe95} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 13406 | 2024.07.19 18:52:02.751924 [ 3 ] {477f3651-5b5e-422c-9907-ef85a1f3fe95} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13407 | 2024.07.19 18:52:02.752047 [ 3 ] {477f3651-5b5e-422c-9907-ef85a1f3fe95} <Debug> executeQuery: Read 311 rows, 28.19 KiB in 0.001614 sec., 192688.97149938042 rows/sec., 17.05 MiB/sec. | ||
| 13408 | 2024.07.19 18:52:02.752223 [ 3 ] {477f3651-5b5e-422c-9907-ef85a1f3fe95} <Debug> DynamicQueryHandler: Done processing query | ||
| 13409 | 2024.07.19 18:52:02.752250 [ 3 ] {477f3651-5b5e-422c-9907-ef85a1f3fe95} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
| 13410 | 2024.07.19 18:52:02.752266 [ 3 ] {} <Debug> HTTP-Session: 8ca097a3-9231-4a3a-aad8-30c71e201f26 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13411 | 2024.07.19 18:52:02.752494 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 70035, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13412 | 2024.07.19 18:52:02.752547 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13413 | 2024.07.19 18:52:02.752566 [ 3 ] {} <Debug> HTTP-Session: 331ee2ba-0cd4-4463-9948-e73362fe5b48 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 13414 | 2024.07.19 18:52:02.752582 [ 3 ] {} <Debug> HTTP-Session: 331ee2ba-0cd4-4463-9948-e73362fe5b48 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13415 | 2024.07.19 18:52:02.752596 [ 3 ] {} <Debug> HTTP-Session: 331ee2ba-0cd4-4463-9948-e73362fe5b48 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13416 | 2024.07.19 18:52:02.752628 [ 3 ] {} <Trace> HTTP-Session: 331ee2ba-0cd4-4463-9948-e73362fe5b48 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13417 | 2024.07.19 18:52:02.752868 [ 3 ] {e9775675-2df9-4fd4-aff6-7c23694ccf7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 13418 | 2024.07.19 18:52:02.752911 [ 3 ] {e9775675-2df9-4fd4-aff6-7c23694ccf7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13419 | 2024.07.19 18:52:02.753035 [ 3 ] {e9775675-2df9-4fd4-aff6-7c23694ccf7e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13420 | 2024.07.19 18:52:02.753572 [ 3 ] {e9775675-2df9-4fd4-aff6-7c23694ccf7e} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13421 | 2024.07.19 18:52:02.753608 [ 3 ] {e9775675-2df9-4fd4-aff6-7c23694ccf7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 13422 | 2024.07.19 18:52:02.753930 [ 3 ] {e9775675-2df9-4fd4-aff6-7c23694ccf7e} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 13423 | 2024.07.19 18:52:02.754254 [ 3 ] {e9775675-2df9-4fd4-aff6-7c23694ccf7e} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13424 | 2024.07.19 18:52:02.754378 [ 3 ] {e9775675-2df9-4fd4-aff6-7c23694ccf7e} <Debug> executeQuery: Read 432 rows, 31.48 KiB in 0.00165 sec., 261818.18181818182 rows/sec., 18.63 MiB/sec. | ||
| 13425 | 2024.07.19 18:52:02.754547 [ 3 ] {e9775675-2df9-4fd4-aff6-7c23694ccf7e} <Debug> DynamicQueryHandler: Done processing query | ||
| 13426 | 2024.07.19 18:52:02.754572 [ 3 ] {e9775675-2df9-4fd4-aff6-7c23694ccf7e} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 13427 | 2024.07.19 18:52:02.754588 [ 3 ] {} <Debug> HTTP-Session: 331ee2ba-0cd4-4463-9948-e73362fe5b48 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13428 | 2024.07.19 18:52:02.754733 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13429 | 2024.07.19 18:52:02.754782 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13430 | 2024.07.19 18:52:02.754802 [ 3 ] {} <Debug> HTTP-Session: bdacd557-56e5-460b-a271-370f2908b7e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 13431 | 2024.07.19 18:52:02.754817 [ 3 ] {} <Debug> HTTP-Session: bdacd557-56e5-460b-a271-370f2908b7e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13432 | 2024.07.19 18:52:02.754831 [ 3 ] {} <Debug> HTTP-Session: bdacd557-56e5-460b-a271-370f2908b7e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13433 | 2024.07.19 18:52:02.754862 [ 3 ] {} <Trace> HTTP-Session: bdacd557-56e5-460b-a271-370f2908b7e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13434 | 2024.07.19 18:52:02.754957 [ 3 ] {6da2d93e-6b8c-4ef1-9c6a-7d0c38ad2961} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 13435 | 2024.07.19 18:52:02.755003 [ 3 ] {6da2d93e-6b8c-4ef1-9c6a-7d0c38ad2961} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13436 | 2024.07.19 18:52:02.755129 [ 3 ] {6da2d93e-6b8c-4ef1-9c6a-7d0c38ad2961} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13437 | 2024.07.19 18:52:02.755410 [ 3 ] {6da2d93e-6b8c-4ef1-9c6a-7d0c38ad2961} <Trace> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13438 | 2024.07.19 18:52:02.755445 [ 3 ] {6da2d93e-6b8c-4ef1-9c6a-7d0c38ad2961} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 13439 | 2024.07.19 18:52:02.755799 [ 3 ] {6da2d93e-6b8c-4ef1-9c6a-7d0c38ad2961} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 13440 | 2024.07.19 18:52:02.756127 [ 3 ] {6da2d93e-6b8c-4ef1-9c6a-7d0c38ad2961} <Trace> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13441 | 2024.07.19 18:52:02.756250 [ 3 ] {6da2d93e-6b8c-4ef1-9c6a-7d0c38ad2961} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.00132 sec., 4545.454545454545 rows/sec., 195.31 KiB/sec. | ||
| 13442 | 2024.07.19 18:52:02.756416 [ 3 ] {6da2d93e-6b8c-4ef1-9c6a-7d0c38ad2961} <Debug> DynamicQueryHandler: Done processing query | ||
| 13443 | 2024.07.19 18:52:02.756441 [ 3 ] {6da2d93e-6b8c-4ef1-9c6a-7d0c38ad2961} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 13444 | 2024.07.19 18:52:02.756457 [ 3 ] {} <Debug> HTTP-Session: bdacd557-56e5-460b-a271-370f2908b7e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13445 | 2024.07.19 18:52:02.756582 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 14079, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13446 | 2024.07.19 18:52:02.756631 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13447 | 2024.07.19 18:52:02.756649 [ 3 ] {} <Debug> HTTP-Session: 95844b29-92fe-4967-af64-aa83ced48dca Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 13448 | 2024.07.19 18:52:02.756665 [ 3 ] {} <Debug> HTTP-Session: 95844b29-92fe-4967-af64-aa83ced48dca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13449 | 2024.07.19 18:52:02.756678 [ 3 ] {} <Debug> HTTP-Session: 95844b29-92fe-4967-af64-aa83ced48dca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13450 | 2024.07.19 18:52:02.756708 [ 3 ] {} <Trace> HTTP-Session: 95844b29-92fe-4967-af64-aa83ced48dca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13451 | 2024.07.19 18:52:02.756830 [ 3 ] {2733ddf1-c8cb-4f43-898f-b0e5971cc9f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 13452 | 2024.07.19 18:52:02.756875 [ 3 ] {2733ddf1-c8cb-4f43-898f-b0e5971cc9f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 13453 | 2024.07.19 18:52:02.757014 [ 3 ] {2733ddf1-c8cb-4f43-898f-b0e5971cc9f8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13454 | 2024.07.19 18:52:02.757314 [ 3 ] {2733ddf1-c8cb-4f43-898f-b0e5971cc9f8} <Trace> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13455 | 2024.07.19 18:52:02.757349 [ 3 ] {2733ddf1-c8cb-4f43-898f-b0e5971cc9f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 13456 | 2024.07.19 18:52:02.757705 [ 3 ] {2733ddf1-c8cb-4f43-898f-b0e5971cc9f8} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 13457 | 2024.07.19 18:52:02.758044 [ 3 ] {2733ddf1-c8cb-4f43-898f-b0e5971cc9f8} <Trace> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13458 | 2024.07.19 18:52:02.758168 [ 3 ] {2733ddf1-c8cb-4f43-898f-b0e5971cc9f8} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001386 sec., 55555.555555555555 rows/sec., 3.42 MiB/sec. | ||
| 13459 | 2024.07.19 18:52:02.758339 [ 3 ] {2733ddf1-c8cb-4f43-898f-b0e5971cc9f8} <Debug> DynamicQueryHandler: Done processing query | ||
| 13460 | 2024.07.19 18:52:02.758364 [ 3 ] {2733ddf1-c8cb-4f43-898f-b0e5971cc9f8} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 13461 | 2024.07.19 18:52:02.758380 [ 3 ] {} <Debug> HTTP-Session: 95844b29-92fe-4967-af64-aa83ced48dca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13462 | 2024.07.19 18:52:02.758535 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13463 | 2024.07.19 18:52:02.758583 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13464 | 2024.07.19 18:52:02.758601 [ 3 ] {} <Debug> HTTP-Session: 7651cddd-3a84-4404-9c21-c1a65f814249 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 13465 | 2024.07.19 18:52:02.758618 [ 3 ] {} <Debug> HTTP-Session: 7651cddd-3a84-4404-9c21-c1a65f814249 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13466 | 2024.07.19 18:52:02.758632 [ 3 ] {} <Debug> HTTP-Session: 7651cddd-3a84-4404-9c21-c1a65f814249 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13467 | 2024.07.19 18:52:02.758662 [ 3 ] {} <Trace> HTTP-Session: 7651cddd-3a84-4404-9c21-c1a65f814249 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13468 | 2024.07.19 18:52:02.758833 [ 3 ] {01d3d4fd-5859-4b9f-956c-2deaca88a450} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 13469 | 2024.07.19 18:52:02.758878 [ 3 ] {01d3d4fd-5859-4b9f-956c-2deaca88a450} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13470 | 2024.07.19 18:52:02.759014 [ 3 ] {01d3d4fd-5859-4b9f-956c-2deaca88a450} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13471 | 2024.07.19 18:52:02.759377 [ 3 ] {01d3d4fd-5859-4b9f-956c-2deaca88a450} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13472 | 2024.07.19 18:52:02.759411 [ 3 ] {01d3d4fd-5859-4b9f-956c-2deaca88a450} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 13473 | 2024.07.19 18:52:02.759786 [ 3 ] {01d3d4fd-5859-4b9f-956c-2deaca88a450} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 13474 | 2024.07.19 18:52:02.760120 [ 3 ] {01d3d4fd-5859-4b9f-956c-2deaca88a450} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13475 | 2024.07.19 18:52:02.760246 [ 67 ] {} <Debug> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 13476 | 2024.07.19 18:52:02.760249 [ 3 ] {01d3d4fd-5859-4b9f-956c-2deaca88a450} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001506 sec., 106241.69986719788 rows/sec., 7.40 MiB/sec. | ||
| 13477 | 2024.07.19 18:52:02.760288 [ 67 ] {} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13478 | 2024.07.19 18:52:02.760326 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 13479 | 2024.07.19 18:52:02.760492 [ 3 ] {01d3d4fd-5859-4b9f-956c-2deaca88a450} <Debug> DynamicQueryHandler: Done processing query | ||
| 13480 | 2024.07.19 18:52:02.760508 [ 187 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
| 13481 | 2024.07.19 18:52:02.760522 [ 3 ] {01d3d4fd-5859-4b9f-956c-2deaca88a450} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 13482 | 2024.07.19 18:52:02.760582 [ 3 ] {} <Debug> HTTP-Session: 7651cddd-3a84-4404-9c21-c1a65f814249 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13483 | 2024.07.19 18:52:02.760724 [ 187 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13484 | 2024.07.19 18:52:02.760786 [ 187 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_66_13, total 10445 rows starting from the beginning of the part | ||
| 13485 | 2024.07.19 18:52:02.760805 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 80778, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13486 | 2024.07.19 18:52:02.760962 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13487 | 2024.07.19 18:52:02.761040 [ 187 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 197 rows starting from the beginning of the part | ||
| 13488 | 2024.07.19 18:52:02.761062 [ 3 ] {} <Debug> HTTP-Session: fab150f9-b2ce-49b8-9c95-a888db21d59a Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 13489 | 2024.07.19 18:52:02.761137 [ 3 ] {} <Debug> HTTP-Session: fab150f9-b2ce-49b8-9c95-a888db21d59a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13490 | 2024.07.19 18:52:02.761243 [ 3 ] {} <Debug> HTTP-Session: fab150f9-b2ce-49b8-9c95-a888db21d59a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13491 | 2024.07.19 18:52:02.761355 [ 187 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 162 rows starting from the beginning of the part | ||
| 13492 | 2024.07.19 18:52:02.761394 [ 3 ] {} <Trace> HTTP-Session: fab150f9-b2ce-49b8-9c95-a888db21d59a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13493 | 2024.07.19 18:52:02.761565 [ 187 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 160 rows starting from the beginning of the part | ||
| 13494 | 2024.07.19 18:52:02.761772 [ 187 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 160 rows starting from the beginning of the part | ||
| 13495 | 2024.07.19 18:52:02.761857 [ 187 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 160 rows starting from the beginning of the part | ||
| 13496 | 2024.07.19 18:52:02.762097 [ 3 ] {d6159b21-cee5-4baa-b6e6-caad0fdc2551} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 13497 | 2024.07.19 18:52:02.762262 [ 3 ] {d6159b21-cee5-4baa-b6e6-caad0fdc2551} <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 | ||
| 13498 | 2024.07.19 18:52:02.763175 [ 3 ] {d6159b21-cee5-4baa-b6e6-caad0fdc2551} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13499 | 2024.07.19 18:52:02.764487 [ 3 ] {d6159b21-cee5-4baa-b6e6-caad0fdc2551} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13500 | 2024.07.19 18:52:02.764524 [ 3 ] {d6159b21-cee5-4baa-b6e6-caad0fdc2551} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 13501 | 2024.07.19 18:52:02.765953 [ 3 ] {d6159b21-cee5-4baa-b6e6-caad0fdc2551} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 13502 | 2024.07.19 18:52:02.766420 [ 3 ] {d6159b21-cee5-4baa-b6e6-caad0fdc2551} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13503 | 2024.07.19 18:52:02.766603 [ 3 ] {d6159b21-cee5-4baa-b6e6-caad0fdc2551} <Debug> executeQuery: Read 50 rows, 91.75 KiB in 0.004941 sec., 10119.40902651285 rows/sec., 18.13 MiB/sec. | ||
| 13504 | 2024.07.19 18:52:02.766936 [ 3 ] {d6159b21-cee5-4baa-b6e6-caad0fdc2551} <Debug> DynamicQueryHandler: Done processing query | ||
| 13505 | 2024.07.19 18:52:02.767015 [ 3 ] {d6159b21-cee5-4baa-b6e6-caad0fdc2551} <Debug> MemoryTracker: Peak memory usage (for query): 4.69 MiB. | ||
| 13506 | 2024.07.19 18:52:02.767074 [ 3 ] {} <Debug> HTTP-Session: fab150f9-b2ce-49b8-9c95-a888db21d59a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13507 | 2024.07.19 18:52:02.767267 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 3212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13508 | 2024.07.19 18:52:02.767273 [ 188 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11284 rows, containing 5 columns (5 merged, 0 gathered) in 0.006853417 sec., 1646477.9539899586 rows/sec., 114.75 MiB/sec. | ||
| 13509 | 2024.07.19 18:52:02.767326 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13510 | 2024.07.19 18:52:02.767348 [ 3 ] {} <Debug> HTTP-Session: 1962adaf-4411-4982-934f-acd9f1f022df Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 13511 | 2024.07.19 18:52:02.767365 [ 3 ] {} <Debug> HTTP-Session: 1962adaf-4411-4982-934f-acd9f1f022df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13512 | 2024.07.19 18:52:02.767380 [ 3 ] {} <Debug> HTTP-Session: 1962adaf-4411-4982-934f-acd9f1f022df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13513 | 2024.07.19 18:52:02.767414 [ 3 ] {} <Trace> HTTP-Session: 1962adaf-4411-4982-934f-acd9f1f022df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13514 | 2024.07.19 18:52:02.767542 [ 3 ] {9a179284-eb05-4ab4-a8ff-7370e994519a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 13515 | 2024.07.19 18:52:02.767575 [ 188 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 13516 | 2024.07.19 18:52:02.767596 [ 3 ] {9a179284-eb05-4ab4-a8ff-7370e994519a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 13517 | 2024.07.19 18:52:02.767842 [ 3 ] {9a179284-eb05-4ab4-a8ff-7370e994519a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13518 | 2024.07.19 18:52:02.768240 [ 188 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13519 | 2024.07.19 18:52:02.768271 [ 3 ] {9a179284-eb05-4ab4-a8ff-7370e994519a} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13520 | 2024.07.19 18:52:02.768314 [ 3 ] {9a179284-eb05-4ab4-a8ff-7370e994519a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 13521 | 2024.07.19 18:52:02.768341 [ 188 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 13522 | 2024.07.19 18:52:02.768454 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.50 MiB. | ||
| 13523 | 2024.07.19 18:52:02.768735 [ 3 ] {9a179284-eb05-4ab4-a8ff-7370e994519a} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 13524 | 2024.07.19 18:52:02.769060 [ 3 ] {9a179284-eb05-4ab4-a8ff-7370e994519a} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13525 | 2024.07.19 18:52:02.769191 [ 3 ] {9a179284-eb05-4ab4-a8ff-7370e994519a} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001686 sec., 13641.755634638197 rows/sec., 737.92 KiB/sec. | ||
| 13526 | 2024.07.19 18:52:02.769360 [ 3 ] {9a179284-eb05-4ab4-a8ff-7370e994519a} <Debug> DynamicQueryHandler: Done processing query | ||
| 13527 | 2024.07.19 18:52:02.769385 [ 3 ] {9a179284-eb05-4ab4-a8ff-7370e994519a} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 13528 | 2024.07.19 18:52:02.769402 [ 3 ] {} <Debug> HTTP-Session: 1962adaf-4411-4982-934f-acd9f1f022df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13529 | 2024.07.19 18:52:02.769523 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13530 | 2024.07.19 18:52:02.769572 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13531 | 2024.07.19 18:52:02.769593 [ 3 ] {} <Debug> HTTP-Session: 59414068-aa73-4cf0-b214-359eda4d52b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 13532 | 2024.07.19 18:52:02.769609 [ 3 ] {} <Debug> HTTP-Session: 59414068-aa73-4cf0-b214-359eda4d52b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13533 | 2024.07.19 18:52:02.769624 [ 3 ] {} <Debug> HTTP-Session: 59414068-aa73-4cf0-b214-359eda4d52b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13534 | 2024.07.19 18:52:02.769655 [ 3 ] {} <Trace> HTTP-Session: 59414068-aa73-4cf0-b214-359eda4d52b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13535 | 2024.07.19 18:52:02.769774 [ 3 ] {1c545831-0438-4d7e-a1bd-130e5d45412d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 13536 | 2024.07.19 18:52:02.769819 [ 3 ] {1c545831-0438-4d7e-a1bd-130e5d45412d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13537 | 2024.07.19 18:52:02.769947 [ 3 ] {1c545831-0438-4d7e-a1bd-130e5d45412d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13538 | 2024.07.19 18:52:02.770226 [ 3 ] {1c545831-0438-4d7e-a1bd-130e5d45412d} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13539 | 2024.07.19 18:52:02.770262 [ 3 ] {1c545831-0438-4d7e-a1bd-130e5d45412d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 13540 | 2024.07.19 18:52:02.770619 [ 3 ] {1c545831-0438-4d7e-a1bd-130e5d45412d} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 13541 | 2024.07.19 18:52:02.770937 [ 3 ] {1c545831-0438-4d7e-a1bd-130e5d45412d} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13542 | 2024.07.19 18:52:02.771058 [ 3 ] {1c545831-0438-4d7e-a1bd-130e5d45412d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001328 sec., 45180.72289156626 rows/sec., 3.04 MiB/sec. | ||
| 13543 | 2024.07.19 18:52:02.771063 [ 67 ] {} <Debug> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 13544 | 2024.07.19 18:52:02.771112 [ 67 ] {} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13545 | 2024.07.19 18:52:02.771142 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 13546 | 2024.07.19 18:52:02.771281 [ 3 ] {1c545831-0438-4d7e-a1bd-130e5d45412d} <Debug> DynamicQueryHandler: Done processing query | ||
| 13547 | 2024.07.19 18:52:02.771379 [ 3 ] {1c545831-0438-4d7e-a1bd-130e5d45412d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 13548 | 2024.07.19 18:52:02.771462 [ 3 ] {} <Debug> HTTP-Session: 59414068-aa73-4cf0-b214-359eda4d52b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13549 | 2024.07.19 18:52:02.771602 [ 190 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
| 13550 | 2024.07.19 18:52:02.772037 [ 190 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13551 | 2024.07.19 18:52:02.772107 [ 190 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 3656 rows starting from the beginning of the part | ||
| 13552 | 2024.07.19 18:52:02.772309 [ 190 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 60 rows starting from the beginning of the part | ||
| 13553 | 2024.07.19 18:52:02.772465 [ 190 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 60 rows starting from the beginning of the part | ||
| 13554 | 2024.07.19 18:52:02.772662 [ 190 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 60 rows starting from the beginning of the part | ||
| 13555 | 2024.07.19 18:52:02.772842 [ 190 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 60 rows starting from the beginning of the part | ||
| 13556 | 2024.07.19 18:52:02.773005 [ 190 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 60 rows starting from the beginning of the part | ||
| 13557 | 2024.07.19 18:52:02.774782 [ 188 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3956 rows, containing 4 columns (4 merged, 0 gathered) in 0.003543686 sec., 1116351.7309377864 rows/sec., 75.29 MiB/sec. | ||
| 13558 | 2024.07.19 18:52:02.775080 [ 190 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 13559 | 2024.07.19 18:52:02.775471 [ 190 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_71_14} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13560 | 2024.07.19 18:52:02.775555 [ 190 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_71_14} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 13561 | 2024.07.19 18:52:02.775640 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. | ||
| 13562 | 2024.07.19 18:52:07.739130 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 7838, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13563 | 2024.07.19 18:52:07.739272 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13564 | 2024.07.19 18:52:07.739301 [ 3 ] {} <Debug> HTTP-Session: 59c158b0-3026-4fe5-b04a-d1eb642d79e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 13565 | 2024.07.19 18:52:07.739329 [ 3 ] {} <Debug> HTTP-Session: 59c158b0-3026-4fe5-b04a-d1eb642d79e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13566 | 2024.07.19 18:52:07.739346 [ 3 ] {} <Debug> HTTP-Session: 59c158b0-3026-4fe5-b04a-d1eb642d79e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13567 | 2024.07.19 18:52:07.739402 [ 3 ] {} <Trace> HTTP-Session: 59c158b0-3026-4fe5-b04a-d1eb642d79e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13568 | 2024.07.19 18:52:07.739632 [ 3 ] {44b5cfc1-6eae-4c30-9056-7d49ae62bf05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 13569 | 2024.07.19 18:52:07.739703 [ 3 ] {44b5cfc1-6eae-4c30-9056-7d49ae62bf05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13570 | 2024.07.19 18:52:07.739899 [ 3 ] {44b5cfc1-6eae-4c30-9056-7d49ae62bf05} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13571 | 2024.07.19 18:52:07.740346 [ 3 ] {44b5cfc1-6eae-4c30-9056-7d49ae62bf05} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13572 | 2024.07.19 18:52:07.740383 [ 3 ] {44b5cfc1-6eae-4c30-9056-7d49ae62bf05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 13573 | 2024.07.19 18:52:07.740748 [ 3 ] {44b5cfc1-6eae-4c30-9056-7d49ae62bf05} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 13574 | 2024.07.19 18:52:07.741096 [ 3 ] {44b5cfc1-6eae-4c30-9056-7d49ae62bf05} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13575 | 2024.07.19 18:52:07.741242 [ 3 ] {44b5cfc1-6eae-4c30-9056-7d49ae62bf05} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001692 sec., 33096.92671394799 rows/sec., 2.54 MiB/sec. | ||
| 13576 | 2024.07.19 18:52:07.741442 [ 3 ] {44b5cfc1-6eae-4c30-9056-7d49ae62bf05} <Debug> DynamicQueryHandler: Done processing query | ||
| 13577 | 2024.07.19 18:52:07.741469 [ 3 ] {44b5cfc1-6eae-4c30-9056-7d49ae62bf05} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 13578 | 2024.07.19 18:52:07.741487 [ 3 ] {} <Debug> HTTP-Session: 59c158b0-3026-4fe5-b04a-d1eb642d79e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13579 | 2024.07.19 18:52:07.741628 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 10886, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13580 | 2024.07.19 18:52:07.741678 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13581 | 2024.07.19 18:52:07.741698 [ 3 ] {} <Debug> HTTP-Session: 2c46cda4-fa92-4a81-b84c-b72d9e00b43c Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 13582 | 2024.07.19 18:52:07.741716 [ 3 ] {} <Debug> HTTP-Session: 2c46cda4-fa92-4a81-b84c-b72d9e00b43c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13583 | 2024.07.19 18:52:07.741730 [ 3 ] {} <Debug> HTTP-Session: 2c46cda4-fa92-4a81-b84c-b72d9e00b43c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13584 | 2024.07.19 18:52:07.741762 [ 3 ] {} <Trace> HTTP-Session: 2c46cda4-fa92-4a81-b84c-b72d9e00b43c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13585 | 2024.07.19 18:52:07.741883 [ 3 ] {88428385-4588-4243-97d4-0a06de3596bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 13586 | 2024.07.19 18:52:07.741929 [ 3 ] {88428385-4588-4243-97d4-0a06de3596bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13587 | 2024.07.19 18:52:07.742061 [ 3 ] {88428385-4588-4243-97d4-0a06de3596bb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13588 | 2024.07.19 18:52:07.742386 [ 3 ] {88428385-4588-4243-97d4-0a06de3596bb} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13589 | 2024.07.19 18:52:07.742421 [ 3 ] {88428385-4588-4243-97d4-0a06de3596bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 13590 | 2024.07.19 18:52:07.742728 [ 3 ] {88428385-4588-4243-97d4-0a06de3596bb} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 13591 | 2024.07.19 18:52:07.743036 [ 3 ] {88428385-4588-4243-97d4-0a06de3596bb} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13592 | 2024.07.19 18:52:07.743163 [ 3 ] {88428385-4588-4243-97d4-0a06de3596bb} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001323 sec., 48374.905517762665 rows/sec., 3.78 MiB/sec. | ||
| 13593 | 2024.07.19 18:52:07.743430 [ 3 ] {88428385-4588-4243-97d4-0a06de3596bb} <Debug> DynamicQueryHandler: Done processing query | ||
| 13594 | 2024.07.19 18:52:07.743483 [ 3 ] {88428385-4588-4243-97d4-0a06de3596bb} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 13595 | 2024.07.19 18:52:07.743545 [ 3 ] {} <Debug> HTTP-Session: 2c46cda4-fa92-4a81-b84c-b72d9e00b43c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13596 | 2024.07.19 18:52:07.743750 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13597 | 2024.07.19 18:52:07.743802 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13598 | 2024.07.19 18:52:07.743820 [ 3 ] {} <Debug> HTTP-Session: 61405178-2f4e-443e-8eae-6106f773f2a5 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 13599 | 2024.07.19 18:52:07.743839 [ 3 ] {} <Debug> HTTP-Session: 61405178-2f4e-443e-8eae-6106f773f2a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13600 | 2024.07.19 18:52:07.743852 [ 3 ] {} <Debug> HTTP-Session: 61405178-2f4e-443e-8eae-6106f773f2a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13601 | 2024.07.19 18:52:07.743884 [ 3 ] {} <Trace> HTTP-Session: 61405178-2f4e-443e-8eae-6106f773f2a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13602 | 2024.07.19 18:52:07.744033 [ 3 ] {4cadf5ee-23ab-491c-9792-8ab64a52c0a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 13603 | 2024.07.19 18:52:07.744083 [ 3 ] {4cadf5ee-23ab-491c-9792-8ab64a52c0a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13604 | 2024.07.19 18:52:07.744246 [ 3 ] {4cadf5ee-23ab-491c-9792-8ab64a52c0a8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13605 | 2024.07.19 18:52:07.744749 [ 3 ] {4cadf5ee-23ab-491c-9792-8ab64a52c0a8} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13606 | 2024.07.19 18:52:07.744783 [ 3 ] {4cadf5ee-23ab-491c-9792-8ab64a52c0a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 13607 | 2024.07.19 18:52:07.745167 [ 3 ] {4cadf5ee-23ab-491c-9792-8ab64a52c0a8} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 13608 | 2024.07.19 18:52:07.745503 [ 3 ] {4cadf5ee-23ab-491c-9792-8ab64a52c0a8} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13609 | 2024.07.19 18:52:07.745626 [ 3 ] {4cadf5ee-23ab-491c-9792-8ab64a52c0a8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001663 sec., 96211.66566446182 rows/sec., 6.70 MiB/sec. | ||
| 13610 | 2024.07.19 18:52:07.745815 [ 3 ] {4cadf5ee-23ab-491c-9792-8ab64a52c0a8} <Debug> DynamicQueryHandler: Done processing query | ||
| 13611 | 2024.07.19 18:52:07.745852 [ 3 ] {4cadf5ee-23ab-491c-9792-8ab64a52c0a8} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 13612 | 2024.07.19 18:52:07.745885 [ 3 ] {} <Debug> HTTP-Session: 61405178-2f4e-443e-8eae-6106f773f2a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13613 | 2024.07.19 18:52:07.746017 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13614 | 2024.07.19 18:52:07.746065 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13615 | 2024.07.19 18:52:07.746111 [ 3 ] {} <Debug> HTTP-Session: 7241f80c-3425-4c94-b92a-99833376819a Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 13616 | 2024.07.19 18:52:07.746128 [ 3 ] {} <Debug> HTTP-Session: 7241f80c-3425-4c94-b92a-99833376819a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13617 | 2024.07.19 18:52:07.746142 [ 3 ] {} <Debug> HTTP-Session: 7241f80c-3425-4c94-b92a-99833376819a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13618 | 2024.07.19 18:52:07.746172 [ 3 ] {} <Trace> HTTP-Session: 7241f80c-3425-4c94-b92a-99833376819a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13619 | 2024.07.19 18:52:07.746289 [ 3 ] {69da52db-bd51-4c6b-b980-417dc7f33e22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 13620 | 2024.07.19 18:52:07.746335 [ 3 ] {69da52db-bd51-4c6b-b980-417dc7f33e22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13621 | 2024.07.19 18:52:07.746458 [ 3 ] {69da52db-bd51-4c6b-b980-417dc7f33e22} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13622 | 2024.07.19 18:52:07.746762 [ 3 ] {69da52db-bd51-4c6b-b980-417dc7f33e22} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13623 | 2024.07.19 18:52:07.746797 [ 3 ] {69da52db-bd51-4c6b-b980-417dc7f33e22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 13624 | 2024.07.19 18:52:07.747147 [ 3 ] {69da52db-bd51-4c6b-b980-417dc7f33e22} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 13625 | 2024.07.19 18:52:07.747561 [ 3 ] {69da52db-bd51-4c6b-b980-417dc7f33e22} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13626 | 2024.07.19 18:52:07.747683 [ 3 ] {69da52db-bd51-4c6b-b980-417dc7f33e22} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001437 sec., 41753.65344467641 rows/sec., 2.81 MiB/sec. | ||
| 13627 | 2024.07.19 18:52:07.747845 [ 3 ] {69da52db-bd51-4c6b-b980-417dc7f33e22} <Debug> DynamicQueryHandler: Done processing query | ||
| 13628 | 2024.07.19 18:52:07.747870 [ 3 ] {69da52db-bd51-4c6b-b980-417dc7f33e22} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 13629 | 2024.07.19 18:52:07.747885 [ 3 ] {} <Debug> HTTP-Session: 7241f80c-3425-4c94-b92a-99833376819a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13630 | 2024.07.19 18:52:12.747843 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 7913, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13631 | 2024.07.19 18:52:12.747988 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13632 | 2024.07.19 18:52:12.748016 [ 3 ] {} <Debug> HTTP-Session: b963932f-5901-45dd-abde-7deb03fa6118 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 13633 | 2024.07.19 18:52:12.748045 [ 3 ] {} <Debug> HTTP-Session: b963932f-5901-45dd-abde-7deb03fa6118 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13634 | 2024.07.19 18:52:12.748064 [ 3 ] {} <Debug> HTTP-Session: b963932f-5901-45dd-abde-7deb03fa6118 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13635 | 2024.07.19 18:52:12.748120 [ 3 ] {} <Trace> HTTP-Session: b963932f-5901-45dd-abde-7deb03fa6118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13636 | 2024.07.19 18:52:12.748343 [ 3 ] {a4e1b60a-872c-4e04-b538-499fa43951e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 13637 | 2024.07.19 18:52:12.748419 [ 3 ] {a4e1b60a-872c-4e04-b538-499fa43951e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 13638 | 2024.07.19 18:52:12.748649 [ 3 ] {a4e1b60a-872c-4e04-b538-499fa43951e2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13639 | 2024.07.19 18:52:12.749203 [ 3 ] {a4e1b60a-872c-4e04-b538-499fa43951e2} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13640 | 2024.07.19 18:52:12.749248 [ 3 ] {a4e1b60a-872c-4e04-b538-499fa43951e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 13641 | 2024.07.19 18:52:12.749632 [ 3 ] {a4e1b60a-872c-4e04-b538-499fa43951e2} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 13642 | 2024.07.19 18:52:12.749966 [ 3 ] {a4e1b60a-872c-4e04-b538-499fa43951e2} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13643 | 2024.07.19 18:52:12.750137 [ 3 ] {a4e1b60a-872c-4e04-b538-499fa43951e2} <Debug> executeQuery: Read 56 rows, 4.39 KiB in 0.001866 sec., 30010.718113612005 rows/sec., 2.30 MiB/sec. | ||
| 13644 | 2024.07.19 18:52:12.750159 [ 68 ] {} <Debug> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e) (MergerMutator): Selected 5 parts from all_1_66_13 to all_70_70_0 | ||
| 13645 | 2024.07.19 18:52:12.750270 [ 68 ] {} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13646 | 2024.07.19 18:52:12.750317 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 13647 | 2024.07.19 18:52:12.750484 [ 3 ] {a4e1b60a-872c-4e04-b538-499fa43951e2} <Debug> DynamicQueryHandler: Done processing query | ||
| 13648 | 2024.07.19 18:52:12.750564 [ 3 ] {a4e1b60a-872c-4e04-b538-499fa43951e2} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 13649 | 2024.07.19 18:52:12.750652 [ 3 ] {} <Debug> HTTP-Session: b963932f-5901-45dd-abde-7deb03fa6118 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13650 | 2024.07.19 18:52:12.750750 [ 186 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_70_14} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_66_13 to all_70_70_0 into Compact with storage Full | ||
| 13651 | 2024.07.19 18:52:12.750921 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13652 | 2024.07.19 18:52:12.751147 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13653 | 2024.07.19 18:52:12.751238 [ 3 ] {} <Debug> HTTP-Session: 9b3a7e75-0119-47c8-908d-273cc1246c70 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 13654 | 2024.07.19 18:52:12.751325 [ 3 ] {} <Debug> HTTP-Session: 9b3a7e75-0119-47c8-908d-273cc1246c70 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13655 | 2024.07.19 18:52:12.751404 [ 3 ] {} <Debug> HTTP-Session: 9b3a7e75-0119-47c8-908d-273cc1246c70 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13656 | 2024.07.19 18:52:12.751598 [ 3 ] {} <Trace> HTTP-Session: 9b3a7e75-0119-47c8-908d-273cc1246c70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13657 | 2024.07.19 18:52:12.751759 [ 186 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_70_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13658 | 2024.07.19 18:52:12.751864 [ 186 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 56 rows starting from the beginning of the part | ||
| 13659 | 2024.07.19 18:52:12.752260 [ 186 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 56 rows starting from the beginning of the part | ||
| 13660 | 2024.07.19 18:52:12.752280 [ 3 ] {f8665f1b-7a29-4889-b578-7d85b8672a50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 13661 | 2024.07.19 18:52:12.752570 [ 3 ] {f8665f1b-7a29-4889-b578-7d85b8672a50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 13662 | 2024.07.19 18:52:12.752581 [ 186 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 56 rows starting from the beginning of the part | ||
| 13663 | 2024.07.19 18:52:12.752848 [ 186 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 56 rows starting from the beginning of the part | ||
| 13664 | 2024.07.19 18:52:12.753121 [ 186 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 56 rows starting from the beginning of the part | ||
| 13665 | 2024.07.19 18:52:12.753776 [ 3 ] {f8665f1b-7a29-4889-b578-7d85b8672a50} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13666 | 2024.07.19 18:52:12.754617 [ 3 ] {f8665f1b-7a29-4889-b578-7d85b8672a50} <Trace> oximeter.fields_ipaddr (5b198a67-6d84-4324-b6a3-e6f140922631): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13667 | 2024.07.19 18:52:12.754698 [ 3 ] {f8665f1b-7a29-4889-b578-7d85b8672a50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 13668 | 2024.07.19 18:52:12.755555 [ 3 ] {f8665f1b-7a29-4889-b578-7d85b8672a50} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 13669 | 2024.07.19 18:52:12.755682 [ 190 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_70_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 280 rows, containing 4 columns (4 merged, 0 gathered) in 0.005253231 sec., 53300.53066389047 rows/sec., 4.08 MiB/sec. | ||
| 13670 | 2024.07.19 18:52:12.756013 [ 190 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_70_14} <Trace> MergedBlockOutputStream: filled checksums all_1_70_14 (state Temporary) | ||
| 13671 | 2024.07.19 18:52:12.756183 [ 3 ] {f8665f1b-7a29-4889-b578-7d85b8672a50} <Trace> oximeter.fields_ipaddr (5b198a67-6d84-4324-b6a3-e6f140922631): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13672 | 2024.07.19 18:52:12.756670 [ 3 ] {f8665f1b-7a29-4889-b578-7d85b8672a50} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.004762 sec., 419.99160016799664 rows/sec., 34.25 KiB/sec. | ||
| 13673 | 2024.07.19 18:52:12.757432 [ 3 ] {f8665f1b-7a29-4889-b578-7d85b8672a50} <Debug> DynamicQueryHandler: Done processing query | ||
| 13674 | 2024.07.19 18:52:12.757433 [ 190 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_70_14} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Renaming temporary part tmp_merge_all_1_70_14 to all_1_70_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13675 | 2024.07.19 18:52:12.757473 [ 3 ] {f8665f1b-7a29-4889-b578-7d85b8672a50} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 13676 | 2024.07.19 18:52:12.757528 [ 3 ] {} <Debug> HTTP-Session: 9b3a7e75-0119-47c8-908d-273cc1246c70 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13677 | 2024.07.19 18:52:12.757628 [ 190 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_70_14} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e) (MergerMutator): Merged 5 parts: [all_1_66_13, all_70_70_0] -> all_1_70_14 | ||
| 13678 | 2024.07.19 18:52:12.757725 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 13679 | 2024.07.19 18:52:12.757779 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 52172, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13680 | 2024.07.19 18:52:12.757838 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13681 | 2024.07.19 18:52:12.757857 [ 3 ] {} <Debug> HTTP-Session: 5e7b2ff6-1e1a-4414-867b-cb3eaf831e79 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 13682 | 2024.07.19 18:52:12.757876 [ 3 ] {} <Debug> HTTP-Session: 5e7b2ff6-1e1a-4414-867b-cb3eaf831e79 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13683 | 2024.07.19 18:52:12.757890 [ 3 ] {} <Debug> HTTP-Session: 5e7b2ff6-1e1a-4414-867b-cb3eaf831e79 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13684 | 2024.07.19 18:52:12.757923 [ 3 ] {} <Trace> HTTP-Session: 5e7b2ff6-1e1a-4414-867b-cb3eaf831e79 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13685 | 2024.07.19 18:52:12.758141 [ 3 ] {8a99287b-2c7e-4f65-95a6-a58cccb05e5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 13686 | 2024.07.19 18:52:12.758188 [ 3 ] {8a99287b-2c7e-4f65-95a6-a58cccb05e5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13687 | 2024.07.19 18:52:12.758342 [ 3 ] {8a99287b-2c7e-4f65-95a6-a58cccb05e5a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13688 | 2024.07.19 18:52:12.758905 [ 3 ] {8a99287b-2c7e-4f65-95a6-a58cccb05e5a} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13689 | 2024.07.19 18:52:12.758943 [ 3 ] {8a99287b-2c7e-4f65-95a6-a58cccb05e5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 13690 | 2024.07.19 18:52:12.759308 [ 3 ] {8a99287b-2c7e-4f65-95a6-a58cccb05e5a} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 13691 | 2024.07.19 18:52:12.759615 [ 3 ] {8a99287b-2c7e-4f65-95a6-a58cccb05e5a} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13692 | 2024.07.19 18:52:12.759766 [ 3 ] {8a99287b-2c7e-4f65-95a6-a58cccb05e5a} <Debug> executeQuery: Read 348 rows, 31.07 KiB in 0.001746 sec., 199312.71477663232 rows/sec., 17.38 MiB/sec. | ||
| 13693 | 2024.07.19 18:52:12.759779 [ 68 ] {} <Debug> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 13694 | 2024.07.19 18:52:12.759866 [ 68 ] {} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13695 | 2024.07.19 18:52:12.759911 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 13696 | 2024.07.19 18:52:12.760073 [ 3 ] {8a99287b-2c7e-4f65-95a6-a58cccb05e5a} <Debug> DynamicQueryHandler: Done processing query | ||
| 13697 | 2024.07.19 18:52:12.760152 [ 3 ] {8a99287b-2c7e-4f65-95a6-a58cccb05e5a} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 13698 | 2024.07.19 18:52:12.760215 [ 3 ] {} <Debug> HTTP-Session: 5e7b2ff6-1e1a-4414-867b-cb3eaf831e79 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13699 | 2024.07.19 18:52:12.760280 [ 190 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 13700 | 2024.07.19 18:52:12.760458 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13701 | 2024.07.19 18:52:12.760650 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13702 | 2024.07.19 18:52:12.760756 [ 3 ] {} <Debug> HTTP-Session: e0af8819-ecf0-41ed-811f-4b49824f3b2a Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 13703 | 2024.07.19 18:52:12.760843 [ 3 ] {} <Debug> HTTP-Session: e0af8819-ecf0-41ed-811f-4b49824f3b2a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13704 | 2024.07.19 18:52:12.760933 [ 3 ] {} <Debug> HTTP-Session: e0af8819-ecf0-41ed-811f-4b49824f3b2a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13705 | 2024.07.19 18:52:12.761072 [ 190 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13706 | 2024.07.19 18:52:12.761077 [ 3 ] {} <Trace> HTTP-Session: e0af8819-ecf0-41ed-811f-4b49824f3b2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13707 | 2024.07.19 18:52:12.761198 [ 190 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 355 rows starting from the beginning of the part | ||
| 13708 | 2024.07.19 18:52:12.761435 [ 3 ] {cccc789f-7cef-4eb5-8bc8-753f56cb2226} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 13709 | 2024.07.19 18:52:12.761604 [ 190 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 311 rows starting from the beginning of the part | ||
| 13710 | 2024.07.19 18:52:12.761670 [ 3 ] {cccc789f-7cef-4eb5-8bc8-753f56cb2226} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13711 | 2024.07.19 18:52:12.761951 [ 190 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 56 rows starting from the beginning of the part | ||
| 13712 | 2024.07.19 18:52:12.762212 [ 190 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 311 rows starting from the beginning of the part | ||
| 13713 | 2024.07.19 18:52:12.762474 [ 190 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 56 rows starting from the beginning of the part | ||
| 13714 | 2024.07.19 18:52:12.762776 [ 190 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 348 rows starting from the beginning of the part | ||
| 13715 | 2024.07.19 18:52:12.763358 [ 3 ] {cccc789f-7cef-4eb5-8bc8-753f56cb2226} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13716 | 2024.07.19 18:52:12.764127 [ 3 ] {cccc789f-7cef-4eb5-8bc8-753f56cb2226} <Trace> oximeter.fields_u16 (3a790436-232b-4913-bf8d-eba3067e022c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13717 | 2024.07.19 18:52:12.764188 [ 3 ] {cccc789f-7cef-4eb5-8bc8-753f56cb2226} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 13718 | 2024.07.19 18:52:12.765038 [ 3 ] {cccc789f-7cef-4eb5-8bc8-753f56cb2226} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 13719 | 2024.07.19 18:52:12.765643 [ 3 ] {cccc789f-7cef-4eb5-8bc8-753f56cb2226} <Trace> oximeter.fields_u16 (3a790436-232b-4913-bf8d-eba3067e022c): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13720 | 2024.07.19 18:52:12.765861 [ 190 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1437 rows, containing 4 columns (4 merged, 0 gathered) in 0.005849081 sec., 245679.62043951862 rows/sec., 21.34 MiB/sec. | ||
| 13721 | 2024.07.19 18:52:12.766038 [ 3 ] {cccc789f-7cef-4eb5-8bc8-753f56cb2226} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.004751 sec., 420.96400757735216 rows/sec., 29.39 KiB/sec. | ||
| 13722 | 2024.07.19 18:52:12.766221 [ 186 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 13723 | 2024.07.19 18:52:12.766679 [ 3 ] {cccc789f-7cef-4eb5-8bc8-753f56cb2226} <Debug> DynamicQueryHandler: Done processing query | ||
| 13724 | 2024.07.19 18:52:12.766810 [ 3 ] {cccc789f-7cef-4eb5-8bc8-753f56cb2226} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 13725 | 2024.07.19 18:52:12.766876 [ 3 ] {} <Debug> HTTP-Session: e0af8819-ecf0-41ed-811f-4b49824f3b2a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13726 | 2024.07.19 18:52:12.767120 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 74414, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13727 | 2024.07.19 18:52:12.767196 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13728 | 2024.07.19 18:52:12.767236 [ 3 ] {} <Debug> HTTP-Session: a7d66678-1650-41d9-8ea0-1c525e5b8708 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 13729 | 2024.07.19 18:52:12.767244 [ 186 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_76_15} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13730 | 2024.07.19 18:52:12.767265 [ 3 ] {} <Debug> HTTP-Session: a7d66678-1650-41d9-8ea0-1c525e5b8708 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13731 | 2024.07.19 18:52:12.767318 [ 3 ] {} <Debug> HTTP-Session: a7d66678-1650-41d9-8ea0-1c525e5b8708 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13732 | 2024.07.19 18:52:12.767402 [ 3 ] {} <Trace> HTTP-Session: a7d66678-1650-41d9-8ea0-1c525e5b8708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13733 | 2024.07.19 18:52:12.767425 [ 186 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_76_15} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 13734 | 2024.07.19 18:52:12.767572 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. | ||
| 13735 | 2024.07.19 18:52:12.767725 [ 3 ] {f05c2a03-a434-425f-8f3e-485df6c1409a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 13736 | 2024.07.19 18:52:12.767774 [ 3 ] {f05c2a03-a434-425f-8f3e-485df6c1409a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13737 | 2024.07.19 18:52:12.767924 [ 3 ] {f05c2a03-a434-425f-8f3e-485df6c1409a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13738 | 2024.07.19 18:52:12.768548 [ 3 ] {f05c2a03-a434-425f-8f3e-485df6c1409a} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13739 | 2024.07.19 18:52:12.768586 [ 3 ] {f05c2a03-a434-425f-8f3e-485df6c1409a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 13740 | 2024.07.19 18:52:12.768920 [ 3 ] {f05c2a03-a434-425f-8f3e-485df6c1409a} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 13741 | 2024.07.19 18:52:12.769236 [ 3 ] {f05c2a03-a434-425f-8f3e-485df6c1409a} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13742 | 2024.07.19 18:52:12.769391 [ 3 ] {f05c2a03-a434-425f-8f3e-485df6c1409a} <Debug> executeQuery: Read 458 rows, 33.54 KiB in 0.001825 sec., 250958.90410958903 rows/sec., 17.95 MiB/sec. | ||
| 13743 | 2024.07.19 18:52:12.769399 [ 68 ] {} <Debug> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 13744 | 2024.07.19 18:52:12.769497 [ 68 ] {} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13745 | 2024.07.19 18:52:12.769551 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 13746 | 2024.07.19 18:52:12.769740 [ 196 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 13747 | 2024.07.19 18:52:12.769768 [ 3 ] {f05c2a03-a434-425f-8f3e-485df6c1409a} <Debug> DynamicQueryHandler: Done processing query | ||
| 13748 | 2024.07.19 18:52:12.769823 [ 3 ] {f05c2a03-a434-425f-8f3e-485df6c1409a} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 13749 | 2024.07.19 18:52:12.769863 [ 3 ] {} <Debug> HTTP-Session: a7d66678-1650-41d9-8ea0-1c525e5b8708 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13750 | 2024.07.19 18:52:12.769974 [ 196 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13751 | 2024.07.19 18:52:12.770013 [ 196 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 493 rows starting from the beginning of the part | ||
| 13752 | 2024.07.19 18:52:12.770072 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13753 | 2024.07.19 18:52:12.770227 [ 196 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 432 rows starting from the beginning of the part | ||
| 13754 | 2024.07.19 18:52:12.770274 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13755 | 2024.07.19 18:52:12.770430 [ 3 ] {} <Debug> HTTP-Session: a999f897-341c-4388-9528-23e74beb2dda Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 13756 | 2024.07.19 18:52:12.770516 [ 196 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 64 rows starting from the beginning of the part | ||
| 13757 | 2024.07.19 18:52:12.770541 [ 3 ] {} <Debug> HTTP-Session: a999f897-341c-4388-9528-23e74beb2dda Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13758 | 2024.07.19 18:52:12.770641 [ 3 ] {} <Debug> HTTP-Session: a999f897-341c-4388-9528-23e74beb2dda Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13759 | 2024.07.19 18:52:12.770787 [ 196 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 432 rows starting from the beginning of the part | ||
| 13760 | 2024.07.19 18:52:12.770834 [ 3 ] {} <Trace> HTTP-Session: a999f897-341c-4388-9528-23e74beb2dda Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13761 | 2024.07.19 18:52:12.771012 [ 196 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 64 rows starting from the beginning of the part | ||
| 13762 | 2024.07.19 18:52:12.771348 [ 196 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 458 rows starting from the beginning of the part | ||
| 13763 | 2024.07.19 18:52:12.771427 [ 3 ] {de808b6c-6c68-427b-b608-6b76a44e2019} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 13764 | 2024.07.19 18:52:12.771678 [ 3 ] {de808b6c-6c68-427b-b608-6b76a44e2019} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13765 | 2024.07.19 18:52:12.772220 [ 3 ] {de808b6c-6c68-427b-b608-6b76a44e2019} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13766 | 2024.07.19 18:52:12.773019 [ 3 ] {de808b6c-6c68-427b-b608-6b76a44e2019} <Trace> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13767 | 2024.07.19 18:52:12.773077 [ 3 ] {de808b6c-6c68-427b-b608-6b76a44e2019} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 13768 | 2024.07.19 18:52:12.773902 [ 3 ] {de808b6c-6c68-427b-b608-6b76a44e2019} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 13769 | 2024.07.19 18:52:12.774563 [ 196 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1943 rows, containing 4 columns (4 merged, 0 gathered) in 0.004908516 sec., 395842.6538693161 rows/sec., 28.47 MiB/sec. | ||
| 13770 | 2024.07.19 18:52:12.774712 [ 3 ] {de808b6c-6c68-427b-b608-6b76a44e2019} <Trace> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13771 | 2024.07.19 18:52:12.774764 [ 194 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 13772 | 2024.07.19 18:52:12.774926 [ 3 ] {de808b6c-6c68-427b-b608-6b76a44e2019} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.003823 sec., 1569.448077426105 rows/sec., 67.44 KiB/sec. | ||
| 13773 | 2024.07.19 18:52:12.775205 [ 3 ] {de808b6c-6c68-427b-b608-6b76a44e2019} <Debug> DynamicQueryHandler: Done processing query | ||
| 13774 | 2024.07.19 18:52:12.775236 [ 3 ] {de808b6c-6c68-427b-b608-6b76a44e2019} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 13775 | 2024.07.19 18:52:12.775257 [ 3 ] {} <Debug> HTTP-Session: a999f897-341c-4388-9528-23e74beb2dda Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13776 | 2024.07.19 18:52:12.775344 [ 194 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_76_15} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13777 | 2024.07.19 18:52:12.775413 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 14079, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13778 | 2024.07.19 18:52:12.775434 [ 194 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_76_15} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 13779 | 2024.07.19 18:52:12.775465 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13780 | 2024.07.19 18:52:12.775495 [ 3 ] {} <Debug> HTTP-Session: d89da280-b7e6-4c89-ba5a-ba454f026674 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 13781 | 2024.07.19 18:52:12.775525 [ 3 ] {} <Debug> HTTP-Session: d89da280-b7e6-4c89-ba5a-ba454f026674 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13782 | 2024.07.19 18:52:12.775537 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. | ||
| 13783 | 2024.07.19 18:52:12.775543 [ 3 ] {} <Debug> HTTP-Session: d89da280-b7e6-4c89-ba5a-ba454f026674 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13784 | 2024.07.19 18:52:12.775587 [ 3 ] {} <Trace> HTTP-Session: d89da280-b7e6-4c89-ba5a-ba454f026674 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13785 | 2024.07.19 18:52:12.775722 [ 3 ] {5b373ff1-6d26-4cc4-a045-7622d43cad42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 13786 | 2024.07.19 18:52:12.775768 [ 3 ] {5b373ff1-6d26-4cc4-a045-7622d43cad42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 13787 | 2024.07.19 18:52:12.775911 [ 3 ] {5b373ff1-6d26-4cc4-a045-7622d43cad42} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13788 | 2024.07.19 18:52:12.776267 [ 3 ] {5b373ff1-6d26-4cc4-a045-7622d43cad42} <Trace> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13789 | 2024.07.19 18:52:12.776302 [ 3 ] {5b373ff1-6d26-4cc4-a045-7622d43cad42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 13790 | 2024.07.19 18:52:12.776669 [ 3 ] {5b373ff1-6d26-4cc4-a045-7622d43cad42} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 13791 | 2024.07.19 18:52:12.777000 [ 3 ] {5b373ff1-6d26-4cc4-a045-7622d43cad42} <Trace> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13792 | 2024.07.19 18:52:12.777168 [ 3 ] {5b373ff1-6d26-4cc4-a045-7622d43cad42} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001497 sec., 51436.205744822975 rows/sec., 3.17 MiB/sec. | ||
| 13793 | 2024.07.19 18:52:12.777337 [ 3 ] {5b373ff1-6d26-4cc4-a045-7622d43cad42} <Debug> DynamicQueryHandler: Done processing query | ||
| 13794 | 2024.07.19 18:52:12.777361 [ 3 ] {5b373ff1-6d26-4cc4-a045-7622d43cad42} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 13795 | 2024.07.19 18:52:12.777377 [ 3 ] {} <Debug> HTTP-Session: d89da280-b7e6-4c89-ba5a-ba454f026674 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13796 | 2024.07.19 18:52:12.777530 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 37791, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13797 | 2024.07.19 18:52:12.777579 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13798 | 2024.07.19 18:52:12.777597 [ 3 ] {} <Debug> HTTP-Session: 10f7d3ca-dec1-4de8-9932-25ede80b04b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 13799 | 2024.07.19 18:52:12.777613 [ 3 ] {} <Debug> HTTP-Session: 10f7d3ca-dec1-4de8-9932-25ede80b04b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13800 | 2024.07.19 18:52:12.777627 [ 3 ] {} <Debug> HTTP-Session: 10f7d3ca-dec1-4de8-9932-25ede80b04b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13801 | 2024.07.19 18:52:12.777657 [ 3 ] {} <Trace> HTTP-Session: 10f7d3ca-dec1-4de8-9932-25ede80b04b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13802 | 2024.07.19 18:52:12.777865 [ 3 ] {34ac1963-9c97-424a-82d7-cd7b43eaf2bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 13803 | 2024.07.19 18:52:12.777911 [ 3 ] {34ac1963-9c97-424a-82d7-cd7b43eaf2bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13804 | 2024.07.19 18:52:12.778053 [ 3 ] {34ac1963-9c97-424a-82d7-cd7b43eaf2bf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13805 | 2024.07.19 18:52:12.778477 [ 3 ] {34ac1963-9c97-424a-82d7-cd7b43eaf2bf} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13806 | 2024.07.19 18:52:12.778513 [ 3 ] {34ac1963-9c97-424a-82d7-cd7b43eaf2bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 13807 | 2024.07.19 18:52:12.778890 [ 3 ] {34ac1963-9c97-424a-82d7-cd7b43eaf2bf} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 13808 | 2024.07.19 18:52:12.779226 [ 3 ] {34ac1963-9c97-424a-82d7-cd7b43eaf2bf} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13809 | 2024.07.19 18:52:12.779386 [ 3 ] {34ac1963-9c97-424a-82d7-cd7b43eaf2bf} <Debug> executeQuery: Read 197 rows, 14.08 KiB in 0.001635 sec., 120489.29663608564 rows/sec., 8.41 MiB/sec. | ||
| 13810 | 2024.07.19 18:52:12.779561 [ 3 ] {34ac1963-9c97-424a-82d7-cd7b43eaf2bf} <Debug> DynamicQueryHandler: Done processing query | ||
| 13811 | 2024.07.19 18:52:12.779586 [ 3 ] {34ac1963-9c97-424a-82d7-cd7b43eaf2bf} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 13812 | 2024.07.19 18:52:12.779601 [ 3 ] {} <Debug> HTTP-Session: 10f7d3ca-dec1-4de8-9932-25ede80b04b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13813 | 2024.07.19 18:52:12.779764 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 80773, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13814 | 2024.07.19 18:52:12.779813 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13815 | 2024.07.19 18:52:12.779831 [ 3 ] {} <Debug> HTTP-Session: 85102733-9979-4e00-a770-8935c6036b30 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 13816 | 2024.07.19 18:52:12.779847 [ 3 ] {} <Debug> HTTP-Session: 85102733-9979-4e00-a770-8935c6036b30 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13817 | 2024.07.19 18:52:12.779860 [ 3 ] {} <Debug> HTTP-Session: 85102733-9979-4e00-a770-8935c6036b30 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13818 | 2024.07.19 18:52:12.779891 [ 3 ] {} <Trace> HTTP-Session: 85102733-9979-4e00-a770-8935c6036b30 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13819 | 2024.07.19 18:52:12.780350 [ 3 ] {826d0ddf-f1a0-4e3d-9dc1-1ca022854481} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 13820 | 2024.07.19 18:52:12.780413 [ 3 ] {826d0ddf-f1a0-4e3d-9dc1-1ca022854481} <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 | ||
| 13821 | 2024.07.19 18:52:12.780836 [ 3 ] {826d0ddf-f1a0-4e3d-9dc1-1ca022854481} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13822 | 2024.07.19 18:52:12.781981 [ 3 ] {826d0ddf-f1a0-4e3d-9dc1-1ca022854481} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13823 | 2024.07.19 18:52:12.782018 [ 3 ] {826d0ddf-f1a0-4e3d-9dc1-1ca022854481} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 13824 | 2024.07.19 18:52:12.782659 [ 3 ] {826d0ddf-f1a0-4e3d-9dc1-1ca022854481} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 13825 | 2024.07.19 18:52:12.783065 [ 3 ] {826d0ddf-f1a0-4e3d-9dc1-1ca022854481} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13826 | 2024.07.19 18:52:12.783263 [ 3 ] {826d0ddf-f1a0-4e3d-9dc1-1ca022854481} <Debug> executeQuery: Read 50 rows, 91.75 KiB in 0.003252 sec., 15375.153751537515 rows/sec., 27.55 MiB/sec. | ||
| 13827 | 2024.07.19 18:52:12.783506 [ 3 ] {826d0ddf-f1a0-4e3d-9dc1-1ca022854481} <Debug> DynamicQueryHandler: Done processing query | ||
| 13828 | 2024.07.19 18:52:12.783532 [ 3 ] {826d0ddf-f1a0-4e3d-9dc1-1ca022854481} <Debug> MemoryTracker: Peak memory usage (for query): 4.69 MiB. | ||
| 13829 | 2024.07.19 18:52:12.783548 [ 3 ] {} <Debug> HTTP-Session: 85102733-9979-4e00-a770-8935c6036b30 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13830 | 2024.07.19 18:52:12.783719 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 3212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13831 | 2024.07.19 18:52:12.783767 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13832 | 2024.07.19 18:52:12.783786 [ 3 ] {} <Debug> HTTP-Session: 2d0a926a-a562-488c-aa31-d9c4c2144d0c Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 13833 | 2024.07.19 18:52:12.783803 [ 3 ] {} <Debug> HTTP-Session: 2d0a926a-a562-488c-aa31-d9c4c2144d0c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13834 | 2024.07.19 18:52:12.783817 [ 3 ] {} <Debug> HTTP-Session: 2d0a926a-a562-488c-aa31-d9c4c2144d0c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13835 | 2024.07.19 18:52:12.783847 [ 3 ] {} <Trace> HTTP-Session: 2d0a926a-a562-488c-aa31-d9c4c2144d0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13836 | 2024.07.19 18:52:12.783948 [ 3 ] {a60f1145-f749-4944-8d79-6be428978806} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 13837 | 2024.07.19 18:52:12.783992 [ 3 ] {a60f1145-f749-4944-8d79-6be428978806} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 13838 | 2024.07.19 18:52:12.784121 [ 3 ] {a60f1145-f749-4944-8d79-6be428978806} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13839 | 2024.07.19 18:52:12.784443 [ 3 ] {a60f1145-f749-4944-8d79-6be428978806} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13840 | 2024.07.19 18:52:12.784478 [ 3 ] {a60f1145-f749-4944-8d79-6be428978806} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 13841 | 2024.07.19 18:52:12.784864 [ 3 ] {a60f1145-f749-4944-8d79-6be428978806} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 13842 | 2024.07.19 18:52:12.785181 [ 3 ] {a60f1145-f749-4944-8d79-6be428978806} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13843 | 2024.07.19 18:52:12.785339 [ 65 ] {} <Debug> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 13844 | 2024.07.19 18:52:12.785342 [ 3 ] {a60f1145-f749-4944-8d79-6be428978806} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001415 sec., 16254.416961130742 rows/sec., 879.25 KiB/sec. | ||
| 13845 | 2024.07.19 18:52:12.785408 [ 65 ] {} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13846 | 2024.07.19 18:52:12.785476 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 13847 | 2024.07.19 18:52:12.785703 [ 3 ] {a60f1145-f749-4944-8d79-6be428978806} <Debug> DynamicQueryHandler: Done processing query | ||
| 13848 | 2024.07.19 18:52:12.785785 [ 3 ] {a60f1145-f749-4944-8d79-6be428978806} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 13849 | 2024.07.19 18:52:12.785856 [ 3 ] {} <Debug> HTTP-Session: 2d0a926a-a562-488c-aa31-d9c4c2144d0c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13850 | 2024.07.19 18:52:12.785880 [ 189 ] {797d7d8d-66e4-41ae-bea2-1c27ec06771c::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 | ||
| 13851 | 2024.07.19 18:52:12.786074 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13852 | 2024.07.19 18:52:12.786236 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13853 | 2024.07.19 18:52:12.786332 [ 3 ] {} <Debug> HTTP-Session: f53c9e18-5039-408b-a7a6-70d6ec0ffc4c Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 13854 | 2024.07.19 18:52:12.786403 [ 3 ] {} <Debug> HTTP-Session: f53c9e18-5039-408b-a7a6-70d6ec0ffc4c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13855 | 2024.07.19 18:52:12.786454 [ 3 ] {} <Debug> HTTP-Session: f53c9e18-5039-408b-a7a6-70d6ec0ffc4c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13856 | 2024.07.19 18:52:12.786538 [ 3 ] {} <Trace> HTTP-Session: f53c9e18-5039-408b-a7a6-70d6ec0ffc4c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13857 | 2024.07.19 18:52:12.786551 [ 189 ] {797d7d8d-66e4-41ae-bea2-1c27ec06771c::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13858 | 2024.07.19 18:52:12.786626 [ 189 ] {797d7d8d-66e4-41ae-bea2-1c27ec06771c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 718 rows starting from the beginning of the part | ||
| 13859 | 2024.07.19 18:52:12.786820 [ 3 ] {bb24cb27-7ab9-452b-9a5b-9bbe70262171} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 13860 | 2024.07.19 18:52:12.786870 [ 189 ] {797d7d8d-66e4-41ae-bea2-1c27ec06771c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 23 rows starting from the beginning of the part | ||
| 13861 | 2024.07.19 18:52:12.786980 [ 3 ] {bb24cb27-7ab9-452b-9a5b-9bbe70262171} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13862 | 2024.07.19 18:52:12.787180 [ 189 ] {797d7d8d-66e4-41ae-bea2-1c27ec06771c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 23 rows starting from the beginning of the part | ||
| 13863 | 2024.07.19 18:52:12.787459 [ 189 ] {797d7d8d-66e4-41ae-bea2-1c27ec06771c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 23 rows starting from the beginning of the part | ||
| 13864 | 2024.07.19 18:52:12.787775 [ 189 ] {797d7d8d-66e4-41ae-bea2-1c27ec06771c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 23 rows starting from the beginning of the part | ||
| 13865 | 2024.07.19 18:52:12.788058 [ 189 ] {797d7d8d-66e4-41ae-bea2-1c27ec06771c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 23 rows starting from the beginning of the part | ||
| 13866 | 2024.07.19 18:52:12.788618 [ 3 ] {bb24cb27-7ab9-452b-9a5b-9bbe70262171} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13867 | 2024.07.19 18:52:12.789381 [ 3 ] {bb24cb27-7ab9-452b-9a5b-9bbe70262171} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13868 | 2024.07.19 18:52:12.789429 [ 3 ] {bb24cb27-7ab9-452b-9a5b-9bbe70262171} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 13869 | 2024.07.19 18:52:12.790444 [ 3 ] {bb24cb27-7ab9-452b-9a5b-9bbe70262171} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 13870 | 2024.07.19 18:52:12.791125 [ 194 ] {797d7d8d-66e4-41ae-bea2-1c27ec06771c::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 833 rows, containing 4 columns (4 merged, 0 gathered) in 0.005539996 sec., 150361.11939431002 rows/sec., 8.11 MiB/sec. | ||
| 13871 | 2024.07.19 18:52:12.791208 [ 3 ] {bb24cb27-7ab9-452b-9a5b-9bbe70262171} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13872 | 2024.07.19 18:52:12.791349 [ 194 ] {797d7d8d-66e4-41ae-bea2-1c27ec06771c::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 13873 | 2024.07.19 18:52:12.791432 [ 3 ] {bb24cb27-7ab9-452b-9a5b-9bbe70262171} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004757 sec., 12612.991381122556 rows/sec., 870.43 KiB/sec. | ||
| 13874 | 2024.07.19 18:52:12.791933 [ 3 ] {bb24cb27-7ab9-452b-9a5b-9bbe70262171} <Debug> DynamicQueryHandler: Done processing query | ||
| 13875 | 2024.07.19 18:52:12.792028 [ 3 ] {bb24cb27-7ab9-452b-9a5b-9bbe70262171} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 13876 | 2024.07.19 18:52:12.792143 [ 3 ] {} <Debug> HTTP-Session: f53c9e18-5039-408b-a7a6-70d6ec0ffc4c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13877 | 2024.07.19 18:52:12.792791 [ 194 ] {797d7d8d-66e4-41ae-bea2-1c27ec06771c::all_1_36_7} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13878 | 2024.07.19 18:52:12.792867 [ 194 ] {797d7d8d-66e4-41ae-bea2-1c27ec06771c::all_1_36_7} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 13879 | 2024.07.19 18:52:12.792949 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 13880 | 2024.07.19 18:52:15.517656 [ 56 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 13881 | 2024.07.19 18:52:15.517732 [ 56 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 13882 | 2024.07.19 18:52:17.739553 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 7838, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13883 | 2024.07.19 18:52:17.739690 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13884 | 2024.07.19 18:52:17.739721 [ 3 ] {} <Debug> HTTP-Session: 5c06175f-95f4-4221-975a-75f38982703b Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 13885 | 2024.07.19 18:52:17.739749 [ 3 ] {} <Debug> HTTP-Session: 5c06175f-95f4-4221-975a-75f38982703b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13886 | 2024.07.19 18:52:17.739767 [ 3 ] {} <Debug> HTTP-Session: 5c06175f-95f4-4221-975a-75f38982703b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13887 | 2024.07.19 18:52:17.739823 [ 3 ] {} <Trace> HTTP-Session: 5c06175f-95f4-4221-975a-75f38982703b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13888 | 2024.07.19 18:52:17.740023 [ 3 ] {2937f9a3-8c1a-4c22-a08f-eca588082fcb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 13889 | 2024.07.19 18:52:17.740089 [ 3 ] {2937f9a3-8c1a-4c22-a08f-eca588082fcb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13890 | 2024.07.19 18:52:17.740287 [ 3 ] {2937f9a3-8c1a-4c22-a08f-eca588082fcb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13891 | 2024.07.19 18:52:17.740801 [ 3 ] {2937f9a3-8c1a-4c22-a08f-eca588082fcb} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13892 | 2024.07.19 18:52:17.740845 [ 3 ] {2937f9a3-8c1a-4c22-a08f-eca588082fcb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 13893 | 2024.07.19 18:52:17.741229 [ 3 ] {2937f9a3-8c1a-4c22-a08f-eca588082fcb} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 13894 | 2024.07.19 18:52:17.741569 [ 3 ] {2937f9a3-8c1a-4c22-a08f-eca588082fcb} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13895 | 2024.07.19 18:52:17.741743 [ 3 ] {2937f9a3-8c1a-4c22-a08f-eca588082fcb} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001783 sec., 31407.73976444195 rows/sec., 2.41 MiB/sec. | ||
| 13896 | 2024.07.19 18:52:17.741960 [ 3 ] {2937f9a3-8c1a-4c22-a08f-eca588082fcb} <Debug> DynamicQueryHandler: Done processing query | ||
| 13897 | 2024.07.19 18:52:17.741988 [ 3 ] {2937f9a3-8c1a-4c22-a08f-eca588082fcb} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 13898 | 2024.07.19 18:52:17.742004 [ 3 ] {} <Debug> HTTP-Session: 5c06175f-95f4-4221-975a-75f38982703b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13899 | 2024.07.19 18:52:17.742145 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 10886, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13900 | 2024.07.19 18:52:17.742202 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13901 | 2024.07.19 18:52:17.742221 [ 3 ] {} <Debug> HTTP-Session: 7131be21-41f5-4092-a1ba-5f60a6cd7b15 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 13902 | 2024.07.19 18:52:17.742239 [ 3 ] {} <Debug> HTTP-Session: 7131be21-41f5-4092-a1ba-5f60a6cd7b15 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13903 | 2024.07.19 18:52:17.742253 [ 3 ] {} <Debug> HTTP-Session: 7131be21-41f5-4092-a1ba-5f60a6cd7b15 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13904 | 2024.07.19 18:52:17.742288 [ 3 ] {} <Trace> HTTP-Session: 7131be21-41f5-4092-a1ba-5f60a6cd7b15 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13905 | 2024.07.19 18:52:17.742415 [ 3 ] {5cf54022-d363-4e8c-9835-e59066ed0dd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 13906 | 2024.07.19 18:52:17.742463 [ 3 ] {5cf54022-d363-4e8c-9835-e59066ed0dd0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13907 | 2024.07.19 18:52:17.742597 [ 3 ] {5cf54022-d363-4e8c-9835-e59066ed0dd0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13908 | 2024.07.19 18:52:17.742958 [ 3 ] {5cf54022-d363-4e8c-9835-e59066ed0dd0} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13909 | 2024.07.19 18:52:17.742996 [ 3 ] {5cf54022-d363-4e8c-9835-e59066ed0dd0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 13910 | 2024.07.19 18:52:17.743329 [ 3 ] {5cf54022-d363-4e8c-9835-e59066ed0dd0} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 13911 | 2024.07.19 18:52:17.743647 [ 3 ] {5cf54022-d363-4e8c-9835-e59066ed0dd0} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13912 | 2024.07.19 18:52:17.743803 [ 3 ] {5cf54022-d363-4e8c-9835-e59066ed0dd0} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001428 sec., 44817.927170868345 rows/sec., 3.50 MiB/sec. | ||
| 13913 | 2024.07.19 18:52:17.743971 [ 3 ] {5cf54022-d363-4e8c-9835-e59066ed0dd0} <Debug> DynamicQueryHandler: Done processing query | ||
| 13914 | 2024.07.19 18:52:17.743996 [ 3 ] {5cf54022-d363-4e8c-9835-e59066ed0dd0} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 13915 | 2024.07.19 18:52:17.744012 [ 3 ] {} <Debug> HTTP-Session: 7131be21-41f5-4092-a1ba-5f60a6cd7b15 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13916 | 2024.07.19 18:52:17.744172 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13917 | 2024.07.19 18:52:17.744224 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13918 | 2024.07.19 18:52:17.744242 [ 3 ] {} <Debug> HTTP-Session: 52eddc9e-03ab-4724-a7f3-d82a507b8ec9 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 13919 | 2024.07.19 18:52:17.744259 [ 3 ] {} <Debug> HTTP-Session: 52eddc9e-03ab-4724-a7f3-d82a507b8ec9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13920 | 2024.07.19 18:52:17.744273 [ 3 ] {} <Debug> HTTP-Session: 52eddc9e-03ab-4724-a7f3-d82a507b8ec9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13921 | 2024.07.19 18:52:17.744304 [ 3 ] {} <Trace> HTTP-Session: 52eddc9e-03ab-4724-a7f3-d82a507b8ec9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13922 | 2024.07.19 18:52:17.744458 [ 3 ] {94c80cad-26c4-4652-b303-8620b2b63cd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 13923 | 2024.07.19 18:52:17.744505 [ 3 ] {94c80cad-26c4-4652-b303-8620b2b63cd1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13924 | 2024.07.19 18:52:17.744652 [ 3 ] {94c80cad-26c4-4652-b303-8620b2b63cd1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13925 | 2024.07.19 18:52:17.745040 [ 3 ] {94c80cad-26c4-4652-b303-8620b2b63cd1} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13926 | 2024.07.19 18:52:17.745076 [ 3 ] {94c80cad-26c4-4652-b303-8620b2b63cd1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 13927 | 2024.07.19 18:52:17.745475 [ 3 ] {94c80cad-26c4-4652-b303-8620b2b63cd1} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 13928 | 2024.07.19 18:52:17.745809 [ 3 ] {94c80cad-26c4-4652-b303-8620b2b63cd1} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13929 | 2024.07.19 18:52:17.745971 [ 3 ] {94c80cad-26c4-4652-b303-8620b2b63cd1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001585 sec., 100946.37223974764 rows/sec., 7.03 MiB/sec. | ||
| 13930 | 2024.07.19 18:52:17.746246 [ 3 ] {94c80cad-26c4-4652-b303-8620b2b63cd1} <Debug> DynamicQueryHandler: Done processing query | ||
| 13931 | 2024.07.19 18:52:17.746301 [ 3 ] {94c80cad-26c4-4652-b303-8620b2b63cd1} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 13932 | 2024.07.19 18:52:17.746355 [ 3 ] {} <Debug> HTTP-Session: 52eddc9e-03ab-4724-a7f3-d82a507b8ec9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13933 | 2024.07.19 18:52:17.746544 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13934 | 2024.07.19 18:52:17.746598 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13935 | 2024.07.19 18:52:17.746617 [ 3 ] {} <Debug> HTTP-Session: d4636126-7de8-4d86-99ca-f420b03c143f Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 13936 | 2024.07.19 18:52:17.746633 [ 3 ] {} <Debug> HTTP-Session: d4636126-7de8-4d86-99ca-f420b03c143f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13937 | 2024.07.19 18:52:17.746647 [ 3 ] {} <Debug> HTTP-Session: d4636126-7de8-4d86-99ca-f420b03c143f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13938 | 2024.07.19 18:52:17.746679 [ 3 ] {} <Trace> HTTP-Session: d4636126-7de8-4d86-99ca-f420b03c143f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13939 | 2024.07.19 18:52:17.746802 [ 3 ] {ec8c21b2-3826-4f74-b2fa-cc60e2b9e953} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 13940 | 2024.07.19 18:52:17.746849 [ 3 ] {ec8c21b2-3826-4f74-b2fa-cc60e2b9e953} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13941 | 2024.07.19 18:52:17.746995 [ 3 ] {ec8c21b2-3826-4f74-b2fa-cc60e2b9e953} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13942 | 2024.07.19 18:52:17.747361 [ 3 ] {ec8c21b2-3826-4f74-b2fa-cc60e2b9e953} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13943 | 2024.07.19 18:52:17.747398 [ 3 ] {ec8c21b2-3826-4f74-b2fa-cc60e2b9e953} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 13944 | 2024.07.19 18:52:17.747753 [ 3 ] {ec8c21b2-3826-4f74-b2fa-cc60e2b9e953} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 13945 | 2024.07.19 18:52:17.748076 [ 3 ] {ec8c21b2-3826-4f74-b2fa-cc60e2b9e953} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13946 | 2024.07.19 18:52:17.748230 [ 3 ] {ec8c21b2-3826-4f74-b2fa-cc60e2b9e953} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001467 sec., 40899.7955010225 rows/sec., 2.76 MiB/sec. | ||
| 13947 | 2024.07.19 18:52:17.748400 [ 3 ] {ec8c21b2-3826-4f74-b2fa-cc60e2b9e953} <Debug> DynamicQueryHandler: Done processing query | ||
| 13948 | 2024.07.19 18:52:17.748424 [ 3 ] {ec8c21b2-3826-4f74-b2fa-cc60e2b9e953} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 13949 | 2024.07.19 18:52:17.748440 [ 3 ] {} <Debug> HTTP-Session: d4636126-7de8-4d86-99ca-f420b03c143f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13950 | 2024.07.19 18:52:22.746648 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 7913, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13951 | 2024.07.19 18:52:22.746790 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13952 | 2024.07.19 18:52:22.746821 [ 3 ] {} <Debug> HTTP-Session: cfc5e50b-55e8-4568-b911-189227d1a72a Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 13953 | 2024.07.19 18:52:22.746847 [ 3 ] {} <Debug> HTTP-Session: cfc5e50b-55e8-4568-b911-189227d1a72a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13954 | 2024.07.19 18:52:22.746865 [ 3 ] {} <Debug> HTTP-Session: cfc5e50b-55e8-4568-b911-189227d1a72a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13955 | 2024.07.19 18:52:22.746920 [ 3 ] {} <Trace> HTTP-Session: cfc5e50b-55e8-4568-b911-189227d1a72a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13956 | 2024.07.19 18:52:22.747126 [ 3 ] {ff0d2fdd-dd6b-45c7-94fe-4093dfdc6510} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 13957 | 2024.07.19 18:52:22.747195 [ 3 ] {ff0d2fdd-dd6b-45c7-94fe-4093dfdc6510} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 13958 | 2024.07.19 18:52:22.747391 [ 3 ] {ff0d2fdd-dd6b-45c7-94fe-4093dfdc6510} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13959 | 2024.07.19 18:52:22.747859 [ 3 ] {ff0d2fdd-dd6b-45c7-94fe-4093dfdc6510} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13960 | 2024.07.19 18:52:22.747905 [ 3 ] {ff0d2fdd-dd6b-45c7-94fe-4093dfdc6510} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 13961 | 2024.07.19 18:52:22.748296 [ 3 ] {ff0d2fdd-dd6b-45c7-94fe-4093dfdc6510} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 13962 | 2024.07.19 18:52:22.748641 [ 3 ] {ff0d2fdd-dd6b-45c7-94fe-4093dfdc6510} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13963 | 2024.07.19 18:52:22.748812 [ 3 ] {ff0d2fdd-dd6b-45c7-94fe-4093dfdc6510} <Debug> executeQuery: Read 56 rows, 4.39 KiB in 0.001749 sec., 32018.296169239566 rows/sec., 2.45 MiB/sec. | ||
| 13964 | 2024.07.19 18:52:22.749128 [ 3 ] {ff0d2fdd-dd6b-45c7-94fe-4093dfdc6510} <Debug> DynamicQueryHandler: Done processing query | ||
| 13965 | 2024.07.19 18:52:22.749195 [ 3 ] {ff0d2fdd-dd6b-45c7-94fe-4093dfdc6510} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 13966 | 2024.07.19 18:52:22.749250 [ 3 ] {} <Debug> HTTP-Session: cfc5e50b-55e8-4568-b911-189227d1a72a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13967 | 2024.07.19 18:52:22.749510 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 47062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13968 | 2024.07.19 18:52:22.749571 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13969 | 2024.07.19 18:52:22.749591 [ 3 ] {} <Debug> HTTP-Session: cca3509e-f58e-4647-b874-0f1d2f610c57 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 13970 | 2024.07.19 18:52:22.749610 [ 3 ] {} <Debug> HTTP-Session: cca3509e-f58e-4647-b874-0f1d2f610c57 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13971 | 2024.07.19 18:52:22.749623 [ 3 ] {} <Debug> HTTP-Session: cca3509e-f58e-4647-b874-0f1d2f610c57 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13972 | 2024.07.19 18:52:22.749660 [ 3 ] {} <Trace> HTTP-Session: cca3509e-f58e-4647-b874-0f1d2f610c57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13973 | 2024.07.19 18:52:22.749858 [ 3 ] {3a76500b-ba43-4115-8c4e-f294a24f04b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 13974 | 2024.07.19 18:52:22.749910 [ 3 ] {3a76500b-ba43-4115-8c4e-f294a24f04b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13975 | 2024.07.19 18:52:22.750062 [ 3 ] {3a76500b-ba43-4115-8c4e-f294a24f04b6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13976 | 2024.07.19 18:52:22.750597 [ 3 ] {3a76500b-ba43-4115-8c4e-f294a24f04b6} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13977 | 2024.07.19 18:52:22.750635 [ 3 ] {3a76500b-ba43-4115-8c4e-f294a24f04b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 13978 | 2024.07.19 18:52:22.750998 [ 3 ] {3a76500b-ba43-4115-8c4e-f294a24f04b6} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 13979 | 2024.07.19 18:52:22.751314 [ 3 ] {3a76500b-ba43-4115-8c4e-f294a24f04b6} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13980 | 2024.07.19 18:52:22.751480 [ 3 ] {3a76500b-ba43-4115-8c4e-f294a24f04b6} <Debug> executeQuery: Read 311 rows, 28.19 KiB in 0.001726 sec., 180185.39976825027 rows/sec., 15.95 MiB/sec. | ||
| 13981 | 2024.07.19 18:52:22.751769 [ 3 ] {3a76500b-ba43-4115-8c4e-f294a24f04b6} <Debug> DynamicQueryHandler: Done processing query | ||
| 13982 | 2024.07.19 18:52:22.751831 [ 3 ] {3a76500b-ba43-4115-8c4e-f294a24f04b6} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
| 13983 | 2024.07.19 18:52:22.751889 [ 3 ] {} <Debug> HTTP-Session: cca3509e-f58e-4647-b874-0f1d2f610c57 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13984 | 2024.07.19 18:52:22.752141 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 70035, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13985 | 2024.07.19 18:52:22.752200 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13986 | 2024.07.19 18:52:22.752220 [ 3 ] {} <Debug> HTTP-Session: f6ca9248-90c1-410c-b5ca-f82fbe935865 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 13987 | 2024.07.19 18:52:22.752238 [ 3 ] {} <Debug> HTTP-Session: f6ca9248-90c1-410c-b5ca-f82fbe935865 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13988 | 2024.07.19 18:52:22.752252 [ 3 ] {} <Debug> HTTP-Session: f6ca9248-90c1-410c-b5ca-f82fbe935865 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13989 | 2024.07.19 18:52:22.752288 [ 3 ] {} <Trace> HTTP-Session: f6ca9248-90c1-410c-b5ca-f82fbe935865 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13990 | 2024.07.19 18:52:22.752540 [ 3 ] {a2846dd9-75db-4e87-81d6-d4cf33fd0632} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 13991 | 2024.07.19 18:52:22.752589 [ 3 ] {a2846dd9-75db-4e87-81d6-d4cf33fd0632} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13992 | 2024.07.19 18:52:22.752743 [ 3 ] {a2846dd9-75db-4e87-81d6-d4cf33fd0632} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13993 | 2024.07.19 18:52:22.753299 [ 3 ] {a2846dd9-75db-4e87-81d6-d4cf33fd0632} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13994 | 2024.07.19 18:52:22.753338 [ 3 ] {a2846dd9-75db-4e87-81d6-d4cf33fd0632} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 13995 | 2024.07.19 18:52:22.753683 [ 3 ] {a2846dd9-75db-4e87-81d6-d4cf33fd0632} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 13996 | 2024.07.19 18:52:22.754005 [ 3 ] {a2846dd9-75db-4e87-81d6-d4cf33fd0632} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13997 | 2024.07.19 18:52:22.754165 [ 3 ] {a2846dd9-75db-4e87-81d6-d4cf33fd0632} <Debug> executeQuery: Read 432 rows, 31.48 KiB in 0.001763 sec., 245036.8689733409 rows/sec., 17.44 MiB/sec. | ||
| 13998 | 2024.07.19 18:52:22.754341 [ 3 ] {a2846dd9-75db-4e87-81d6-d4cf33fd0632} <Debug> DynamicQueryHandler: Done processing query | ||
| 13999 | 2024.07.19 18:52:22.754365 [ 3 ] {a2846dd9-75db-4e87-81d6-d4cf33fd0632} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 14000 | 2024.07.19 18:52:22.754381 [ 3 ] {} <Debug> HTTP-Session: f6ca9248-90c1-410c-b5ca-f82fbe935865 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14001 | 2024.07.19 18:52:22.754526 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14002 | 2024.07.19 18:52:22.754586 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14003 | 2024.07.19 18:52:22.754606 [ 3 ] {} <Debug> HTTP-Session: 939d6af1-ebda-47b8-9496-06400eb0e3f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 14004 | 2024.07.19 18:52:22.754624 [ 3 ] {} <Debug> HTTP-Session: 939d6af1-ebda-47b8-9496-06400eb0e3f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14005 | 2024.07.19 18:52:22.754638 [ 3 ] {} <Debug> HTTP-Session: 939d6af1-ebda-47b8-9496-06400eb0e3f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14006 | 2024.07.19 18:52:22.754671 [ 3 ] {} <Trace> HTTP-Session: 939d6af1-ebda-47b8-9496-06400eb0e3f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14007 | 2024.07.19 18:52:22.754778 [ 3 ] {acfa8594-e7a6-4995-b117-778a6ddde4ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 14008 | 2024.07.19 18:52:22.754825 [ 3 ] {acfa8594-e7a6-4995-b117-778a6ddde4ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14009 | 2024.07.19 18:52:22.754959 [ 3 ] {acfa8594-e7a6-4995-b117-778a6ddde4ca} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14010 | 2024.07.19 18:52:22.755242 [ 3 ] {acfa8594-e7a6-4995-b117-778a6ddde4ca} <Trace> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14011 | 2024.07.19 18:52:22.755279 [ 3 ] {acfa8594-e7a6-4995-b117-778a6ddde4ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 14012 | 2024.07.19 18:52:22.755655 [ 3 ] {acfa8594-e7a6-4995-b117-778a6ddde4ca} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 14013 | 2024.07.19 18:52:22.755984 [ 3 ] {acfa8594-e7a6-4995-b117-778a6ddde4ca} <Trace> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14014 | 2024.07.19 18:52:22.756140 [ 3 ] {acfa8594-e7a6-4995-b117-778a6ddde4ca} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001379 sec., 4350.97897026831 rows/sec., 186.96 KiB/sec. | ||
| 14015 | 2024.07.19 18:52:22.756410 [ 3 ] {acfa8594-e7a6-4995-b117-778a6ddde4ca} <Debug> DynamicQueryHandler: Done processing query | ||
| 14016 | 2024.07.19 18:52:22.756450 [ 3 ] {acfa8594-e7a6-4995-b117-778a6ddde4ca} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 14017 | 2024.07.19 18:52:22.756470 [ 3 ] {} <Debug> HTTP-Session: 939d6af1-ebda-47b8-9496-06400eb0e3f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14018 | 2024.07.19 18:52:22.756593 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 14079, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14019 | 2024.07.19 18:52:22.756641 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14020 | 2024.07.19 18:52:22.756660 [ 3 ] {} <Debug> HTTP-Session: d1c6d7ee-f20d-40fe-ab6a-fe50e6f513f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 14021 | 2024.07.19 18:52:22.756677 [ 3 ] {} <Debug> HTTP-Session: d1c6d7ee-f20d-40fe-ab6a-fe50e6f513f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14022 | 2024.07.19 18:52:22.756690 [ 3 ] {} <Debug> HTTP-Session: d1c6d7ee-f20d-40fe-ab6a-fe50e6f513f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14023 | 2024.07.19 18:52:22.756720 [ 3 ] {} <Trace> HTTP-Session: d1c6d7ee-f20d-40fe-ab6a-fe50e6f513f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14024 | 2024.07.19 18:52:22.756845 [ 3 ] {dcbbb443-46fd-4bf2-9354-9303b268cd41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 14025 | 2024.07.19 18:52:22.756893 [ 3 ] {dcbbb443-46fd-4bf2-9354-9303b268cd41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 14026 | 2024.07.19 18:52:22.757054 [ 3 ] {dcbbb443-46fd-4bf2-9354-9303b268cd41} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14027 | 2024.07.19 18:52:22.757402 [ 3 ] {dcbbb443-46fd-4bf2-9354-9303b268cd41} <Trace> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14028 | 2024.07.19 18:52:22.757438 [ 3 ] {dcbbb443-46fd-4bf2-9354-9303b268cd41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 14029 | 2024.07.19 18:52:22.757808 [ 3 ] {dcbbb443-46fd-4bf2-9354-9303b268cd41} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 14030 | 2024.07.19 18:52:22.758144 [ 3 ] {dcbbb443-46fd-4bf2-9354-9303b268cd41} <Trace> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14031 | 2024.07.19 18:52:22.758297 [ 3 ] {dcbbb443-46fd-4bf2-9354-9303b268cd41} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001489 sec., 51712.55876427132 rows/sec., 3.18 MiB/sec. | ||
| 14032 | 2024.07.19 18:52:22.758469 [ 3 ] {dcbbb443-46fd-4bf2-9354-9303b268cd41} <Debug> DynamicQueryHandler: Done processing query | ||
| 14033 | 2024.07.19 18:52:22.758493 [ 3 ] {dcbbb443-46fd-4bf2-9354-9303b268cd41} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 14034 | 2024.07.19 18:52:22.758509 [ 3 ] {} <Debug> HTTP-Session: d1c6d7ee-f20d-40fe-ab6a-fe50e6f513f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14035 | 2024.07.19 18:52:22.758663 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14036 | 2024.07.19 18:52:22.758721 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14037 | 2024.07.19 18:52:22.758752 [ 3 ] {} <Debug> HTTP-Session: afebdfdb-e667-4ee6-ab3a-3bd35fc82566 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 14038 | 2024.07.19 18:52:22.758771 [ 3 ] {} <Debug> HTTP-Session: afebdfdb-e667-4ee6-ab3a-3bd35fc82566 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14039 | 2024.07.19 18:52:22.758785 [ 3 ] {} <Debug> HTTP-Session: afebdfdb-e667-4ee6-ab3a-3bd35fc82566 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14040 | 2024.07.19 18:52:22.758817 [ 3 ] {} <Trace> HTTP-Session: afebdfdb-e667-4ee6-ab3a-3bd35fc82566 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14041 | 2024.07.19 18:52:22.758995 [ 3 ] {1d3fac23-f0fa-479a-b31a-50d25dc158d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 14042 | 2024.07.19 18:52:22.759041 [ 3 ] {1d3fac23-f0fa-479a-b31a-50d25dc158d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14043 | 2024.07.19 18:52:22.759183 [ 3 ] {1d3fac23-f0fa-479a-b31a-50d25dc158d2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14044 | 2024.07.19 18:52:22.759580 [ 3 ] {1d3fac23-f0fa-479a-b31a-50d25dc158d2} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14045 | 2024.07.19 18:52:22.759616 [ 3 ] {1d3fac23-f0fa-479a-b31a-50d25dc158d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 14046 | 2024.07.19 18:52:22.759994 [ 3 ] {1d3fac23-f0fa-479a-b31a-50d25dc158d2} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 14047 | 2024.07.19 18:52:22.760336 [ 3 ] {1d3fac23-f0fa-479a-b31a-50d25dc158d2} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14048 | 2024.07.19 18:52:22.760493 [ 3 ] {1d3fac23-f0fa-479a-b31a-50d25dc158d2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001586 sec., 100882.72383354351 rows/sec., 7.03 MiB/sec. | ||
| 14049 | 2024.07.19 18:52:22.760665 [ 3 ] {1d3fac23-f0fa-479a-b31a-50d25dc158d2} <Debug> DynamicQueryHandler: Done processing query | ||
| 14050 | 2024.07.19 18:52:22.760689 [ 3 ] {1d3fac23-f0fa-479a-b31a-50d25dc158d2} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 14051 | 2024.07.19 18:52:22.760705 [ 3 ] {} <Debug> HTTP-Session: afebdfdb-e667-4ee6-ab3a-3bd35fc82566 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14052 | 2024.07.19 18:52:22.760869 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 80914, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14053 | 2024.07.19 18:52:22.760919 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14054 | 2024.07.19 18:52:22.760938 [ 3 ] {} <Debug> HTTP-Session: 806ac164-df17-443c-b1ca-00216d632d7a Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 14055 | 2024.07.19 18:52:22.760958 [ 3 ] {} <Debug> HTTP-Session: 806ac164-df17-443c-b1ca-00216d632d7a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14056 | 2024.07.19 18:52:22.760971 [ 3 ] {} <Debug> HTTP-Session: 806ac164-df17-443c-b1ca-00216d632d7a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14057 | 2024.07.19 18:52:22.761002 [ 3 ] {} <Trace> HTTP-Session: 806ac164-df17-443c-b1ca-00216d632d7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14058 | 2024.07.19 18:52:22.761498 [ 3 ] {488c4133-4e33-4586-9c73-10ea7a94e6bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 14059 | 2024.07.19 18:52:22.761566 [ 3 ] {488c4133-4e33-4586-9c73-10ea7a94e6bb} <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 | ||
| 14060 | 2024.07.19 18:52:22.761974 [ 3 ] {488c4133-4e33-4586-9c73-10ea7a94e6bb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14061 | 2024.07.19 18:52:22.762818 [ 3 ] {488c4133-4e33-4586-9c73-10ea7a94e6bb} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14062 | 2024.07.19 18:52:22.762854 [ 3 ] {488c4133-4e33-4586-9c73-10ea7a94e6bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 14063 | 2024.07.19 18:52:22.763492 [ 3 ] {488c4133-4e33-4586-9c73-10ea7a94e6bb} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 14064 | 2024.07.19 18:52:22.763912 [ 3 ] {488c4133-4e33-4586-9c73-10ea7a94e6bb} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14065 | 2024.07.19 18:52:22.764098 [ 3 ] {488c4133-4e33-4586-9c73-10ea7a94e6bb} <Debug> executeQuery: Read 50 rows, 91.75 KiB in 0.002985 sec., 16750.418760469012 rows/sec., 30.02 MiB/sec. | ||
| 14066 | 2024.07.19 18:52:22.764101 [ 41 ] {} <Debug> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 14067 | 2024.07.19 18:52:22.764225 [ 41 ] {} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14068 | 2024.07.19 18:52:22.764292 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 14069 | 2024.07.19 18:52:22.764567 [ 3 ] {488c4133-4e33-4586-9c73-10ea7a94e6bb} <Debug> DynamicQueryHandler: Done processing query | ||
| 14070 | 2024.07.19 18:52:22.764613 [ 3 ] {488c4133-4e33-4586-9c73-10ea7a94e6bb} <Debug> MemoryTracker: Peak memory usage (for query): 4.69 MiB. | ||
| 14071 | 2024.07.19 18:52:22.764615 [ 200 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
| 14072 | 2024.07.19 18:52:22.764650 [ 3 ] {} <Debug> HTTP-Session: 806ac164-df17-443c-b1ca-00216d632d7a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14073 | 2024.07.19 18:52:22.764945 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 3212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14074 | 2024.07.19 18:52:22.765099 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14075 | 2024.07.19 18:52:22.765179 [ 3 ] {} <Debug> HTTP-Session: 08aec802-bdad-4cc7-b720-30e865c02121 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 14076 | 2024.07.19 18:52:22.765270 [ 3 ] {} <Debug> HTTP-Session: 08aec802-bdad-4cc7-b720-30e865c02121 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14077 | 2024.07.19 18:52:22.765358 [ 3 ] {} <Debug> HTTP-Session: 08aec802-bdad-4cc7-b720-30e865c02121 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14078 | 2024.07.19 18:52:22.765513 [ 3 ] {} <Trace> HTTP-Session: 08aec802-bdad-4cc7-b720-30e865c02121 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14079 | 2024.07.19 18:52:22.765915 [ 3 ] {7bdb48d8-9e38-4061-bf14-5756c059183a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 14080 | 2024.07.19 18:52:22.766042 [ 3 ] {7bdb48d8-9e38-4061-bf14-5756c059183a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 14081 | 2024.07.19 18:52:22.766503 [ 200 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14082 | 2024.07.19 18:52:22.766713 [ 3 ] {7bdb48d8-9e38-4061-bf14-5756c059183a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14083 | 2024.07.19 18:52:22.766732 [ 200 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1119 rows starting from the beginning of the part | ||
| 14084 | 2024.07.19 18:52:22.767228 [ 200 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 50 rows starting from the beginning of the part | ||
| 14085 | 2024.07.19 18:52:22.767796 [ 3 ] {7bdb48d8-9e38-4061-bf14-5756c059183a} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14086 | 2024.07.19 18:52:22.767875 [ 3 ] {7bdb48d8-9e38-4061-bf14-5756c059183a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 14087 | 2024.07.19 18:52:22.767896 [ 200 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 50 rows starting from the beginning of the part | ||
| 14088 | 2024.07.19 18:52:22.768566 [ 200 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 50 rows starting from the beginning of the part | ||
| 14089 | 2024.07.19 18:52:22.769204 [ 200 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 50 rows starting from the beginning of the part | ||
| 14090 | 2024.07.19 18:52:22.769274 [ 3 ] {7bdb48d8-9e38-4061-bf14-5756c059183a} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 14091 | 2024.07.19 18:52:22.769645 [ 200 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 50 rows starting from the beginning of the part | ||
| 14092 | 2024.07.19 18:52:22.770332 [ 3 ] {7bdb48d8-9e38-4061-bf14-5756c059183a} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14093 | 2024.07.19 18:52:22.770726 [ 3 ] {7bdb48d8-9e38-4061-bf14-5756c059183a} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.004943 sec., 4653.044709690471 rows/sec., 251.70 KiB/sec. | ||
| 14094 | 2024.07.19 18:52:22.771017 [ 3 ] {7bdb48d8-9e38-4061-bf14-5756c059183a} <Debug> DynamicQueryHandler: Done processing query | ||
| 14095 | 2024.07.19 18:52:22.771062 [ 3 ] {7bdb48d8-9e38-4061-bf14-5756c059183a} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 14096 | 2024.07.19 18:52:22.771095 [ 3 ] {} <Debug> HTTP-Session: 08aec802-bdad-4cc7-b720-30e865c02121 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14097 | 2024.07.19 18:52:22.771284 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14098 | 2024.07.19 18:52:22.771373 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14099 | 2024.07.19 18:52:22.771416 [ 3 ] {} <Debug> HTTP-Session: d0cf23de-f9b4-43c5-9ef0-338570723051 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 14100 | 2024.07.19 18:52:22.771446 [ 3 ] {} <Debug> HTTP-Session: d0cf23de-f9b4-43c5-9ef0-338570723051 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14101 | 2024.07.19 18:52:22.771463 [ 3 ] {} <Debug> HTTP-Session: d0cf23de-f9b4-43c5-9ef0-338570723051 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14102 | 2024.07.19 18:52:22.771513 [ 3 ] {} <Trace> HTTP-Session: d0cf23de-f9b4-43c5-9ef0-338570723051 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14103 | 2024.07.19 18:52:22.771656 [ 3 ] {dbe52545-2c8a-433b-92a8-7afc225e3d02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 14104 | 2024.07.19 18:52:22.771700 [ 3 ] {dbe52545-2c8a-433b-92a8-7afc225e3d02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14105 | 2024.07.19 18:52:22.771842 [ 3 ] {dbe52545-2c8a-433b-92a8-7afc225e3d02} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14106 | 2024.07.19 18:52:22.772155 [ 3 ] {dbe52545-2c8a-433b-92a8-7afc225e3d02} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14107 | 2024.07.19 18:52:22.772191 [ 3 ] {dbe52545-2c8a-433b-92a8-7afc225e3d02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 14108 | 2024.07.19 18:52:22.772666 [ 3 ] {dbe52545-2c8a-433b-92a8-7afc225e3d02} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 14109 | 2024.07.19 18:52:22.773091 [ 3 ] {dbe52545-2c8a-433b-92a8-7afc225e3d02} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14110 | 2024.07.19 18:52:22.773512 [ 3 ] {dbe52545-2c8a-433b-92a8-7afc225e3d02} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001884 sec., 31847.133757961783 rows/sec., 2.15 MiB/sec. | ||
| 14111 | 2024.07.19 18:52:22.774466 [ 3 ] {dbe52545-2c8a-433b-92a8-7afc225e3d02} <Debug> DynamicQueryHandler: Done processing query | ||
| 14112 | 2024.07.19 18:52:22.774588 [ 3 ] {dbe52545-2c8a-433b-92a8-7afc225e3d02} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 14113 | 2024.07.19 18:52:22.774670 [ 3 ] {} <Debug> HTTP-Session: d0cf23de-f9b4-43c5-9ef0-338570723051 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14114 | 2024.07.19 18:52:22.779393 [ 198 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1369 rows, containing 19 columns (19 merged, 0 gathered) in 0.014979113 sec., 91393.929667264 rows/sec., 163.77 MiB/sec. | ||
| 14115 | 2024.07.19 18:52:22.780608 [ 193 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 14116 | 2024.07.19 18:52:22.781319 [ 193 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_71_14} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14117 | 2024.07.19 18:52:22.781422 [ 193 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_71_14} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 14118 | 2024.07.19 18:52:22.781588 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.98 MiB. | ||
| 14119 | 2024.07.19 18:52:23.000172 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 204.53 MiB, peak 216.46 MiB, free memory in arenas 0.00 B, will set to 206.14 MiB (RSS), difference: 1.61 MiB | ||
| 14120 | 2024.07.19 18:52:27.739559 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14121 | 2024.07.19 18:52:27.739709 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14122 | 2024.07.19 18:52:27.739740 [ 3 ] {} <Debug> HTTP-Session: c882b473-d21d-4ada-9c04-5c6546448e2e Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 14123 | 2024.07.19 18:52:27.739770 [ 3 ] {} <Debug> HTTP-Session: c882b473-d21d-4ada-9c04-5c6546448e2e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14124 | 2024.07.19 18:52:27.739788 [ 3 ] {} <Debug> HTTP-Session: c882b473-d21d-4ada-9c04-5c6546448e2e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14125 | 2024.07.19 18:52:27.739844 [ 3 ] {} <Trace> HTTP-Session: c882b473-d21d-4ada-9c04-5c6546448e2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14126 | 2024.07.19 18:52:27.740051 [ 3 ] {39c78f61-f22a-4060-9e72-1ebabb074f3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 14127 | 2024.07.19 18:52:27.740126 [ 3 ] {39c78f61-f22a-4060-9e72-1ebabb074f3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 14128 | 2024.07.19 18:52:27.740328 [ 3 ] {39c78f61-f22a-4060-9e72-1ebabb074f3e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14129 | 2024.07.19 18:52:27.740762 [ 3 ] {39c78f61-f22a-4060-9e72-1ebabb074f3e} <Trace> oximeter.fields_ipaddr (5b198a67-6d84-4324-b6a3-e6f140922631): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14130 | 2024.07.19 18:52:27.740810 [ 3 ] {39c78f61-f22a-4060-9e72-1ebabb074f3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 14131 | 2024.07.19 18:52:27.741189 [ 3 ] {39c78f61-f22a-4060-9e72-1ebabb074f3e} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 14132 | 2024.07.19 18:52:27.741541 [ 3 ] {39c78f61-f22a-4060-9e72-1ebabb074f3e} <Trace> oximeter.fields_ipaddr (5b198a67-6d84-4324-b6a3-e6f140922631): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14133 | 2024.07.19 18:52:27.741710 [ 3 ] {39c78f61-f22a-4060-9e72-1ebabb074f3e} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001716 sec., 2331.0023310023307 rows/sec., 190.08 KiB/sec. | ||
| 14134 | 2024.07.19 18:52:27.742023 [ 3 ] {39c78f61-f22a-4060-9e72-1ebabb074f3e} <Debug> DynamicQueryHandler: Done processing query | ||
| 14135 | 2024.07.19 18:52:27.742061 [ 3 ] {39c78f61-f22a-4060-9e72-1ebabb074f3e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 14136 | 2024.07.19 18:52:27.742078 [ 3 ] {} <Debug> HTTP-Session: c882b473-d21d-4ada-9c04-5c6546448e2e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14137 | 2024.07.19 18:52:27.742215 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 8104, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14138 | 2024.07.19 18:52:27.742274 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14139 | 2024.07.19 18:52:27.742294 [ 3 ] {} <Debug> HTTP-Session: 9b9c1bb0-db36-4110-9f29-184628241f71 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 14140 | 2024.07.19 18:52:27.742312 [ 3 ] {} <Debug> HTTP-Session: 9b9c1bb0-db36-4110-9f29-184628241f71 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14141 | 2024.07.19 18:52:27.742326 [ 3 ] {} <Debug> HTTP-Session: 9b9c1bb0-db36-4110-9f29-184628241f71 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14142 | 2024.07.19 18:52:27.742361 [ 3 ] {} <Trace> HTTP-Session: 9b9c1bb0-db36-4110-9f29-184628241f71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14143 | 2024.07.19 18:52:27.742484 [ 3 ] {29c08f47-93f5-4ca4-bac3-2b2aa5d95d0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 14144 | 2024.07.19 18:52:27.742532 [ 3 ] {29c08f47-93f5-4ca4-bac3-2b2aa5d95d0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14145 | 2024.07.19 18:52:27.742684 [ 3 ] {29c08f47-93f5-4ca4-bac3-2b2aa5d95d0a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14146 | 2024.07.19 18:52:27.743053 [ 3 ] {29c08f47-93f5-4ca4-bac3-2b2aa5d95d0a} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14147 | 2024.07.19 18:52:27.743100 [ 3 ] {29c08f47-93f5-4ca4-bac3-2b2aa5d95d0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 14148 | 2024.07.19 18:52:27.743425 [ 3 ] {29c08f47-93f5-4ca4-bac3-2b2aa5d95d0a} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 14149 | 2024.07.19 18:52:27.743741 [ 3 ] {29c08f47-93f5-4ca4-bac3-2b2aa5d95d0a} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14150 | 2024.07.19 18:52:27.743893 [ 3 ] {29c08f47-93f5-4ca4-bac3-2b2aa5d95d0a} <Debug> executeQuery: Read 58 rows, 4.55 KiB in 0.001447 sec., 40082.93020041465 rows/sec., 3.07 MiB/sec. | ||
| 14151 | 2024.07.19 18:52:27.744159 [ 3 ] {29c08f47-93f5-4ca4-bac3-2b2aa5d95d0a} <Debug> DynamicQueryHandler: Done processing query | ||
| 14152 | 2024.07.19 18:52:27.744225 [ 3 ] {29c08f47-93f5-4ca4-bac3-2b2aa5d95d0a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 14153 | 2024.07.19 18:52:27.744282 [ 3 ] {} <Debug> HTTP-Session: 9b9c1bb0-db36-4110-9f29-184628241f71 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14154 | 2024.07.19 18:52:27.744444 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14155 | 2024.07.19 18:52:27.744500 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14156 | 2024.07.19 18:52:27.744519 [ 3 ] {} <Debug> HTTP-Session: 5dd98ba9-044c-4977-bcd4-62eaca7c520d Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 14157 | 2024.07.19 18:52:27.744536 [ 3 ] {} <Debug> HTTP-Session: 5dd98ba9-044c-4977-bcd4-62eaca7c520d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14158 | 2024.07.19 18:52:27.744550 [ 3 ] {} <Debug> HTTP-Session: 5dd98ba9-044c-4977-bcd4-62eaca7c520d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14159 | 2024.07.19 18:52:27.744582 [ 3 ] {} <Trace> HTTP-Session: 5dd98ba9-044c-4977-bcd4-62eaca7c520d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14160 | 2024.07.19 18:52:27.744695 [ 3 ] {23101b11-de90-4353-8570-7d5da1405df1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 14161 | 2024.07.19 18:52:27.744740 [ 3 ] {23101b11-de90-4353-8570-7d5da1405df1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14162 | 2024.07.19 18:52:27.744887 [ 3 ] {23101b11-de90-4353-8570-7d5da1405df1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14163 | 2024.07.19 18:52:27.745173 [ 3 ] {23101b11-de90-4353-8570-7d5da1405df1} <Trace> oximeter.fields_u16 (3a790436-232b-4913-bf8d-eba3067e022c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14164 | 2024.07.19 18:52:27.745210 [ 3 ] {23101b11-de90-4353-8570-7d5da1405df1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 14165 | 2024.07.19 18:52:27.745516 [ 3 ] {23101b11-de90-4353-8570-7d5da1405df1} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 14166 | 2024.07.19 18:52:27.745856 [ 3 ] {23101b11-de90-4353-8570-7d5da1405df1} <Trace> oximeter.fields_u16 (3a790436-232b-4913-bf8d-eba3067e022c): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14167 | 2024.07.19 18:52:27.746021 [ 3 ] {23101b11-de90-4353-8570-7d5da1405df1} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001346 sec., 2971.7682020802376 rows/sec., 207.50 KiB/sec. | ||
| 14168 | 2024.07.19 18:52:27.746355 [ 3 ] {23101b11-de90-4353-8570-7d5da1405df1} <Debug> DynamicQueryHandler: Done processing query | ||
| 14169 | 2024.07.19 18:52:27.746381 [ 3 ] {23101b11-de90-4353-8570-7d5da1405df1} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 14170 | 2024.07.19 18:52:27.746397 [ 3 ] {} <Debug> HTTP-Session: 5dd98ba9-044c-4977-bcd4-62eaca7c520d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14171 | 2024.07.19 18:52:27.746518 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 11568, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14172 | 2024.07.19 18:52:27.746568 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14173 | 2024.07.19 18:52:27.746586 [ 3 ] {} <Debug> HTTP-Session: f3061f5a-2af0-49ba-9e73-3998bc6c0519 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 14174 | 2024.07.19 18:52:27.746603 [ 3 ] {} <Debug> HTTP-Session: f3061f5a-2af0-49ba-9e73-3998bc6c0519 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14175 | 2024.07.19 18:52:27.746617 [ 3 ] {} <Debug> HTTP-Session: f3061f5a-2af0-49ba-9e73-3998bc6c0519 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14176 | 2024.07.19 18:52:27.746648 [ 3 ] {} <Trace> HTTP-Session: f3061f5a-2af0-49ba-9e73-3998bc6c0519 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14177 | 2024.07.19 18:52:27.746765 [ 3 ] {d65389a1-52fe-489e-a236-5d9c1e4224be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 14178 | 2024.07.19 18:52:27.746807 [ 3 ] {d65389a1-52fe-489e-a236-5d9c1e4224be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14179 | 2024.07.19 18:52:27.746951 [ 3 ] {d65389a1-52fe-489e-a236-5d9c1e4224be} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14180 | 2024.07.19 18:52:27.747294 [ 3 ] {d65389a1-52fe-489e-a236-5d9c1e4224be} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14181 | 2024.07.19 18:52:27.747331 [ 3 ] {d65389a1-52fe-489e-a236-5d9c1e4224be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 14182 | 2024.07.19 18:52:27.747645 [ 3 ] {d65389a1-52fe-489e-a236-5d9c1e4224be} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 14183 | 2024.07.19 18:52:27.747952 [ 3 ] {d65389a1-52fe-489e-a236-5d9c1e4224be} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14184 | 2024.07.19 18:52:27.748101 [ 3 ] {d65389a1-52fe-489e-a236-5d9c1e4224be} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001374 sec., 49490.538573508005 rows/sec., 3.87 MiB/sec. | ||
| 14185 | 2024.07.19 18:52:27.748268 [ 3 ] {d65389a1-52fe-489e-a236-5d9c1e4224be} <Debug> DynamicQueryHandler: Done processing query | ||
| 14186 | 2024.07.19 18:52:27.748293 [ 3 ] {d65389a1-52fe-489e-a236-5d9c1e4224be} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 14187 | 2024.07.19 18:52:27.748308 [ 3 ] {} <Debug> HTTP-Session: f3061f5a-2af0-49ba-9e73-3998bc6c0519 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14188 | 2024.07.19 18:52:27.748459 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 31017, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14189 | 2024.07.19 18:52:27.748508 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14190 | 2024.07.19 18:52:27.748526 [ 3 ] {} <Debug> HTTP-Session: 31a8f5a1-0225-4fbd-a4de-5d630c951bb2 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 14191 | 2024.07.19 18:52:27.748543 [ 3 ] {} <Debug> HTTP-Session: 31a8f5a1-0225-4fbd-a4de-5d630c951bb2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14192 | 2024.07.19 18:52:27.748556 [ 3 ] {} <Debug> HTTP-Session: 31a8f5a1-0225-4fbd-a4de-5d630c951bb2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14193 | 2024.07.19 18:52:27.748587 [ 3 ] {} <Trace> HTTP-Session: 31a8f5a1-0225-4fbd-a4de-5d630c951bb2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14194 | 2024.07.19 18:52:27.748736 [ 3 ] {cefa1780-4a4a-4af0-ac18-6a8f547e90f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 14195 | 2024.07.19 18:52:27.748783 [ 3 ] {cefa1780-4a4a-4af0-ac18-6a8f547e90f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14196 | 2024.07.19 18:52:27.748929 [ 3 ] {cefa1780-4a4a-4af0-ac18-6a8f547e90f2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14197 | 2024.07.19 18:52:27.749312 [ 3 ] {cefa1780-4a4a-4af0-ac18-6a8f547e90f2} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14198 | 2024.07.19 18:52:27.749348 [ 3 ] {cefa1780-4a4a-4af0-ac18-6a8f547e90f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 14199 | 2024.07.19 18:52:27.749737 [ 3 ] {cefa1780-4a4a-4af0-ac18-6a8f547e90f2} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 14200 | 2024.07.19 18:52:27.750088 [ 3 ] {cefa1780-4a4a-4af0-ac18-6a8f547e90f2} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14201 | 2024.07.19 18:52:27.750246 [ 3 ] {cefa1780-4a4a-4af0-ac18-6a8f547e90f2} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001573 sec., 102987.92116973935 rows/sec., 7.17 MiB/sec. | ||
| 14202 | 2024.07.19 18:52:27.750262 [ 33 ] {} <Debug> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 14203 | 2024.07.19 18:52:27.750370 [ 33 ] {} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14204 | 2024.07.19 18:52:27.750411 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 14205 | 2024.07.19 18:52:27.750478 [ 3 ] {cefa1780-4a4a-4af0-ac18-6a8f547e90f2} <Debug> DynamicQueryHandler: Done processing query | ||
| 14206 | 2024.07.19 18:52:27.750518 [ 3 ] {cefa1780-4a4a-4af0-ac18-6a8f547e90f2} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 14207 | 2024.07.19 18:52:27.750543 [ 3 ] {} <Debug> HTTP-Session: 31a8f5a1-0225-4fbd-a4de-5d630c951bb2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14208 | 2024.07.19 18:52:27.750554 [ 198 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 14209 | 2024.07.19 18:52:27.750675 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14210 | 2024.07.19 18:52:27.750739 [ 198 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14211 | 2024.07.19 18:52:27.750743 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14212 | 2024.07.19 18:52:27.750780 [ 3 ] {} <Debug> HTTP-Session: 35bf5986-a2cb-4ece-b1fd-24f91442ece1 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 14213 | 2024.07.19 18:52:27.750790 [ 198 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_71_14, total 11284 rows starting from the beginning of the part | ||
| 14214 | 2024.07.19 18:52:27.750801 [ 3 ] {} <Debug> HTTP-Session: 35bf5986-a2cb-4ece-b1fd-24f91442ece1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14215 | 2024.07.19 18:52:27.750821 [ 3 ] {} <Debug> HTTP-Session: 35bf5986-a2cb-4ece-b1fd-24f91442ece1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14216 | 2024.07.19 18:52:27.750874 [ 3 ] {} <Trace> HTTP-Session: 35bf5986-a2cb-4ece-b1fd-24f91442ece1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14217 | 2024.07.19 18:52:27.750962 [ 198 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 160 rows starting from the beginning of the part | ||
| 14218 | 2024.07.19 18:52:27.751257 [ 3 ] {45120ef5-3c1c-449a-8ce9-78696e61a01a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 14219 | 2024.07.19 18:52:27.751327 [ 198 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 197 rows starting from the beginning of the part | ||
| 14220 | 2024.07.19 18:52:27.751404 [ 3 ] {45120ef5-3c1c-449a-8ce9-78696e61a01a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14221 | 2024.07.19 18:52:27.751691 [ 198 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 160 rows starting from the beginning of the part | ||
| 14222 | 2024.07.19 18:52:27.752081 [ 198 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 160 rows starting from the beginning of the part | ||
| 14223 | 2024.07.19 18:52:27.752381 [ 198 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 162 rows starting from the beginning of the part | ||
| 14224 | 2024.07.19 18:52:27.752737 [ 3 ] {45120ef5-3c1c-449a-8ce9-78696e61a01a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14225 | 2024.07.19 18:52:27.753313 [ 3 ] {45120ef5-3c1c-449a-8ce9-78696e61a01a} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14226 | 2024.07.19 18:52:27.753352 [ 3 ] {45120ef5-3c1c-449a-8ce9-78696e61a01a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 14227 | 2024.07.19 18:52:27.753799 [ 3 ] {45120ef5-3c1c-449a-8ce9-78696e61a01a} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 14228 | 2024.07.19 18:52:27.754308 [ 3 ] {45120ef5-3c1c-449a-8ce9-78696e61a01a} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14229 | 2024.07.19 18:52:27.754526 [ 33 ] {} <Debug> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 14230 | 2024.07.19 18:52:27.754537 [ 3 ] {45120ef5-3c1c-449a-8ce9-78696e61a01a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003497 sec., 17157.56362596511 rows/sec., 1.16 MiB/sec. | ||
| 14231 | 2024.07.19 18:52:27.754590 [ 33 ] {} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14232 | 2024.07.19 18:52:27.754674 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 14233 | 2024.07.19 18:52:27.754933 [ 193 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 14234 | 2024.07.19 18:52:27.754947 [ 3 ] {45120ef5-3c1c-449a-8ce9-78696e61a01a} <Debug> DynamicQueryHandler: Done processing query | ||
| 14235 | 2024.07.19 18:52:27.755021 [ 3 ] {45120ef5-3c1c-449a-8ce9-78696e61a01a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 14236 | 2024.07.19 18:52:27.755048 [ 3 ] {} <Debug> HTTP-Session: 35bf5986-a2cb-4ece-b1fd-24f91442ece1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14237 | 2024.07.19 18:52:27.755376 [ 193 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14238 | 2024.07.19 18:52:27.755437 [ 193 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 3956 rows starting from the beginning of the part | ||
| 14239 | 2024.07.19 18:52:27.755574 [ 193 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 60 rows starting from the beginning of the part | ||
| 14240 | 2024.07.19 18:52:27.755772 [ 193 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 60 rows starting from the beginning of the part | ||
| 14241 | 2024.07.19 18:52:27.756006 [ 193 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 60 rows starting from the beginning of the part | ||
| 14242 | 2024.07.19 18:52:27.756197 [ 193 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 60 rows starting from the beginning of the part | ||
| 14243 | 2024.07.19 18:52:27.756312 [ 193 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 60 rows starting from the beginning of the part | ||
| 14244 | 2024.07.19 18:52:27.757098 [ 199 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12123 rows, containing 5 columns (5 merged, 0 gathered) in 0.006619223 sec., 1831483.8463668623 rows/sec., 127.64 MiB/sec. | ||
| 14245 | 2024.07.19 18:52:27.757473 [ 191 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 14246 | 2024.07.19 18:52:27.758643 [ 191 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14247 | 2024.07.19 18:52:27.758729 [ 191 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 14248 | 2024.07.19 18:52:27.758827 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.54 MiB. | ||
| 14249 | 2024.07.19 18:52:27.759197 [ 191 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4256 rows, containing 4 columns (4 merged, 0 gathered) in 0.004405669 sec., 966028.0879022005 rows/sec., 65.15 MiB/sec. | ||
| 14250 | 2024.07.19 18:52:27.759585 [ 197 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 14251 | 2024.07.19 18:52:27.760151 [ 197 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_76_15} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14252 | 2024.07.19 18:52:27.760247 [ 197 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_76_15} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 14253 | 2024.07.19 18:52:27.760357 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.93 MiB. | ||
| 14254 | 2024.07.19 18:52:30.517987 [ 31 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 14255 | 2024.07.19 18:52:30.518043 [ 31 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 14256 | 2024.07.19 18:52:32.746623 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 7913, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14257 | 2024.07.19 18:52:32.746752 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14258 | 2024.07.19 18:52:32.746777 [ 3 ] {} <Debug> HTTP-Session: b26b00a9-4307-4b19-a117-9fd0f49f2dc3 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 14259 | 2024.07.19 18:52:32.746801 [ 3 ] {} <Debug> HTTP-Session: b26b00a9-4307-4b19-a117-9fd0f49f2dc3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14260 | 2024.07.19 18:52:32.746815 [ 3 ] {} <Debug> HTTP-Session: b26b00a9-4307-4b19-a117-9fd0f49f2dc3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14261 | 2024.07.19 18:52:32.746866 [ 3 ] {} <Trace> HTTP-Session: b26b00a9-4307-4b19-a117-9fd0f49f2dc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14262 | 2024.07.19 18:52:32.747059 [ 3 ] {a6933a9b-904e-4c98-b041-bd157af16f1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 14263 | 2024.07.19 18:52:32.747124 [ 3 ] {a6933a9b-904e-4c98-b041-bd157af16f1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 14264 | 2024.07.19 18:52:32.747315 [ 3 ] {a6933a9b-904e-4c98-b041-bd157af16f1f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14265 | 2024.07.19 18:52:32.747866 [ 3 ] {a6933a9b-904e-4c98-b041-bd157af16f1f} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14266 | 2024.07.19 18:52:32.747909 [ 3 ] {a6933a9b-904e-4c98-b041-bd157af16f1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 14267 | 2024.07.19 18:52:32.748296 [ 3 ] {a6933a9b-904e-4c98-b041-bd157af16f1f} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 14268 | 2024.07.19 18:52:32.748648 [ 3 ] {a6933a9b-904e-4c98-b041-bd157af16f1f} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14269 | 2024.07.19 18:52:32.748793 [ 3 ] {a6933a9b-904e-4c98-b041-bd157af16f1f} <Debug> executeQuery: Read 56 rows, 4.39 KiB in 0.0018 sec., 31111.111111111113 rows/sec., 2.38 MiB/sec. | ||
| 14270 | 2024.07.19 18:52:32.749104 [ 3 ] {a6933a9b-904e-4c98-b041-bd157af16f1f} <Debug> DynamicQueryHandler: Done processing query | ||
| 14271 | 2024.07.19 18:52:32.749167 [ 3 ] {a6933a9b-904e-4c98-b041-bd157af16f1f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 14272 | 2024.07.19 18:52:32.749227 [ 3 ] {} <Debug> HTTP-Session: b26b00a9-4307-4b19-a117-9fd0f49f2dc3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14273 | 2024.07.19 18:52:32.749429 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14274 | 2024.07.19 18:52:32.749488 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14275 | 2024.07.19 18:52:32.749507 [ 3 ] {} <Debug> HTTP-Session: 457f2ea1-7812-4026-81de-4fc4dcff46b5 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 14276 | 2024.07.19 18:52:32.749524 [ 3 ] {} <Debug> HTTP-Session: 457f2ea1-7812-4026-81de-4fc4dcff46b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14277 | 2024.07.19 18:52:32.749539 [ 3 ] {} <Debug> HTTP-Session: 457f2ea1-7812-4026-81de-4fc4dcff46b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14278 | 2024.07.19 18:52:32.749576 [ 3 ] {} <Trace> HTTP-Session: 457f2ea1-7812-4026-81de-4fc4dcff46b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14279 | 2024.07.19 18:52:32.749687 [ 3 ] {73dae957-08c7-485c-b47d-111d66477b54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 14280 | 2024.07.19 18:52:32.749734 [ 3 ] {73dae957-08c7-485c-b47d-111d66477b54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 14281 | 2024.07.19 18:52:32.749884 [ 3 ] {73dae957-08c7-485c-b47d-111d66477b54} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14282 | 2024.07.19 18:52:32.750201 [ 3 ] {73dae957-08c7-485c-b47d-111d66477b54} <Trace> oximeter.fields_ipaddr (5b198a67-6d84-4324-b6a3-e6f140922631): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14283 | 2024.07.19 18:52:32.750236 [ 3 ] {73dae957-08c7-485c-b47d-111d66477b54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 14284 | 2024.07.19 18:52:32.750544 [ 3 ] {73dae957-08c7-485c-b47d-111d66477b54} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 14285 | 2024.07.19 18:52:32.750869 [ 3 ] {73dae957-08c7-485c-b47d-111d66477b54} <Trace> oximeter.fields_ipaddr (5b198a67-6d84-4324-b6a3-e6f140922631): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14286 | 2024.07.19 18:52:32.750995 [ 3 ] {73dae957-08c7-485c-b47d-111d66477b54} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.00134 sec., 2985.0746268656717 rows/sec., 243.41 KiB/sec. | ||
| 14287 | 2024.07.19 18:52:32.751163 [ 3 ] {73dae957-08c7-485c-b47d-111d66477b54} <Debug> DynamicQueryHandler: Done processing query | ||
| 14288 | 2024.07.19 18:52:32.751188 [ 3 ] {73dae957-08c7-485c-b47d-111d66477b54} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 14289 | 2024.07.19 18:52:32.751203 [ 3 ] {} <Debug> HTTP-Session: 457f2ea1-7812-4026-81de-4fc4dcff46b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14290 | 2024.07.19 18:52:32.751377 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 47328, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14291 | 2024.07.19 18:52:32.751426 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14292 | 2024.07.19 18:52:32.751444 [ 3 ] {} <Debug> HTTP-Session: fc871ae6-86ab-4aab-a061-3b6a5d975eab Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 14293 | 2024.07.19 18:52:32.751461 [ 3 ] {} <Debug> HTTP-Session: fc871ae6-86ab-4aab-a061-3b6a5d975eab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14294 | 2024.07.19 18:52:32.751474 [ 3 ] {} <Debug> HTTP-Session: fc871ae6-86ab-4aab-a061-3b6a5d975eab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14295 | 2024.07.19 18:52:32.751506 [ 3 ] {} <Trace> HTTP-Session: fc871ae6-86ab-4aab-a061-3b6a5d975eab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14296 | 2024.07.19 18:52:32.751692 [ 3 ] {aa114547-a27c-4fa3-b115-1950e075c5e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 14297 | 2024.07.19 18:52:32.751734 [ 3 ] {aa114547-a27c-4fa3-b115-1950e075c5e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14298 | 2024.07.19 18:52:32.751858 [ 3 ] {aa114547-a27c-4fa3-b115-1950e075c5e1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14299 | 2024.07.19 18:52:32.752342 [ 3 ] {aa114547-a27c-4fa3-b115-1950e075c5e1} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14300 | 2024.07.19 18:52:32.752378 [ 3 ] {aa114547-a27c-4fa3-b115-1950e075c5e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 14301 | 2024.07.19 18:52:32.752706 [ 3 ] {aa114547-a27c-4fa3-b115-1950e075c5e1} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 14302 | 2024.07.19 18:52:32.753014 [ 3 ] {aa114547-a27c-4fa3-b115-1950e075c5e1} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14303 | 2024.07.19 18:52:32.753139 [ 3 ] {aa114547-a27c-4fa3-b115-1950e075c5e1} <Debug> executeQuery: Read 313 rows, 28.33 KiB in 0.001544 sec., 202720.207253886 rows/sec., 17.92 MiB/sec. | ||
| 14304 | 2024.07.19 18:52:32.753300 [ 3 ] {aa114547-a27c-4fa3-b115-1950e075c5e1} <Debug> DynamicQueryHandler: Done processing query | ||
| 14305 | 2024.07.19 18:52:32.753324 [ 3 ] {aa114547-a27c-4fa3-b115-1950e075c5e1} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
| 14306 | 2024.07.19 18:52:32.753341 [ 3 ] {} <Debug> HTTP-Session: fc871ae6-86ab-4aab-a061-3b6a5d975eab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14307 | 2024.07.19 18:52:32.753471 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14308 | 2024.07.19 18:52:32.753520 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14309 | 2024.07.19 18:52:32.753538 [ 3 ] {} <Debug> HTTP-Session: 5fe1fe99-7ed3-41ea-a1ab-8595d091b651 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 14310 | 2024.07.19 18:52:32.753554 [ 3 ] {} <Debug> HTTP-Session: 5fe1fe99-7ed3-41ea-a1ab-8595d091b651 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14311 | 2024.07.19 18:52:32.753568 [ 3 ] {} <Debug> HTTP-Session: 5fe1fe99-7ed3-41ea-a1ab-8595d091b651 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14312 | 2024.07.19 18:52:32.753599 [ 3 ] {} <Trace> HTTP-Session: 5fe1fe99-7ed3-41ea-a1ab-8595d091b651 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14313 | 2024.07.19 18:52:32.753692 [ 3 ] {7e87014d-7a45-4f59-9341-9b0c3483ba81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 14314 | 2024.07.19 18:52:32.753734 [ 3 ] {7e87014d-7a45-4f59-9341-9b0c3483ba81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14315 | 2024.07.19 18:52:32.753858 [ 3 ] {7e87014d-7a45-4f59-9341-9b0c3483ba81} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14316 | 2024.07.19 18:52:32.754130 [ 3 ] {7e87014d-7a45-4f59-9341-9b0c3483ba81} <Trace> oximeter.fields_u16 (3a790436-232b-4913-bf8d-eba3067e022c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14317 | 2024.07.19 18:52:32.754166 [ 3 ] {7e87014d-7a45-4f59-9341-9b0c3483ba81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 14318 | 2024.07.19 18:52:32.754463 [ 3 ] {7e87014d-7a45-4f59-9341-9b0c3483ba81} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 14319 | 2024.07.19 18:52:32.754766 [ 3 ] {7e87014d-7a45-4f59-9341-9b0c3483ba81} <Trace> oximeter.fields_u16 (3a790436-232b-4913-bf8d-eba3067e022c): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14320 | 2024.07.19 18:52:32.754888 [ 3 ] {7e87014d-7a45-4f59-9341-9b0c3483ba81} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001219 sec., 3281.3781788351107 rows/sec., 229.12 KiB/sec. | ||
| 14321 | 2024.07.19 18:52:32.755181 [ 3 ] {7e87014d-7a45-4f59-9341-9b0c3483ba81} <Debug> DynamicQueryHandler: Done processing query | ||
| 14322 | 2024.07.19 18:52:32.755223 [ 3 ] {7e87014d-7a45-4f59-9341-9b0c3483ba81} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 14323 | 2024.07.19 18:52:32.755239 [ 3 ] {} <Debug> HTTP-Session: 5fe1fe99-7ed3-41ea-a1ab-8595d091b651 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14324 | 2024.07.19 18:52:32.755408 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 70717, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14325 | 2024.07.19 18:52:32.755457 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14326 | 2024.07.19 18:52:32.755475 [ 3 ] {} <Debug> HTTP-Session: e87be6f4-0949-465c-9330-4a104b711a07 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 14327 | 2024.07.19 18:52:32.755491 [ 3 ] {} <Debug> HTTP-Session: e87be6f4-0949-465c-9330-4a104b711a07 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14328 | 2024.07.19 18:52:32.755505 [ 3 ] {} <Debug> HTTP-Session: e87be6f4-0949-465c-9330-4a104b711a07 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14329 | 2024.07.19 18:52:32.755535 [ 3 ] {} <Trace> HTTP-Session: e87be6f4-0949-465c-9330-4a104b711a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14330 | 2024.07.19 18:52:32.755804 [ 3 ] {6ef9f4c5-12d6-4570-8072-7a23e04d85fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 14331 | 2024.07.19 18:52:32.755848 [ 3 ] {6ef9f4c5-12d6-4570-8072-7a23e04d85fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14332 | 2024.07.19 18:52:32.755992 [ 3 ] {6ef9f4c5-12d6-4570-8072-7a23e04d85fe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14333 | 2024.07.19 18:52:32.756539 [ 3 ] {6ef9f4c5-12d6-4570-8072-7a23e04d85fe} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14334 | 2024.07.19 18:52:32.756575 [ 3 ] {6ef9f4c5-12d6-4570-8072-7a23e04d85fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 14335 | 2024.07.19 18:52:32.756901 [ 3 ] {6ef9f4c5-12d6-4570-8072-7a23e04d85fe} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 14336 | 2024.07.19 18:52:32.757220 [ 3 ] {6ef9f4c5-12d6-4570-8072-7a23e04d85fe} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14337 | 2024.07.19 18:52:32.757344 [ 3 ] {6ef9f4c5-12d6-4570-8072-7a23e04d85fe} <Debug> executeQuery: Read 436 rows, 31.80 KiB in 0.001678 sec., 259833.13468414778 rows/sec., 18.51 MiB/sec. | ||
| 14338 | 2024.07.19 18:52:32.757514 [ 3 ] {6ef9f4c5-12d6-4570-8072-7a23e04d85fe} <Debug> DynamicQueryHandler: Done processing query | ||
| 14339 | 2024.07.19 18:52:32.757538 [ 3 ] {6ef9f4c5-12d6-4570-8072-7a23e04d85fe} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 14340 | 2024.07.19 18:52:32.757577 [ 3 ] {} <Debug> HTTP-Session: e87be6f4-0949-465c-9330-4a104b711a07 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14341 | 2024.07.19 18:52:32.757716 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14342 | 2024.07.19 18:52:32.757764 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14343 | 2024.07.19 18:52:32.757782 [ 3 ] {} <Debug> HTTP-Session: b56a522c-86f5-4fb1-aa70-5b49fbe0b8ad Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 14344 | 2024.07.19 18:52:32.757798 [ 3 ] {} <Debug> HTTP-Session: b56a522c-86f5-4fb1-aa70-5b49fbe0b8ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14345 | 2024.07.19 18:52:32.757811 [ 3 ] {} <Debug> HTTP-Session: b56a522c-86f5-4fb1-aa70-5b49fbe0b8ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14346 | 2024.07.19 18:52:32.757842 [ 3 ] {} <Trace> HTTP-Session: b56a522c-86f5-4fb1-aa70-5b49fbe0b8ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14347 | 2024.07.19 18:52:32.757935 [ 3 ] {c8a4aa09-22a1-43c6-86be-08de65c08cf6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 14348 | 2024.07.19 18:52:32.757980 [ 3 ] {c8a4aa09-22a1-43c6-86be-08de65c08cf6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14349 | 2024.07.19 18:52:32.758109 [ 3 ] {c8a4aa09-22a1-43c6-86be-08de65c08cf6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14350 | 2024.07.19 18:52:32.758373 [ 3 ] {c8a4aa09-22a1-43c6-86be-08de65c08cf6} <Trace> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14351 | 2024.07.19 18:52:32.758407 [ 3 ] {c8a4aa09-22a1-43c6-86be-08de65c08cf6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 14352 | 2024.07.19 18:52:32.758760 [ 3 ] {c8a4aa09-22a1-43c6-86be-08de65c08cf6} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 14353 | 2024.07.19 18:52:32.759086 [ 3 ] {c8a4aa09-22a1-43c6-86be-08de65c08cf6} <Trace> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14354 | 2024.07.19 18:52:32.759204 [ 25 ] {} <Debug> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 14355 | 2024.07.19 18:52:32.759211 [ 3 ] {c8a4aa09-22a1-43c6-86be-08de65c08cf6} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001299 sec., 4618.937644341801 rows/sec., 198.47 KiB/sec. | ||
| 14356 | 2024.07.19 18:52:32.759248 [ 25 ] {} <Trace> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14357 | 2024.07.19 18:52:32.759282 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 14358 | 2024.07.19 18:52:32.759461 [ 3 ] {c8a4aa09-22a1-43c6-86be-08de65c08cf6} <Debug> DynamicQueryHandler: Done processing query | ||
| 14359 | 2024.07.19 18:52:32.759528 [ 3 ] {c8a4aa09-22a1-43c6-86be-08de65c08cf6} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 14360 | 2024.07.19 18:52:32.759562 [ 3 ] {} <Debug> HTTP-Session: b56a522c-86f5-4fb1-aa70-5b49fbe0b8ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14361 | 2024.07.19 18:52:32.759603 [ 199 ] {df0343a6-e0c4-40da-a26b-df51f3875d9d::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 | ||
| 14362 | 2024.07.19 18:52:32.759720 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 14079, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14363 | 2024.07.19 18:52:32.759815 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14364 | 2024.07.19 18:52:32.759867 [ 3 ] {} <Debug> HTTP-Session: 4d3c6a48-7b66-4483-a556-b24d9012da15 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 14365 | 2024.07.19 18:52:32.759907 [ 3 ] {} <Debug> HTTP-Session: 4d3c6a48-7b66-4483-a556-b24d9012da15 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14366 | 2024.07.19 18:52:32.759954 [ 3 ] {} <Debug> HTTP-Session: 4d3c6a48-7b66-4483-a556-b24d9012da15 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14367 | 2024.07.19 18:52:32.760060 [ 3 ] {} <Trace> HTTP-Session: 4d3c6a48-7b66-4483-a556-b24d9012da15 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14368 | 2024.07.19 18:52:32.760154 [ 199 ] {df0343a6-e0c4-40da-a26b-df51f3875d9d::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14369 | 2024.07.19 18:52:32.760274 [ 199 ] {df0343a6-e0c4-40da-a26b-df51f3875d9d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 186 rows starting from the beginning of the part | ||
| 14370 | 2024.07.19 18:52:32.760304 [ 3 ] {ca6ac80c-4e7a-4b51-85ae-c475c2527058} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 14371 | 2024.07.19 18:52:32.760480 [ 3 ] {ca6ac80c-4e7a-4b51-85ae-c475c2527058} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 14372 | 2024.07.19 18:52:32.760546 [ 199 ] {df0343a6-e0c4-40da-a26b-df51f3875d9d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 6 rows starting from the beginning of the part | ||
| 14373 | 2024.07.19 18:52:32.760846 [ 199 ] {df0343a6-e0c4-40da-a26b-df51f3875d9d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 6 rows starting from the beginning of the part | ||
| 14374 | 2024.07.19 18:52:32.761061 [ 199 ] {df0343a6-e0c4-40da-a26b-df51f3875d9d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 6 rows starting from the beginning of the part | ||
| 14375 | 2024.07.19 18:52:32.761357 [ 199 ] {df0343a6-e0c4-40da-a26b-df51f3875d9d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 6 rows starting from the beginning of the part | ||
| 14376 | 2024.07.19 18:52:32.761594 [ 199 ] {df0343a6-e0c4-40da-a26b-df51f3875d9d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 6 rows starting from the beginning of the part | ||
| 14377 | 2024.07.19 18:52:32.762262 [ 3 ] {ca6ac80c-4e7a-4b51-85ae-c475c2527058} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14378 | 2024.07.19 18:52:32.763130 [ 3 ] {ca6ac80c-4e7a-4b51-85ae-c475c2527058} <Trace> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14379 | 2024.07.19 18:52:32.763196 [ 3 ] {ca6ac80c-4e7a-4b51-85ae-c475c2527058} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 14380 | 2024.07.19 18:52:32.764307 [ 3 ] {ca6ac80c-4e7a-4b51-85ae-c475c2527058} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 14381 | 2024.07.19 18:52:32.764497 [ 188 ] {df0343a6-e0c4-40da-a26b-df51f3875d9d::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 216 rows, containing 4 columns (4 merged, 0 gathered) in 0.00511883 sec., 42197.142706438775 rows/sec., 1.77 MiB/sec. | ||
| 14382 | 2024.07.19 18:52:32.764693 [ 188 ] {df0343a6-e0c4-40da-a26b-df51f3875d9d::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 14383 | 2024.07.19 18:52:32.764834 [ 3 ] {ca6ac80c-4e7a-4b51-85ae-c475c2527058} <Trace> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14384 | 2024.07.19 18:52:32.764997 [ 25 ] {} <Debug> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 14385 | 2024.07.19 18:52:32.765060 [ 25 ] {} <Trace> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14386 | 2024.07.19 18:52:32.765084 [ 3 ] {ca6ac80c-4e7a-4b51-85ae-c475c2527058} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.004867 sec., 15820.83418943908 rows/sec., 997.63 KiB/sec. | ||
| 14387 | 2024.07.19 18:52:32.765101 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 14388 | 2024.07.19 18:52:32.765764 [ 187 ] {1fb508e0-969d-4987-9814-9a74e65b75c4::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 | ||
| 14389 | 2024.07.19 18:52:32.766121 [ 3 ] {ca6ac80c-4e7a-4b51-85ae-c475c2527058} <Debug> DynamicQueryHandler: Done processing query | ||
| 14390 | 2024.07.19 18:52:32.766244 [ 3 ] {ca6ac80c-4e7a-4b51-85ae-c475c2527058} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 14391 | 2024.07.19 18:52:32.766401 [ 3 ] {} <Debug> HTTP-Session: 4d3c6a48-7b66-4483-a556-b24d9012da15 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14392 | 2024.07.19 18:52:32.766404 [ 188 ] {df0343a6-e0c4-40da-a26b-df51f3875d9d::all_1_36_7} <Trace> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14393 | 2024.07.19 18:52:32.766740 [ 187 ] {1fb508e0-969d-4987-9814-9a74e65b75c4::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14394 | 2024.07.19 18:52:32.766847 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 31017, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14395 | 2024.07.19 18:52:32.766887 [ 187 ] {1fb508e0-969d-4987-9814-9a74e65b75c4::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 2387 rows starting from the beginning of the part | ||
| 14396 | 2024.07.19 18:52:32.766892 [ 188 ] {df0343a6-e0c4-40da-a26b-df51f3875d9d::all_1_36_7} <Trace> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 14397 | 2024.07.19 18:52:32.766967 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14398 | 2024.07.19 18:52:32.767097 [ 3 ] {} <Debug> HTTP-Session: c7b1c10c-31a6-4788-8fcc-8f389683c5ca Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 14399 | 2024.07.19 18:52:32.767229 [ 3 ] {} <Debug> HTTP-Session: c7b1c10c-31a6-4788-8fcc-8f389683c5ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14400 | 2024.07.19 18:52:32.767270 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 14401 | 2024.07.19 18:52:32.767334 [ 3 ] {} <Debug> HTTP-Session: c7b1c10c-31a6-4788-8fcc-8f389683c5ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14402 | 2024.07.19 18:52:32.767374 [ 187 ] {1fb508e0-969d-4987-9814-9a74e65b75c4::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 77 rows starting from the beginning of the part | ||
| 14403 | 2024.07.19 18:52:32.767477 [ 3 ] {} <Trace> HTTP-Session: c7b1c10c-31a6-4788-8fcc-8f389683c5ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14404 | 2024.07.19 18:52:32.767641 [ 187 ] {1fb508e0-969d-4987-9814-9a74e65b75c4::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 77 rows starting from the beginning of the part | ||
| 14405 | 2024.07.19 18:52:32.767887 [ 187 ] {1fb508e0-969d-4987-9814-9a74e65b75c4::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 77 rows starting from the beginning of the part | ||
| 14406 | 2024.07.19 18:52:32.768079 [ 3 ] {29f0d318-e3cc-4c65-b981-bd54d8b17867} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 14407 | 2024.07.19 18:52:32.768127 [ 187 ] {1fb508e0-969d-4987-9814-9a74e65b75c4::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 77 rows starting from the beginning of the part | ||
| 14408 | 2024.07.19 18:52:32.768289 [ 3 ] {29f0d318-e3cc-4c65-b981-bd54d8b17867} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14409 | 2024.07.19 18:52:32.768419 [ 187 ] {1fb508e0-969d-4987-9814-9a74e65b75c4::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 77 rows starting from the beginning of the part | ||
| 14410 | 2024.07.19 18:52:32.769219 [ 3 ] {29f0d318-e3cc-4c65-b981-bd54d8b17867} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14411 | 2024.07.19 18:52:32.770070 [ 3 ] {29f0d318-e3cc-4c65-b981-bd54d8b17867} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14412 | 2024.07.19 18:52:32.770134 [ 3 ] {29f0d318-e3cc-4c65-b981-bd54d8b17867} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 14413 | 2024.07.19 18:52:32.771064 [ 3 ] {29f0d318-e3cc-4c65-b981-bd54d8b17867} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 14414 | 2024.07.19 18:52:32.771810 [ 190 ] {1fb508e0-969d-4987-9814-9a74e65b75c4::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2772 rows, containing 5 columns (5 merged, 0 gathered) in 0.006535482 sec., 424146.2221149106 rows/sec., 26.12 MiB/sec. | ||
| 14415 | 2024.07.19 18:52:32.771969 [ 3 ] {29f0d318-e3cc-4c65-b981-bd54d8b17867} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14416 | 2024.07.19 18:52:32.772128 [ 3 ] {29f0d318-e3cc-4c65-b981-bd54d8b17867} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.004367 sec., 37096.40485459125 rows/sec., 2.58 MiB/sec. | ||
| 14417 | 2024.07.19 18:52:32.772452 [ 190 ] {1fb508e0-969d-4987-9814-9a74e65b75c4::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 14418 | 2024.07.19 18:52:32.772738 [ 3 ] {29f0d318-e3cc-4c65-b981-bd54d8b17867} <Debug> DynamicQueryHandler: Done processing query | ||
| 14419 | 2024.07.19 18:52:32.772826 [ 3 ] {29f0d318-e3cc-4c65-b981-bd54d8b17867} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 14420 | 2024.07.19 18:52:32.772933 [ 3 ] {} <Debug> HTTP-Session: c7b1c10c-31a6-4788-8fcc-8f389683c5ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14421 | 2024.07.19 18:52:32.773388 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 80928, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14422 | 2024.07.19 18:52:32.773628 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14423 | 2024.07.19 18:52:32.773747 [ 3 ] {} <Debug> HTTP-Session: e7ab5723-5ca8-4c00-bcea-b9608b7f6002 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 14424 | 2024.07.19 18:52:32.773803 [ 3 ] {} <Debug> HTTP-Session: e7ab5723-5ca8-4c00-bcea-b9608b7f6002 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14425 | 2024.07.19 18:52:32.773846 [ 3 ] {} <Debug> HTTP-Session: e7ab5723-5ca8-4c00-bcea-b9608b7f6002 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14426 | 2024.07.19 18:52:32.773911 [ 3 ] {} <Trace> HTTP-Session: e7ab5723-5ca8-4c00-bcea-b9608b7f6002 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14427 | 2024.07.19 18:52:32.774088 [ 190 ] {1fb508e0-969d-4987-9814-9a74e65b75c4::all_1_36_7} <Trace> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14428 | 2024.07.19 18:52:32.774202 [ 190 ] {1fb508e0-969d-4987-9814-9a74e65b75c4::all_1_36_7} <Trace> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 14429 | 2024.07.19 18:52:32.774309 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. | ||
| 14430 | 2024.07.19 18:52:32.774557 [ 3 ] {c8efd26b-7716-42ec-bcbe-4d2771cdd79b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 14431 | 2024.07.19 18:52:32.774639 [ 3 ] {c8efd26b-7716-42ec-bcbe-4d2771cdd79b} <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 | ||
| 14432 | 2024.07.19 18:52:32.775091 [ 3 ] {c8efd26b-7716-42ec-bcbe-4d2771cdd79b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14433 | 2024.07.19 18:52:32.776042 [ 3 ] {c8efd26b-7716-42ec-bcbe-4d2771cdd79b} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14434 | 2024.07.19 18:52:32.776078 [ 3 ] {c8efd26b-7716-42ec-bcbe-4d2771cdd79b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 14435 | 2024.07.19 18:52:32.776756 [ 3 ] {c8efd26b-7716-42ec-bcbe-4d2771cdd79b} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 14436 | 2024.07.19 18:52:32.777178 [ 3 ] {c8efd26b-7716-42ec-bcbe-4d2771cdd79b} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14437 | 2024.07.19 18:52:32.777325 [ 3 ] {c8efd26b-7716-42ec-bcbe-4d2771cdd79b} <Debug> executeQuery: Read 50 rows, 91.75 KiB in 0.003243 sec., 15417.823003391923 rows/sec., 27.63 MiB/sec. | ||
| 14438 | 2024.07.19 18:52:32.777566 [ 3 ] {c8efd26b-7716-42ec-bcbe-4d2771cdd79b} <Debug> DynamicQueryHandler: Done processing query | ||
| 14439 | 2024.07.19 18:52:32.777590 [ 3 ] {c8efd26b-7716-42ec-bcbe-4d2771cdd79b} <Debug> MemoryTracker: Peak memory usage (for query): 4.69 MiB. | ||
| 14440 | 2024.07.19 18:52:32.777606 [ 3 ] {} <Debug> HTTP-Session: e7ab5723-5ca8-4c00-bcea-b9608b7f6002 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14441 | 2024.07.19 18:52:32.777733 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 3212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14442 | 2024.07.19 18:52:32.777784 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14443 | 2024.07.19 18:52:32.777802 [ 3 ] {} <Debug> HTTP-Session: dd172b11-d61e-43a4-b797-2c2653c1c98e Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 14444 | 2024.07.19 18:52:32.777818 [ 3 ] {} <Debug> HTTP-Session: dd172b11-d61e-43a4-b797-2c2653c1c98e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14445 | 2024.07.19 18:52:32.777831 [ 3 ] {} <Debug> HTTP-Session: dd172b11-d61e-43a4-b797-2c2653c1c98e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14446 | 2024.07.19 18:52:32.777861 [ 3 ] {} <Trace> HTTP-Session: dd172b11-d61e-43a4-b797-2c2653c1c98e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14447 | 2024.07.19 18:52:32.777961 [ 3 ] {25ecff57-66da-4bf3-9fff-c0ac4bfd3cc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 14448 | 2024.07.19 18:52:32.778004 [ 3 ] {25ecff57-66da-4bf3-9fff-c0ac4bfd3cc7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 14449 | 2024.07.19 18:52:32.778133 [ 3 ] {25ecff57-66da-4bf3-9fff-c0ac4bfd3cc7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14450 | 2024.07.19 18:52:32.778438 [ 3 ] {25ecff57-66da-4bf3-9fff-c0ac4bfd3cc7} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14451 | 2024.07.19 18:52:32.778473 [ 3 ] {25ecff57-66da-4bf3-9fff-c0ac4bfd3cc7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 14452 | 2024.07.19 18:52:32.778820 [ 3 ] {25ecff57-66da-4bf3-9fff-c0ac4bfd3cc7} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 14453 | 2024.07.19 18:52:32.779146 [ 3 ] {25ecff57-66da-4bf3-9fff-c0ac4bfd3cc7} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14454 | 2024.07.19 18:52:32.779272 [ 3 ] {25ecff57-66da-4bf3-9fff-c0ac4bfd3cc7} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001341 sec., 17151.37956748695 rows/sec., 927.77 KiB/sec. | ||
| 14455 | 2024.07.19 18:52:32.779550 [ 3 ] {25ecff57-66da-4bf3-9fff-c0ac4bfd3cc7} <Debug> DynamicQueryHandler: Done processing query | ||
| 14456 | 2024.07.19 18:52:32.779614 [ 3 ] {25ecff57-66da-4bf3-9fff-c0ac4bfd3cc7} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 14457 | 2024.07.19 18:52:32.779677 [ 3 ] {} <Debug> HTTP-Session: dd172b11-d61e-43a4-b797-2c2653c1c98e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14458 | 2024.07.19 18:52:32.779880 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14459 | 2024.07.19 18:52:32.779944 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14460 | 2024.07.19 18:52:32.779962 [ 3 ] {} <Debug> HTTP-Session: ea3bdb8f-296a-4f66-a67d-e11edcfa4def Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 14461 | 2024.07.19 18:52:32.779978 [ 3 ] {} <Debug> HTTP-Session: ea3bdb8f-296a-4f66-a67d-e11edcfa4def Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14462 | 2024.07.19 18:52:32.779991 [ 3 ] {} <Debug> HTTP-Session: ea3bdb8f-296a-4f66-a67d-e11edcfa4def Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14463 | 2024.07.19 18:52:32.780024 [ 3 ] {} <Trace> HTTP-Session: ea3bdb8f-296a-4f66-a67d-e11edcfa4def Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14464 | 2024.07.19 18:52:32.780143 [ 3 ] {77caddd3-cc3f-488c-8a47-7e9fc67282b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 14465 | 2024.07.19 18:52:32.780187 [ 3 ] {77caddd3-cc3f-488c-8a47-7e9fc67282b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14466 | 2024.07.19 18:52:32.780331 [ 3 ] {77caddd3-cc3f-488c-8a47-7e9fc67282b7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14467 | 2024.07.19 18:52:32.780625 [ 3 ] {77caddd3-cc3f-488c-8a47-7e9fc67282b7} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14468 | 2024.07.19 18:52:32.780661 [ 3 ] {77caddd3-cc3f-488c-8a47-7e9fc67282b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 14469 | 2024.07.19 18:52:32.781015 [ 3 ] {77caddd3-cc3f-488c-8a47-7e9fc67282b7} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 14470 | 2024.07.19 18:52:32.781342 [ 3 ] {77caddd3-cc3f-488c-8a47-7e9fc67282b7} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14471 | 2024.07.19 18:52:32.781470 [ 3 ] {77caddd3-cc3f-488c-8a47-7e9fc67282b7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001369 sec., 43827.61139517897 rows/sec., 2.95 MiB/sec. | ||
| 14472 | 2024.07.19 18:52:32.781631 [ 3 ] {77caddd3-cc3f-488c-8a47-7e9fc67282b7} <Debug> DynamicQueryHandler: Done processing query | ||
| 14473 | 2024.07.19 18:52:32.781656 [ 3 ] {77caddd3-cc3f-488c-8a47-7e9fc67282b7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 14474 | 2024.07.19 18:52:32.781671 [ 3 ] {} <Debug> HTTP-Session: ea3bdb8f-296a-4f66-a67d-e11edcfa4def Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14475 | 2024.07.19 18:52:37.739171 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 7838, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14476 | 2024.07.19 18:52:37.739368 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14477 | 2024.07.19 18:52:37.739415 [ 3 ] {} <Debug> HTTP-Session: 65145e0b-0d93-4538-8ccb-f98adce1dee2 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 14478 | 2024.07.19 18:52:37.739457 [ 3 ] {} <Debug> HTTP-Session: 65145e0b-0d93-4538-8ccb-f98adce1dee2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14479 | 2024.07.19 18:52:37.739487 [ 3 ] {} <Debug> HTTP-Session: 65145e0b-0d93-4538-8ccb-f98adce1dee2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14480 | 2024.07.19 18:52:37.739556 [ 3 ] {} <Trace> HTTP-Session: 65145e0b-0d93-4538-8ccb-f98adce1dee2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14481 | 2024.07.19 18:52:37.739759 [ 3 ] {d06049c1-c30f-41b5-a1a4-c80ff46a1c30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 14482 | 2024.07.19 18:52:37.739826 [ 3 ] {d06049c1-c30f-41b5-a1a4-c80ff46a1c30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14483 | 2024.07.19 18:52:37.740022 [ 3 ] {d06049c1-c30f-41b5-a1a4-c80ff46a1c30} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14484 | 2024.07.19 18:52:37.740537 [ 3 ] {d06049c1-c30f-41b5-a1a4-c80ff46a1c30} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14485 | 2024.07.19 18:52:37.740582 [ 3 ] {d06049c1-c30f-41b5-a1a4-c80ff46a1c30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 14486 | 2024.07.19 18:52:37.740973 [ 3 ] {d06049c1-c30f-41b5-a1a4-c80ff46a1c30} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 14487 | 2024.07.19 18:52:37.741312 [ 3 ] {d06049c1-c30f-41b5-a1a4-c80ff46a1c30} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14488 | 2024.07.19 18:52:37.741485 [ 3 ] {d06049c1-c30f-41b5-a1a4-c80ff46a1c30} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001791 sec., 31267.448352875486 rows/sec., 2.40 MiB/sec. | ||
| 14489 | 2024.07.19 18:52:37.741502 [ 120 ] {} <Debug> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 14490 | 2024.07.19 18:52:37.741611 [ 120 ] {} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14491 | 2024.07.19 18:52:37.741660 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 14492 | 2024.07.19 18:52:37.741777 [ 3 ] {d06049c1-c30f-41b5-a1a4-c80ff46a1c30} <Debug> DynamicQueryHandler: Done processing query | ||
| 14493 | 2024.07.19 18:52:37.741803 [ 201 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
| 14494 | 2024.07.19 18:52:37.741818 [ 3 ] {d06049c1-c30f-41b5-a1a4-c80ff46a1c30} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 14495 | 2024.07.19 18:52:37.741858 [ 3 ] {} <Debug> HTTP-Session: 65145e0b-0d93-4538-8ccb-f98adce1dee2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14496 | 2024.07.19 18:52:37.741952 [ 201 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14497 | 2024.07.19 18:52:37.741987 [ 201 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 355 rows starting from the beginning of the part | ||
| 14498 | 2024.07.19 18:52:37.742030 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 10886, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14499 | 2024.07.19 18:52:37.742087 [ 201 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 56 rows starting from the beginning of the part | ||
| 14500 | 2024.07.19 18:52:37.742161 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14501 | 2024.07.19 18:52:37.742226 [ 3 ] {} <Debug> HTTP-Session: 4010041d-6b08-46d9-a64e-b30e5a885dcb Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 14502 | 2024.07.19 18:52:37.742340 [ 3 ] {} <Debug> HTTP-Session: 4010041d-6b08-46d9-a64e-b30e5a885dcb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14503 | 2024.07.19 18:52:37.742445 [ 3 ] {} <Debug> HTTP-Session: 4010041d-6b08-46d9-a64e-b30e5a885dcb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14504 | 2024.07.19 18:52:37.742526 [ 201 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 311 rows starting from the beginning of the part | ||
| 14505 | 2024.07.19 18:52:37.742595 [ 3 ] {} <Trace> HTTP-Session: 4010041d-6b08-46d9-a64e-b30e5a885dcb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14506 | 2024.07.19 18:52:37.742740 [ 201 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 58 rows starting from the beginning of the part | ||
| 14507 | 2024.07.19 18:52:37.742997 [ 3 ] {99ee4eb3-48b8-4de5-934e-778d7beef2b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 14508 | 2024.07.19 18:52:37.743039 [ 201 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 313 rows starting from the beginning of the part | ||
| 14509 | 2024.07.19 18:52:37.743139 [ 3 ] {99ee4eb3-48b8-4de5-934e-778d7beef2b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14510 | 2024.07.19 18:52:37.743370 [ 201 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 56 rows starting from the beginning of the part | ||
| 14511 | 2024.07.19 18:52:37.743979 [ 3 ] {99ee4eb3-48b8-4de5-934e-778d7beef2b9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14512 | 2024.07.19 18:52:37.744529 [ 3 ] {99ee4eb3-48b8-4de5-934e-778d7beef2b9} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14513 | 2024.07.19 18:52:37.744574 [ 3 ] {99ee4eb3-48b8-4de5-934e-778d7beef2b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 14514 | 2024.07.19 18:52:37.745056 [ 3 ] {99ee4eb3-48b8-4de5-934e-778d7beef2b9} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 14515 | 2024.07.19 18:52:37.745441 [ 196 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1149 rows, containing 4 columns (4 merged, 0 gathered) in 0.003693068 sec., 311123.434499446 rows/sec., 26.83 MiB/sec. | ||
| 14516 | 2024.07.19 18:52:37.745561 [ 3 ] {99ee4eb3-48b8-4de5-934e-778d7beef2b9} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14517 | 2024.07.19 18:52:37.745761 [ 196 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 14518 | 2024.07.19 18:52:37.745859 [ 120 ] {} <Debug> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 14519 | 2024.07.19 18:52:37.745892 [ 3 ] {99ee4eb3-48b8-4de5-934e-778d7beef2b9} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003059 sec., 20921.86989212161 rows/sec., 1.63 MiB/sec. | ||
| 14520 | 2024.07.19 18:52:37.745996 [ 120 ] {} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14521 | 2024.07.19 18:52:37.746096 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 14522 | 2024.07.19 18:52:37.746521 [ 3 ] {99ee4eb3-48b8-4de5-934e-778d7beef2b9} <Debug> DynamicQueryHandler: Done processing query | ||
| 14523 | 2024.07.19 18:52:37.746621 [ 3 ] {99ee4eb3-48b8-4de5-934e-778d7beef2b9} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 14524 | 2024.07.19 18:52:37.746702 [ 3 ] {} <Debug> HTTP-Session: 4010041d-6b08-46d9-a64e-b30e5a885dcb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14525 | 2024.07.19 18:52:37.746721 [ 194 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
| 14526 | 2024.07.19 18:52:37.747024 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14527 | 2024.07.19 18:52:37.747048 [ 194 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14528 | 2024.07.19 18:52:37.747099 [ 194 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 493 rows starting from the beginning of the part | ||
| 14529 | 2024.07.19 18:52:37.747123 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14530 | 2024.07.19 18:52:37.747197 [ 3 ] {} <Debug> HTTP-Session: 5418a7cd-5b84-42be-8d11-efb30525538c Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 14531 | 2024.07.19 18:52:37.747312 [ 3 ] {} <Debug> HTTP-Session: 5418a7cd-5b84-42be-8d11-efb30525538c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14532 | 2024.07.19 18:52:37.747395 [ 3 ] {} <Debug> HTTP-Session: 5418a7cd-5b84-42be-8d11-efb30525538c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14533 | 2024.07.19 18:52:37.747398 [ 194 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 64 rows starting from the beginning of the part | ||
| 14534 | 2024.07.19 18:52:37.747421 [ 196 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_81_16} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14535 | 2024.07.19 18:52:37.747584 [ 3 ] {} <Trace> HTTP-Session: 5418a7cd-5b84-42be-8d11-efb30525538c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14536 | 2024.07.19 18:52:37.747881 [ 196 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_81_16} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 14537 | 2024.07.19 18:52:37.747963 [ 194 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 432 rows starting from the beginning of the part | ||
| 14538 | 2024.07.19 18:52:37.748222 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
| 14539 | 2024.07.19 18:52:37.748228 [ 3 ] {55fd1b91-06fb-44b5-9d5d-234222e668b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 14540 | 2024.07.19 18:52:37.748355 [ 194 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 68 rows starting from the beginning of the part | ||
| 14541 | 2024.07.19 18:52:37.748432 [ 3 ] {55fd1b91-06fb-44b5-9d5d-234222e668b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14542 | 2024.07.19 18:52:37.748663 [ 194 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 436 rows starting from the beginning of the part | ||
| 14543 | 2024.07.19 18:52:37.749057 [ 194 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 64 rows starting from the beginning of the part | ||
| 14544 | 2024.07.19 18:52:37.749668 [ 3 ] {55fd1b91-06fb-44b5-9d5d-234222e668b4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14545 | 2024.07.19 18:52:37.750312 [ 3 ] {55fd1b91-06fb-44b5-9d5d-234222e668b4} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14546 | 2024.07.19 18:52:37.750355 [ 3 ] {55fd1b91-06fb-44b5-9d5d-234222e668b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 14547 | 2024.07.19 18:52:37.750864 [ 3 ] {55fd1b91-06fb-44b5-9d5d-234222e668b4} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 14548 | 2024.07.19 18:52:37.750991 [ 189 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1557 rows, containing 4 columns (4 merged, 0 gathered) in 0.004680573 sec., 332651.5791976751 rows/sec., 24.06 MiB/sec. | ||
| 14549 | 2024.07.19 18:52:37.751313 [ 189 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 14550 | 2024.07.19 18:52:37.751492 [ 3 ] {55fd1b91-06fb-44b5-9d5d-234222e668b4} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14551 | 2024.07.19 18:52:37.751866 [ 3 ] {55fd1b91-06fb-44b5-9d5d-234222e668b4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00391 sec., 40920.71611253197 rows/sec., 2.85 MiB/sec. | ||
| 14552 | 2024.07.19 18:52:37.752238 [ 3 ] {55fd1b91-06fb-44b5-9d5d-234222e668b4} <Debug> DynamicQueryHandler: Done processing query | ||
| 14553 | 2024.07.19 18:52:37.752246 [ 189 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_81_16} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14554 | 2024.07.19 18:52:37.752274 [ 3 ] {55fd1b91-06fb-44b5-9d5d-234222e668b4} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 14555 | 2024.07.19 18:52:37.752328 [ 3 ] {} <Debug> HTTP-Session: 5418a7cd-5b84-42be-8d11-efb30525538c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14556 | 2024.07.19 18:52:37.752436 [ 189 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_81_16} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 14557 | 2024.07.19 18:52:37.752501 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14558 | 2024.07.19 18:52:37.752602 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
| 14559 | 2024.07.19 18:52:37.752617 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14560 | 2024.07.19 18:52:37.752661 [ 3 ] {} <Debug> HTTP-Session: c2a0e421-d3fb-4d33-9af1-ed5366e11400 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 14561 | 2024.07.19 18:52:37.752678 [ 3 ] {} <Debug> HTTP-Session: c2a0e421-d3fb-4d33-9af1-ed5366e11400 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14562 | 2024.07.19 18:52:37.752692 [ 3 ] {} <Debug> HTTP-Session: c2a0e421-d3fb-4d33-9af1-ed5366e11400 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14563 | 2024.07.19 18:52:37.752724 [ 3 ] {} <Trace> HTTP-Session: c2a0e421-d3fb-4d33-9af1-ed5366e11400 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14564 | 2024.07.19 18:52:37.752852 [ 3 ] {abfbab1b-642d-4470-b3e5-fb1213790023} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 14565 | 2024.07.19 18:52:37.752899 [ 3 ] {abfbab1b-642d-4470-b3e5-fb1213790023} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14566 | 2024.07.19 18:52:37.753048 [ 3 ] {abfbab1b-642d-4470-b3e5-fb1213790023} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14567 | 2024.07.19 18:52:37.753411 [ 3 ] {abfbab1b-642d-4470-b3e5-fb1213790023} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14568 | 2024.07.19 18:52:37.753447 [ 3 ] {abfbab1b-642d-4470-b3e5-fb1213790023} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 14569 | 2024.07.19 18:52:37.753816 [ 3 ] {abfbab1b-642d-4470-b3e5-fb1213790023} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 14570 | 2024.07.19 18:52:37.754152 [ 3 ] {abfbab1b-642d-4470-b3e5-fb1213790023} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14571 | 2024.07.19 18:52:37.754306 [ 3 ] {abfbab1b-642d-4470-b3e5-fb1213790023} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001495 sec., 40133.77926421405 rows/sec., 2.70 MiB/sec. | ||
| 14572 | 2024.07.19 18:52:37.754482 [ 3 ] {abfbab1b-642d-4470-b3e5-fb1213790023} <Debug> DynamicQueryHandler: Done processing query | ||
| 14573 | 2024.07.19 18:52:37.754508 [ 3 ] {abfbab1b-642d-4470-b3e5-fb1213790023} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 14574 | 2024.07.19 18:52:37.754523 [ 3 ] {} <Debug> HTTP-Session: c2a0e421-d3fb-4d33-9af1-ed5366e11400 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14575 | 2024.07.19 18:52:42.747994 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 7913, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14576 | 2024.07.19 18:52:42.748123 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14577 | 2024.07.19 18:52:42.748148 [ 3 ] {} <Debug> HTTP-Session: 8e325052-4e3a-47ac-99c5-85bca0d51c15 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 14578 | 2024.07.19 18:52:42.748173 [ 3 ] {} <Debug> HTTP-Session: 8e325052-4e3a-47ac-99c5-85bca0d51c15 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14579 | 2024.07.19 18:52:42.748188 [ 3 ] {} <Debug> HTTP-Session: 8e325052-4e3a-47ac-99c5-85bca0d51c15 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14580 | 2024.07.19 18:52:42.748237 [ 3 ] {} <Trace> HTTP-Session: 8e325052-4e3a-47ac-99c5-85bca0d51c15 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14581 | 2024.07.19 18:52:42.748435 [ 3 ] {34faaa29-f61c-4959-9fae-c60678dd75ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 14582 | 2024.07.19 18:52:42.748501 [ 3 ] {34faaa29-f61c-4959-9fae-c60678dd75ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 14583 | 2024.07.19 18:52:42.748692 [ 3 ] {34faaa29-f61c-4959-9fae-c60678dd75ec} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14584 | 2024.07.19 18:52:42.749157 [ 3 ] {34faaa29-f61c-4959-9fae-c60678dd75ec} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14585 | 2024.07.19 18:52:42.749202 [ 3 ] {34faaa29-f61c-4959-9fae-c60678dd75ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 14586 | 2024.07.19 18:52:42.749574 [ 3 ] {34faaa29-f61c-4959-9fae-c60678dd75ec} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 14587 | 2024.07.19 18:52:42.749911 [ 3 ] {34faaa29-f61c-4959-9fae-c60678dd75ec} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14588 | 2024.07.19 18:52:42.750085 [ 3 ] {34faaa29-f61c-4959-9fae-c60678dd75ec} <Debug> executeQuery: Read 56 rows, 4.39 KiB in 0.00171 sec., 32748.53801169591 rows/sec., 2.51 MiB/sec. | ||
| 14589 | 2024.07.19 18:52:42.750378 [ 3 ] {34faaa29-f61c-4959-9fae-c60678dd75ec} <Debug> DynamicQueryHandler: Done processing query | ||
| 14590 | 2024.07.19 18:52:42.750438 [ 3 ] {34faaa29-f61c-4959-9fae-c60678dd75ec} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 14591 | 2024.07.19 18:52:42.750492 [ 3 ] {} <Debug> HTTP-Session: 8e325052-4e3a-47ac-99c5-85bca0d51c15 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14592 | 2024.07.19 18:52:42.750662 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14593 | 2024.07.19 18:52:42.750722 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14594 | 2024.07.19 18:52:42.750742 [ 3 ] {} <Debug> HTTP-Session: d854b405-e6ed-4c30-93e2-59606638927c Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 14595 | 2024.07.19 18:52:42.750760 [ 3 ] {} <Debug> HTTP-Session: d854b405-e6ed-4c30-93e2-59606638927c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14596 | 2024.07.19 18:52:42.750775 [ 3 ] {} <Debug> HTTP-Session: d854b405-e6ed-4c30-93e2-59606638927c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14597 | 2024.07.19 18:52:42.750811 [ 3 ] {} <Trace> HTTP-Session: d854b405-e6ed-4c30-93e2-59606638927c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14598 | 2024.07.19 18:52:42.750917 [ 3 ] {d48348fa-451c-4d0a-91f3-0db5a23aa9b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 14599 | 2024.07.19 18:52:42.750966 [ 3 ] {d48348fa-451c-4d0a-91f3-0db5a23aa9b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 14600 | 2024.07.19 18:52:42.751124 [ 3 ] {d48348fa-451c-4d0a-91f3-0db5a23aa9b7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14601 | 2024.07.19 18:52:42.751427 [ 3 ] {d48348fa-451c-4d0a-91f3-0db5a23aa9b7} <Trace> oximeter.fields_ipaddr (5b198a67-6d84-4324-b6a3-e6f140922631): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14602 | 2024.07.19 18:52:42.751464 [ 3 ] {d48348fa-451c-4d0a-91f3-0db5a23aa9b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 14603 | 2024.07.19 18:52:42.751765 [ 3 ] {d48348fa-451c-4d0a-91f3-0db5a23aa9b7} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 14604 | 2024.07.19 18:52:42.752080 [ 3 ] {d48348fa-451c-4d0a-91f3-0db5a23aa9b7} <Trace> oximeter.fields_ipaddr (5b198a67-6d84-4324-b6a3-e6f140922631): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14605 | 2024.07.19 18:52:42.752241 [ 3 ] {d48348fa-451c-4d0a-91f3-0db5a23aa9b7} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001342 sec., 1490.3129657228017 rows/sec., 121.52 KiB/sec. | ||
| 14606 | 2024.07.19 18:52:42.752242 [ 93 ] {} <Debug> oximeter.fields_ipaddr (5b198a67-6d84-4324-b6a3-e6f140922631) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 14607 | 2024.07.19 18:52:42.752350 [ 93 ] {} <Trace> oximeter.fields_ipaddr (5b198a67-6d84-4324-b6a3-e6f140922631): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14608 | 2024.07.19 18:52:42.752394 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 14609 | 2024.07.19 18:52:42.752474 [ 3 ] {d48348fa-451c-4d0a-91f3-0db5a23aa9b7} <Debug> DynamicQueryHandler: Done processing query | ||
| 14610 | 2024.07.19 18:52:42.752528 [ 3 ] {d48348fa-451c-4d0a-91f3-0db5a23aa9b7} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 14611 | 2024.07.19 18:52:42.752589 [ 3 ] {} <Debug> HTTP-Session: d854b405-e6ed-4c30-93e2-59606638927c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14612 | 2024.07.19 18:52:42.752649 [ 195 ] {5b198a67-6d84-4324-b6a3-e6f140922631::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 | ||
| 14613 | 2024.07.19 18:52:42.752777 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 52173, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14614 | 2024.07.19 18:52:42.752895 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14615 | 2024.07.19 18:52:42.752946 [ 3 ] {} <Debug> HTTP-Session: f12c2a07-a303-4c37-8505-fac568fbc6c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 14616 | 2024.07.19 18:52:42.753003 [ 3 ] {} <Debug> HTTP-Session: f12c2a07-a303-4c37-8505-fac568fbc6c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14617 | 2024.07.19 18:52:42.753043 [ 3 ] {} <Debug> HTTP-Session: f12c2a07-a303-4c37-8505-fac568fbc6c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14618 | 2024.07.19 18:52:42.753115 [ 195 ] {5b198a67-6d84-4324-b6a3-e6f140922631::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14619 | 2024.07.19 18:52:42.753133 [ 3 ] {} <Trace> HTTP-Session: f12c2a07-a303-4c37-8505-fac568fbc6c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14620 | 2024.07.19 18:52:42.753226 [ 195 ] {5b198a67-6d84-4324-b6a3-e6f140922631::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 16 rows starting from the beginning of the part | ||
| 14621 | 2024.07.19 18:52:42.753562 [ 3 ] {348b2a5a-ffcc-484c-b6a0-a3a34c16e15f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 14622 | 2024.07.19 18:52:42.753554 [ 195 ] {5b198a67-6d84-4324-b6a3-e6f140922631::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 4 rows starting from the beginning of the part | ||
| 14623 | 2024.07.19 18:52:42.753707 [ 3 ] {348b2a5a-ffcc-484c-b6a0-a3a34c16e15f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14624 | 2024.07.19 18:52:42.753868 [ 195 ] {5b198a67-6d84-4324-b6a3-e6f140922631::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 2 rows starting from the beginning of the part | ||
| 14625 | 2024.07.19 18:52:42.754174 [ 195 ] {5b198a67-6d84-4324-b6a3-e6f140922631::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 4 rows starting from the beginning of the part | ||
| 14626 | 2024.07.19 18:52:42.754425 [ 195 ] {5b198a67-6d84-4324-b6a3-e6f140922631::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 4 rows starting from the beginning of the part | ||
| 14627 | 2024.07.19 18:52:42.754733 [ 195 ] {5b198a67-6d84-4324-b6a3-e6f140922631::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 2 rows starting from the beginning of the part | ||
| 14628 | 2024.07.19 18:52:42.755274 [ 3 ] {348b2a5a-ffcc-484c-b6a0-a3a34c16e15f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14629 | 2024.07.19 18:52:42.756294 [ 3 ] {348b2a5a-ffcc-484c-b6a0-a3a34c16e15f} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14630 | 2024.07.19 18:52:42.756373 [ 3 ] {348b2a5a-ffcc-484c-b6a0-a3a34c16e15f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 14631 | 2024.07.19 18:52:42.757258 [ 195 ] {5b198a67-6d84-4324-b6a3-e6f140922631::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.004776875 sec., 6698.9402067251085 rows/sec., 546.25 KiB/sec. | ||
| 14632 | 2024.07.19 18:52:42.757267 [ 3 ] {348b2a5a-ffcc-484c-b6a0-a3a34c16e15f} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 14633 | 2024.07.19 18:52:42.757432 [ 195 ] {5b198a67-6d84-4324-b6a3-e6f140922631::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 14634 | 2024.07.19 18:52:42.758076 [ 3 ] {348b2a5a-ffcc-484c-b6a0-a3a34c16e15f} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14635 | 2024.07.19 18:52:42.758398 [ 3 ] {348b2a5a-ffcc-484c-b6a0-a3a34c16e15f} <Debug> executeQuery: Read 348 rows, 31.07 KiB in 0.005061 sec., 68761.11440426792 rows/sec., 6.00 MiB/sec. | ||
| 14636 | 2024.07.19 18:52:42.758435 [ 195 ] {5b198a67-6d84-4324-b6a3-e6f140922631::all_1_31_6} <Trace> oximeter.fields_ipaddr (5b198a67-6d84-4324-b6a3-e6f140922631): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14637 | 2024.07.19 18:52:42.758654 [ 195 ] {5b198a67-6d84-4324-b6a3-e6f140922631::all_1_31_6} <Trace> oximeter.fields_ipaddr (5b198a67-6d84-4324-b6a3-e6f140922631) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 14638 | 2024.07.19 18:52:42.758741 [ 3 ] {348b2a5a-ffcc-484c-b6a0-a3a34c16e15f} <Debug> DynamicQueryHandler: Done processing query | ||
| 14639 | 2024.07.19 18:52:42.758798 [ 3 ] {348b2a5a-ffcc-484c-b6a0-a3a34c16e15f} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 14640 | 2024.07.19 18:52:42.758806 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 14641 | 2024.07.19 18:52:42.758823 [ 3 ] {} <Debug> HTTP-Session: f12c2a07-a303-4c37-8505-fac568fbc6c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14642 | 2024.07.19 18:52:42.758963 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14643 | 2024.07.19 18:52:42.759013 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14644 | 2024.07.19 18:52:42.759033 [ 3 ] {} <Debug> HTTP-Session: 48165756-a640-4e56-8383-7f8eb049db28 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 14645 | 2024.07.19 18:52:42.759051 [ 3 ] {} <Debug> HTTP-Session: 48165756-a640-4e56-8383-7f8eb049db28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14646 | 2024.07.19 18:52:42.759064 [ 3 ] {} <Debug> HTTP-Session: 48165756-a640-4e56-8383-7f8eb049db28 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14647 | 2024.07.19 18:52:42.759101 [ 3 ] {} <Trace> HTTP-Session: 48165756-a640-4e56-8383-7f8eb049db28 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14648 | 2024.07.19 18:52:42.759198 [ 3 ] {1bb64cc7-8442-486a-8a85-43f9914b9378} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 14649 | 2024.07.19 18:52:42.759241 [ 3 ] {1bb64cc7-8442-486a-8a85-43f9914b9378} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14650 | 2024.07.19 18:52:42.759389 [ 3 ] {1bb64cc7-8442-486a-8a85-43f9914b9378} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14651 | 2024.07.19 18:52:42.759666 [ 3 ] {1bb64cc7-8442-486a-8a85-43f9914b9378} <Trace> oximeter.fields_u16 (3a790436-232b-4913-bf8d-eba3067e022c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14652 | 2024.07.19 18:52:42.759701 [ 3 ] {1bb64cc7-8442-486a-8a85-43f9914b9378} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 14653 | 2024.07.19 18:52:42.760003 [ 3 ] {1bb64cc7-8442-486a-8a85-43f9914b9378} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 14654 | 2024.07.19 18:52:42.760308 [ 3 ] {1bb64cc7-8442-486a-8a85-43f9914b9378} <Trace> oximeter.fields_u16 (3a790436-232b-4913-bf8d-eba3067e022c): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14655 | 2024.07.19 18:52:42.760461 [ 3 ] {1bb64cc7-8442-486a-8a85-43f9914b9378} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001274 sec., 1569.8587127158555 rows/sec., 109.61 KiB/sec. | ||
| 14656 | 2024.07.19 18:52:42.760461 [ 93 ] {} <Debug> oximeter.fields_u16 (3a790436-232b-4913-bf8d-eba3067e022c) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 14657 | 2024.07.19 18:52:42.760547 [ 93 ] {} <Trace> oximeter.fields_u16 (3a790436-232b-4913-bf8d-eba3067e022c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14658 | 2024.07.19 18:52:42.760593 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 14659 | 2024.07.19 18:52:42.760735 [ 3 ] {1bb64cc7-8442-486a-8a85-43f9914b9378} <Debug> DynamicQueryHandler: Done processing query | ||
| 14660 | 2024.07.19 18:52:42.760760 [ 200 ] {3a790436-232b-4913-bf8d-eba3067e022c::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 | ||
| 14661 | 2024.07.19 18:52:42.760771 [ 3 ] {1bb64cc7-8442-486a-8a85-43f9914b9378} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 14662 | 2024.07.19 18:52:42.760823 [ 3 ] {} <Debug> HTTP-Session: 48165756-a640-4e56-8383-7f8eb049db28 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14663 | 2024.07.19 18:52:42.760957 [ 200 ] {3a790436-232b-4913-bf8d-eba3067e022c::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14664 | 2024.07.19 18:52:42.761003 [ 200 ] {3a790436-232b-4913-bf8d-eba3067e022c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 16 rows starting from the beginning of the part | ||
| 14665 | 2024.07.19 18:52:42.761034 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 74416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14666 | 2024.07.19 18:52:42.761211 [ 200 ] {3a790436-232b-4913-bf8d-eba3067e022c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 4 rows starting from the beginning of the part | ||
| 14667 | 2024.07.19 18:52:42.761227 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14668 | 2024.07.19 18:52:42.761292 [ 3 ] {} <Debug> HTTP-Session: 5ffe15f1-b189-48e5-8e07-f7522c2f8116 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 14669 | 2024.07.19 18:52:42.761356 [ 3 ] {} <Debug> HTTP-Session: 5ffe15f1-b189-48e5-8e07-f7522c2f8116 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14670 | 2024.07.19 18:52:42.761452 [ 3 ] {} <Debug> HTTP-Session: 5ffe15f1-b189-48e5-8e07-f7522c2f8116 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14671 | 2024.07.19 18:52:42.761469 [ 200 ] {3a790436-232b-4913-bf8d-eba3067e022c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 2 rows starting from the beginning of the part | ||
| 14672 | 2024.07.19 18:52:42.761551 [ 3 ] {} <Trace> HTTP-Session: 5ffe15f1-b189-48e5-8e07-f7522c2f8116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14673 | 2024.07.19 18:52:42.761712 [ 200 ] {3a790436-232b-4913-bf8d-eba3067e022c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 4 rows starting from the beginning of the part | ||
| 14674 | 2024.07.19 18:52:42.761932 [ 200 ] {3a790436-232b-4913-bf8d-eba3067e022c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 4 rows starting from the beginning of the part | ||
| 14675 | 2024.07.19 18:52:42.762074 [ 200 ] {3a790436-232b-4913-bf8d-eba3067e022c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 2 rows starting from the beginning of the part | ||
| 14676 | 2024.07.19 18:52:42.762175 [ 3 ] {863015b4-c7a8-47e6-9ec2-0dff49c21913} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 14677 | 2024.07.19 18:52:42.762388 [ 3 ] {863015b4-c7a8-47e6-9ec2-0dff49c21913} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14678 | 2024.07.19 18:52:42.762828 [ 3 ] {863015b4-c7a8-47e6-9ec2-0dff49c21913} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14679 | 2024.07.19 18:52:42.763989 [ 3 ] {863015b4-c7a8-47e6-9ec2-0dff49c21913} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14680 | 2024.07.19 18:52:42.764072 [ 3 ] {863015b4-c7a8-47e6-9ec2-0dff49c21913} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 14681 | 2024.07.19 18:52:42.764326 [ 200 ] {3a790436-232b-4913-bf8d-eba3067e022c::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.003658227 sec., 8747.406872236195 rows/sec., 610.78 KiB/sec. | ||
| 14682 | 2024.07.19 18:52:42.764505 [ 200 ] {3a790436-232b-4913-bf8d-eba3067e022c::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 14683 | 2024.07.19 18:52:42.764811 [ 3 ] {863015b4-c7a8-47e6-9ec2-0dff49c21913} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 14684 | 2024.07.19 18:52:42.765298 [ 200 ] {3a790436-232b-4913-bf8d-eba3067e022c::all_1_31_6} <Trace> oximeter.fields_u16 (3a790436-232b-4913-bf8d-eba3067e022c): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14685 | 2024.07.19 18:52:42.765476 [ 200 ] {3a790436-232b-4913-bf8d-eba3067e022c::all_1_31_6} <Trace> oximeter.fields_u16 (3a790436-232b-4913-bf8d-eba3067e022c) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 14686 | 2024.07.19 18:52:42.765568 [ 3 ] {863015b4-c7a8-47e6-9ec2-0dff49c21913} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14687 | 2024.07.19 18:52:42.765639 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 14688 | 2024.07.19 18:52:42.765814 [ 3 ] {863015b4-c7a8-47e6-9ec2-0dff49c21913} <Debug> executeQuery: Read 458 rows, 33.54 KiB in 0.003952 sec., 115890.68825910932 rows/sec., 8.29 MiB/sec. | ||
| 14689 | 2024.07.19 18:52:42.766016 [ 3 ] {863015b4-c7a8-47e6-9ec2-0dff49c21913} <Debug> DynamicQueryHandler: Done processing query | ||
| 14690 | 2024.07.19 18:52:42.766041 [ 3 ] {863015b4-c7a8-47e6-9ec2-0dff49c21913} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 14691 | 2024.07.19 18:52:42.766057 [ 3 ] {} <Debug> HTTP-Session: 5ffe15f1-b189-48e5-8e07-f7522c2f8116 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14692 | 2024.07.19 18:52:42.766179 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14693 | 2024.07.19 18:52:42.766228 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14694 | 2024.07.19 18:52:42.766246 [ 3 ] {} <Debug> HTTP-Session: 4b9e5b87-4e71-427d-be3c-aa39aa5b5c61 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 14695 | 2024.07.19 18:52:42.766263 [ 3 ] {} <Debug> HTTP-Session: 4b9e5b87-4e71-427d-be3c-aa39aa5b5c61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14696 | 2024.07.19 18:52:42.766277 [ 3 ] {} <Debug> HTTP-Session: 4b9e5b87-4e71-427d-be3c-aa39aa5b5c61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14697 | 2024.07.19 18:52:42.766308 [ 3 ] {} <Trace> HTTP-Session: 4b9e5b87-4e71-427d-be3c-aa39aa5b5c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14698 | 2024.07.19 18:52:42.766404 [ 3 ] {c4770b15-8e84-46fc-b128-13ae049b3953} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 14699 | 2024.07.19 18:52:42.766449 [ 3 ] {c4770b15-8e84-46fc-b128-13ae049b3953} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14700 | 2024.07.19 18:52:42.766588 [ 3 ] {c4770b15-8e84-46fc-b128-13ae049b3953} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14701 | 2024.07.19 18:52:42.766849 [ 3 ] {c4770b15-8e84-46fc-b128-13ae049b3953} <Trace> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14702 | 2024.07.19 18:52:42.766885 [ 3 ] {c4770b15-8e84-46fc-b128-13ae049b3953} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 14703 | 2024.07.19 18:52:42.767245 [ 3 ] {c4770b15-8e84-46fc-b128-13ae049b3953} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 14704 | 2024.07.19 18:52:42.767571 [ 3 ] {c4770b15-8e84-46fc-b128-13ae049b3953} <Trace> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14705 | 2024.07.19 18:52:42.767726 [ 3 ] {c4770b15-8e84-46fc-b128-13ae049b3953} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001347 sec., 4454.342984409799 rows/sec., 191.40 KiB/sec. | ||
| 14706 | 2024.07.19 18:52:42.767931 [ 3 ] {c4770b15-8e84-46fc-b128-13ae049b3953} <Debug> DynamicQueryHandler: Done processing query | ||
| 14707 | 2024.07.19 18:52:42.767956 [ 3 ] {c4770b15-8e84-46fc-b128-13ae049b3953} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 14708 | 2024.07.19 18:52:42.767972 [ 3 ] {} <Debug> HTTP-Session: 4b9e5b87-4e71-427d-be3c-aa39aa5b5c61 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14709 | 2024.07.19 18:52:42.768130 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 14079, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14710 | 2024.07.19 18:52:42.768178 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14711 | 2024.07.19 18:52:42.768196 [ 3 ] {} <Debug> HTTP-Session: dbc115c5-541c-434a-8731-9a672235f48a Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 14712 | 2024.07.19 18:52:42.768213 [ 3 ] {} <Debug> HTTP-Session: dbc115c5-541c-434a-8731-9a672235f48a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14713 | 2024.07.19 18:52:42.768227 [ 3 ] {} <Debug> HTTP-Session: dbc115c5-541c-434a-8731-9a672235f48a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14714 | 2024.07.19 18:52:42.768257 [ 3 ] {} <Trace> HTTP-Session: dbc115c5-541c-434a-8731-9a672235f48a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14715 | 2024.07.19 18:52:42.768374 [ 3 ] {9ad50ca3-3ddb-4665-977f-662eca72308b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 14716 | 2024.07.19 18:52:42.768421 [ 3 ] {9ad50ca3-3ddb-4665-977f-662eca72308b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 14717 | 2024.07.19 18:52:42.768575 [ 3 ] {9ad50ca3-3ddb-4665-977f-662eca72308b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14718 | 2024.07.19 18:52:42.768884 [ 3 ] {9ad50ca3-3ddb-4665-977f-662eca72308b} <Trace> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14719 | 2024.07.19 18:52:42.768919 [ 3 ] {9ad50ca3-3ddb-4665-977f-662eca72308b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 14720 | 2024.07.19 18:52:42.769280 [ 3 ] {9ad50ca3-3ddb-4665-977f-662eca72308b} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 14721 | 2024.07.19 18:52:42.769612 [ 3 ] {9ad50ca3-3ddb-4665-977f-662eca72308b} <Trace> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14722 | 2024.07.19 18:52:42.769764 [ 3 ] {9ad50ca3-3ddb-4665-977f-662eca72308b} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.00143 sec., 53846.153846153844 rows/sec., 3.32 MiB/sec. | ||
| 14723 | 2024.07.19 18:52:42.769932 [ 3 ] {9ad50ca3-3ddb-4665-977f-662eca72308b} <Debug> DynamicQueryHandler: Done processing query | ||
| 14724 | 2024.07.19 18:52:42.769956 [ 3 ] {9ad50ca3-3ddb-4665-977f-662eca72308b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 14725 | 2024.07.19 18:52:42.769972 [ 3 ] {} <Debug> HTTP-Session: dbc115c5-541c-434a-8731-9a672235f48a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14726 | 2024.07.19 18:52:42.770132 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 37791, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14727 | 2024.07.19 18:52:42.770182 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14728 | 2024.07.19 18:52:42.770201 [ 3 ] {} <Debug> HTTP-Session: 7e3d5223-d253-44bc-a2e2-31c2ebfd217c Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 14729 | 2024.07.19 18:52:42.770217 [ 3 ] {} <Debug> HTTP-Session: 7e3d5223-d253-44bc-a2e2-31c2ebfd217c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14730 | 2024.07.19 18:52:42.770232 [ 3 ] {} <Debug> HTTP-Session: 7e3d5223-d253-44bc-a2e2-31c2ebfd217c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14731 | 2024.07.19 18:52:42.770262 [ 3 ] {} <Trace> HTTP-Session: 7e3d5223-d253-44bc-a2e2-31c2ebfd217c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14732 | 2024.07.19 18:52:42.770461 [ 3 ] {c88b5e36-cfff-4b64-b147-b947442d46f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 14733 | 2024.07.19 18:52:42.770509 [ 3 ] {c88b5e36-cfff-4b64-b147-b947442d46f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14734 | 2024.07.19 18:52:42.770651 [ 3 ] {c88b5e36-cfff-4b64-b147-b947442d46f7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14735 | 2024.07.19 18:52:42.771059 [ 3 ] {c88b5e36-cfff-4b64-b147-b947442d46f7} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14736 | 2024.07.19 18:52:42.771095 [ 3 ] {c88b5e36-cfff-4b64-b147-b947442d46f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 14737 | 2024.07.19 18:52:42.771466 [ 3 ] {c88b5e36-cfff-4b64-b147-b947442d46f7} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 14738 | 2024.07.19 18:52:42.771810 [ 3 ] {c88b5e36-cfff-4b64-b147-b947442d46f7} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14739 | 2024.07.19 18:52:42.771968 [ 3 ] {c88b5e36-cfff-4b64-b147-b947442d46f7} <Debug> executeQuery: Read 197 rows, 14.08 KiB in 0.001617 sec., 121830.55040197898 rows/sec., 8.51 MiB/sec. | ||
| 14740 | 2024.07.19 18:52:42.772237 [ 3 ] {c88b5e36-cfff-4b64-b147-b947442d46f7} <Debug> DynamicQueryHandler: Done processing query | ||
| 14741 | 2024.07.19 18:52:42.772277 [ 3 ] {c88b5e36-cfff-4b64-b147-b947442d46f7} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 14742 | 2024.07.19 18:52:42.772337 [ 3 ] {} <Debug> HTTP-Session: 7e3d5223-d253-44bc-a2e2-31c2ebfd217c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14743 | 2024.07.19 18:52:42.772669 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 80927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14744 | 2024.07.19 18:52:42.772722 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14745 | 2024.07.19 18:52:42.772740 [ 3 ] {} <Debug> HTTP-Session: 75c94850-63a1-4482-8584-e75d961d8b60 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 14746 | 2024.07.19 18:52:42.772757 [ 3 ] {} <Debug> HTTP-Session: 75c94850-63a1-4482-8584-e75d961d8b60 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14747 | 2024.07.19 18:52:42.772771 [ 3 ] {} <Debug> HTTP-Session: 75c94850-63a1-4482-8584-e75d961d8b60 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14748 | 2024.07.19 18:52:42.772802 [ 3 ] {} <Trace> HTTP-Session: 75c94850-63a1-4482-8584-e75d961d8b60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14749 | 2024.07.19 18:52:42.773262 [ 3 ] {8085c015-00b4-4362-9c2a-544ae571b0c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 14750 | 2024.07.19 18:52:42.773334 [ 3 ] {8085c015-00b4-4362-9c2a-544ae571b0c1} <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 | ||
| 14751 | 2024.07.19 18:52:42.773762 [ 3 ] {8085c015-00b4-4362-9c2a-544ae571b0c1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14752 | 2024.07.19 18:52:42.774558 [ 3 ] {8085c015-00b4-4362-9c2a-544ae571b0c1} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14753 | 2024.07.19 18:52:42.774594 [ 3 ] {8085c015-00b4-4362-9c2a-544ae571b0c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 14754 | 2024.07.19 18:52:42.775245 [ 3 ] {8085c015-00b4-4362-9c2a-544ae571b0c1} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 14755 | 2024.07.19 18:52:42.775644 [ 3 ] {8085c015-00b4-4362-9c2a-544ae571b0c1} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14756 | 2024.07.19 18:52:42.775842 [ 3 ] {8085c015-00b4-4362-9c2a-544ae571b0c1} <Debug> executeQuery: Read 50 rows, 91.75 KiB in 0.002933 sec., 17047.391749062394 rows/sec., 30.55 MiB/sec. | ||
| 14757 | 2024.07.19 18:52:42.776306 [ 3 ] {8085c015-00b4-4362-9c2a-544ae571b0c1} <Debug> DynamicQueryHandler: Done processing query | ||
| 14758 | 2024.07.19 18:52:42.776358 [ 3 ] {8085c015-00b4-4362-9c2a-544ae571b0c1} <Debug> MemoryTracker: Peak memory usage (for query): 4.69 MiB. | ||
| 14759 | 2024.07.19 18:52:42.776389 [ 3 ] {} <Debug> HTTP-Session: 75c94850-63a1-4482-8584-e75d961d8b60 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14760 | 2024.07.19 18:52:42.776520 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 3212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14761 | 2024.07.19 18:52:42.776571 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14762 | 2024.07.19 18:52:42.776589 [ 3 ] {} <Debug> HTTP-Session: 9f194b4f-9b1d-482b-bef7-66430ea00321 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 14763 | 2024.07.19 18:52:42.776606 [ 3 ] {} <Debug> HTTP-Session: 9f194b4f-9b1d-482b-bef7-66430ea00321 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14764 | 2024.07.19 18:52:42.776620 [ 3 ] {} <Debug> HTTP-Session: 9f194b4f-9b1d-482b-bef7-66430ea00321 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14765 | 2024.07.19 18:52:42.776650 [ 3 ] {} <Trace> HTTP-Session: 9f194b4f-9b1d-482b-bef7-66430ea00321 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14766 | 2024.07.19 18:52:42.776755 [ 3 ] {7912c8c8-7dc1-4909-99fa-7adba3cb64f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 14767 | 2024.07.19 18:52:42.776801 [ 3 ] {7912c8c8-7dc1-4909-99fa-7adba3cb64f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 14768 | 2024.07.19 18:52:42.776945 [ 3 ] {7912c8c8-7dc1-4909-99fa-7adba3cb64f6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14769 | 2024.07.19 18:52:42.777263 [ 3 ] {7912c8c8-7dc1-4909-99fa-7adba3cb64f6} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14770 | 2024.07.19 18:52:42.777298 [ 3 ] {7912c8c8-7dc1-4909-99fa-7adba3cb64f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 14771 | 2024.07.19 18:52:42.777651 [ 3 ] {7912c8c8-7dc1-4909-99fa-7adba3cb64f6} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 14772 | 2024.07.19 18:52:42.777965 [ 3 ] {7912c8c8-7dc1-4909-99fa-7adba3cb64f6} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14773 | 2024.07.19 18:52:42.778124 [ 3 ] {7912c8c8-7dc1-4909-99fa-7adba3cb64f6} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001391 sec., 16534.86700215672 rows/sec., 894.42 KiB/sec. | ||
| 14774 | 2024.07.19 18:52:42.778289 [ 3 ] {7912c8c8-7dc1-4909-99fa-7adba3cb64f6} <Debug> DynamicQueryHandler: Done processing query | ||
| 14775 | 2024.07.19 18:52:42.778313 [ 3 ] {7912c8c8-7dc1-4909-99fa-7adba3cb64f6} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 14776 | 2024.07.19 18:52:42.778329 [ 3 ] {} <Debug> HTTP-Session: 9f194b4f-9b1d-482b-bef7-66430ea00321 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14777 | 2024.07.19 18:52:42.778444 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14778 | 2024.07.19 18:52:42.778493 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14779 | 2024.07.19 18:52:42.778511 [ 3 ] {} <Debug> HTTP-Session: 0843e3ce-5e7c-47ae-bf7c-e1b9f624fd6f Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 14780 | 2024.07.19 18:52:42.778527 [ 3 ] {} <Debug> HTTP-Session: 0843e3ce-5e7c-47ae-bf7c-e1b9f624fd6f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14781 | 2024.07.19 18:52:42.778541 [ 3 ] {} <Debug> HTTP-Session: 0843e3ce-5e7c-47ae-bf7c-e1b9f624fd6f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14782 | 2024.07.19 18:52:42.778570 [ 3 ] {} <Trace> HTTP-Session: 0843e3ce-5e7c-47ae-bf7c-e1b9f624fd6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14783 | 2024.07.19 18:52:42.778681 [ 3 ] {37fddf3c-ccdb-4c42-9bae-ec75edeafb0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 14784 | 2024.07.19 18:52:42.778725 [ 3 ] {37fddf3c-ccdb-4c42-9bae-ec75edeafb0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14785 | 2024.07.19 18:52:42.778853 [ 3 ] {37fddf3c-ccdb-4c42-9bae-ec75edeafb0b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14786 | 2024.07.19 18:52:42.779197 [ 3 ] {37fddf3c-ccdb-4c42-9bae-ec75edeafb0b} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14787 | 2024.07.19 18:52:42.779233 [ 3 ] {37fddf3c-ccdb-4c42-9bae-ec75edeafb0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 14788 | 2024.07.19 18:52:42.779588 [ 3 ] {37fddf3c-ccdb-4c42-9bae-ec75edeafb0b} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 14789 | 2024.07.19 18:52:42.779899 [ 3 ] {37fddf3c-ccdb-4c42-9bae-ec75edeafb0b} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14790 | 2024.07.19 18:52:42.780046 [ 3 ] {37fddf3c-ccdb-4c42-9bae-ec75edeafb0b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001398 sec., 42918.45493562232 rows/sec., 2.89 MiB/sec. | ||
| 14791 | 2024.07.19 18:52:42.780299 [ 3 ] {37fddf3c-ccdb-4c42-9bae-ec75edeafb0b} <Debug> DynamicQueryHandler: Done processing query | ||
| 14792 | 2024.07.19 18:52:42.780356 [ 3 ] {37fddf3c-ccdb-4c42-9bae-ec75edeafb0b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 14793 | 2024.07.19 18:52:42.780405 [ 3 ] {} <Debug> HTTP-Session: 0843e3ce-5e7c-47ae-bf7c-e1b9f624fd6f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14794 | 2024.07.19 18:52:45.518288 [ 137 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 14795 | 2024.07.19 18:52:45.518366 [ 137 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 14796 | 2024.07.19 18:52:47.739424 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 680, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14797 | 2024.07.19 18:52:47.739561 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14798 | 2024.07.19 18:52:47.739590 [ 3 ] {} <Debug> HTTP-Session: ac19d652-0708-4048-822a-cc044fdd1753 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 14799 | 2024.07.19 18:52:47.739619 [ 3 ] {} <Debug> HTTP-Session: ac19d652-0708-4048-822a-cc044fdd1753 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14800 | 2024.07.19 18:52:47.739637 [ 3 ] {} <Debug> HTTP-Session: ac19d652-0708-4048-822a-cc044fdd1753 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14801 | 2024.07.19 18:52:47.739693 [ 3 ] {} <Trace> HTTP-Session: ac19d652-0708-4048-822a-cc044fdd1753 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14802 | 2024.07.19 18:52:47.739877 [ 3 ] {47deec07-d68b-46f3-9ab0-1925e7551ec4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 14803 | 2024.07.19 18:52:47.739945 [ 3 ] {47deec07-d68b-46f3-9ab0-1925e7551ec4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 14804 | 2024.07.19 18:52:47.740143 [ 3 ] {47deec07-d68b-46f3-9ab0-1925e7551ec4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14805 | 2024.07.19 18:52:47.740653 [ 3 ] {47deec07-d68b-46f3-9ab0-1925e7551ec4} <Trace> oximeter.fields_ipaddr (5b198a67-6d84-4324-b6a3-e6f140922631): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14806 | 2024.07.19 18:52:47.740698 [ 3 ] {47deec07-d68b-46f3-9ab0-1925e7551ec4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 14807 | 2024.07.19 18:52:47.741087 [ 3 ] {47deec07-d68b-46f3-9ab0-1925e7551ec4} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 14808 | 2024.07.19 18:52:47.741419 [ 3 ] {47deec07-d68b-46f3-9ab0-1925e7551ec4} <Trace> oximeter.fields_ipaddr (5b198a67-6d84-4324-b6a3-e6f140922631): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14809 | 2024.07.19 18:52:47.741591 [ 3 ] {47deec07-d68b-46f3-9ab0-1925e7551ec4} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001761 sec., 2271.4366837024418 rows/sec., 185.22 KiB/sec. | ||
| 14810 | 2024.07.19 18:52:47.741800 [ 3 ] {47deec07-d68b-46f3-9ab0-1925e7551ec4} <Debug> DynamicQueryHandler: Done processing query | ||
| 14811 | 2024.07.19 18:52:47.741827 [ 3 ] {47deec07-d68b-46f3-9ab0-1925e7551ec4} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 14812 | 2024.07.19 18:52:47.741843 [ 3 ] {} <Debug> HTTP-Session: ac19d652-0708-4048-822a-cc044fdd1753 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14813 | 2024.07.19 18:52:47.741980 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 8106, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14814 | 2024.07.19 18:52:47.742035 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14815 | 2024.07.19 18:52:47.742055 [ 3 ] {} <Debug> HTTP-Session: 113d1099-baee-4000-81b6-43f931d43341 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 14816 | 2024.07.19 18:52:47.742074 [ 3 ] {} <Debug> HTTP-Session: 113d1099-baee-4000-81b6-43f931d43341 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14817 | 2024.07.19 18:52:47.742087 [ 3 ] {} <Debug> HTTP-Session: 113d1099-baee-4000-81b6-43f931d43341 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14818 | 2024.07.19 18:52:47.742124 [ 3 ] {} <Trace> HTTP-Session: 113d1099-baee-4000-81b6-43f931d43341 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14819 | 2024.07.19 18:52:47.742243 [ 3 ] {e2ca6d8c-c845-4540-9db1-a6f05d8285e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 14820 | 2024.07.19 18:52:47.742290 [ 3 ] {e2ca6d8c-c845-4540-9db1-a6f05d8285e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14821 | 2024.07.19 18:52:47.742425 [ 3 ] {e2ca6d8c-c845-4540-9db1-a6f05d8285e4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14822 | 2024.07.19 18:52:47.742768 [ 3 ] {e2ca6d8c-c845-4540-9db1-a6f05d8285e4} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14823 | 2024.07.19 18:52:47.742805 [ 3 ] {e2ca6d8c-c845-4540-9db1-a6f05d8285e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 14824 | 2024.07.19 18:52:47.743112 [ 3 ] {e2ca6d8c-c845-4540-9db1-a6f05d8285e4} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 14825 | 2024.07.19 18:52:47.743425 [ 3 ] {e2ca6d8c-c845-4540-9db1-a6f05d8285e4} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14826 | 2024.07.19 18:52:47.743581 [ 3 ] {e2ca6d8c-c845-4540-9db1-a6f05d8285e4} <Debug> executeQuery: Read 58 rows, 4.55 KiB in 0.001378 sec., 42089.985486211895 rows/sec., 3.23 MiB/sec. | ||
| 14827 | 2024.07.19 18:52:47.743747 [ 3 ] {e2ca6d8c-c845-4540-9db1-a6f05d8285e4} <Debug> DynamicQueryHandler: Done processing query | ||
| 14828 | 2024.07.19 18:52:47.743772 [ 3 ] {e2ca6d8c-c845-4540-9db1-a6f05d8285e4} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 14829 | 2024.07.19 18:52:47.743788 [ 3 ] {} <Debug> HTTP-Session: 113d1099-baee-4000-81b6-43f931d43341 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14830 | 2024.07.19 18:52:47.743899 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14831 | 2024.07.19 18:52:47.743949 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14832 | 2024.07.19 18:52:47.743968 [ 3 ] {} <Debug> HTTP-Session: 043f8e6f-ceaf-447b-9cd8-c58e44b23c32 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 14833 | 2024.07.19 18:52:47.743985 [ 3 ] {} <Debug> HTTP-Session: 043f8e6f-ceaf-447b-9cd8-c58e44b23c32 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14834 | 2024.07.19 18:52:47.743999 [ 3 ] {} <Debug> HTTP-Session: 043f8e6f-ceaf-447b-9cd8-c58e44b23c32 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14835 | 2024.07.19 18:52:47.744030 [ 3 ] {} <Trace> HTTP-Session: 043f8e6f-ceaf-447b-9cd8-c58e44b23c32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14836 | 2024.07.19 18:52:47.744125 [ 3 ] {3eed400c-5d7c-4ff3-ac70-5bcdcbf5ca9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 14837 | 2024.07.19 18:52:47.744169 [ 3 ] {3eed400c-5d7c-4ff3-ac70-5bcdcbf5ca9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14838 | 2024.07.19 18:52:47.744297 [ 3 ] {3eed400c-5d7c-4ff3-ac70-5bcdcbf5ca9e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14839 | 2024.07.19 18:52:47.744568 [ 3 ] {3eed400c-5d7c-4ff3-ac70-5bcdcbf5ca9e} <Trace> oximeter.fields_u16 (3a790436-232b-4913-bf8d-eba3067e022c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14840 | 2024.07.19 18:52:47.744604 [ 3 ] {3eed400c-5d7c-4ff3-ac70-5bcdcbf5ca9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 14841 | 2024.07.19 18:52:47.744898 [ 3 ] {3eed400c-5d7c-4ff3-ac70-5bcdcbf5ca9e} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 14842 | 2024.07.19 18:52:47.745194 [ 3 ] {3eed400c-5d7c-4ff3-ac70-5bcdcbf5ca9e} <Trace> oximeter.fields_u16 (3a790436-232b-4913-bf8d-eba3067e022c): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14843 | 2024.07.19 18:52:47.745340 [ 3 ] {3eed400c-5d7c-4ff3-ac70-5bcdcbf5ca9e} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001239 sec., 3228.410008071025 rows/sec., 225.42 KiB/sec. | ||
| 14844 | 2024.07.19 18:52:47.745502 [ 3 ] {3eed400c-5d7c-4ff3-ac70-5bcdcbf5ca9e} <Debug> DynamicQueryHandler: Done processing query | ||
| 14845 | 2024.07.19 18:52:47.745527 [ 3 ] {3eed400c-5d7c-4ff3-ac70-5bcdcbf5ca9e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 14846 | 2024.07.19 18:52:47.745542 [ 3 ] {} <Debug> HTTP-Session: 043f8e6f-ceaf-447b-9cd8-c58e44b23c32 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14847 | 2024.07.19 18:52:47.745649 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 11572, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14848 | 2024.07.19 18:52:47.745698 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14849 | 2024.07.19 18:52:47.745717 [ 3 ] {} <Debug> HTTP-Session: 1ce37814-ac2f-4895-9682-02a697adea3a Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 14850 | 2024.07.19 18:52:47.745734 [ 3 ] {} <Debug> HTTP-Session: 1ce37814-ac2f-4895-9682-02a697adea3a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14851 | 2024.07.19 18:52:47.745748 [ 3 ] {} <Debug> HTTP-Session: 1ce37814-ac2f-4895-9682-02a697adea3a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14852 | 2024.07.19 18:52:47.745779 [ 3 ] {} <Trace> HTTP-Session: 1ce37814-ac2f-4895-9682-02a697adea3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14853 | 2024.07.19 18:52:47.745892 [ 3 ] {e5a58a74-5db3-48ba-8a1c-52d4f0a63735} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 14854 | 2024.07.19 18:52:47.745935 [ 3 ] {e5a58a74-5db3-48ba-8a1c-52d4f0a63735} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14855 | 2024.07.19 18:52:47.746060 [ 3 ] {e5a58a74-5db3-48ba-8a1c-52d4f0a63735} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14856 | 2024.07.19 18:52:47.746437 [ 3 ] {e5a58a74-5db3-48ba-8a1c-52d4f0a63735} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14857 | 2024.07.19 18:52:47.746473 [ 3 ] {e5a58a74-5db3-48ba-8a1c-52d4f0a63735} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 14858 | 2024.07.19 18:52:47.746776 [ 3 ] {e5a58a74-5db3-48ba-8a1c-52d4f0a63735} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 14859 | 2024.07.19 18:52:47.747076 [ 3 ] {e5a58a74-5db3-48ba-8a1c-52d4f0a63735} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14860 | 2024.07.19 18:52:47.747221 [ 3 ] {e5a58a74-5db3-48ba-8a1c-52d4f0a63735} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001367 sec., 49743.96488661302 rows/sec., 3.89 MiB/sec. | ||
| 14861 | 2024.07.19 18:52:47.747382 [ 3 ] {e5a58a74-5db3-48ba-8a1c-52d4f0a63735} <Debug> DynamicQueryHandler: Done processing query | ||
| 14862 | 2024.07.19 18:52:47.747407 [ 3 ] {e5a58a74-5db3-48ba-8a1c-52d4f0a63735} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 14863 | 2024.07.19 18:52:47.747422 [ 3 ] {} <Debug> HTTP-Session: 1ce37814-ac2f-4895-9682-02a697adea3a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14864 | 2024.07.19 18:52:47.747546 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 31021, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14865 | 2024.07.19 18:52:47.747595 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14866 | 2024.07.19 18:52:47.747614 [ 3 ] {} <Debug> HTTP-Session: 9ad0324a-cbc0-4308-947d-ad4f08908ed1 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 14867 | 2024.07.19 18:52:47.747630 [ 3 ] {} <Debug> HTTP-Session: 9ad0324a-cbc0-4308-947d-ad4f08908ed1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14868 | 2024.07.19 18:52:47.747644 [ 3 ] {} <Debug> HTTP-Session: 9ad0324a-cbc0-4308-947d-ad4f08908ed1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14869 | 2024.07.19 18:52:47.747674 [ 3 ] {} <Trace> HTTP-Session: 9ad0324a-cbc0-4308-947d-ad4f08908ed1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14870 | 2024.07.19 18:52:47.747821 [ 3 ] {90aa3957-dc25-4ea6-ba6c-e54c939c1c63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 14871 | 2024.07.19 18:52:47.747869 [ 3 ] {90aa3957-dc25-4ea6-ba6c-e54c939c1c63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14872 | 2024.07.19 18:52:47.748011 [ 3 ] {90aa3957-dc25-4ea6-ba6c-e54c939c1c63} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14873 | 2024.07.19 18:52:47.748391 [ 3 ] {90aa3957-dc25-4ea6-ba6c-e54c939c1c63} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14874 | 2024.07.19 18:52:47.748427 [ 3 ] {90aa3957-dc25-4ea6-ba6c-e54c939c1c63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 14875 | 2024.07.19 18:52:47.748815 [ 3 ] {90aa3957-dc25-4ea6-ba6c-e54c939c1c63} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 14876 | 2024.07.19 18:52:47.749152 [ 3 ] {90aa3957-dc25-4ea6-ba6c-e54c939c1c63} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14877 | 2024.07.19 18:52:47.749313 [ 3 ] {90aa3957-dc25-4ea6-ba6c-e54c939c1c63} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001555 sec., 104180.06430868167 rows/sec., 7.25 MiB/sec. | ||
| 14878 | 2024.07.19 18:52:47.749478 [ 3 ] {90aa3957-dc25-4ea6-ba6c-e54c939c1c63} <Debug> DynamicQueryHandler: Done processing query | ||
| 14879 | 2024.07.19 18:52:47.749503 [ 3 ] {90aa3957-dc25-4ea6-ba6c-e54c939c1c63} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 14880 | 2024.07.19 18:52:47.749519 [ 3 ] {} <Debug> HTTP-Session: 9ad0324a-cbc0-4308-947d-ad4f08908ed1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14881 | 2024.07.19 18:52:47.749639 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14882 | 2024.07.19 18:52:47.749688 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14883 | 2024.07.19 18:52:47.749707 [ 3 ] {} <Debug> HTTP-Session: 12c79cb6-0649-408c-b76d-ca3ca4d7b7e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 14884 | 2024.07.19 18:52:47.749724 [ 3 ] {} <Debug> HTTP-Session: 12c79cb6-0649-408c-b76d-ca3ca4d7b7e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14885 | 2024.07.19 18:52:47.749739 [ 3 ] {} <Debug> HTTP-Session: 12c79cb6-0649-408c-b76d-ca3ca4d7b7e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14886 | 2024.07.19 18:52:47.749769 [ 3 ] {} <Trace> HTTP-Session: 12c79cb6-0649-408c-b76d-ca3ca4d7b7e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14887 | 2024.07.19 18:52:47.749900 [ 3 ] {7f6de20c-a9a8-4ae9-86a4-934c77dd0308} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 14888 | 2024.07.19 18:52:47.749945 [ 3 ] {7f6de20c-a9a8-4ae9-86a4-934c77dd0308} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14889 | 2024.07.19 18:52:47.750069 [ 3 ] {7f6de20c-a9a8-4ae9-86a4-934c77dd0308} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14890 | 2024.07.19 18:52:47.750378 [ 3 ] {7f6de20c-a9a8-4ae9-86a4-934c77dd0308} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14891 | 2024.07.19 18:52:47.750414 [ 3 ] {7f6de20c-a9a8-4ae9-86a4-934c77dd0308} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 14892 | 2024.07.19 18:52:47.750765 [ 3 ] {7f6de20c-a9a8-4ae9-86a4-934c77dd0308} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 14893 | 2024.07.19 18:52:47.751077 [ 3 ] {7f6de20c-a9a8-4ae9-86a4-934c77dd0308} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14894 | 2024.07.19 18:52:47.751231 [ 3 ] {7f6de20c-a9a8-4ae9-86a4-934c77dd0308} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001383 sec., 43383.94793926248 rows/sec., 2.92 MiB/sec. | ||
| 14895 | 2024.07.19 18:52:47.751409 [ 3 ] {7f6de20c-a9a8-4ae9-86a4-934c77dd0308} <Debug> DynamicQueryHandler: Done processing query | ||
| 14896 | 2024.07.19 18:52:47.751434 [ 3 ] {7f6de20c-a9a8-4ae9-86a4-934c77dd0308} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 14897 | 2024.07.19 18:52:47.751449 [ 3 ] {} <Debug> HTTP-Session: 12c79cb6-0649-408c-b76d-ca3ca4d7b7e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14898 | 2024.07.19 18:52:52.746489 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 7913, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14899 | 2024.07.19 18:52:52.746677 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14900 | 2024.07.19 18:52:52.746724 [ 3 ] {} <Debug> HTTP-Session: 863e0675-94be-45b3-af26-42f723029957 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 14901 | 2024.07.19 18:52:52.746768 [ 3 ] {} <Debug> HTTP-Session: 863e0675-94be-45b3-af26-42f723029957 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14902 | 2024.07.19 18:52:52.746798 [ 3 ] {} <Debug> HTTP-Session: 863e0675-94be-45b3-af26-42f723029957 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14903 | 2024.07.19 18:52:52.746875 [ 3 ] {} <Trace> HTTP-Session: 863e0675-94be-45b3-af26-42f723029957 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14904 | 2024.07.19 18:52:52.747122 [ 3 ] {f7290df2-ba71-471c-8b9a-1ebc80e93acf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 14905 | 2024.07.19 18:52:52.747188 [ 3 ] {f7290df2-ba71-471c-8b9a-1ebc80e93acf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 14906 | 2024.07.19 18:52:52.747377 [ 3 ] {f7290df2-ba71-471c-8b9a-1ebc80e93acf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14907 | 2024.07.19 18:52:52.747834 [ 3 ] {f7290df2-ba71-471c-8b9a-1ebc80e93acf} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14908 | 2024.07.19 18:52:52.747875 [ 3 ] {f7290df2-ba71-471c-8b9a-1ebc80e93acf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 14909 | 2024.07.19 18:52:52.748248 [ 3 ] {f7290df2-ba71-471c-8b9a-1ebc80e93acf} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 14910 | 2024.07.19 18:52:52.748582 [ 3 ] {f7290df2-ba71-471c-8b9a-1ebc80e93acf} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14911 | 2024.07.19 18:52:52.748717 [ 36 ] {} <Debug> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e) (MergerMutator): Selected 5 parts from all_1_70_14 to all_74_74_0 | ||
| 14912 | 2024.07.19 18:52:52.748728 [ 3 ] {f7290df2-ba71-471c-8b9a-1ebc80e93acf} <Debug> executeQuery: Read 56 rows, 4.39 KiB in 0.001668 sec., 33573.14148681055 rows/sec., 2.57 MiB/sec. | ||
| 14913 | 2024.07.19 18:52:52.748760 [ 36 ] {} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14914 | 2024.07.19 18:52:52.748796 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 14915 | 2024.07.19 18:52:52.748922 [ 194 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_74_15} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_70_14 to all_74_74_0 into Compact with storage Full | ||
| 14916 | 2024.07.19 18:52:52.748978 [ 3 ] {f7290df2-ba71-471c-8b9a-1ebc80e93acf} <Debug> DynamicQueryHandler: Done processing query | ||
| 14917 | 2024.07.19 18:52:52.749009 [ 3 ] {f7290df2-ba71-471c-8b9a-1ebc80e93acf} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 14918 | 2024.07.19 18:52:52.749032 [ 3 ] {} <Debug> HTTP-Session: 863e0675-94be-45b3-af26-42f723029957 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14919 | 2024.07.19 18:52:52.749084 [ 194 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_74_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14920 | 2024.07.19 18:52:52.749118 [ 194 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_74_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_70_14, total 56 rows starting from the beginning of the part | ||
| 14921 | 2024.07.19 18:52:52.749199 [ 194 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_74_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 56 rows starting from the beginning of the part | ||
| 14922 | 2024.07.19 18:52:52.749324 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 47062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14923 | 2024.07.19 18:52:52.749623 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14924 | 2024.07.19 18:52:52.749643 [ 194 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_74_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 56 rows starting from the beginning of the part | ||
| 14925 | 2024.07.19 18:52:52.749694 [ 3 ] {} <Debug> HTTP-Session: 5a03abac-405e-470e-8623-928d8c3021df Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 14926 | 2024.07.19 18:52:52.749740 [ 3 ] {} <Debug> HTTP-Session: 5a03abac-405e-470e-8623-928d8c3021df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14927 | 2024.07.19 18:52:52.749791 [ 3 ] {} <Debug> HTTP-Session: 5a03abac-405e-470e-8623-928d8c3021df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14928 | 2024.07.19 18:52:52.749931 [ 194 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_74_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 56 rows starting from the beginning of the part | ||
| 14929 | 2024.07.19 18:52:52.749932 [ 3 ] {} <Trace> HTTP-Session: 5a03abac-405e-470e-8623-928d8c3021df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14930 | 2024.07.19 18:52:52.750085 [ 194 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_74_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 56 rows starting from the beginning of the part | ||
| 14931 | 2024.07.19 18:52:52.750420 [ 3 ] {66685226-8db0-4dc1-8a82-8218cc576c44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 14932 | 2024.07.19 18:52:52.750513 [ 3 ] {66685226-8db0-4dc1-8a82-8218cc576c44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14933 | 2024.07.19 18:52:52.750751 [ 3 ] {66685226-8db0-4dc1-8a82-8218cc576c44} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14934 | 2024.07.19 18:52:52.751549 [ 3 ] {66685226-8db0-4dc1-8a82-8218cc576c44} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14935 | 2024.07.19 18:52:52.751611 [ 3 ] {66685226-8db0-4dc1-8a82-8218cc576c44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 14936 | 2024.07.19 18:52:52.751721 [ 197 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_74_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 280 rows, containing 4 columns (4 merged, 0 gathered) in 0.002846854 sec., 98354.18324929907 rows/sec., 7.53 MiB/sec. | ||
| 14937 | 2024.07.19 18:52:52.751976 [ 197 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_74_15} <Trace> MergedBlockOutputStream: filled checksums all_1_74_15 (state Temporary) | ||
| 14938 | 2024.07.19 18:52:52.752153 [ 3 ] {66685226-8db0-4dc1-8a82-8218cc576c44} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 14939 | 2024.07.19 18:52:52.752833 [ 197 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_74_15} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Renaming temporary part tmp_merge_all_1_74_15 to all_1_74_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14940 | 2024.07.19 18:52:52.752945 [ 3 ] {66685226-8db0-4dc1-8a82-8218cc576c44} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14941 | 2024.07.19 18:52:52.753003 [ 197 ] {eebb7d55-ae8f-4ccb-a647-e73781c7d31e::all_1_74_15} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e) (MergerMutator): Merged 5 parts: [all_1_70_14, all_74_74_0] -> all_1_74_15 | ||
| 14942 | 2024.07.19 18:52:52.753243 [ 3 ] {66685226-8db0-4dc1-8a82-8218cc576c44} <Debug> executeQuery: Read 311 rows, 28.19 KiB in 0.00309 sec., 100647.24919093851 rows/sec., 8.91 MiB/sec. | ||
| 14943 | 2024.07.19 18:52:52.753244 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 14944 | 2024.07.19 18:52:52.753504 [ 3 ] {66685226-8db0-4dc1-8a82-8218cc576c44} <Debug> DynamicQueryHandler: Done processing query | ||
| 14945 | 2024.07.19 18:52:52.753534 [ 3 ] {66685226-8db0-4dc1-8a82-8218cc576c44} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
| 14946 | 2024.07.19 18:52:52.753550 [ 3 ] {} <Debug> HTTP-Session: 5a03abac-405e-470e-8623-928d8c3021df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14947 | 2024.07.19 18:52:52.753776 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 70035, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14948 | 2024.07.19 18:52:52.753827 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14949 | 2024.07.19 18:52:52.753846 [ 3 ] {} <Debug> HTTP-Session: 013fa8eb-f2a4-443e-b121-83f1e7a102fc Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 14950 | 2024.07.19 18:52:52.753863 [ 3 ] {} <Debug> HTTP-Session: 013fa8eb-f2a4-443e-b121-83f1e7a102fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14951 | 2024.07.19 18:52:52.753877 [ 3 ] {} <Debug> HTTP-Session: 013fa8eb-f2a4-443e-b121-83f1e7a102fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14952 | 2024.07.19 18:52:52.753912 [ 3 ] {} <Trace> HTTP-Session: 013fa8eb-f2a4-443e-b121-83f1e7a102fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14953 | 2024.07.19 18:52:52.754164 [ 3 ] {fc40ab6e-16bc-436f-87db-5ecb79a1e196} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 14954 | 2024.07.19 18:52:52.754208 [ 3 ] {fc40ab6e-16bc-436f-87db-5ecb79a1e196} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14955 | 2024.07.19 18:52:52.754343 [ 3 ] {fc40ab6e-16bc-436f-87db-5ecb79a1e196} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14956 | 2024.07.19 18:52:52.754914 [ 3 ] {fc40ab6e-16bc-436f-87db-5ecb79a1e196} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14957 | 2024.07.19 18:52:52.754950 [ 3 ] {fc40ab6e-16bc-436f-87db-5ecb79a1e196} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 14958 | 2024.07.19 18:52:52.755278 [ 3 ] {fc40ab6e-16bc-436f-87db-5ecb79a1e196} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 14959 | 2024.07.19 18:52:52.755579 [ 3 ] {fc40ab6e-16bc-436f-87db-5ecb79a1e196} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14960 | 2024.07.19 18:52:52.755700 [ 3 ] {fc40ab6e-16bc-436f-87db-5ecb79a1e196} <Debug> executeQuery: Read 432 rows, 31.48 KiB in 0.00168 sec., 257142.85714285713 rows/sec., 18.30 MiB/sec. | ||
| 14961 | 2024.07.19 18:52:52.755864 [ 3 ] {fc40ab6e-16bc-436f-87db-5ecb79a1e196} <Debug> DynamicQueryHandler: Done processing query | ||
| 14962 | 2024.07.19 18:52:52.755889 [ 3 ] {fc40ab6e-16bc-436f-87db-5ecb79a1e196} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 14963 | 2024.07.19 18:52:52.755905 [ 3 ] {} <Debug> HTTP-Session: 013fa8eb-f2a4-443e-b121-83f1e7a102fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14964 | 2024.07.19 18:52:52.756046 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14965 | 2024.07.19 18:52:52.756094 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14966 | 2024.07.19 18:52:52.756113 [ 3 ] {} <Debug> HTTP-Session: 031f28ae-7c51-4205-bdb9-b2cbdcd51320 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 14967 | 2024.07.19 18:52:52.756128 [ 3 ] {} <Debug> HTTP-Session: 031f28ae-7c51-4205-bdb9-b2cbdcd51320 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14968 | 2024.07.19 18:52:52.756143 [ 3 ] {} <Debug> HTTP-Session: 031f28ae-7c51-4205-bdb9-b2cbdcd51320 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14969 | 2024.07.19 18:52:52.756175 [ 3 ] {} <Trace> HTTP-Session: 031f28ae-7c51-4205-bdb9-b2cbdcd51320 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14970 | 2024.07.19 18:52:52.756268 [ 3 ] {b75fac1e-2b47-45bf-ba97-98aaf60024d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 14971 | 2024.07.19 18:52:52.756314 [ 3 ] {b75fac1e-2b47-45bf-ba97-98aaf60024d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14972 | 2024.07.19 18:52:52.756444 [ 3 ] {b75fac1e-2b47-45bf-ba97-98aaf60024d0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14973 | 2024.07.19 18:52:52.756699 [ 3 ] {b75fac1e-2b47-45bf-ba97-98aaf60024d0} <Trace> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14974 | 2024.07.19 18:52:52.756732 [ 3 ] {b75fac1e-2b47-45bf-ba97-98aaf60024d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 14975 | 2024.07.19 18:52:52.757079 [ 3 ] {b75fac1e-2b47-45bf-ba97-98aaf60024d0} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 14976 | 2024.07.19 18:52:52.757396 [ 3 ] {b75fac1e-2b47-45bf-ba97-98aaf60024d0} <Trace> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14977 | 2024.07.19 18:52:52.757525 [ 3 ] {b75fac1e-2b47-45bf-ba97-98aaf60024d0} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001283 sec., 4676.539360872954 rows/sec., 200.95 KiB/sec. | ||
| 14978 | 2024.07.19 18:52:52.757688 [ 3 ] {b75fac1e-2b47-45bf-ba97-98aaf60024d0} <Debug> DynamicQueryHandler: Done processing query | ||
| 14979 | 2024.07.19 18:52:52.757712 [ 3 ] {b75fac1e-2b47-45bf-ba97-98aaf60024d0} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 14980 | 2024.07.19 18:52:52.757727 [ 3 ] {} <Debug> HTTP-Session: 031f28ae-7c51-4205-bdb9-b2cbdcd51320 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14981 | 2024.07.19 18:52:52.757849 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 14079, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14982 | 2024.07.19 18:52:52.757897 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14983 | 2024.07.19 18:52:52.757915 [ 3 ] {} <Debug> HTTP-Session: 4069dbcc-37f5-4d8a-aee4-6cf26a3bffdd Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 14984 | 2024.07.19 18:52:52.757932 [ 3 ] {} <Debug> HTTP-Session: 4069dbcc-37f5-4d8a-aee4-6cf26a3bffdd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14985 | 2024.07.19 18:52:52.757946 [ 3 ] {} <Debug> HTTP-Session: 4069dbcc-37f5-4d8a-aee4-6cf26a3bffdd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14986 | 2024.07.19 18:52:52.757976 [ 3 ] {} <Trace> HTTP-Session: 4069dbcc-37f5-4d8a-aee4-6cf26a3bffdd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14987 | 2024.07.19 18:52:52.758093 [ 3 ] {cc7ca8b4-df5f-45e8-9ccf-dc8b70e6cd12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 14988 | 2024.07.19 18:52:52.758138 [ 3 ] {cc7ca8b4-df5f-45e8-9ccf-dc8b70e6cd12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 14989 | 2024.07.19 18:52:52.758282 [ 3 ] {cc7ca8b4-df5f-45e8-9ccf-dc8b70e6cd12} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14990 | 2024.07.19 18:52:52.758586 [ 3 ] {cc7ca8b4-df5f-45e8-9ccf-dc8b70e6cd12} <Trace> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14991 | 2024.07.19 18:52:52.758620 [ 3 ] {cc7ca8b4-df5f-45e8-9ccf-dc8b70e6cd12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 14992 | 2024.07.19 18:52:52.758984 [ 3 ] {cc7ca8b4-df5f-45e8-9ccf-dc8b70e6cd12} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 14993 | 2024.07.19 18:52:52.759317 [ 3 ] {cc7ca8b4-df5f-45e8-9ccf-dc8b70e6cd12} <Trace> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14994 | 2024.07.19 18:52:52.759447 [ 3 ] {cc7ca8b4-df5f-45e8-9ccf-dc8b70e6cd12} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001398 sec., 55078.68383404864 rows/sec., 3.39 MiB/sec. | ||
| 14995 | 2024.07.19 18:52:52.759610 [ 3 ] {cc7ca8b4-df5f-45e8-9ccf-dc8b70e6cd12} <Debug> DynamicQueryHandler: Done processing query | ||
| 14996 | 2024.07.19 18:52:52.759634 [ 3 ] {cc7ca8b4-df5f-45e8-9ccf-dc8b70e6cd12} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 14997 | 2024.07.19 18:52:52.759649 [ 3 ] {} <Debug> HTTP-Session: 4069dbcc-37f5-4d8a-aee4-6cf26a3bffdd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14998 | 2024.07.19 18:52:52.759796 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14999 | 2024.07.19 18:52:52.759844 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15000 | 2024.07.19 18:52:52.759862 [ 3 ] {} <Debug> HTTP-Session: be64cd22-2744-4906-9f16-42c2d597e240 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 15001 | 2024.07.19 18:52:52.759878 [ 3 ] {} <Debug> HTTP-Session: be64cd22-2744-4906-9f16-42c2d597e240 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15002 | 2024.07.19 18:52:52.759891 [ 3 ] {} <Debug> HTTP-Session: be64cd22-2744-4906-9f16-42c2d597e240 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15003 | 2024.07.19 18:52:52.759922 [ 3 ] {} <Trace> HTTP-Session: be64cd22-2744-4906-9f16-42c2d597e240 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15004 | 2024.07.19 18:52:52.760096 [ 3 ] {dc344598-5166-4103-b1d6-698e7ad601e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 15005 | 2024.07.19 18:52:52.760140 [ 3 ] {dc344598-5166-4103-b1d6-698e7ad601e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15006 | 2024.07.19 18:52:52.760281 [ 3 ] {dc344598-5166-4103-b1d6-698e7ad601e7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15007 | 2024.07.19 18:52:52.760658 [ 3 ] {dc344598-5166-4103-b1d6-698e7ad601e7} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15008 | 2024.07.19 18:52:52.760692 [ 3 ] {dc344598-5166-4103-b1d6-698e7ad601e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 15009 | 2024.07.19 18:52:52.761054 [ 3 ] {dc344598-5166-4103-b1d6-698e7ad601e7} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 15010 | 2024.07.19 18:52:52.761377 [ 3 ] {dc344598-5166-4103-b1d6-698e7ad601e7} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15011 | 2024.07.19 18:52:52.761503 [ 3 ] {dc344598-5166-4103-b1d6-698e7ad601e7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001506 sec., 106241.69986719788 rows/sec., 7.40 MiB/sec. | ||
| 15012 | 2024.07.19 18:52:52.761508 [ 36 ] {} <Debug> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 15013 | 2024.07.19 18:52:52.761566 [ 36 ] {} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15014 | 2024.07.19 18:52:52.761602 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 15015 | 2024.07.19 18:52:52.761732 [ 3 ] {dc344598-5166-4103-b1d6-698e7ad601e7} <Debug> DynamicQueryHandler: Done processing query | ||
| 15016 | 2024.07.19 18:52:52.761777 [ 3 ] {dc344598-5166-4103-b1d6-698e7ad601e7} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 15017 | 2024.07.19 18:52:52.761793 [ 197 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
| 15018 | 2024.07.19 18:52:52.761802 [ 3 ] {} <Debug> HTTP-Session: be64cd22-2744-4906-9f16-42c2d597e240 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15019 | 2024.07.19 18:52:52.762009 [ 197 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15020 | 2024.07.19 18:52:52.762028 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 80835, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15021 | 2024.07.19 18:52:52.762067 [ 197 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_76_15, total 12123 rows starting from the beginning of the part | ||
| 15022 | 2024.07.19 18:52:52.762125 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15023 | 2024.07.19 18:52:52.762237 [ 3 ] {} <Debug> HTTP-Session: 14a3deff-27ce-46a5-bd05-e76b2aef6f16 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 15024 | 2024.07.19 18:52:52.762310 [ 197 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 162 rows starting from the beginning of the part | ||
| 15025 | 2024.07.19 18:52:52.762332 [ 3 ] {} <Debug> HTTP-Session: 14a3deff-27ce-46a5-bd05-e76b2aef6f16 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15026 | 2024.07.19 18:52:52.762415 [ 3 ] {} <Debug> HTTP-Session: 14a3deff-27ce-46a5-bd05-e76b2aef6f16 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15027 | 2024.07.19 18:52:52.762576 [ 3 ] {} <Trace> HTTP-Session: 14a3deff-27ce-46a5-bd05-e76b2aef6f16 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15028 | 2024.07.19 18:52:52.762597 [ 197 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 160 rows starting from the beginning of the part | ||
| 15029 | 2024.07.19 18:52:52.762796 [ 197 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 197 rows starting from the beginning of the part | ||
| 15030 | 2024.07.19 18:52:52.762998 [ 197 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 162 rows starting from the beginning of the part | ||
| 15031 | 2024.07.19 18:52:52.763107 [ 197 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 160 rows starting from the beginning of the part | ||
| 15032 | 2024.07.19 18:52:52.763344 [ 3 ] {ba061152-7dd8-4982-ab51-95df6f4d23ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 15033 | 2024.07.19 18:52:52.763482 [ 3 ] {ba061152-7dd8-4982-ab51-95df6f4d23ca} <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 | ||
| 15034 | 2024.07.19 18:52:52.764480 [ 3 ] {ba061152-7dd8-4982-ab51-95df6f4d23ca} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15035 | 2024.07.19 18:52:52.765948 [ 3 ] {ba061152-7dd8-4982-ab51-95df6f4d23ca} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15036 | 2024.07.19 18:52:52.766002 [ 3 ] {ba061152-7dd8-4982-ab51-95df6f4d23ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 15037 | 2024.07.19 18:52:52.767270 [ 3 ] {ba061152-7dd8-4982-ab51-95df6f4d23ca} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 15038 | 2024.07.19 18:52:52.767757 [ 3 ] {ba061152-7dd8-4982-ab51-95df6f4d23ca} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15039 | 2024.07.19 18:52:52.767993 [ 3 ] {ba061152-7dd8-4982-ab51-95df6f4d23ca} <Debug> executeQuery: Read 50 rows, 91.75 KiB in 0.005143 sec., 9721.952167995334 rows/sec., 17.42 MiB/sec. | ||
| 15040 | 2024.07.19 18:52:52.768284 [ 3 ] {ba061152-7dd8-4982-ab51-95df6f4d23ca} <Debug> DynamicQueryHandler: Done processing query | ||
| 15041 | 2024.07.19 18:52:52.768314 [ 3 ] {ba061152-7dd8-4982-ab51-95df6f4d23ca} <Debug> MemoryTracker: Peak memory usage (for query): 4.69 MiB. | ||
| 15042 | 2024.07.19 18:52:52.768383 [ 3 ] {} <Debug> HTTP-Session: 14a3deff-27ce-46a5-bd05-e76b2aef6f16 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15043 | 2024.07.19 18:52:52.768527 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 3212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15044 | 2024.07.19 18:52:52.768632 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15045 | 2024.07.19 18:52:52.768714 [ 3 ] {} <Debug> HTTP-Session: 4c82430a-4bd7-4e42-bc92-98b158563aca Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 15046 | 2024.07.19 18:52:52.768770 [ 3 ] {} <Debug> HTTP-Session: 4c82430a-4bd7-4e42-bc92-98b158563aca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15047 | 2024.07.19 18:52:52.768837 [ 3 ] {} <Debug> HTTP-Session: 4c82430a-4bd7-4e42-bc92-98b158563aca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15048 | 2024.07.19 18:52:52.768925 [ 3 ] {} <Trace> HTTP-Session: 4c82430a-4bd7-4e42-bc92-98b158563aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15049 | 2024.07.19 18:52:52.768971 [ 197 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12964 rows, containing 5 columns (5 merged, 0 gathered) in 0.007280023 sec., 1780763.6047303698 rows/sec., 124.10 MiB/sec. | ||
| 15050 | 2024.07.19 18:52:52.769093 [ 3 ] {cdb9b422-8903-48c9-83b6-f253034f9fdb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 15051 | 2024.07.19 18:52:52.769144 [ 3 ] {cdb9b422-8903-48c9-83b6-f253034f9fdb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 15052 | 2024.07.19 18:52:52.769338 [ 3 ] {cdb9b422-8903-48c9-83b6-f253034f9fdb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15053 | 2024.07.19 18:52:52.769419 [ 197 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 15054 | 2024.07.19 18:52:52.770234 [ 3 ] {cdb9b422-8903-48c9-83b6-f253034f9fdb} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15055 | 2024.07.19 18:52:52.770288 [ 3 ] {cdb9b422-8903-48c9-83b6-f253034f9fdb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 15056 | 2024.07.19 18:52:52.770445 [ 197 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15057 | 2024.07.19 18:52:52.770586 [ 197 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 15058 | 2024.07.19 18:52:52.770745 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.60 MiB. | ||
| 15059 | 2024.07.19 18:52:52.770922 [ 3 ] {cdb9b422-8903-48c9-83b6-f253034f9fdb} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 15060 | 2024.07.19 18:52:52.771251 [ 3 ] {cdb9b422-8903-48c9-83b6-f253034f9fdb} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15061 | 2024.07.19 18:52:52.771404 [ 3 ] {cdb9b422-8903-48c9-83b6-f253034f9fdb} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.002357 sec., 9758.167161646159 rows/sec., 527.85 KiB/sec. | ||
| 15062 | 2024.07.19 18:52:52.771703 [ 3 ] {cdb9b422-8903-48c9-83b6-f253034f9fdb} <Debug> DynamicQueryHandler: Done processing query | ||
| 15063 | 2024.07.19 18:52:52.771755 [ 3 ] {cdb9b422-8903-48c9-83b6-f253034f9fdb} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 15064 | 2024.07.19 18:52:52.771790 [ 3 ] {} <Debug> HTTP-Session: 4c82430a-4bd7-4e42-bc92-98b158563aca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15065 | 2024.07.19 18:52:52.771928 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15066 | 2024.07.19 18:52:52.771976 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15067 | 2024.07.19 18:52:52.771995 [ 3 ] {} <Debug> HTTP-Session: 51db8ea2-f723-4b2a-a561-bb8bd584805d Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 15068 | 2024.07.19 18:52:52.772011 [ 3 ] {} <Debug> HTTP-Session: 51db8ea2-f723-4b2a-a561-bb8bd584805d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15069 | 2024.07.19 18:52:52.772025 [ 3 ] {} <Debug> HTTP-Session: 51db8ea2-f723-4b2a-a561-bb8bd584805d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15070 | 2024.07.19 18:52:52.772056 [ 3 ] {} <Trace> HTTP-Session: 51db8ea2-f723-4b2a-a561-bb8bd584805d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15071 | 2024.07.19 18:52:52.772181 [ 3 ] {43ad9c41-5b21-4ef5-8317-75caa1f80b85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 15072 | 2024.07.19 18:52:52.772226 [ 3 ] {43ad9c41-5b21-4ef5-8317-75caa1f80b85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15073 | 2024.07.19 18:52:52.772369 [ 3 ] {43ad9c41-5b21-4ef5-8317-75caa1f80b85} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15074 | 2024.07.19 18:52:52.772701 [ 3 ] {43ad9c41-5b21-4ef5-8317-75caa1f80b85} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15075 | 2024.07.19 18:52:52.772737 [ 3 ] {43ad9c41-5b21-4ef5-8317-75caa1f80b85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 15076 | 2024.07.19 18:52:52.773095 [ 3 ] {43ad9c41-5b21-4ef5-8317-75caa1f80b85} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 15077 | 2024.07.19 18:52:52.773415 [ 3 ] {43ad9c41-5b21-4ef5-8317-75caa1f80b85} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15078 | 2024.07.19 18:52:52.773564 [ 3 ] {43ad9c41-5b21-4ef5-8317-75caa1f80b85} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001433 sec., 41870.2023726448 rows/sec., 2.82 MiB/sec. | ||
| 15079 | 2024.07.19 18:52:52.773578 [ 66 ] {} <Debug> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 15080 | 2024.07.19 18:52:52.773661 [ 66 ] {} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15081 | 2024.07.19 18:52:52.773720 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 15082 | 2024.07.19 18:52:52.773902 [ 3 ] {43ad9c41-5b21-4ef5-8317-75caa1f80b85} <Debug> DynamicQueryHandler: Done processing query | ||
| 15083 | 2024.07.19 18:52:52.773989 [ 3 ] {43ad9c41-5b21-4ef5-8317-75caa1f80b85} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 15084 | 2024.07.19 18:52:52.774042 [ 3 ] {} <Debug> HTTP-Session: 51db8ea2-f723-4b2a-a561-bb8bd584805d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15085 | 2024.07.19 18:52:52.774107 [ 192 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
| 15086 | 2024.07.19 18:52:52.774693 [ 192 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15087 | 2024.07.19 18:52:52.774773 [ 192 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 4256 rows starting from the beginning of the part | ||
| 15088 | 2024.07.19 18:52:52.774910 [ 192 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 60 rows starting from the beginning of the part | ||
| 15089 | 2024.07.19 18:52:52.775125 [ 192 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 60 rows starting from the beginning of the part | ||
| 15090 | 2024.07.19 18:52:52.775310 [ 192 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 60 rows starting from the beginning of the part | ||
| 15091 | 2024.07.19 18:52:52.775460 [ 192 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 60 rows starting from the beginning of the part | ||
| 15092 | 2024.07.19 18:52:52.775620 [ 192 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 60 rows starting from the beginning of the part | ||
| 15093 | 2024.07.19 18:52:52.777753 [ 191 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4556 rows, containing 4 columns (4 merged, 0 gathered) in 0.003929121 sec., 1159546.8808417965 rows/sec., 78.19 MiB/sec. | ||
| 15094 | 2024.07.19 18:52:52.778114 [ 191 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 15095 | 2024.07.19 18:52:52.778558 [ 191 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_81_16} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15096 | 2024.07.19 18:52:52.778649 [ 191 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_81_16} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 15097 | 2024.07.19 18:52:52.778746 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.10 MiB. | ||
| 15098 | 2024.07.19 18:52:57.740310 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 7838, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15099 | 2024.07.19 18:52:57.740435 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15100 | 2024.07.19 18:52:57.740460 [ 3 ] {} <Debug> HTTP-Session: 0815f693-31d3-4721-b7b8-09fd7d5c5413 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 15101 | 2024.07.19 18:52:57.740484 [ 3 ] {} <Debug> HTTP-Session: 0815f693-31d3-4721-b7b8-09fd7d5c5413 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15102 | 2024.07.19 18:52:57.740500 [ 3 ] {} <Debug> HTTP-Session: 0815f693-31d3-4721-b7b8-09fd7d5c5413 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15103 | 2024.07.19 18:52:57.740550 [ 3 ] {} <Trace> HTTP-Session: 0815f693-31d3-4721-b7b8-09fd7d5c5413 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15104 | 2024.07.19 18:52:57.740744 [ 3 ] {2ec2c3ac-472e-4fbe-82bd-846c205b8dc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 15105 | 2024.07.19 18:52:57.740812 [ 3 ] {2ec2c3ac-472e-4fbe-82bd-846c205b8dc8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15106 | 2024.07.19 18:52:57.741000 [ 3 ] {2ec2c3ac-472e-4fbe-82bd-846c205b8dc8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15107 | 2024.07.19 18:52:57.741530 [ 3 ] {2ec2c3ac-472e-4fbe-82bd-846c205b8dc8} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15108 | 2024.07.19 18:52:57.741587 [ 3 ] {2ec2c3ac-472e-4fbe-82bd-846c205b8dc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 15109 | 2024.07.19 18:52:57.742036 [ 3 ] {2ec2c3ac-472e-4fbe-82bd-846c205b8dc8} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 15110 | 2024.07.19 18:52:57.742418 [ 3 ] {2ec2c3ac-472e-4fbe-82bd-846c205b8dc8} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15111 | 2024.07.19 18:52:57.742590 [ 3 ] {2ec2c3ac-472e-4fbe-82bd-846c205b8dc8} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001907 sec., 29365.495542737284 rows/sec., 2.26 MiB/sec. | ||
| 15112 | 2024.07.19 18:52:57.742844 [ 3 ] {2ec2c3ac-472e-4fbe-82bd-846c205b8dc8} <Debug> DynamicQueryHandler: Done processing query | ||
| 15113 | 2024.07.19 18:52:57.742883 [ 3 ] {2ec2c3ac-472e-4fbe-82bd-846c205b8dc8} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 15114 | 2024.07.19 18:52:57.742918 [ 3 ] {} <Debug> HTTP-Session: 0815f693-31d3-4721-b7b8-09fd7d5c5413 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15115 | 2024.07.19 18:52:57.743095 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 10886, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15116 | 2024.07.19 18:52:57.743153 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15117 | 2024.07.19 18:52:57.743173 [ 3 ] {} <Debug> HTTP-Session: fd2ad4cc-912d-450d-8d7f-39db0b8f61da Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 15118 | 2024.07.19 18:52:57.743192 [ 3 ] {} <Debug> HTTP-Session: fd2ad4cc-912d-450d-8d7f-39db0b8f61da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15119 | 2024.07.19 18:52:57.743206 [ 3 ] {} <Debug> HTTP-Session: fd2ad4cc-912d-450d-8d7f-39db0b8f61da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15120 | 2024.07.19 18:52:57.743242 [ 3 ] {} <Trace> HTTP-Session: fd2ad4cc-912d-450d-8d7f-39db0b8f61da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15121 | 2024.07.19 18:52:57.743366 [ 3 ] {8144c6e4-38d1-4fc1-9249-c08da3f24679} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 15122 | 2024.07.19 18:52:57.743415 [ 3 ] {8144c6e4-38d1-4fc1-9249-c08da3f24679} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15123 | 2024.07.19 18:52:57.743552 [ 3 ] {8144c6e4-38d1-4fc1-9249-c08da3f24679} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15124 | 2024.07.19 18:52:57.743923 [ 3 ] {8144c6e4-38d1-4fc1-9249-c08da3f24679} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15125 | 2024.07.19 18:52:57.743960 [ 3 ] {8144c6e4-38d1-4fc1-9249-c08da3f24679} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 15126 | 2024.07.19 18:52:57.744274 [ 3 ] {8144c6e4-38d1-4fc1-9249-c08da3f24679} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 15127 | 2024.07.19 18:52:57.744576 [ 3 ] {8144c6e4-38d1-4fc1-9249-c08da3f24679} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15128 | 2024.07.19 18:52:57.744729 [ 3 ] {8144c6e4-38d1-4fc1-9249-c08da3f24679} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001408 sec., 45454.545454545456 rows/sec., 3.55 MiB/sec. | ||
| 15129 | 2024.07.19 18:52:57.744897 [ 3 ] {8144c6e4-38d1-4fc1-9249-c08da3f24679} <Debug> DynamicQueryHandler: Done processing query | ||
| 15130 | 2024.07.19 18:52:57.744922 [ 3 ] {8144c6e4-38d1-4fc1-9249-c08da3f24679} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 15131 | 2024.07.19 18:52:57.744938 [ 3 ] {} <Debug> HTTP-Session: fd2ad4cc-912d-450d-8d7f-39db0b8f61da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15132 | 2024.07.19 18:52:57.745086 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15133 | 2024.07.19 18:52:57.745134 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15134 | 2024.07.19 18:52:57.745154 [ 3 ] {} <Debug> HTTP-Session: 3b176499-1ae3-463c-9ea4-68937190ba83 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 15135 | 2024.07.19 18:52:57.745170 [ 3 ] {} <Debug> HTTP-Session: 3b176499-1ae3-463c-9ea4-68937190ba83 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15136 | 2024.07.19 18:52:57.745184 [ 3 ] {} <Debug> HTTP-Session: 3b176499-1ae3-463c-9ea4-68937190ba83 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15137 | 2024.07.19 18:52:57.745214 [ 3 ] {} <Trace> HTTP-Session: 3b176499-1ae3-463c-9ea4-68937190ba83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15138 | 2024.07.19 18:52:57.745359 [ 3 ] {4348a37a-fbd8-48bf-9d6e-a7cdf335fa5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 15139 | 2024.07.19 18:52:57.745406 [ 3 ] {4348a37a-fbd8-48bf-9d6e-a7cdf335fa5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15140 | 2024.07.19 18:52:57.745551 [ 3 ] {4348a37a-fbd8-48bf-9d6e-a7cdf335fa5b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15141 | 2024.07.19 18:52:57.745961 [ 3 ] {4348a37a-fbd8-48bf-9d6e-a7cdf335fa5b} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15142 | 2024.07.19 18:52:57.745997 [ 3 ] {4348a37a-fbd8-48bf-9d6e-a7cdf335fa5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 15143 | 2024.07.19 18:52:57.746385 [ 3 ] {4348a37a-fbd8-48bf-9d6e-a7cdf335fa5b} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 15144 | 2024.07.19 18:52:57.746723 [ 3 ] {4348a37a-fbd8-48bf-9d6e-a7cdf335fa5b} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15145 | 2024.07.19 18:52:57.746878 [ 3 ] {4348a37a-fbd8-48bf-9d6e-a7cdf335fa5b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001582 sec., 101137.80025284449 rows/sec., 7.04 MiB/sec. | ||
| 15146 | 2024.07.19 18:52:57.747064 [ 3 ] {4348a37a-fbd8-48bf-9d6e-a7cdf335fa5b} <Debug> DynamicQueryHandler: Done processing query | ||
| 15147 | 2024.07.19 18:52:57.747100 [ 3 ] {4348a37a-fbd8-48bf-9d6e-a7cdf335fa5b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 15148 | 2024.07.19 18:52:57.747131 [ 3 ] {} <Debug> HTTP-Session: 3b176499-1ae3-463c-9ea4-68937190ba83 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15149 | 2024.07.19 18:52:57.747293 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15150 | 2024.07.19 18:52:57.747341 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15151 | 2024.07.19 18:52:57.747359 [ 3 ] {} <Debug> HTTP-Session: 406a7a09-8852-4996-9ea6-5603b9dd807a Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 15152 | 2024.07.19 18:52:57.747376 [ 3 ] {} <Debug> HTTP-Session: 406a7a09-8852-4996-9ea6-5603b9dd807a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15153 | 2024.07.19 18:52:57.747389 [ 3 ] {} <Debug> HTTP-Session: 406a7a09-8852-4996-9ea6-5603b9dd807a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15154 | 2024.07.19 18:52:57.747421 [ 3 ] {} <Trace> HTTP-Session: 406a7a09-8852-4996-9ea6-5603b9dd807a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15155 | 2024.07.19 18:52:57.747549 [ 3 ] {36df453c-3b3a-4e1a-9d38-ff238cbc9724} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 15156 | 2024.07.19 18:52:57.747595 [ 3 ] {36df453c-3b3a-4e1a-9d38-ff238cbc9724} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15157 | 2024.07.19 18:52:57.747719 [ 3 ] {36df453c-3b3a-4e1a-9d38-ff238cbc9724} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15158 | 2024.07.19 18:52:57.748052 [ 3 ] {36df453c-3b3a-4e1a-9d38-ff238cbc9724} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15159 | 2024.07.19 18:52:57.748088 [ 3 ] {36df453c-3b3a-4e1a-9d38-ff238cbc9724} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 15160 | 2024.07.19 18:52:57.748436 [ 3 ] {36df453c-3b3a-4e1a-9d38-ff238cbc9724} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 15161 | 2024.07.19 18:52:57.748766 [ 3 ] {36df453c-3b3a-4e1a-9d38-ff238cbc9724} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15162 | 2024.07.19 18:52:57.748917 [ 3 ] {36df453c-3b3a-4e1a-9d38-ff238cbc9724} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00142 sec., 42253.52112676056 rows/sec., 2.85 MiB/sec. | ||
| 15163 | 2024.07.19 18:52:57.749075 [ 3 ] {36df453c-3b3a-4e1a-9d38-ff238cbc9724} <Debug> DynamicQueryHandler: Done processing query | ||
| 15164 | 2024.07.19 18:52:57.749099 [ 3 ] {36df453c-3b3a-4e1a-9d38-ff238cbc9724} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 15165 | 2024.07.19 18:52:57.749115 [ 3 ] {} <Debug> HTTP-Session: 406a7a09-8852-4996-9ea6-5603b9dd807a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15166 | 2024.07.19 18:53:00.518410 [ 44 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 15167 | 2024.07.19 18:53:00.518461 [ 44 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 15168 | 2024.07.19 18:53:02.746885 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 7913, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15169 | 2024.07.19 18:53:02.747027 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15170 | 2024.07.19 18:53:02.747057 [ 3 ] {} <Debug> HTTP-Session: 2f5930fd-451c-47fb-bfcf-c10fb713bbb9 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 15171 | 2024.07.19 18:53:02.747085 [ 3 ] {} <Debug> HTTP-Session: 2f5930fd-451c-47fb-bfcf-c10fb713bbb9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15172 | 2024.07.19 18:53:02.747103 [ 3 ] {} <Debug> HTTP-Session: 2f5930fd-451c-47fb-bfcf-c10fb713bbb9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15173 | 2024.07.19 18:53:02.747159 [ 3 ] {} <Trace> HTTP-Session: 2f5930fd-451c-47fb-bfcf-c10fb713bbb9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15174 | 2024.07.19 18:53:02.747386 [ 3 ] {8e2f1915-0d10-437f-9922-6617848363e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 15175 | 2024.07.19 18:53:02.747458 [ 3 ] {8e2f1915-0d10-437f-9922-6617848363e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 15176 | 2024.07.19 18:53:02.747655 [ 3 ] {8e2f1915-0d10-437f-9922-6617848363e2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15177 | 2024.07.19 18:53:02.748201 [ 3 ] {8e2f1915-0d10-437f-9922-6617848363e2} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15178 | 2024.07.19 18:53:02.748249 [ 3 ] {8e2f1915-0d10-437f-9922-6617848363e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 15179 | 2024.07.19 18:53:02.748627 [ 3 ] {8e2f1915-0d10-437f-9922-6617848363e2} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 15180 | 2024.07.19 18:53:02.748968 [ 3 ] {8e2f1915-0d10-437f-9922-6617848363e2} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15181 | 2024.07.19 18:53:02.749141 [ 3 ] {8e2f1915-0d10-437f-9922-6617848363e2} <Debug> executeQuery: Read 56 rows, 4.39 KiB in 0.001826 sec., 30668.127053669225 rows/sec., 2.35 MiB/sec. | ||
| 15182 | 2024.07.19 18:53:02.749347 [ 3 ] {8e2f1915-0d10-437f-9922-6617848363e2} <Debug> DynamicQueryHandler: Done processing query | ||
| 15183 | 2024.07.19 18:53:02.749375 [ 3 ] {8e2f1915-0d10-437f-9922-6617848363e2} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 15184 | 2024.07.19 18:53:02.749392 [ 3 ] {} <Debug> HTTP-Session: 2f5930fd-451c-47fb-bfcf-c10fb713bbb9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15185 | 2024.07.19 18:53:02.749576 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 47062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15186 | 2024.07.19 18:53:02.749634 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15187 | 2024.07.19 18:53:02.749654 [ 3 ] {} <Debug> HTTP-Session: 0af6edae-c945-487b-b023-67af0ca1eb7c Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 15188 | 2024.07.19 18:53:02.749672 [ 3 ] {} <Debug> HTTP-Session: 0af6edae-c945-487b-b023-67af0ca1eb7c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15189 | 2024.07.19 18:53:02.749685 [ 3 ] {} <Debug> HTTP-Session: 0af6edae-c945-487b-b023-67af0ca1eb7c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15190 | 2024.07.19 18:53:02.749721 [ 3 ] {} <Trace> HTTP-Session: 0af6edae-c945-487b-b023-67af0ca1eb7c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15191 | 2024.07.19 18:53:02.749918 [ 3 ] {513ad89a-37fc-47fa-bf7e-de13eefd102e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 15192 | 2024.07.19 18:53:02.749966 [ 3 ] {513ad89a-37fc-47fa-bf7e-de13eefd102e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15193 | 2024.07.19 18:53:02.750101 [ 3 ] {513ad89a-37fc-47fa-bf7e-de13eefd102e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15194 | 2024.07.19 18:53:02.750690 [ 3 ] {513ad89a-37fc-47fa-bf7e-de13eefd102e} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15195 | 2024.07.19 18:53:02.750729 [ 3 ] {513ad89a-37fc-47fa-bf7e-de13eefd102e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 15196 | 2024.07.19 18:53:02.751061 [ 3 ] {513ad89a-37fc-47fa-bf7e-de13eefd102e} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 15197 | 2024.07.19 18:53:02.751372 [ 3 ] {513ad89a-37fc-47fa-bf7e-de13eefd102e} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15198 | 2024.07.19 18:53:02.751529 [ 3 ] {513ad89a-37fc-47fa-bf7e-de13eefd102e} <Debug> executeQuery: Read 311 rows, 28.19 KiB in 0.001709 sec., 181977.76477472205 rows/sec., 16.11 MiB/sec. | ||
| 15199 | 2024.07.19 18:53:02.751528 [ 97 ] {} <Debug> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 15200 | 2024.07.19 18:53:02.751641 [ 97 ] {} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15201 | 2024.07.19 18:53:02.751692 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 15202 | 2024.07.19 18:53:02.751776 [ 3 ] {513ad89a-37fc-47fa-bf7e-de13eefd102e} <Debug> DynamicQueryHandler: Done processing query | ||
| 15203 | 2024.07.19 18:53:02.751835 [ 3 ] {513ad89a-37fc-47fa-bf7e-de13eefd102e} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
| 15204 | 2024.07.19 18:53:02.751893 [ 3 ] {} <Debug> HTTP-Session: 0af6edae-c945-487b-b023-67af0ca1eb7c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15205 | 2024.07.19 18:53:02.751943 [ 186 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 15206 | 2024.07.19 18:53:02.752182 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 70035, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15207 | 2024.07.19 18:53:02.752190 [ 186 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15208 | 2024.07.19 18:53:02.752281 [ 186 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 355 rows starting from the beginning of the part | ||
| 15209 | 2024.07.19 18:53:02.752283 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15210 | 2024.07.19 18:53:02.752339 [ 3 ] {} <Debug> HTTP-Session: c33365ae-99f4-4aca-afff-5b24b9bd01ba Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 15211 | 2024.07.19 18:53:02.752381 [ 3 ] {} <Debug> HTTP-Session: c33365ae-99f4-4aca-afff-5b24b9bd01ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15212 | 2024.07.19 18:53:02.752477 [ 3 ] {} <Debug> HTTP-Session: c33365ae-99f4-4aca-afff-5b24b9bd01ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15213 | 2024.07.19 18:53:02.752509 [ 186 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 348 rows starting from the beginning of the part | ||
| 15214 | 2024.07.19 18:53:02.752655 [ 3 ] {} <Trace> HTTP-Session: c33365ae-99f4-4aca-afff-5b24b9bd01ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15215 | 2024.07.19 18:53:02.752784 [ 186 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 58 rows starting from the beginning of the part | ||
| 15216 | 2024.07.19 18:53:02.753068 [ 186 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 311 rows starting from the beginning of the part | ||
| 15217 | 2024.07.19 18:53:02.753308 [ 186 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 56 rows starting from the beginning of the part | ||
| 15218 | 2024.07.19 18:53:02.753543 [ 186 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 311 rows starting from the beginning of the part | ||
| 15219 | 2024.07.19 18:53:02.753612 [ 3 ] {1aaff333-f35c-4c50-bce0-4f14c164379e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 15220 | 2024.07.19 18:53:02.753862 [ 3 ] {1aaff333-f35c-4c50-bce0-4f14c164379e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15221 | 2024.07.19 18:53:02.754424 [ 3 ] {1aaff333-f35c-4c50-bce0-4f14c164379e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15222 | 2024.07.19 18:53:02.755603 [ 3 ] {1aaff333-f35c-4c50-bce0-4f14c164379e} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15223 | 2024.07.19 18:53:02.755673 [ 3 ] {1aaff333-f35c-4c50-bce0-4f14c164379e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 15224 | 2024.07.19 18:53:02.756335 [ 191 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1439 rows, containing 4 columns (4 merged, 0 gathered) in 0.004551931 sec., 316129.57226284844 rows/sec., 27.46 MiB/sec. | ||
| 15225 | 2024.07.19 18:53:02.756342 [ 3 ] {1aaff333-f35c-4c50-bce0-4f14c164379e} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 15226 | 2024.07.19 18:53:02.756586 [ 186 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 15227 | 2024.07.19 18:53:02.757074 [ 3 ] {1aaff333-f35c-4c50-bce0-4f14c164379e} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15228 | 2024.07.19 18:53:02.757405 [ 3 ] {1aaff333-f35c-4c50-bce0-4f14c164379e} <Debug> executeQuery: Read 432 rows, 31.48 KiB in 0.004269 sec., 101194.65917076598 rows/sec., 7.20 MiB/sec. | ||
| 15229 | 2024.07.19 18:53:02.757405 [ 97 ] {} <Debug> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 15230 | 2024.07.19 18:53:02.757559 [ 97 ] {} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15231 | 2024.07.19 18:53:02.757610 [ 186 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_86_17} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15232 | 2024.07.19 18:53:02.757653 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 15233 | 2024.07.19 18:53:02.757982 [ 186 ] {c763d4c5-c625-4709-9c67-9492cdedcda3::all_1_86_17} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 15234 | 2024.07.19 18:53:02.758217 [ 188 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 15235 | 2024.07.19 18:53:02.758077 [ 3 ] {1aaff333-f35c-4c50-bce0-4f14c164379e} <Debug> DynamicQueryHandler: Done processing query | ||
| 15236 | 2024.07.19 18:53:02.758295 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. | ||
| 15237 | 2024.07.19 18:53:02.758404 [ 3 ] {1aaff333-f35c-4c50-bce0-4f14c164379e} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 15238 | 2024.07.19 18:53:02.758501 [ 3 ] {} <Debug> HTTP-Session: c33365ae-99f4-4aca-afff-5b24b9bd01ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15239 | 2024.07.19 18:53:02.758812 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15240 | 2024.07.19 18:53:02.758907 [ 188 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15241 | 2024.07.19 18:53:02.758998 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15242 | 2024.07.19 18:53:02.759010 [ 188 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 493 rows starting from the beginning of the part | ||
| 15243 | 2024.07.19 18:53:02.759086 [ 3 ] {} <Debug> HTTP-Session: 6837a296-51cf-47b6-9cd4-0f6b5f47bf6e Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 15244 | 2024.07.19 18:53:02.759177 [ 3 ] {} <Debug> HTTP-Session: 6837a296-51cf-47b6-9cd4-0f6b5f47bf6e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15245 | 2024.07.19 18:53:02.759266 [ 3 ] {} <Debug> HTTP-Session: 6837a296-51cf-47b6-9cd4-0f6b5f47bf6e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15246 | 2024.07.19 18:53:02.759466 [ 188 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 458 rows starting from the beginning of the part | ||
| 15247 | 2024.07.19 18:53:02.759472 [ 3 ] {} <Trace> HTTP-Session: 6837a296-51cf-47b6-9cd4-0f6b5f47bf6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15248 | 2024.07.19 18:53:02.759978 [ 188 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 68 rows starting from the beginning of the part | ||
| 15249 | 2024.07.19 18:53:02.759977 [ 3 ] {98c96c26-1456-46cd-b657-ddfd88d954a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 15250 | 2024.07.19 18:53:02.760241 [ 3 ] {98c96c26-1456-46cd-b657-ddfd88d954a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 15251 | 2024.07.19 18:53:02.760477 [ 188 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 432 rows starting from the beginning of the part | ||
| 15252 | 2024.07.19 18:53:02.760743 [ 188 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 64 rows starting from the beginning of the part | ||
| 15253 | 2024.07.19 18:53:02.761111 [ 188 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 432 rows starting from the beginning of the part | ||
| 15254 | 2024.07.19 18:53:02.761573 [ 3 ] {98c96c26-1456-46cd-b657-ddfd88d954a9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15255 | 2024.07.19 18:53:02.762022 [ 3 ] {98c96c26-1456-46cd-b657-ddfd88d954a9} <Trace> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15256 | 2024.07.19 18:53:02.762060 [ 3 ] {98c96c26-1456-46cd-b657-ddfd88d954a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 15257 | 2024.07.19 18:53:02.762581 [ 3 ] {98c96c26-1456-46cd-b657-ddfd88d954a9} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 15258 | 2024.07.19 18:53:02.762955 [ 3 ] {98c96c26-1456-46cd-b657-ddfd88d954a9} <Trace> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15259 | 2024.07.19 18:53:02.763153 [ 187 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1947 rows, containing 4 columns (4 merged, 0 gathered) in 0.005334013 sec., 365015.98327563127 rows/sec., 26.26 MiB/sec. | ||
| 15260 | 2024.07.19 18:53:02.763233 [ 3 ] {98c96c26-1456-46cd-b657-ddfd88d954a9} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.003455 sec., 1736.6136034732272 rows/sec., 74.62 KiB/sec. | ||
| 15261 | 2024.07.19 18:53:02.763470 [ 199 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 15262 | 2024.07.19 18:53:02.763486 [ 3 ] {98c96c26-1456-46cd-b657-ddfd88d954a9} <Debug> DynamicQueryHandler: Done processing query | ||
| 15263 | 2024.07.19 18:53:02.763553 [ 3 ] {98c96c26-1456-46cd-b657-ddfd88d954a9} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 15264 | 2024.07.19 18:53:02.763610 [ 3 ] {} <Debug> HTTP-Session: 6837a296-51cf-47b6-9cd4-0f6b5f47bf6e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15265 | 2024.07.19 18:53:02.763794 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 14079, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15266 | 2024.07.19 18:53:02.763939 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15267 | 2024.07.19 18:53:02.763983 [ 3 ] {} <Debug> HTTP-Session: 6cbb4c32-72f2-48c7-a6a0-2845957af0fc Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 15268 | 2024.07.19 18:53:02.764035 [ 3 ] {} <Debug> HTTP-Session: 6cbb4c32-72f2-48c7-a6a0-2845957af0fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15269 | 2024.07.19 18:53:02.764073 [ 3 ] {} <Debug> HTTP-Session: 6cbb4c32-72f2-48c7-a6a0-2845957af0fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15270 | 2024.07.19 18:53:02.764132 [ 3 ] {} <Trace> HTTP-Session: 6cbb4c32-72f2-48c7-a6a0-2845957af0fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15271 | 2024.07.19 18:53:02.764325 [ 3 ] {c5578067-d9f3-44f1-8729-1136df36fdda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 15272 | 2024.07.19 18:53:02.764378 [ 199 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_86_17} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15273 | 2024.07.19 18:53:02.764417 [ 3 ] {c5578067-d9f3-44f1-8729-1136df36fdda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 15274 | 2024.07.19 18:53:02.764605 [ 199 ] {67671d04-4863-4609-b795-f6318ed5bf2b::all_1_86_17} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 15275 | 2024.07.19 18:53:02.764812 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
| 15276 | 2024.07.19 18:53:02.764904 [ 3 ] {c5578067-d9f3-44f1-8729-1136df36fdda} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15277 | 2024.07.19 18:53:02.765253 [ 3 ] {c5578067-d9f3-44f1-8729-1136df36fdda} <Trace> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15278 | 2024.07.19 18:53:02.765290 [ 3 ] {c5578067-d9f3-44f1-8729-1136df36fdda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 15279 | 2024.07.19 18:53:02.765673 [ 3 ] {c5578067-d9f3-44f1-8729-1136df36fdda} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 15280 | 2024.07.19 18:53:02.766018 [ 3 ] {c5578067-d9f3-44f1-8729-1136df36fdda} <Trace> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15281 | 2024.07.19 18:53:02.766178 [ 3 ] {c5578067-d9f3-44f1-8729-1136df36fdda} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001919 sec., 40125.06513809276 rows/sec., 2.47 MiB/sec. | ||
| 15282 | 2024.07.19 18:53:02.766370 [ 3 ] {c5578067-d9f3-44f1-8729-1136df36fdda} <Debug> DynamicQueryHandler: Done processing query | ||
| 15283 | 2024.07.19 18:53:02.766403 [ 3 ] {c5578067-d9f3-44f1-8729-1136df36fdda} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 15284 | 2024.07.19 18:53:02.766425 [ 3 ] {} <Debug> HTTP-Session: 6cbb4c32-72f2-48c7-a6a0-2845957af0fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15285 | 2024.07.19 18:53:02.766591 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15286 | 2024.07.19 18:53:02.766639 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15287 | 2024.07.19 18:53:02.766657 [ 3 ] {} <Debug> HTTP-Session: 33650f70-55bc-4f52-9542-0c12ba81f438 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 15288 | 2024.07.19 18:53:02.766673 [ 3 ] {} <Debug> HTTP-Session: 33650f70-55bc-4f52-9542-0c12ba81f438 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15289 | 2024.07.19 18:53:02.766687 [ 3 ] {} <Debug> HTTP-Session: 33650f70-55bc-4f52-9542-0c12ba81f438 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15290 | 2024.07.19 18:53:02.766718 [ 3 ] {} <Trace> HTTP-Session: 33650f70-55bc-4f52-9542-0c12ba81f438 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15291 | 2024.07.19 18:53:02.766865 [ 3 ] {92c74a87-2880-4b6e-bb7f-83581a2d998b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 15292 | 2024.07.19 18:53:02.766910 [ 3 ] {92c74a87-2880-4b6e-bb7f-83581a2d998b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15293 | 2024.07.19 18:53:02.767051 [ 3 ] {92c74a87-2880-4b6e-bb7f-83581a2d998b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15294 | 2024.07.19 18:53:02.767422 [ 3 ] {92c74a87-2880-4b6e-bb7f-83581a2d998b} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15295 | 2024.07.19 18:53:02.767457 [ 3 ] {92c74a87-2880-4b6e-bb7f-83581a2d998b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 15296 | 2024.07.19 18:53:02.767821 [ 3 ] {92c74a87-2880-4b6e-bb7f-83581a2d998b} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 15297 | 2024.07.19 18:53:02.768146 [ 3 ] {92c74a87-2880-4b6e-bb7f-83581a2d998b} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15298 | 2024.07.19 18:53:02.768304 [ 3 ] {92c74a87-2880-4b6e-bb7f-83581a2d998b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001498 sec., 106809.0787716956 rows/sec., 7.44 MiB/sec. | ||
| 15299 | 2024.07.19 18:53:02.768552 [ 3 ] {92c74a87-2880-4b6e-bb7f-83581a2d998b} <Debug> DynamicQueryHandler: Done processing query | ||
| 15300 | 2024.07.19 18:53:02.768609 [ 3 ] {92c74a87-2880-4b6e-bb7f-83581a2d998b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 15301 | 2024.07.19 18:53:02.768656 [ 3 ] {} <Debug> HTTP-Session: 33650f70-55bc-4f52-9542-0c12ba81f438 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15302 | 2024.07.19 18:53:02.768868 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 80829, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15303 | 2024.07.19 18:53:02.768921 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15304 | 2024.07.19 18:53:02.768940 [ 3 ] {} <Debug> HTTP-Session: 155fddee-967c-454a-8fbe-f8305157583f Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 15305 | 2024.07.19 18:53:02.768957 [ 3 ] {} <Debug> HTTP-Session: 155fddee-967c-454a-8fbe-f8305157583f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15306 | 2024.07.19 18:53:02.768971 [ 3 ] {} <Debug> HTTP-Session: 155fddee-967c-454a-8fbe-f8305157583f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15307 | 2024.07.19 18:53:02.769002 [ 3 ] {} <Trace> HTTP-Session: 155fddee-967c-454a-8fbe-f8305157583f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15308 | 2024.07.19 18:53:02.769487 [ 3 ] {434e5f1a-25cc-4629-ada1-189eeeb53754} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 15309 | 2024.07.19 18:53:02.769590 [ 3 ] {434e5f1a-25cc-4629-ada1-189eeeb53754} <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 | ||
| 15310 | 2024.07.19 18:53:02.770002 [ 3 ] {434e5f1a-25cc-4629-ada1-189eeeb53754} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15311 | 2024.07.19 18:53:02.770931 [ 3 ] {434e5f1a-25cc-4629-ada1-189eeeb53754} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15312 | 2024.07.19 18:53:02.770968 [ 3 ] {434e5f1a-25cc-4629-ada1-189eeeb53754} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 15313 | 2024.07.19 18:53:02.771602 [ 3 ] {434e5f1a-25cc-4629-ada1-189eeeb53754} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 15314 | 2024.07.19 18:53:02.771997 [ 3 ] {434e5f1a-25cc-4629-ada1-189eeeb53754} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15315 | 2024.07.19 18:53:02.772190 [ 3 ] {434e5f1a-25cc-4629-ada1-189eeeb53754} <Debug> executeQuery: Read 50 rows, 91.75 KiB in 0.003077 sec., 16249.593760155996 rows/sec., 29.12 MiB/sec. | ||
| 15316 | 2024.07.19 18:53:02.772702 [ 3 ] {434e5f1a-25cc-4629-ada1-189eeeb53754} <Debug> DynamicQueryHandler: Done processing query | ||
| 15317 | 2024.07.19 18:53:02.772769 [ 3 ] {434e5f1a-25cc-4629-ada1-189eeeb53754} <Debug> MemoryTracker: Peak memory usage (for query): 4.69 MiB. | ||
| 15318 | 2024.07.19 18:53:02.772828 [ 3 ] {} <Debug> HTTP-Session: 155fddee-967c-454a-8fbe-f8305157583f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15319 | 2024.07.19 18:53:02.773041 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 3212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15320 | 2024.07.19 18:53:02.773116 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15321 | 2024.07.19 18:53:02.773136 [ 3 ] {} <Debug> HTTP-Session: 4c97b8f3-94de-4635-bf8b-06a4243980d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 15322 | 2024.07.19 18:53:02.773153 [ 3 ] {} <Debug> HTTP-Session: 4c97b8f3-94de-4635-bf8b-06a4243980d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15323 | 2024.07.19 18:53:02.773167 [ 3 ] {} <Debug> HTTP-Session: 4c97b8f3-94de-4635-bf8b-06a4243980d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15324 | 2024.07.19 18:53:02.773199 [ 3 ] {} <Trace> HTTP-Session: 4c97b8f3-94de-4635-bf8b-06a4243980d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15325 | 2024.07.19 18:53:02.773309 [ 3 ] {3ac181a7-af3c-4e5d-82eb-eb6bd96d31b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 15326 | 2024.07.19 18:53:02.773357 [ 3 ] {3ac181a7-af3c-4e5d-82eb-eb6bd96d31b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 15327 | 2024.07.19 18:53:02.773508 [ 3 ] {3ac181a7-af3c-4e5d-82eb-eb6bd96d31b0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15328 | 2024.07.19 18:53:02.773803 [ 3 ] {3ac181a7-af3c-4e5d-82eb-eb6bd96d31b0} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15329 | 2024.07.19 18:53:02.773838 [ 3 ] {3ac181a7-af3c-4e5d-82eb-eb6bd96d31b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 15330 | 2024.07.19 18:53:02.774188 [ 3 ] {3ac181a7-af3c-4e5d-82eb-eb6bd96d31b0} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 15331 | 2024.07.19 18:53:02.774513 [ 3 ] {3ac181a7-af3c-4e5d-82eb-eb6bd96d31b0} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15332 | 2024.07.19 18:53:02.774664 [ 3 ] {3ac181a7-af3c-4e5d-82eb-eb6bd96d31b0} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001382 sec., 16642.547033285093 rows/sec., 900.25 KiB/sec. | ||
| 15333 | 2024.07.19 18:53:02.774673 [ 104 ] {} <Debug> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 15334 | 2024.07.19 18:53:02.774772 [ 104 ] {} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15335 | 2024.07.19 18:53:02.774827 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 15336 | 2024.07.19 18:53:02.774913 [ 3 ] {3ac181a7-af3c-4e5d-82eb-eb6bd96d31b0} <Debug> DynamicQueryHandler: Done processing query | ||
| 15337 | 2024.07.19 18:53:02.774951 [ 3 ] {3ac181a7-af3c-4e5d-82eb-eb6bd96d31b0} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 15338 | 2024.07.19 18:53:02.774971 [ 3 ] {} <Debug> HTTP-Session: 4c97b8f3-94de-4635-bf8b-06a4243980d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15339 | 2024.07.19 18:53:02.774974 [ 188 ] {797d7d8d-66e4-41ae-bea2-1c27ec06771c::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 | ||
| 15340 | 2024.07.19 18:53:02.775089 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15341 | 2024.07.19 18:53:02.775136 [ 188 ] {797d7d8d-66e4-41ae-bea2-1c27ec06771c::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15342 | 2024.07.19 18:53:02.775149 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15343 | 2024.07.19 18:53:02.775178 [ 3 ] {} <Debug> HTTP-Session: b011f5f2-6b0e-4704-bd49-f3be8dac9f24 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 15344 | 2024.07.19 18:53:02.775181 [ 188 ] {797d7d8d-66e4-41ae-bea2-1c27ec06771c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 833 rows starting from the beginning of the part | ||
| 15345 | 2024.07.19 18:53:02.775200 [ 3 ] {} <Debug> HTTP-Session: b011f5f2-6b0e-4704-bd49-f3be8dac9f24 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15346 | 2024.07.19 18:53:02.775221 [ 3 ] {} <Debug> HTTP-Session: b011f5f2-6b0e-4704-bd49-f3be8dac9f24 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15347 | 2024.07.19 18:53:02.775310 [ 3 ] {} <Trace> HTTP-Session: b011f5f2-6b0e-4704-bd49-f3be8dac9f24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15348 | 2024.07.19 18:53:02.775367 [ 188 ] {797d7d8d-66e4-41ae-bea2-1c27ec06771c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 23 rows starting from the beginning of the part | ||
| 15349 | 2024.07.19 18:53:02.775655 [ 188 ] {797d7d8d-66e4-41ae-bea2-1c27ec06771c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 23 rows starting from the beginning of the part | ||
| 15350 | 2024.07.19 18:53:02.775667 [ 3 ] {0a8fd50c-f8bc-4966-8b61-ab2d22bebb0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 15351 | 2024.07.19 18:53:02.775871 [ 3 ] {0a8fd50c-f8bc-4966-8b61-ab2d22bebb0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15352 | 2024.07.19 18:53:02.775960 [ 188 ] {797d7d8d-66e4-41ae-bea2-1c27ec06771c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 23 rows starting from the beginning of the part | ||
| 15353 | 2024.07.19 18:53:02.776325 [ 188 ] {797d7d8d-66e4-41ae-bea2-1c27ec06771c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 23 rows starting from the beginning of the part | ||
| 15354 | 2024.07.19 18:53:02.776648 [ 188 ] {797d7d8d-66e4-41ae-bea2-1c27ec06771c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 23 rows starting from the beginning of the part | ||
| 15355 | 2024.07.19 18:53:02.777119 [ 3 ] {0a8fd50c-f8bc-4966-8b61-ab2d22bebb0e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15356 | 2024.07.19 18:53:02.777583 [ 3 ] {0a8fd50c-f8bc-4966-8b61-ab2d22bebb0e} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15357 | 2024.07.19 18:53:02.777617 [ 3 ] {0a8fd50c-f8bc-4966-8b61-ab2d22bebb0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 15358 | 2024.07.19 18:53:02.778142 [ 3 ] {0a8fd50c-f8bc-4966-8b61-ab2d22bebb0e} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 15359 | 2024.07.19 18:53:02.778518 [ 188 ] {797d7d8d-66e4-41ae-bea2-1c27ec06771c::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 948 rows, containing 4 columns (4 merged, 0 gathered) in 0.003614786 sec., 262256.1888864237 rows/sec., 14.11 MiB/sec. | ||
| 15360 | 2024.07.19 18:53:02.778663 [ 188 ] {797d7d8d-66e4-41ae-bea2-1c27ec06771c::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 15361 | 2024.07.19 18:53:02.778684 [ 3 ] {0a8fd50c-f8bc-4966-8b61-ab2d22bebb0e} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15362 | 2024.07.19 18:53:02.778903 [ 3 ] {0a8fd50c-f8bc-4966-8b61-ab2d22bebb0e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003416 sec., 17564.402810304447 rows/sec., 1.18 MiB/sec. | ||
| 15363 | 2024.07.19 18:53:02.779284 [ 3 ] {0a8fd50c-f8bc-4966-8b61-ab2d22bebb0e} <Debug> DynamicQueryHandler: Done processing query | ||
| 15364 | 2024.07.19 18:53:02.779333 [ 3 ] {0a8fd50c-f8bc-4966-8b61-ab2d22bebb0e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 15365 | 2024.07.19 18:53:02.779385 [ 3 ] {} <Debug> HTTP-Session: b011f5f2-6b0e-4704-bd49-f3be8dac9f24 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15366 | 2024.07.19 18:53:02.779525 [ 188 ] {797d7d8d-66e4-41ae-bea2-1c27ec06771c::all_1_41_8} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15367 | 2024.07.19 18:53:02.779618 [ 188 ] {797d7d8d-66e4-41ae-bea2-1c27ec06771c::all_1_41_8} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 15368 | 2024.07.19 18:53:02.779687 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. | ||
| 15369 | 2024.07.19 18:53:07.740272 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 7838, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15370 | 2024.07.19 18:53:07.740418 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15371 | 2024.07.19 18:53:07.740448 [ 3 ] {} <Debug> HTTP-Session: a21509da-8637-4fb0-948c-c5ef971a9f18 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 15372 | 2024.07.19 18:53:07.740476 [ 3 ] {} <Debug> HTTP-Session: a21509da-8637-4fb0-948c-c5ef971a9f18 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15373 | 2024.07.19 18:53:07.740493 [ 3 ] {} <Debug> HTTP-Session: a21509da-8637-4fb0-948c-c5ef971a9f18 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15374 | 2024.07.19 18:53:07.740549 [ 3 ] {} <Trace> HTTP-Session: a21509da-8637-4fb0-948c-c5ef971a9f18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15375 | 2024.07.19 18:53:07.740744 [ 3 ] {21867a86-277c-4762-9b34-405da8d3969f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 15376 | 2024.07.19 18:53:07.740809 [ 3 ] {21867a86-277c-4762-9b34-405da8d3969f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15377 | 2024.07.19 18:53:07.740992 [ 3 ] {21867a86-277c-4762-9b34-405da8d3969f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15378 | 2024.07.19 18:53:07.741443 [ 3 ] {21867a86-277c-4762-9b34-405da8d3969f} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15379 | 2024.07.19 18:53:07.741483 [ 3 ] {21867a86-277c-4762-9b34-405da8d3969f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 15380 | 2024.07.19 18:53:07.741855 [ 3 ] {21867a86-277c-4762-9b34-405da8d3969f} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 15381 | 2024.07.19 18:53:07.742194 [ 3 ] {21867a86-277c-4762-9b34-405da8d3969f} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15382 | 2024.07.19 18:53:07.742355 [ 3 ] {21867a86-277c-4762-9b34-405da8d3969f} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001674 sec., 33452.807646356036 rows/sec., 2.57 MiB/sec. | ||
| 15383 | 2024.07.19 18:53:07.742552 [ 3 ] {21867a86-277c-4762-9b34-405da8d3969f} <Debug> DynamicQueryHandler: Done processing query | ||
| 15384 | 2024.07.19 18:53:07.742578 [ 3 ] {21867a86-277c-4762-9b34-405da8d3969f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 15385 | 2024.07.19 18:53:07.742595 [ 3 ] {} <Debug> HTTP-Session: a21509da-8637-4fb0-948c-c5ef971a9f18 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15386 | 2024.07.19 18:53:07.742733 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 10886, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15387 | 2024.07.19 18:53:07.742784 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15388 | 2024.07.19 18:53:07.742803 [ 3 ] {} <Debug> HTTP-Session: a5230bbe-6e84-4709-9ee6-7f8dbd2e1781 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 15389 | 2024.07.19 18:53:07.742819 [ 3 ] {} <Debug> HTTP-Session: a5230bbe-6e84-4709-9ee6-7f8dbd2e1781 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15390 | 2024.07.19 18:53:07.742833 [ 3 ] {} <Debug> HTTP-Session: a5230bbe-6e84-4709-9ee6-7f8dbd2e1781 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15391 | 2024.07.19 18:53:07.742864 [ 3 ] {} <Trace> HTTP-Session: a5230bbe-6e84-4709-9ee6-7f8dbd2e1781 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15392 | 2024.07.19 18:53:07.742984 [ 3 ] {870a8681-cf04-4395-a561-3f34a558bbf1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 15393 | 2024.07.19 18:53:07.743027 [ 3 ] {870a8681-cf04-4395-a561-3f34a558bbf1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15394 | 2024.07.19 18:53:07.743152 [ 3 ] {870a8681-cf04-4395-a561-3f34a558bbf1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15395 | 2024.07.19 18:53:07.743480 [ 3 ] {870a8681-cf04-4395-a561-3f34a558bbf1} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15396 | 2024.07.19 18:53:07.743517 [ 3 ] {870a8681-cf04-4395-a561-3f34a558bbf1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 15397 | 2024.07.19 18:53:07.743847 [ 3 ] {870a8681-cf04-4395-a561-3f34a558bbf1} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 15398 | 2024.07.19 18:53:07.744155 [ 3 ] {870a8681-cf04-4395-a561-3f34a558bbf1} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15399 | 2024.07.19 18:53:07.744304 [ 3 ] {870a8681-cf04-4395-a561-3f34a558bbf1} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001359 sec., 47093.451066961 rows/sec., 3.68 MiB/sec. | ||
| 15400 | 2024.07.19 18:53:07.744471 [ 3 ] {870a8681-cf04-4395-a561-3f34a558bbf1} <Debug> DynamicQueryHandler: Done processing query | ||
| 15401 | 2024.07.19 18:53:07.744496 [ 3 ] {870a8681-cf04-4395-a561-3f34a558bbf1} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 15402 | 2024.07.19 18:53:07.744511 [ 3 ] {} <Debug> HTTP-Session: a5230bbe-6e84-4709-9ee6-7f8dbd2e1781 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15403 | 2024.07.19 18:53:07.744667 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15404 | 2024.07.19 18:53:07.744716 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15405 | 2024.07.19 18:53:07.744736 [ 3 ] {} <Debug> HTTP-Session: e503da09-e044-4d8a-a113-9547c52f0c03 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 15406 | 2024.07.19 18:53:07.744753 [ 3 ] {} <Debug> HTTP-Session: e503da09-e044-4d8a-a113-9547c52f0c03 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15407 | 2024.07.19 18:53:07.744767 [ 3 ] {} <Debug> HTTP-Session: e503da09-e044-4d8a-a113-9547c52f0c03 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15408 | 2024.07.19 18:53:07.744798 [ 3 ] {} <Trace> HTTP-Session: e503da09-e044-4d8a-a113-9547c52f0c03 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15409 | 2024.07.19 18:53:07.744941 [ 3 ] {102efd8c-23aa-45b4-bb21-cf63b9c43fc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 15410 | 2024.07.19 18:53:07.744989 [ 3 ] {102efd8c-23aa-45b4-bb21-cf63b9c43fc4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15411 | 2024.07.19 18:53:07.745134 [ 3 ] {102efd8c-23aa-45b4-bb21-cf63b9c43fc4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15412 | 2024.07.19 18:53:07.745695 [ 3 ] {102efd8c-23aa-45b4-bb21-cf63b9c43fc4} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15413 | 2024.07.19 18:53:07.745731 [ 3 ] {102efd8c-23aa-45b4-bb21-cf63b9c43fc4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 15414 | 2024.07.19 18:53:07.746127 [ 3 ] {102efd8c-23aa-45b4-bb21-cf63b9c43fc4} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 15415 | 2024.07.19 18:53:07.746462 [ 3 ] {102efd8c-23aa-45b4-bb21-cf63b9c43fc4} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15416 | 2024.07.19 18:53:07.746614 [ 3 ] {102efd8c-23aa-45b4-bb21-cf63b9c43fc4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001728 sec., 92592.5925925926 rows/sec., 6.45 MiB/sec. | ||
| 15417 | 2024.07.19 18:53:07.746781 [ 3 ] {102efd8c-23aa-45b4-bb21-cf63b9c43fc4} <Debug> DynamicQueryHandler: Done processing query | ||
| 15418 | 2024.07.19 18:53:07.746806 [ 3 ] {102efd8c-23aa-45b4-bb21-cf63b9c43fc4} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 15419 | 2024.07.19 18:53:07.746821 [ 3 ] {} <Debug> HTTP-Session: e503da09-e044-4d8a-a113-9547c52f0c03 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15420 | 2024.07.19 18:53:07.746940 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15421 | 2024.07.19 18:53:07.746989 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15422 | 2024.07.19 18:53:07.747007 [ 3 ] {} <Debug> HTTP-Session: 05fb07a4-ea67-496d-b4f2-aa4dac84864b Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 15423 | 2024.07.19 18:53:07.747024 [ 3 ] {} <Debug> HTTP-Session: 05fb07a4-ea67-496d-b4f2-aa4dac84864b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15424 | 2024.07.19 18:53:07.747037 [ 3 ] {} <Debug> HTTP-Session: 05fb07a4-ea67-496d-b4f2-aa4dac84864b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15425 | 2024.07.19 18:53:07.747067 [ 3 ] {} <Trace> HTTP-Session: 05fb07a4-ea67-496d-b4f2-aa4dac84864b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15426 | 2024.07.19 18:53:07.747180 [ 3 ] {3ab61bb3-fad5-4631-bb27-54c408e1a882} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 15427 | 2024.07.19 18:53:07.747223 [ 3 ] {3ab61bb3-fad5-4631-bb27-54c408e1a882} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15428 | 2024.07.19 18:53:07.747347 [ 3 ] {3ab61bb3-fad5-4631-bb27-54c408e1a882} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15429 | 2024.07.19 18:53:07.747642 [ 3 ] {3ab61bb3-fad5-4631-bb27-54c408e1a882} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15430 | 2024.07.19 18:53:07.747677 [ 3 ] {3ab61bb3-fad5-4631-bb27-54c408e1a882} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 15431 | 2024.07.19 18:53:07.748026 [ 3 ] {3ab61bb3-fad5-4631-bb27-54c408e1a882} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 15432 | 2024.07.19 18:53:07.748339 [ 3 ] {3ab61bb3-fad5-4631-bb27-54c408e1a882} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15433 | 2024.07.19 18:53:07.748468 [ 3 ] {3ab61bb3-fad5-4631-bb27-54c408e1a882} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00133 sec., 45112.781954887214 rows/sec., 3.04 MiB/sec. | ||
| 15434 | 2024.07.19 18:53:07.748625 [ 3 ] {3ab61bb3-fad5-4631-bb27-54c408e1a882} <Debug> DynamicQueryHandler: Done processing query | ||
| 15435 | 2024.07.19 18:53:07.748649 [ 3 ] {3ab61bb3-fad5-4631-bb27-54c408e1a882} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 15436 | 2024.07.19 18:53:07.748665 [ 3 ] {} <Debug> HTTP-Session: 05fb07a4-ea67-496d-b4f2-aa4dac84864b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15437 | 2024.07.19 18:53:12.748398 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 7913, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15438 | 2024.07.19 18:53:12.748536 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15439 | 2024.07.19 18:53:12.748567 [ 3 ] {} <Debug> HTTP-Session: 5eb0dcfe-0f2b-4215-8b0c-0bf2c3e298cb Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 15440 | 2024.07.19 18:53:12.748595 [ 3 ] {} <Debug> HTTP-Session: 5eb0dcfe-0f2b-4215-8b0c-0bf2c3e298cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15441 | 2024.07.19 18:53:12.748613 [ 3 ] {} <Debug> HTTP-Session: 5eb0dcfe-0f2b-4215-8b0c-0bf2c3e298cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15442 | 2024.07.19 18:53:12.748668 [ 3 ] {} <Trace> HTTP-Session: 5eb0dcfe-0f2b-4215-8b0c-0bf2c3e298cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15443 | 2024.07.19 18:53:12.748886 [ 3 ] {bac2a7e3-7b61-4d94-9df2-6da1f0bd3f28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 15444 | 2024.07.19 18:53:12.748952 [ 3 ] {bac2a7e3-7b61-4d94-9df2-6da1f0bd3f28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 15445 | 2024.07.19 18:53:12.749147 [ 3 ] {bac2a7e3-7b61-4d94-9df2-6da1f0bd3f28} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15446 | 2024.07.19 18:53:12.749676 [ 3 ] {bac2a7e3-7b61-4d94-9df2-6da1f0bd3f28} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15447 | 2024.07.19 18:53:12.749718 [ 3 ] {bac2a7e3-7b61-4d94-9df2-6da1f0bd3f28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 15448 | 2024.07.19 18:53:12.750095 [ 3 ] {bac2a7e3-7b61-4d94-9df2-6da1f0bd3f28} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 15449 | 2024.07.19 18:53:12.750426 [ 3 ] {bac2a7e3-7b61-4d94-9df2-6da1f0bd3f28} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15450 | 2024.07.19 18:53:12.750576 [ 3 ] {bac2a7e3-7b61-4d94-9df2-6da1f0bd3f28} <Debug> executeQuery: Read 56 rows, 4.39 KiB in 0.001756 sec., 31890.660592255124 rows/sec., 2.44 MiB/sec. | ||
| 15451 | 2024.07.19 18:53:12.750884 [ 3 ] {bac2a7e3-7b61-4d94-9df2-6da1f0bd3f28} <Debug> DynamicQueryHandler: Done processing query | ||
| 15452 | 2024.07.19 18:53:12.750946 [ 3 ] {bac2a7e3-7b61-4d94-9df2-6da1f0bd3f28} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 15453 | 2024.07.19 18:53:12.751007 [ 3 ] {} <Debug> HTTP-Session: 5eb0dcfe-0f2b-4215-8b0c-0bf2c3e298cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15454 | 2024.07.19 18:53:12.751190 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15455 | 2024.07.19 18:53:12.751251 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15456 | 2024.07.19 18:53:12.751272 [ 3 ] {} <Debug> HTTP-Session: bda9c1e8-8c4b-48aa-b7b9-0b41c2fe46bd Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 15457 | 2024.07.19 18:53:12.751290 [ 3 ] {} <Debug> HTTP-Session: bda9c1e8-8c4b-48aa-b7b9-0b41c2fe46bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15458 | 2024.07.19 18:53:12.751305 [ 3 ] {} <Debug> HTTP-Session: bda9c1e8-8c4b-48aa-b7b9-0b41c2fe46bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15459 | 2024.07.19 18:53:12.751344 [ 3 ] {} <Trace> HTTP-Session: bda9c1e8-8c4b-48aa-b7b9-0b41c2fe46bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15460 | 2024.07.19 18:53:12.751453 [ 3 ] {a9d292eb-f34c-4e3b-8427-4c02ecfa2aaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 15461 | 2024.07.19 18:53:12.751502 [ 3 ] {a9d292eb-f34c-4e3b-8427-4c02ecfa2aaa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 15462 | 2024.07.19 18:53:12.751653 [ 3 ] {a9d292eb-f34c-4e3b-8427-4c02ecfa2aaa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15463 | 2024.07.19 18:53:12.751959 [ 3 ] {a9d292eb-f34c-4e3b-8427-4c02ecfa2aaa} <Trace> oximeter.fields_ipaddr (5b198a67-6d84-4324-b6a3-e6f140922631): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15464 | 2024.07.19 18:53:12.751997 [ 3 ] {a9d292eb-f34c-4e3b-8427-4c02ecfa2aaa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 15465 | 2024.07.19 18:53:12.752301 [ 3 ] {a9d292eb-f34c-4e3b-8427-4c02ecfa2aaa} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 15466 | 2024.07.19 18:53:12.752615 [ 3 ] {a9d292eb-f34c-4e3b-8427-4c02ecfa2aaa} <Trace> oximeter.fields_ipaddr (5b198a67-6d84-4324-b6a3-e6f140922631): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15467 | 2024.07.19 18:53:12.752756 [ 3 ] {a9d292eb-f34c-4e3b-8427-4c02ecfa2aaa} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001333 sec., 1500.3750937734433 rows/sec., 122.35 KiB/sec. | ||
| 15468 | 2024.07.19 18:53:12.753041 [ 3 ] {a9d292eb-f34c-4e3b-8427-4c02ecfa2aaa} <Debug> DynamicQueryHandler: Done processing query | ||
| 15469 | 2024.07.19 18:53:12.753081 [ 3 ] {a9d292eb-f34c-4e3b-8427-4c02ecfa2aaa} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 15470 | 2024.07.19 18:53:12.753097 [ 3 ] {} <Debug> HTTP-Session: bda9c1e8-8c4b-48aa-b7b9-0b41c2fe46bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15471 | 2024.07.19 18:53:12.753312 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 52172, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15472 | 2024.07.19 18:53:12.753367 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15473 | 2024.07.19 18:53:12.753386 [ 3 ] {} <Debug> HTTP-Session: d98381c7-c7b1-4308-a806-4d848098e2c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 15474 | 2024.07.19 18:53:12.753404 [ 3 ] {} <Debug> HTTP-Session: d98381c7-c7b1-4308-a806-4d848098e2c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15475 | 2024.07.19 18:53:12.753417 [ 3 ] {} <Debug> HTTP-Session: d98381c7-c7b1-4308-a806-4d848098e2c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15476 | 2024.07.19 18:53:12.753450 [ 3 ] {} <Trace> HTTP-Session: d98381c7-c7b1-4308-a806-4d848098e2c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15477 | 2024.07.19 18:53:12.753648 [ 3 ] {0ccce33d-ccd4-4d45-9ef3-771b91a9948e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 15478 | 2024.07.19 18:53:12.753694 [ 3 ] {0ccce33d-ccd4-4d45-9ef3-771b91a9948e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15479 | 2024.07.19 18:53:12.753840 [ 3 ] {0ccce33d-ccd4-4d45-9ef3-771b91a9948e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15480 | 2024.07.19 18:53:12.754378 [ 3 ] {0ccce33d-ccd4-4d45-9ef3-771b91a9948e} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15481 | 2024.07.19 18:53:12.754414 [ 3 ] {0ccce33d-ccd4-4d45-9ef3-771b91a9948e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 15482 | 2024.07.19 18:53:12.754748 [ 3 ] {0ccce33d-ccd4-4d45-9ef3-771b91a9948e} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 15483 | 2024.07.19 18:53:12.755056 [ 3 ] {0ccce33d-ccd4-4d45-9ef3-771b91a9948e} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15484 | 2024.07.19 18:53:12.755206 [ 3 ] {0ccce33d-ccd4-4d45-9ef3-771b91a9948e} <Debug> executeQuery: Read 348 rows, 31.07 KiB in 0.001665 sec., 209009.009009009 rows/sec., 18.22 MiB/sec. | ||
| 15485 | 2024.07.19 18:53:12.755373 [ 3 ] {0ccce33d-ccd4-4d45-9ef3-771b91a9948e} <Debug> DynamicQueryHandler: Done processing query | ||
| 15486 | 2024.07.19 18:53:12.755398 [ 3 ] {0ccce33d-ccd4-4d45-9ef3-771b91a9948e} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 15487 | 2024.07.19 18:53:12.755413 [ 3 ] {} <Debug> HTTP-Session: d98381c7-c7b1-4308-a806-4d848098e2c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15488 | 2024.07.19 18:53:12.755552 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15489 | 2024.07.19 18:53:12.755603 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15490 | 2024.07.19 18:53:12.755621 [ 3 ] {} <Debug> HTTP-Session: 8c3b78fe-39c1-4a84-bce7-4a75c5ce0a06 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 15491 | 2024.07.19 18:53:12.755638 [ 3 ] {} <Debug> HTTP-Session: 8c3b78fe-39c1-4a84-bce7-4a75c5ce0a06 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15492 | 2024.07.19 18:53:12.755652 [ 3 ] {} <Debug> HTTP-Session: 8c3b78fe-39c1-4a84-bce7-4a75c5ce0a06 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15493 | 2024.07.19 18:53:12.755683 [ 3 ] {} <Trace> HTTP-Session: 8c3b78fe-39c1-4a84-bce7-4a75c5ce0a06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15494 | 2024.07.19 18:53:12.755776 [ 3 ] {b76d82e4-cb33-42d5-bc88-c16fe7307a92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 15495 | 2024.07.19 18:53:12.755820 [ 3 ] {b76d82e4-cb33-42d5-bc88-c16fe7307a92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15496 | 2024.07.19 18:53:12.755947 [ 3 ] {b76d82e4-cb33-42d5-bc88-c16fe7307a92} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15497 | 2024.07.19 18:53:12.756224 [ 3 ] {b76d82e4-cb33-42d5-bc88-c16fe7307a92} <Trace> oximeter.fields_u16 (3a790436-232b-4913-bf8d-eba3067e022c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15498 | 2024.07.19 18:53:12.756260 [ 3 ] {b76d82e4-cb33-42d5-bc88-c16fe7307a92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 15499 | 2024.07.19 18:53:12.756557 [ 3 ] {b76d82e4-cb33-42d5-bc88-c16fe7307a92} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 15500 | 2024.07.19 18:53:12.756853 [ 3 ] {b76d82e4-cb33-42d5-bc88-c16fe7307a92} <Trace> oximeter.fields_u16 (3a790436-232b-4913-bf8d-eba3067e022c): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15501 | 2024.07.19 18:53:12.757004 [ 3 ] {b76d82e4-cb33-42d5-bc88-c16fe7307a92} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001247 sec., 1603.849238171612 rows/sec., 111.99 KiB/sec. | ||
| 15502 | 2024.07.19 18:53:12.757311 [ 3 ] {b76d82e4-cb33-42d5-bc88-c16fe7307a92} <Debug> DynamicQueryHandler: Done processing query | ||
| 15503 | 2024.07.19 18:53:12.757350 [ 3 ] {b76d82e4-cb33-42d5-bc88-c16fe7307a92} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 15504 | 2024.07.19 18:53:12.757366 [ 3 ] {} <Debug> HTTP-Session: 8c3b78fe-39c1-4a84-bce7-4a75c5ce0a06 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15505 | 2024.07.19 18:53:12.757555 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 74414, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15506 | 2024.07.19 18:53:12.757604 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15507 | 2024.07.19 18:53:12.757624 [ 3 ] {} <Debug> HTTP-Session: 2df2701a-dc3a-45b2-a77f-80bb00d30832 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 15508 | 2024.07.19 18:53:12.757641 [ 3 ] {} <Debug> HTTP-Session: 2df2701a-dc3a-45b2-a77f-80bb00d30832 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15509 | 2024.07.19 18:53:12.757655 [ 3 ] {} <Debug> HTTP-Session: 2df2701a-dc3a-45b2-a77f-80bb00d30832 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15510 | 2024.07.19 18:53:12.757686 [ 3 ] {} <Trace> HTTP-Session: 2df2701a-dc3a-45b2-a77f-80bb00d30832 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15511 | 2024.07.19 18:53:12.757929 [ 3 ] {2cc117df-3bc8-4dab-b0c3-2a2e1cb47a45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 15512 | 2024.07.19 18:53:12.757975 [ 3 ] {2cc117df-3bc8-4dab-b0c3-2a2e1cb47a45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15513 | 2024.07.19 18:53:12.758121 [ 3 ] {2cc117df-3bc8-4dab-b0c3-2a2e1cb47a45} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15514 | 2024.07.19 18:53:12.758717 [ 3 ] {2cc117df-3bc8-4dab-b0c3-2a2e1cb47a45} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15515 | 2024.07.19 18:53:12.758753 [ 3 ] {2cc117df-3bc8-4dab-b0c3-2a2e1cb47a45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 15516 | 2024.07.19 18:53:12.759080 [ 3 ] {2cc117df-3bc8-4dab-b0c3-2a2e1cb47a45} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 15517 | 2024.07.19 18:53:12.759377 [ 3 ] {2cc117df-3bc8-4dab-b0c3-2a2e1cb47a45} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15518 | 2024.07.19 18:53:12.759527 [ 3 ] {2cc117df-3bc8-4dab-b0c3-2a2e1cb47a45} <Debug> executeQuery: Read 458 rows, 33.54 KiB in 0.001722 sec., 265969.8025551684 rows/sec., 19.02 MiB/sec. | ||
| 15519 | 2024.07.19 18:53:12.759775 [ 3 ] {2cc117df-3bc8-4dab-b0c3-2a2e1cb47a45} <Debug> DynamicQueryHandler: Done processing query | ||
| 15520 | 2024.07.19 18:53:12.759832 [ 3 ] {2cc117df-3bc8-4dab-b0c3-2a2e1cb47a45} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 15521 | 2024.07.19 18:53:12.759886 [ 3 ] {} <Debug> HTTP-Session: 2df2701a-dc3a-45b2-a77f-80bb00d30832 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15522 | 2024.07.19 18:53:12.760066 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15523 | 2024.07.19 18:53:12.760117 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15524 | 2024.07.19 18:53:12.760135 [ 3 ] {} <Debug> HTTP-Session: 1673e982-aeee-4a3c-b76e-9ae881b2de0b Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 15525 | 2024.07.19 18:53:12.760152 [ 3 ] {} <Debug> HTTP-Session: 1673e982-aeee-4a3c-b76e-9ae881b2de0b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15526 | 2024.07.19 18:53:12.760167 [ 3 ] {} <Debug> HTTP-Session: 1673e982-aeee-4a3c-b76e-9ae881b2de0b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15527 | 2024.07.19 18:53:12.760198 [ 3 ] {} <Trace> HTTP-Session: 1673e982-aeee-4a3c-b76e-9ae881b2de0b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15528 | 2024.07.19 18:53:12.760297 [ 3 ] {e59f5a56-07a8-4782-9fd6-ac53806691cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 15529 | 2024.07.19 18:53:12.760343 [ 3 ] {e59f5a56-07a8-4782-9fd6-ac53806691cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 15530 | 2024.07.19 18:53:12.760480 [ 3 ] {e59f5a56-07a8-4782-9fd6-ac53806691cf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15531 | 2024.07.19 18:53:12.760737 [ 3 ] {e59f5a56-07a8-4782-9fd6-ac53806691cf} <Trace> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15532 | 2024.07.19 18:53:12.760773 [ 3 ] {e59f5a56-07a8-4782-9fd6-ac53806691cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 15533 | 2024.07.19 18:53:12.761127 [ 3 ] {e59f5a56-07a8-4782-9fd6-ac53806691cf} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 15534 | 2024.07.19 18:53:12.761452 [ 3 ] {e59f5a56-07a8-4782-9fd6-ac53806691cf} <Trace> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15535 | 2024.07.19 18:53:12.761616 [ 3 ] {e59f5a56-07a8-4782-9fd6-ac53806691cf} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001338 sec., 4484.304932735426 rows/sec., 192.68 KiB/sec. | ||
| 15536 | 2024.07.19 18:53:12.761778 [ 3 ] {e59f5a56-07a8-4782-9fd6-ac53806691cf} <Debug> DynamicQueryHandler: Done processing query | ||
| 15537 | 2024.07.19 18:53:12.761804 [ 3 ] {e59f5a56-07a8-4782-9fd6-ac53806691cf} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 15538 | 2024.07.19 18:53:12.761819 [ 3 ] {} <Debug> HTTP-Session: 1673e982-aeee-4a3c-b76e-9ae881b2de0b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15539 | 2024.07.19 18:53:12.761939 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 14079, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15540 | 2024.07.19 18:53:12.761986 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15541 | 2024.07.19 18:53:12.762004 [ 3 ] {} <Debug> HTTP-Session: c8391c5f-f208-407a-80e3-042fcd521690 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 15542 | 2024.07.19 18:53:12.762021 [ 3 ] {} <Debug> HTTP-Session: c8391c5f-f208-407a-80e3-042fcd521690 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15543 | 2024.07.19 18:53:12.762035 [ 3 ] {} <Debug> HTTP-Session: c8391c5f-f208-407a-80e3-042fcd521690 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15544 | 2024.07.19 18:53:12.762066 [ 3 ] {} <Trace> HTTP-Session: c8391c5f-f208-407a-80e3-042fcd521690 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15545 | 2024.07.19 18:53:12.762199 [ 3 ] {85bbd30c-1b04-4324-b5b9-9f7e46651dd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 15546 | 2024.07.19 18:53:12.762244 [ 3 ] {85bbd30c-1b04-4324-b5b9-9f7e46651dd8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 15547 | 2024.07.19 18:53:12.762388 [ 3 ] {85bbd30c-1b04-4324-b5b9-9f7e46651dd8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15548 | 2024.07.19 18:53:12.762849 [ 3 ] {85bbd30c-1b04-4324-b5b9-9f7e46651dd8} <Trace> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15549 | 2024.07.19 18:53:12.762887 [ 3 ] {85bbd30c-1b04-4324-b5b9-9f7e46651dd8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 15550 | 2024.07.19 18:53:12.763300 [ 3 ] {85bbd30c-1b04-4324-b5b9-9f7e46651dd8} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 15551 | 2024.07.19 18:53:12.763671 [ 3 ] {85bbd30c-1b04-4324-b5b9-9f7e46651dd8} <Trace> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15552 | 2024.07.19 18:53:12.763846 [ 3 ] {85bbd30c-1b04-4324-b5b9-9f7e46651dd8} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001704 sec., 45187.79342723005 rows/sec., 2.78 MiB/sec. | ||
| 15553 | 2024.07.19 18:53:12.764014 [ 3 ] {85bbd30c-1b04-4324-b5b9-9f7e46651dd8} <Debug> DynamicQueryHandler: Done processing query | ||
| 15554 | 2024.07.19 18:53:12.764038 [ 3 ] {85bbd30c-1b04-4324-b5b9-9f7e46651dd8} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 15555 | 2024.07.19 18:53:12.764054 [ 3 ] {} <Debug> HTTP-Session: c8391c5f-f208-407a-80e3-042fcd521690 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15556 | 2024.07.19 18:53:12.764213 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 37791, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15557 | 2024.07.19 18:53:12.764262 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15558 | 2024.07.19 18:53:12.764280 [ 3 ] {} <Debug> HTTP-Session: d6a566d1-5722-4fa2-a627-e86c9713726c Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 15559 | 2024.07.19 18:53:12.764297 [ 3 ] {} <Debug> HTTP-Session: d6a566d1-5722-4fa2-a627-e86c9713726c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15560 | 2024.07.19 18:53:12.764311 [ 3 ] {} <Debug> HTTP-Session: d6a566d1-5722-4fa2-a627-e86c9713726c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15561 | 2024.07.19 18:53:12.764341 [ 3 ] {} <Trace> HTTP-Session: d6a566d1-5722-4fa2-a627-e86c9713726c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15562 | 2024.07.19 18:53:12.764545 [ 3 ] {d79208a4-b5e5-4a8f-9f7c-c306a01d82f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 15563 | 2024.07.19 18:53:12.764592 [ 3 ] {d79208a4-b5e5-4a8f-9f7c-c306a01d82f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15564 | 2024.07.19 18:53:12.764734 [ 3 ] {d79208a4-b5e5-4a8f-9f7c-c306a01d82f8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15565 | 2024.07.19 18:53:12.765160 [ 3 ] {d79208a4-b5e5-4a8f-9f7c-c306a01d82f8} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15566 | 2024.07.19 18:53:12.765195 [ 3 ] {d79208a4-b5e5-4a8f-9f7c-c306a01d82f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 15567 | 2024.07.19 18:53:12.765580 [ 3 ] {d79208a4-b5e5-4a8f-9f7c-c306a01d82f8} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 15568 | 2024.07.19 18:53:12.765905 [ 3 ] {d79208a4-b5e5-4a8f-9f7c-c306a01d82f8} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15569 | 2024.07.19 18:53:12.766058 [ 3 ] {d79208a4-b5e5-4a8f-9f7c-c306a01d82f8} <Debug> executeQuery: Read 197 rows, 14.08 KiB in 0.001631 sec., 120784.79460453709 rows/sec., 8.43 MiB/sec. | ||
| 15570 | 2024.07.19 18:53:12.766230 [ 3 ] {d79208a4-b5e5-4a8f-9f7c-c306a01d82f8} <Debug> DynamicQueryHandler: Done processing query | ||
| 15571 | 2024.07.19 18:53:12.766255 [ 3 ] {d79208a4-b5e5-4a8f-9f7c-c306a01d82f8} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 15572 | 2024.07.19 18:53:12.766270 [ 3 ] {} <Debug> HTTP-Session: d6a566d1-5722-4fa2-a627-e86c9713726c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15573 | 2024.07.19 18:53:12.766442 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 80836, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15574 | 2024.07.19 18:53:12.766490 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15575 | 2024.07.19 18:53:12.766508 [ 3 ] {} <Debug> HTTP-Session: 9e13e44e-f631-496b-9f1c-3f7c73aa83a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 15576 | 2024.07.19 18:53:12.766525 [ 3 ] {} <Debug> HTTP-Session: 9e13e44e-f631-496b-9f1c-3f7c73aa83a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15577 | 2024.07.19 18:53:12.766538 [ 3 ] {} <Debug> HTTP-Session: 9e13e44e-f631-496b-9f1c-3f7c73aa83a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15578 | 2024.07.19 18:53:12.766569 [ 3 ] {} <Trace> HTTP-Session: 9e13e44e-f631-496b-9f1c-3f7c73aa83a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15579 | 2024.07.19 18:53:12.767035 [ 3 ] {ef2d7215-c6e0-40fb-adf1-3fc868400131} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 15580 | 2024.07.19 18:53:12.767102 [ 3 ] {ef2d7215-c6e0-40fb-adf1-3fc868400131} <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 | ||
| 15581 | 2024.07.19 18:53:12.767504 [ 3 ] {ef2d7215-c6e0-40fb-adf1-3fc868400131} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15582 | 2024.07.19 18:53:12.768365 [ 3 ] {ef2d7215-c6e0-40fb-adf1-3fc868400131} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15583 | 2024.07.19 18:53:12.768400 [ 3 ] {ef2d7215-c6e0-40fb-adf1-3fc868400131} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 15584 | 2024.07.19 18:53:12.769045 [ 3 ] {ef2d7215-c6e0-40fb-adf1-3fc868400131} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 15585 | 2024.07.19 18:53:12.769453 [ 3 ] {ef2d7215-c6e0-40fb-adf1-3fc868400131} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15586 | 2024.07.19 18:53:12.769637 [ 3 ] {ef2d7215-c6e0-40fb-adf1-3fc868400131} <Debug> executeQuery: Read 50 rows, 91.75 KiB in 0.002952 sec., 16937.669376693764 rows/sec., 30.35 MiB/sec. | ||
| 15587 | 2024.07.19 18:53:12.769639 [ 127 ] {} <Debug> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 15588 | 2024.07.19 18:53:12.769765 [ 127 ] {} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15589 | 2024.07.19 18:53:12.769826 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 15590 | 2024.07.19 18:53:12.770031 [ 187 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 15591 | 2024.07.19 18:53:12.770044 [ 3 ] {ef2d7215-c6e0-40fb-adf1-3fc868400131} <Debug> DynamicQueryHandler: Done processing query | ||
| 15592 | 2024.07.19 18:53:12.770101 [ 3 ] {ef2d7215-c6e0-40fb-adf1-3fc868400131} <Debug> MemoryTracker: Peak memory usage (for query): 4.69 MiB. | ||
| 15593 | 2024.07.19 18:53:12.770138 [ 3 ] {} <Debug> HTTP-Session: 9e13e44e-f631-496b-9f1c-3f7c73aa83a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15594 | 2024.07.19 18:53:12.770351 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 3212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15595 | 2024.07.19 18:53:12.770468 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15596 | 2024.07.19 18:53:12.770530 [ 3 ] {} <Debug> HTTP-Session: b88fa792-893c-404d-a6ab-2898b9968948 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 15597 | 2024.07.19 18:53:12.770575 [ 3 ] {} <Debug> HTTP-Session: b88fa792-893c-404d-a6ab-2898b9968948 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15598 | 2024.07.19 18:53:12.770620 [ 3 ] {} <Debug> HTTP-Session: b88fa792-893c-404d-a6ab-2898b9968948 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15599 | 2024.07.19 18:53:12.770731 [ 3 ] {} <Trace> HTTP-Session: b88fa792-893c-404d-a6ab-2898b9968948 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15600 | 2024.07.19 18:53:12.770754 [ 187 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15601 | 2024.07.19 18:53:12.770914 [ 187 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1369 rows starting from the beginning of the part | ||
| 15602 | 2024.07.19 18:53:12.770944 [ 3 ] {0210fbfe-06cd-4fa0-b430-8219dcd29ad6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 15603 | 2024.07.19 18:53:12.771055 [ 3 ] {0210fbfe-06cd-4fa0-b430-8219dcd29ad6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 15604 | 2024.07.19 18:53:12.771726 [ 187 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 50 rows starting from the beginning of the part | ||
| 15605 | 2024.07.19 18:53:12.771891 [ 3 ] {0210fbfe-06cd-4fa0-b430-8219dcd29ad6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15606 | 2024.07.19 18:53:12.772393 [ 187 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 50 rows starting from the beginning of the part | ||
| 15607 | 2024.07.19 18:53:12.773102 [ 3 ] {0210fbfe-06cd-4fa0-b430-8219dcd29ad6} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15608 | 2024.07.19 18:53:12.773125 [ 187 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 50 rows starting from the beginning of the part | ||
| 15609 | 2024.07.19 18:53:12.773169 [ 3 ] {0210fbfe-06cd-4fa0-b430-8219dcd29ad6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 15610 | 2024.07.19 18:53:12.773681 [ 187 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 50 rows starting from the beginning of the part | ||
| 15611 | 2024.07.19 18:53:12.774307 [ 187 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 50 rows starting from the beginning of the part | ||
| 15612 | 2024.07.19 18:53:12.774594 [ 3 ] {0210fbfe-06cd-4fa0-b430-8219dcd29ad6} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 15613 | 2024.07.19 18:53:12.775430 [ 3 ] {0210fbfe-06cd-4fa0-b430-8219dcd29ad6} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15614 | 2024.07.19 18:53:12.775592 [ 3 ] {0210fbfe-06cd-4fa0-b430-8219dcd29ad6} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.004731 sec., 4861.551469034031 rows/sec., 262.98 KiB/sec. | ||
| 15615 | 2024.07.19 18:53:12.775930 [ 3 ] {0210fbfe-06cd-4fa0-b430-8219dcd29ad6} <Debug> DynamicQueryHandler: Done processing query | ||
| 15616 | 2024.07.19 18:53:12.775985 [ 3 ] {0210fbfe-06cd-4fa0-b430-8219dcd29ad6} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 15617 | 2024.07.19 18:53:12.776037 [ 3 ] {} <Debug> HTTP-Session: b88fa792-893c-404d-a6ab-2898b9968948 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15618 | 2024.07.19 18:53:12.776231 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15619 | 2024.07.19 18:53:12.776320 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15620 | 2024.07.19 18:53:12.776349 [ 3 ] {} <Debug> HTTP-Session: 3ba22d8f-e54a-402b-a058-866d0badd480 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 15621 | 2024.07.19 18:53:12.776374 [ 3 ] {} <Debug> HTTP-Session: 3ba22d8f-e54a-402b-a058-866d0badd480 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15622 | 2024.07.19 18:53:12.776411 [ 3 ] {} <Debug> HTTP-Session: 3ba22d8f-e54a-402b-a058-866d0badd480 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15623 | 2024.07.19 18:53:12.776443 [ 3 ] {} <Trace> HTTP-Session: 3ba22d8f-e54a-402b-a058-866d0badd480 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15624 | 2024.07.19 18:53:12.776609 [ 3 ] {5effee9a-2789-4c84-8ecb-a3bb3512b053} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 15625 | 2024.07.19 18:53:12.776656 [ 3 ] {5effee9a-2789-4c84-8ecb-a3bb3512b053} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15626 | 2024.07.19 18:53:12.776821 [ 3 ] {5effee9a-2789-4c84-8ecb-a3bb3512b053} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15627 | 2024.07.19 18:53:12.777121 [ 3 ] {5effee9a-2789-4c84-8ecb-a3bb3512b053} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15628 | 2024.07.19 18:53:12.777157 [ 3 ] {5effee9a-2789-4c84-8ecb-a3bb3512b053} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 15629 | 2024.07.19 18:53:12.777610 [ 3 ] {5effee9a-2789-4c84-8ecb-a3bb3512b053} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 15630 | 2024.07.19 18:53:12.778144 [ 3 ] {5effee9a-2789-4c84-8ecb-a3bb3512b053} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15631 | 2024.07.19 18:53:12.778495 [ 3 ] {5effee9a-2789-4c84-8ecb-a3bb3512b053} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001952 sec., 30737.70491803279 rows/sec., 2.07 MiB/sec. | ||
| 15632 | 2024.07.19 18:53:12.779081 [ 3 ] {5effee9a-2789-4c84-8ecb-a3bb3512b053} <Debug> DynamicQueryHandler: Done processing query | ||
| 15633 | 2024.07.19 18:53:12.779158 [ 3 ] {5effee9a-2789-4c84-8ecb-a3bb3512b053} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 15634 | 2024.07.19 18:53:12.779232 [ 3 ] {} <Debug> HTTP-Session: 3ba22d8f-e54a-402b-a058-866d0badd480 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15635 | 2024.07.19 18:53:12.786161 [ 201 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1619 rows, containing 19 columns (19 merged, 0 gathered) in 0.016212512 sec., 99861.14428165113 rows/sec., 178.95 MiB/sec. | ||
| 15636 | 2024.07.19 18:53:12.787970 [ 195 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 15637 | 2024.07.19 18:53:12.788665 [ 195 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_76_15} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15638 | 2024.07.19 18:53:12.788766 [ 195 ] {088d1ac2-6670-47c5-a942-9441d6520aec::all_1_76_15} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 15639 | 2024.07.19 18:53:12.788941 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.16 MiB. | ||
| 15640 | 2024.07.19 18:53:13.000254 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 207.65 MiB, peak 219.76 MiB, free memory in arenas 0.00 B, will set to 211.53 MiB (RSS), difference: 3.89 MiB | ||
| 15641 | 2024.07.19 18:53:15.518496 [ 157 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 15642 | 2024.07.19 18:53:15.518547 [ 157 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 15643 | 2024.07.19 18:53:17.001469 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000946395 sec. | ||
| 15644 | 2024.07.19 18:53:17.740532 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 7838, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15645 | 2024.07.19 18:53:17.740734 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15646 | 2024.07.19 18:53:17.740780 [ 3 ] {} <Debug> HTTP-Session: ba685935-aaee-4859-908e-482f4986a401 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 15647 | 2024.07.19 18:53:17.740822 [ 3 ] {} <Debug> HTTP-Session: ba685935-aaee-4859-908e-482f4986a401 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15648 | 2024.07.19 18:53:17.740851 [ 3 ] {} <Debug> HTTP-Session: ba685935-aaee-4859-908e-482f4986a401 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15649 | 2024.07.19 18:53:17.740930 [ 3 ] {} <Trace> HTTP-Session: ba685935-aaee-4859-908e-482f4986a401 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15650 | 2024.07.19 18:53:17.741165 [ 3 ] {a0d96043-6231-4b91-bf7f-5aa0f84ad87b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 15651 | 2024.07.19 18:53:17.741231 [ 3 ] {a0d96043-6231-4b91-bf7f-5aa0f84ad87b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15652 | 2024.07.19 18:53:17.741421 [ 3 ] {a0d96043-6231-4b91-bf7f-5aa0f84ad87b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15653 | 2024.07.19 18:53:17.741926 [ 3 ] {a0d96043-6231-4b91-bf7f-5aa0f84ad87b} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15654 | 2024.07.19 18:53:17.741971 [ 3 ] {a0d96043-6231-4b91-bf7f-5aa0f84ad87b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 15655 | 2024.07.19 18:53:17.742351 [ 3 ] {a0d96043-6231-4b91-bf7f-5aa0f84ad87b} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 15656 | 2024.07.19 18:53:17.742689 [ 3 ] {a0d96043-6231-4b91-bf7f-5aa0f84ad87b} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15657 | 2024.07.19 18:53:17.742851 [ 3 ] {a0d96043-6231-4b91-bf7f-5aa0f84ad87b} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001749 sec., 32018.296169239566 rows/sec., 2.46 MiB/sec. | ||
| 15658 | 2024.07.19 18:53:17.743084 [ 3 ] {a0d96043-6231-4b91-bf7f-5aa0f84ad87b} <Debug> DynamicQueryHandler: Done processing query | ||
| 15659 | 2024.07.19 18:53:17.743124 [ 3 ] {a0d96043-6231-4b91-bf7f-5aa0f84ad87b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 15660 | 2024.07.19 18:53:17.743155 [ 3 ] {} <Debug> HTTP-Session: ba685935-aaee-4859-908e-482f4986a401 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15661 | 2024.07.19 18:53:17.743331 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 10886, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15662 | 2024.07.19 18:53:17.743387 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15663 | 2024.07.19 18:53:17.743407 [ 3 ] {} <Debug> HTTP-Session: d8843680-0039-4907-9226-f88365a20985 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 15664 | 2024.07.19 18:53:17.743425 [ 3 ] {} <Debug> HTTP-Session: d8843680-0039-4907-9226-f88365a20985 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15665 | 2024.07.19 18:53:17.743440 [ 3 ] {} <Debug> HTTP-Session: d8843680-0039-4907-9226-f88365a20985 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15666 | 2024.07.19 18:53:17.743477 [ 3 ] {} <Trace> HTTP-Session: d8843680-0039-4907-9226-f88365a20985 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15667 | 2024.07.19 18:53:17.743605 [ 3 ] {2bedfa11-809f-4be9-a42b-8f0bf6eaf77f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 15668 | 2024.07.19 18:53:17.743653 [ 3 ] {2bedfa11-809f-4be9-a42b-8f0bf6eaf77f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15669 | 2024.07.19 18:53:17.743783 [ 3 ] {2bedfa11-809f-4be9-a42b-8f0bf6eaf77f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15670 | 2024.07.19 18:53:17.744163 [ 3 ] {2bedfa11-809f-4be9-a42b-8f0bf6eaf77f} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15671 | 2024.07.19 18:53:17.744200 [ 3 ] {2bedfa11-809f-4be9-a42b-8f0bf6eaf77f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 15672 | 2024.07.19 18:53:17.744528 [ 3 ] {2bedfa11-809f-4be9-a42b-8f0bf6eaf77f} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 15673 | 2024.07.19 18:53:17.744836 [ 3 ] {2bedfa11-809f-4be9-a42b-8f0bf6eaf77f} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15674 | 2024.07.19 18:53:17.744994 [ 3 ] {2bedfa11-809f-4be9-a42b-8f0bf6eaf77f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001434 sec., 44630.404463040446 rows/sec., 3.48 MiB/sec. | ||
| 15675 | 2024.07.19 18:53:17.745171 [ 3 ] {2bedfa11-809f-4be9-a42b-8f0bf6eaf77f} <Debug> DynamicQueryHandler: Done processing query | ||
| 15676 | 2024.07.19 18:53:17.745195 [ 3 ] {2bedfa11-809f-4be9-a42b-8f0bf6eaf77f} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 15677 | 2024.07.19 18:53:17.745211 [ 3 ] {} <Debug> HTTP-Session: d8843680-0039-4907-9226-f88365a20985 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15678 | 2024.07.19 18:53:17.745380 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15679 | 2024.07.19 18:53:17.745431 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15680 | 2024.07.19 18:53:17.745450 [ 3 ] {} <Debug> HTTP-Session: 98ca5410-5e67-4014-8977-6ce649c4014e Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 15681 | 2024.07.19 18:53:17.745467 [ 3 ] {} <Debug> HTTP-Session: 98ca5410-5e67-4014-8977-6ce649c4014e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15682 | 2024.07.19 18:53:17.745480 [ 3 ] {} <Debug> HTTP-Session: 98ca5410-5e67-4014-8977-6ce649c4014e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15683 | 2024.07.19 18:53:17.745513 [ 3 ] {} <Trace> HTTP-Session: 98ca5410-5e67-4014-8977-6ce649c4014e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15684 | 2024.07.19 18:53:17.745669 [ 3 ] {2ec24ff4-ba79-4ebd-ae0c-487c40784de9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 15685 | 2024.07.19 18:53:17.745716 [ 3 ] {2ec24ff4-ba79-4ebd-ae0c-487c40784de9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15686 | 2024.07.19 18:53:17.745864 [ 3 ] {2ec24ff4-ba79-4ebd-ae0c-487c40784de9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15687 | 2024.07.19 18:53:17.746257 [ 3 ] {2ec24ff4-ba79-4ebd-ae0c-487c40784de9} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15688 | 2024.07.19 18:53:17.746294 [ 3 ] {2ec24ff4-ba79-4ebd-ae0c-487c40784de9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 15689 | 2024.07.19 18:53:17.746684 [ 3 ] {2ec24ff4-ba79-4ebd-ae0c-487c40784de9} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 15690 | 2024.07.19 18:53:17.747026 [ 3 ] {2ec24ff4-ba79-4ebd-ae0c-487c40784de9} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15691 | 2024.07.19 18:53:17.747191 [ 3 ] {2ec24ff4-ba79-4ebd-ae0c-487c40784de9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001594 sec., 100376.41154328734 rows/sec., 6.99 MiB/sec. | ||
| 15692 | 2024.07.19 18:53:17.747204 [ 156 ] {} <Debug> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 15693 | 2024.07.19 18:53:17.747330 [ 156 ] {} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15694 | 2024.07.19 18:53:17.747371 [ 156 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 15695 | 2024.07.19 18:53:17.747465 [ 3 ] {2ec24ff4-ba79-4ebd-ae0c-487c40784de9} <Debug> DynamicQueryHandler: Done processing query | ||
| 15696 | 2024.07.19 18:53:17.747532 [ 3 ] {2ec24ff4-ba79-4ebd-ae0c-487c40784de9} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 15697 | 2024.07.19 18:53:17.747630 [ 3 ] {} <Debug> HTTP-Session: 98ca5410-5e67-4014-8977-6ce649c4014e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15698 | 2024.07.19 18:53:17.747680 [ 189 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 15699 | 2024.07.19 18:53:17.747959 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15700 | 2024.07.19 18:53:17.748324 [ 189 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15701 | 2024.07.19 18:53:17.748348 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15702 | 2024.07.19 18:53:17.748459 [ 189 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_81_16, total 12964 rows starting from the beginning of the part | ||
| 15703 | 2024.07.19 18:53:17.748500 [ 3 ] {} <Debug> HTTP-Session: f318c4da-75cf-4b61-97d7-0a275c7fa5ff Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 15704 | 2024.07.19 18:53:17.748664 [ 3 ] {} <Debug> HTTP-Session: f318c4da-75cf-4b61-97d7-0a275c7fa5ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15705 | 2024.07.19 18:53:17.748797 [ 189 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 160 rows starting from the beginning of the part | ||
| 15706 | 2024.07.19 18:53:17.748820 [ 3 ] {} <Debug> HTTP-Session: f318c4da-75cf-4b61-97d7-0a275c7fa5ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15707 | 2024.07.19 18:53:17.749112 [ 189 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 160 rows starting from the beginning of the part | ||
| 15708 | 2024.07.19 18:53:17.749159 [ 3 ] {} <Trace> HTTP-Session: f318c4da-75cf-4b61-97d7-0a275c7fa5ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15709 | 2024.07.19 18:53:17.749565 [ 189 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 160 rows starting from the beginning of the part | ||
| 15710 | 2024.07.19 18:53:17.750113 [ 189 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 197 rows starting from the beginning of the part | ||
| 15711 | 2024.07.19 18:53:17.750174 [ 3 ] {e7e7c6e7-8990-4ccd-a317-510ed3fa9b3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 15712 | 2024.07.19 18:53:17.750535 [ 189 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 160 rows starting from the beginning of the part | ||
| 15713 | 2024.07.19 18:53:17.750597 [ 3 ] {e7e7c6e7-8990-4ccd-a317-510ed3fa9b3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15714 | 2024.07.19 18:53:17.751293 [ 3 ] {e7e7c6e7-8990-4ccd-a317-510ed3fa9b3d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15715 | 2024.07.19 18:53:17.751953 [ 3 ] {e7e7c6e7-8990-4ccd-a317-510ed3fa9b3d} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15716 | 2024.07.19 18:53:17.751991 [ 3 ] {e7e7c6e7-8990-4ccd-a317-510ed3fa9b3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 15717 | 2024.07.19 18:53:17.752843 [ 3 ] {e7e7c6e7-8990-4ccd-a317-510ed3fa9b3d} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 15718 | 2024.07.19 18:53:17.753683 [ 3 ] {e7e7c6e7-8990-4ccd-a317-510ed3fa9b3d} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15719 | 2024.07.19 18:53:17.753862 [ 3 ] {e7e7c6e7-8990-4ccd-a317-510ed3fa9b3d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004286 sec., 13999.066728884742 rows/sec., 966.08 KiB/sec. | ||
| 15720 | 2024.07.19 18:53:17.753870 [ 156 ] {} <Debug> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 15721 | 2024.07.19 18:53:17.754053 [ 156 ] {} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15722 | 2024.07.19 18:53:17.754126 [ 156 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 15723 | 2024.07.19 18:53:17.754300 [ 3 ] {e7e7c6e7-8990-4ccd-a317-510ed3fa9b3d} <Debug> DynamicQueryHandler: Done processing query | ||
| 15724 | 2024.07.19 18:53:17.754356 [ 3 ] {e7e7c6e7-8990-4ccd-a317-510ed3fa9b3d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 15725 | 2024.07.19 18:53:17.754426 [ 201 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 15726 | 2024.07.19 18:53:17.754512 [ 3 ] {} <Debug> HTTP-Session: f318c4da-75cf-4b61-97d7-0a275c7fa5ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15727 | 2024.07.19 18:53:17.755102 [ 201 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15728 | 2024.07.19 18:53:17.755202 [ 201 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 4556 rows starting from the beginning of the part | ||
| 15729 | 2024.07.19 18:53:17.755741 [ 201 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 60 rows starting from the beginning of the part | ||
| 15730 | 2024.07.19 18:53:17.756463 [ 201 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 60 rows starting from the beginning of the part | ||
| 15731 | 2024.07.19 18:53:17.756712 [ 189 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 13801 rows, containing 5 columns (5 merged, 0 gathered) in 0.009243044 sec., 1493122.8283669318 rows/sec., 104.06 MiB/sec. | ||
| 15732 | 2024.07.19 18:53:17.756756 [ 201 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 60 rows starting from the beginning of the part | ||
| 15733 | 2024.07.19 18:53:17.756943 [ 201 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 60 rows starting from the beginning of the part | ||
| 15734 | 2024.07.19 18:53:17.757227 [ 201 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 60 rows starting from the beginning of the part | ||
| 15735 | 2024.07.19 18:53:17.757253 [ 189 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 15736 | 2024.07.19 18:53:17.758396 [ 189 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15737 | 2024.07.19 18:53:17.758503 [ 189 ] {f00dea4a-4ca3-47c5-b63a-18502b955df0::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 15738 | 2024.07.19 18:53:17.758611 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.95 MiB. | ||
| 15739 | 2024.07.19 18:53:17.759916 [ 193 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4856 rows, containing 4 columns (4 merged, 0 gathered) in 0.005694959 sec., 852683.9262582926 rows/sec., 57.50 MiB/sec. | ||
| 15740 | 2024.07.19 18:53:17.760450 [ 193 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 15741 | 2024.07.19 18:53:17.760979 [ 193 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_86_17} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15742 | 2024.07.19 18:53:17.761077 [ 193 ] {1b91e6a5-a1d2-4ef7-a658-02e7f8433fac::all_1_86_17} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 15743 | 2024.07.19 18:53:17.761184 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.12 MiB. | ||
| 15744 | 2024.07.19 18:53:22.746905 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 7913, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15745 | 2024.07.19 18:53:22.747049 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15746 | 2024.07.19 18:53:22.747080 [ 3 ] {} <Debug> HTTP-Session: 4e722c67-9f52-4889-961b-d03ac46b284d Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 15747 | 2024.07.19 18:53:22.747108 [ 3 ] {} <Debug> HTTP-Session: 4e722c67-9f52-4889-961b-d03ac46b284d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15748 | 2024.07.19 18:53:22.747127 [ 3 ] {} <Debug> HTTP-Session: 4e722c67-9f52-4889-961b-d03ac46b284d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15749 | 2024.07.19 18:53:22.747183 [ 3 ] {} <Trace> HTTP-Session: 4e722c67-9f52-4889-961b-d03ac46b284d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15750 | 2024.07.19 18:53:22.747388 [ 3 ] {94cb2608-1522-4949-9d14-6be72d136acc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 15751 | 2024.07.19 18:53:22.747456 [ 3 ] {94cb2608-1522-4949-9d14-6be72d136acc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 15752 | 2024.07.19 18:53:22.747678 [ 3 ] {94cb2608-1522-4949-9d14-6be72d136acc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15753 | 2024.07.19 18:53:22.748143 [ 3 ] {94cb2608-1522-4949-9d14-6be72d136acc} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15754 | 2024.07.19 18:53:22.748188 [ 3 ] {94cb2608-1522-4949-9d14-6be72d136acc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 15755 | 2024.07.19 18:53:22.748570 [ 3 ] {94cb2608-1522-4949-9d14-6be72d136acc} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 15756 | 2024.07.19 18:53:22.748912 [ 3 ] {94cb2608-1522-4949-9d14-6be72d136acc} <Trace> oximeter.fields_i64 (eebb7d55-ae8f-4ccb-a647-e73781c7d31e): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15757 | 2024.07.19 18:53:22.749097 [ 3 ] {94cb2608-1522-4949-9d14-6be72d136acc} <Debug> executeQuery: Read 56 rows, 4.39 KiB in 0.001765 sec., 31728.045325779036 rows/sec., 2.43 MiB/sec. | ||
| 15758 | 2024.07.19 18:53:22.749559 [ 3 ] {94cb2608-1522-4949-9d14-6be72d136acc} <Debug> DynamicQueryHandler: Done processing query | ||
| 15759 | 2024.07.19 18:53:22.749677 [ 3 ] {94cb2608-1522-4949-9d14-6be72d136acc} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 15760 | 2024.07.19 18:53:22.749760 [ 3 ] {} <Debug> HTTP-Session: 4e722c67-9f52-4889-961b-d03ac46b284d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15761 | 2024.07.19 18:53:22.750175 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 47062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15762 | 2024.07.19 18:53:22.750404 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15763 | 2024.07.19 18:53:22.750508 [ 3 ] {} <Debug> HTTP-Session: b4e1f591-ac4b-46c3-8d8b-1643abf5a57a Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 15764 | 2024.07.19 18:53:22.750584 [ 3 ] {} <Debug> HTTP-Session: b4e1f591-ac4b-46c3-8d8b-1643abf5a57a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15765 | 2024.07.19 18:53:22.750653 [ 3 ] {} <Debug> HTTP-Session: b4e1f591-ac4b-46c3-8d8b-1643abf5a57a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15766 | 2024.07.19 18:53:22.750789 [ 3 ] {} <Trace> HTTP-Session: b4e1f591-ac4b-46c3-8d8b-1643abf5a57a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15767 | 2024.07.19 18:53:22.751157 [ 3 ] {e8a22f0e-2168-4391-8663-5cac46458675} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 15768 | 2024.07.19 18:53:22.751204 [ 3 ] {e8a22f0e-2168-4391-8663-5cac46458675} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15769 | 2024.07.19 18:53:22.751342 [ 3 ] {e8a22f0e-2168-4391-8663-5cac46458675} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15770 | 2024.07.19 18:53:22.751952 [ 3 ] {e8a22f0e-2168-4391-8663-5cac46458675} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15771 | 2024.07.19 18:53:22.751991 [ 3 ] {e8a22f0e-2168-4391-8663-5cac46458675} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 15772 | 2024.07.19 18:53:22.752334 [ 3 ] {e8a22f0e-2168-4391-8663-5cac46458675} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 15773 | 2024.07.19 18:53:22.752643 [ 3 ] {e8a22f0e-2168-4391-8663-5cac46458675} <Trace> oximeter.fields_string (c763d4c5-c625-4709-9c67-9492cdedcda3): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15774 | 2024.07.19 18:53:22.752792 [ 3 ] {e8a22f0e-2168-4391-8663-5cac46458675} <Debug> executeQuery: Read 311 rows, 28.19 KiB in 0.001748 sec., 177917.62013729976 rows/sec., 15.75 MiB/sec. | ||
| 15775 | 2024.07.19 18:53:22.753034 [ 3 ] {e8a22f0e-2168-4391-8663-5cac46458675} <Debug> DynamicQueryHandler: Done processing query | ||
| 15776 | 2024.07.19 18:53:22.753092 [ 3 ] {e8a22f0e-2168-4391-8663-5cac46458675} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
| 15777 | 2024.07.19 18:53:22.753140 [ 3 ] {} <Debug> HTTP-Session: b4e1f591-ac4b-46c3-8d8b-1643abf5a57a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15778 | 2024.07.19 18:53:22.753370 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 70035, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15779 | 2024.07.19 18:53:22.753425 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15780 | 2024.07.19 18:53:22.753444 [ 3 ] {} <Debug> HTTP-Session: b7214eff-6580-4a06-8af2-4545822c2f82 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 15781 | 2024.07.19 18:53:22.753461 [ 3 ] {} <Debug> HTTP-Session: b7214eff-6580-4a06-8af2-4545822c2f82 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15782 | 2024.07.19 18:53:22.753474 [ 3 ] {} <Debug> HTTP-Session: b7214eff-6580-4a06-8af2-4545822c2f82 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15783 | 2024.07.19 18:53:22.753508 [ 3 ] {} <Trace> HTTP-Session: b7214eff-6580-4a06-8af2-4545822c2f82 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15784 | 2024.07.19 18:53:22.753731 [ 3 ] {3ba95961-046d-4517-a85e-7d38436db2be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 15785 | 2024.07.19 18:53:22.753776 [ 3 ] {3ba95961-046d-4517-a85e-7d38436db2be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15786 | 2024.07.19 18:53:22.753922 [ 3 ] {3ba95961-046d-4517-a85e-7d38436db2be} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15787 | 2024.07.19 18:53:22.754496 [ 3 ] {3ba95961-046d-4517-a85e-7d38436db2be} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15788 | 2024.07.19 18:53:22.754532 [ 3 ] {3ba95961-046d-4517-a85e-7d38436db2be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 15789 | 2024.07.19 18:53:22.754854 [ 3 ] {3ba95961-046d-4517-a85e-7d38436db2be} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 15790 | 2024.07.19 18:53:22.755157 [ 3 ] {3ba95961-046d-4517-a85e-7d38436db2be} <Trace> oximeter.fields_uuid (67671d04-4863-4609-b795-f6318ed5bf2b): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15791 | 2024.07.19 18:53:22.755309 [ 3 ] {3ba95961-046d-4517-a85e-7d38436db2be} <Debug> executeQuery: Read 432 rows, 31.48 KiB in 0.001697 sec., 254566.8827342369 rows/sec., 18.11 MiB/sec. | ||
| 15792 | 2024.07.19 18:53:22.755557 [ 3 ] {3ba95961-046d-4517-a85e-7d38436db2be} <Debug> DynamicQueryHandler: Done processing query | ||
| 15793 | 2024.07.19 18:53:22.755613 [ 3 ] {3ba95961-046d-4517-a85e-7d38436db2be} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 15794 | 2024.07.19 18:53:22.755668 [ 3 ] {} <Debug> HTTP-Session: b7214eff-6580-4a06-8af2-4545822c2f82 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15795 | 2024.07.19 18:53:22.755884 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15796 | 2024.07.19 18:53:22.755945 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15797 | 2024.07.19 18:53:22.755964 [ 3 ] {} <Debug> HTTP-Session: 41ab4d36-ac8e-4217-a6a4-8ca2f497c00d Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 15798 | 2024.07.19 18:53:22.755980 [ 3 ] {} <Debug> HTTP-Session: 41ab4d36-ac8e-4217-a6a4-8ca2f497c00d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15799 | 2024.07.19 18:53:22.755994 [ 3 ] {} <Debug> HTTP-Session: 41ab4d36-ac8e-4217-a6a4-8ca2f497c00d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15800 | 2024.07.19 18:53:22.756027 [ 3 ] {} <Trace> HTTP-Session: 41ab4d36-ac8e-4217-a6a4-8ca2f497c00d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15801 | 2024.07.19 18:53:22.756126 [ 3 ] {f81479f1-33ef-4a31-99b5-c4e2bbfe172e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 15802 | 2024.07.19 18:53:22.756171 [ 3 ] {f81479f1-33ef-4a31-99b5-c4e2bbfe172e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 15803 | 2024.07.19 18:53:22.756320 [ 3 ] {f81479f1-33ef-4a31-99b5-c4e2bbfe172e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15804 | 2024.07.19 18:53:22.756596 [ 3 ] {f81479f1-33ef-4a31-99b5-c4e2bbfe172e} <Trace> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15805 | 2024.07.19 18:53:22.756631 [ 3 ] {f81479f1-33ef-4a31-99b5-c4e2bbfe172e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 15806 | 2024.07.19 18:53:22.756986 [ 3 ] {f81479f1-33ef-4a31-99b5-c4e2bbfe172e} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 15807 | 2024.07.19 18:53:22.757321 [ 3 ] {f81479f1-33ef-4a31-99b5-c4e2bbfe172e} <Trace> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15808 | 2024.07.19 18:53:22.757477 [ 138 ] {} <Debug> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 15809 | 2024.07.19 18:53:22.757485 [ 3 ] {f81479f1-33ef-4a31-99b5-c4e2bbfe172e} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001374 sec., 4366.812227074236 rows/sec., 187.64 KiB/sec. | ||
| 15810 | 2024.07.19 18:53:22.757568 [ 138 ] {} <Trace> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15811 | 2024.07.19 18:53:22.757637 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 15812 | 2024.07.19 18:53:22.757811 [ 3 ] {f81479f1-33ef-4a31-99b5-c4e2bbfe172e} <Debug> DynamicQueryHandler: Done processing query | ||
| 15813 | 2024.07.19 18:53:22.757878 [ 3 ] {f81479f1-33ef-4a31-99b5-c4e2bbfe172e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 15814 | 2024.07.19 18:53:22.757926 [ 3 ] {} <Debug> HTTP-Session: 41ab4d36-ac8e-4217-a6a4-8ca2f497c00d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15815 | 2024.07.19 18:53:22.758001 [ 192 ] {df0343a6-e0c4-40da-a26b-df51f3875d9d::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 | ||
| 15816 | 2024.07.19 18:53:22.758074 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 14079, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15817 | 2024.07.19 18:53:22.758151 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15818 | 2024.07.19 18:53:22.758202 [ 3 ] {} <Debug> HTTP-Session: 10ad6c93-2aed-4747-aa3c-0aaaf887293a Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 15819 | 2024.07.19 18:53:22.758253 [ 3 ] {} <Debug> HTTP-Session: 10ad6c93-2aed-4747-aa3c-0aaaf887293a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15820 | 2024.07.19 18:53:22.758293 [ 3 ] {} <Debug> HTTP-Session: 10ad6c93-2aed-4747-aa3c-0aaaf887293a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15821 | 2024.07.19 18:53:22.758380 [ 3 ] {} <Trace> HTTP-Session: 10ad6c93-2aed-4747-aa3c-0aaaf887293a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15822 | 2024.07.19 18:53:22.758435 [ 192 ] {df0343a6-e0c4-40da-a26b-df51f3875d9d::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15823 | 2024.07.19 18:53:22.758507 [ 192 ] {df0343a6-e0c4-40da-a26b-df51f3875d9d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 216 rows starting from the beginning of the part | ||
| 15824 | 2024.07.19 18:53:22.758679 [ 3 ] {439d037d-293d-4fd5-b5bd-0416947ee45a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 15825 | 2024.07.19 18:53:22.758735 [ 192 ] {df0343a6-e0c4-40da-a26b-df51f3875d9d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 6 rows starting from the beginning of the part | ||
| 15826 | 2024.07.19 18:53:22.758987 [ 192 ] {df0343a6-e0c4-40da-a26b-df51f3875d9d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 6 rows starting from the beginning of the part | ||
| 15827 | 2024.07.19 18:53:22.759029 [ 3 ] {439d037d-293d-4fd5-b5bd-0416947ee45a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 15828 | 2024.07.19 18:53:22.759312 [ 192 ] {df0343a6-e0c4-40da-a26b-df51f3875d9d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 6 rows starting from the beginning of the part | ||
| 15829 | 2024.07.19 18:53:22.759593 [ 192 ] {df0343a6-e0c4-40da-a26b-df51f3875d9d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 6 rows starting from the beginning of the part | ||
| 15830 | 2024.07.19 18:53:22.759897 [ 192 ] {df0343a6-e0c4-40da-a26b-df51f3875d9d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 6 rows starting from the beginning of the part | ||
| 15831 | 2024.07.19 18:53:22.760603 [ 3 ] {439d037d-293d-4fd5-b5bd-0416947ee45a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15832 | 2024.07.19 18:53:22.761426 [ 3 ] {439d037d-293d-4fd5-b5bd-0416947ee45a} <Trace> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15833 | 2024.07.19 18:53:22.761489 [ 3 ] {439d037d-293d-4fd5-b5bd-0416947ee45a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 15834 | 2024.07.19 18:53:22.762550 [ 3 ] {439d037d-293d-4fd5-b5bd-0416947ee45a} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 15835 | 2024.07.19 18:53:22.762840 [ 194 ] {df0343a6-e0c4-40da-a26b-df51f3875d9d::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 246 rows, containing 4 columns (4 merged, 0 gathered) in 0.005070389 sec., 48516.987552631566 rows/sec., 2.04 MiB/sec. | ||
| 15836 | 2024.07.19 18:53:22.763111 [ 197 ] {df0343a6-e0c4-40da-a26b-df51f3875d9d::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 15837 | 2024.07.19 18:53:22.763216 [ 3 ] {439d037d-293d-4fd5-b5bd-0416947ee45a} <Trace> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15838 | 2024.07.19 18:53:22.763573 [ 138 ] {} <Debug> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 15839 | 2024.07.19 18:53:22.763566 [ 3 ] {439d037d-293d-4fd5-b5bd-0416947ee45a} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.005008 sec., 15375.399361022362 rows/sec., 969.54 KiB/sec. | ||
| 15840 | 2024.07.19 18:53:22.763926 [ 138 ] {} <Trace> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15841 | 2024.07.19 18:53:22.764176 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 15842 | 2024.07.19 18:53:22.764273 [ 3 ] {439d037d-293d-4fd5-b5bd-0416947ee45a} <Debug> DynamicQueryHandler: Done processing query | ||
| 15843 | 2024.07.19 18:53:22.764422 [ 3 ] {439d037d-293d-4fd5-b5bd-0416947ee45a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 15844 | 2024.07.19 18:53:22.764602 [ 197 ] {df0343a6-e0c4-40da-a26b-df51f3875d9d::all_1_41_8} <Trace> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15845 | 2024.07.19 18:53:22.764642 [ 3 ] {} <Debug> HTTP-Session: 10ad6c93-2aed-4747-aa3c-0aaaf887293a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15846 | 2024.07.19 18:53:22.764699 [ 192 ] {1fb508e0-969d-4987-9814-9a74e65b75c4::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 | ||
| 15847 | 2024.07.19 18:53:22.765040 [ 197 ] {df0343a6-e0c4-40da-a26b-df51f3875d9d::all_1_41_8} <Trace> oximeter.measurements_bool (df0343a6-e0c4-40da-a26b-df51f3875d9d) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 15848 | 2024.07.19 18:53:22.765405 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 15849 | 2024.07.19 18:53:22.765615 [ 192 ] {1fb508e0-969d-4987-9814-9a74e65b75c4::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15850 | 2024.07.19 18:53:22.765616 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15851 | 2024.07.19 18:53:22.765684 [ 192 ] {1fb508e0-969d-4987-9814-9a74e65b75c4::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2772 rows starting from the beginning of the part | ||
| 15852 | 2024.07.19 18:53:22.765741 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15853 | 2024.07.19 18:53:22.765817 [ 3 ] {} <Debug> HTTP-Session: 66c841c6-2e10-43db-a7ad-526050139cc9 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 15854 | 2024.07.19 18:53:22.765932 [ 192 ] {1fb508e0-969d-4987-9814-9a74e65b75c4::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 77 rows starting from the beginning of the part | ||
| 15855 | 2024.07.19 18:53:22.765936 [ 3 ] {} <Debug> HTTP-Session: 66c841c6-2e10-43db-a7ad-526050139cc9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15856 | 2024.07.19 18:53:22.766021 [ 3 ] {} <Debug> HTTP-Session: 66c841c6-2e10-43db-a7ad-526050139cc9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15857 | 2024.07.19 18:53:22.766194 [ 3 ] {} <Trace> HTTP-Session: 66c841c6-2e10-43db-a7ad-526050139cc9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15858 | 2024.07.19 18:53:22.766231 [ 192 ] {1fb508e0-969d-4987-9814-9a74e65b75c4::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 77 rows starting from the beginning of the part | ||
| 15859 | 2024.07.19 18:53:22.766425 [ 192 ] {1fb508e0-969d-4987-9814-9a74e65b75c4::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 77 rows starting from the beginning of the part | ||
| 15860 | 2024.07.19 18:53:22.766749 [ 192 ] {1fb508e0-969d-4987-9814-9a74e65b75c4::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 77 rows starting from the beginning of the part | ||
| 15861 | 2024.07.19 18:53:22.766805 [ 3 ] {0866d478-39d4-429a-b87a-62fdf48c5076} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 15862 | 2024.07.19 18:53:22.767048 [ 192 ] {1fb508e0-969d-4987-9814-9a74e65b75c4::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 77 rows starting from the beginning of the part | ||
| 15863 | 2024.07.19 18:53:22.767087 [ 3 ] {0866d478-39d4-429a-b87a-62fdf48c5076} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15864 | 2024.07.19 18:53:22.767884 [ 3 ] {0866d478-39d4-429a-b87a-62fdf48c5076} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15865 | 2024.07.19 18:53:22.768967 [ 3 ] {0866d478-39d4-429a-b87a-62fdf48c5076} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15866 | 2024.07.19 18:53:22.769041 [ 3 ] {0866d478-39d4-429a-b87a-62fdf48c5076} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 15867 | 2024.07.19 18:53:22.769992 [ 3 ] {0866d478-39d4-429a-b87a-62fdf48c5076} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 15868 | 2024.07.19 18:53:22.770699 [ 192 ] {1fb508e0-969d-4987-9814-9a74e65b75c4::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3157 rows, containing 5 columns (5 merged, 0 gathered) in 0.00637692 sec., 495066.58386807423 rows/sec., 30.49 MiB/sec. | ||
| 15869 | 2024.07.19 18:53:22.770870 [ 3 ] {0866d478-39d4-429a-b87a-62fdf48c5076} <Trace> oximeter.measurements_cumulativeu64 (f00dea4a-4ca3-47c5-b63a-18502b955df0): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15870 | 2024.07.19 18:53:22.771145 [ 3 ] {0866d478-39d4-429a-b87a-62fdf48c5076} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004634 sec., 34527.40612861459 rows/sec., 2.40 MiB/sec. | ||
| 15871 | 2024.07.19 18:53:22.771354 [ 190 ] {1fb508e0-969d-4987-9814-9a74e65b75c4::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 15872 | 2024.07.19 18:53:22.771602 [ 3 ] {0866d478-39d4-429a-b87a-62fdf48c5076} <Debug> DynamicQueryHandler: Done processing query | ||
| 15873 | 2024.07.19 18:53:22.771745 [ 3 ] {0866d478-39d4-429a-b87a-62fdf48c5076} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 15874 | 2024.07.19 18:53:22.771830 [ 3 ] {} <Debug> HTTP-Session: 66c841c6-2e10-43db-a7ad-526050139cc9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15875 | 2024.07.19 18:53:22.772501 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 80871, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15876 | 2024.07.19 18:53:22.772740 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15877 | 2024.07.19 18:53:22.772813 [ 3 ] {} <Debug> HTTP-Session: 6eaa560a-0e1b-472a-bc9c-76811698e71c Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 15878 | 2024.07.19 18:53:22.772866 [ 3 ] {} <Debug> HTTP-Session: 6eaa560a-0e1b-472a-bc9c-76811698e71c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15879 | 2024.07.19 18:53:22.772884 [ 3 ] {} <Debug> HTTP-Session: 6eaa560a-0e1b-472a-bc9c-76811698e71c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15880 | 2024.07.19 18:53:22.772947 [ 3 ] {} <Trace> HTTP-Session: 6eaa560a-0e1b-472a-bc9c-76811698e71c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15881 | 2024.07.19 18:53:22.773033 [ 190 ] {1fb508e0-969d-4987-9814-9a74e65b75c4::all_1_41_8} <Trace> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15882 | 2024.07.19 18:53:22.773194 [ 190 ] {1fb508e0-969d-4987-9814-9a74e65b75c4::all_1_41_8} <Trace> oximeter.measurements_cumulativei64 (1fb508e0-969d-4987-9814-9a74e65b75c4) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 15883 | 2024.07.19 18:53:22.773310 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. | ||
| 15884 | 2024.07.19 18:53:22.773646 [ 3 ] {a5ae8742-b738-4b84-aa09-01510115cc18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 15885 | 2024.07.19 18:53:22.773723 [ 3 ] {a5ae8742-b738-4b84-aa09-01510115cc18} <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 | ||
| 15886 | 2024.07.19 18:53:22.774164 [ 3 ] {a5ae8742-b738-4b84-aa09-01510115cc18} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15887 | 2024.07.19 18:53:22.775098 [ 3 ] {a5ae8742-b738-4b84-aa09-01510115cc18} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15888 | 2024.07.19 18:53:22.775135 [ 3 ] {a5ae8742-b738-4b84-aa09-01510115cc18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 15889 | 2024.07.19 18:53:22.775809 [ 3 ] {a5ae8742-b738-4b84-aa09-01510115cc18} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 15890 | 2024.07.19 18:53:22.776207 [ 3 ] {a5ae8742-b738-4b84-aa09-01510115cc18} <Trace> oximeter.measurements_histogramf64 (088d1ac2-6670-47c5-a942-9441d6520aec): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15891 | 2024.07.19 18:53:22.776389 [ 3 ] {a5ae8742-b738-4b84-aa09-01510115cc18} <Debug> executeQuery: Read 50 rows, 91.75 KiB in 0.00328 sec., 15243.90243902439 rows/sec., 27.32 MiB/sec. | ||
| 15892 | 2024.07.19 18:53:22.776865 [ 3 ] {a5ae8742-b738-4b84-aa09-01510115cc18} <Debug> DynamicQueryHandler: Done processing query | ||
| 15893 | 2024.07.19 18:53:22.776918 [ 3 ] {a5ae8742-b738-4b84-aa09-01510115cc18} <Debug> MemoryTracker: Peak memory usage (for query): 4.69 MiB. | ||
| 15894 | 2024.07.19 18:53:22.776966 [ 3 ] {} <Debug> HTTP-Session: 6eaa560a-0e1b-472a-bc9c-76811698e71c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15895 | 2024.07.19 18:53:22.777121 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 3212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15896 | 2024.07.19 18:53:22.777170 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15897 | 2024.07.19 18:53:22.777189 [ 3 ] {} <Debug> HTTP-Session: 0691acdd-4022-4d3b-a493-fd8efde0ac36 Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 15898 | 2024.07.19 18:53:22.777206 [ 3 ] {} <Debug> HTTP-Session: 0691acdd-4022-4d3b-a493-fd8efde0ac36 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15899 | 2024.07.19 18:53:22.777220 [ 3 ] {} <Debug> HTTP-Session: 0691acdd-4022-4d3b-a493-fd8efde0ac36 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15900 | 2024.07.19 18:53:22.777252 [ 3 ] {} <Trace> HTTP-Session: 0691acdd-4022-4d3b-a493-fd8efde0ac36 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15901 | 2024.07.19 18:53:22.777357 [ 3 ] {a49b1d34-9490-4798-992f-fe8c50deff33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 15902 | 2024.07.19 18:53:22.777403 [ 3 ] {a49b1d34-9490-4798-992f-fe8c50deff33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 15903 | 2024.07.19 18:53:22.777547 [ 3 ] {a49b1d34-9490-4798-992f-fe8c50deff33} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15904 | 2024.07.19 18:53:22.777851 [ 3 ] {a49b1d34-9490-4798-992f-fe8c50deff33} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15905 | 2024.07.19 18:53:22.777886 [ 3 ] {a49b1d34-9490-4798-992f-fe8c50deff33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 15906 | 2024.07.19 18:53:22.778237 [ 3 ] {a49b1d34-9490-4798-992f-fe8c50deff33} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 15907 | 2024.07.19 18:53:22.778557 [ 3 ] {a49b1d34-9490-4798-992f-fe8c50deff33} <Trace> oximeter.measurements_i64 (797d7d8d-66e4-41ae-bea2-1c27ec06771c): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15908 | 2024.07.19 18:53:22.778711 [ 3 ] {a49b1d34-9490-4798-992f-fe8c50deff33} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001375 sec., 16727.272727272728 rows/sec., 904.83 KiB/sec. | ||
| 15909 | 2024.07.19 18:53:22.778878 [ 3 ] {a49b1d34-9490-4798-992f-fe8c50deff33} <Debug> DynamicQueryHandler: Done processing query | ||
| 15910 | 2024.07.19 18:53:22.778902 [ 3 ] {a49b1d34-9490-4798-992f-fe8c50deff33} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 15911 | 2024.07.19 18:53:22.778917 [ 3 ] {} <Debug> HTTP-Session: 0691acdd-4022-4d3b-a493-fd8efde0ac36 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15912 | 2024.07.19 18:53:22.779024 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15913 | 2024.07.19 18:53:22.779071 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15914 | 2024.07.19 18:53:22.779090 [ 3 ] {} <Debug> HTTP-Session: 8340ac97-bfa2-4196-bf6f-5e7896cf1d0a Authenticating user 'default' from [fd00:1122:3344:101::d]:56161 | ||
| 15915 | 2024.07.19 18:53:22.779106 [ 3 ] {} <Debug> HTTP-Session: 8340ac97-bfa2-4196-bf6f-5e7896cf1d0a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15916 | 2024.07.19 18:53:22.779120 [ 3 ] {} <Debug> HTTP-Session: 8340ac97-bfa2-4196-bf6f-5e7896cf1d0a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15917 | 2024.07.19 18:53:22.779149 [ 3 ] {} <Trace> HTTP-Session: 8340ac97-bfa2-4196-bf6f-5e7896cf1d0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15918 | 2024.07.19 18:53:22.779256 [ 3 ] {5cd40bb9-896b-4d6e-8e91-3c03fb7e1fcd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56161) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 15919 | 2024.07.19 18:53:22.779299 [ 3 ] {5cd40bb9-896b-4d6e-8e91-3c03fb7e1fcd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15920 | 2024.07.19 18:53:22.779426 [ 3 ] {5cd40bb9-896b-4d6e-8e91-3c03fb7e1fcd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15921 | 2024.07.19 18:53:22.779734 [ 3 ] {5cd40bb9-896b-4d6e-8e91-3c03fb7e1fcd} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15922 | 2024.07.19 18:53:22.779769 [ 3 ] {5cd40bb9-896b-4d6e-8e91-3c03fb7e1fcd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 15923 | 2024.07.19 18:53:22.780115 [ 3 ] {5cd40bb9-896b-4d6e-8e91-3c03fb7e1fcd} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 15924 | 2024.07.19 18:53:22.780440 [ 3 ] {5cd40bb9-896b-4d6e-8e91-3c03fb7e1fcd} <Trace> oximeter.measurements_u64 (1b91e6a5-a1d2-4ef7-a658-02e7f8433fac): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15925 | 2024.07.19 18:53:22.780590 [ 3 ] {5cd40bb9-896b-4d6e-8e91-3c03fb7e1fcd} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001363 sec., 44020.542920029344 rows/sec., 2.97 MiB/sec. | ||
| 15926 | 2024.07.19 18:53:22.780752 [ 3 ] {5cd40bb9-896b-4d6e-8e91-3c03fb7e1fcd} <Debug> DynamicQueryHandler: Done processing query | ||
| 15927 | 2024.07.19 18:53:22.780776 [ 3 ] {5cd40bb9-896b-4d6e-8e91-3c03fb7e1fcd} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 15928 | 2024.07.19 18:53:22.780791 [ 3 ] {} <Debug> HTTP-Session: 8340ac97-bfa2-4196-bf6f-5e7896cf1d0a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||